gst-libs/gst/rtsp/gstrtspdefs.c: Fix win32 build. Oops.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-20  Michael Smith <msmith@songbirdnest.com>
2
3         * gst-libs/gst/rtsp/gstrtspdefs.c:
4           Fix win32 build. Oops.
5
6 2008-11-20  Michael Smith <msmith@songbirdnest.com>
7
8         * gst-libs/gst/rtsp/gstrtspdefs.c:
9           Use WSAGetLastError() rather than errno/h_errno on win32.
10
11 2008-11-20  Michael Smith <msmith@songbirdnest.com>
12
13         * gst-libs/gst/riff/riff-media.c:
14           Support WMA Lossless properly.
15
16 2008-11-18  David Schleef  <ds@schleef.org>
17
18         * gst/videotestsrc/gstvideotestsrc.c:
19         * gst/videotestsrc/gstvideotestsrc.h:
20         * gst/videotestsrc/videotestsrc.c:
21         * gst/videotestsrc/videotestsrc.h:
22           Add "colorspec" property, specifying whether to generate BT.601
23           or BT.709 video.  This only affects YCbCr values, not RGB, since
24           if you're generating a 709 test pattern, presumably you want
25           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
26           uses 75% colors instead of 100%, since this is often more useful
27           for testing (and also follows the SMPTE EG-1 guideline).
28
29 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
30
31         * gst/playback/gstdecodebin.c:
32         Add a "sink-caps" property to decodebin like it's done for decodebin2.
33         Fixes #560380.
34
35 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
36
37         * gst/audioresample/gstaudioresample.c:
38         Guard against a NULL dereference I somehow encountered -
39         with a FLUSH_STOP arriving either before basetransform _start(),
40         or after _stop().
41
42         * gst/typefind/gsttypefindfunctions.c:
43         Make sure we never jump backwards when typefinding corrupt mov files.
44
45 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
46
47         * gst-libs/gst/interfaces/propertyprobe.c:
48         Fix random type causing a docs warning.
49
50 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
51
52         * sys/v4l/gstv4l.c:
53           Give it a minimal rank for autovideosrc.
54
55 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
56
57         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
58         (plugin_init):
59         Improve typefinding of ISO JPEG2000 mime types.
60
61 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
62
63         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
64         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
65         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
66         * sys/xvimage/xvimagesink.h:
67         Avoid typechecking when we do trivial casts.
68         Move error handling out of the main program flow.
69         Sneak in the display-region caps property, not completely correct yet.
70         Cache the width/height in buffer_alloc instead of parsing it from the
71         caps all the time.
72
73 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
74
75         * gst/playback/gstplaybin2.c: (deactivate_group):
76         don't try to unlink the selector sinkpad when we don't have it yet. This
77         can happen if an error occured before the group was complete.
78
79 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
80
81         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
82         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
83         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
84         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
85         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
86         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
87         (gst_rtp_buffer_get_extension_data),
88         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
89         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
90         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
91         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
92         (gst_rtp_buffer_get_payload_type),
93         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
94         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
95         (gst_rtp_buffer_set_timestamp),
96         (gst_rtp_buffer_get_payload_subbuffer),
97         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
98         Avoid expensive type checks we already did as part of the 
99         _validate() function that should be called first.
100
101 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
102
103         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
104         (gst_base_rtp_depayload_push_full),
105         (gst_base_rtp_depayload_set_gst_timestamp):
106         Fix some cases where a newsegment event was not sent.
107
108 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
109
110         * gst/playback/gstplaybin2.c: (activate_group):
111         Catch state change errors and stop from the uridecodebin elements
112         instead of trying to continue in vain.
113
114 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
115
116         * gst-libs/gst/audio/gstbaseaudiosink.c:
117         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
118         (gst_base_audio_sink_callback):
119         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
120         for the latency to expire, fixes #559567.
121
122 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
123
124         * gst/adder/gstadder.c:
125           Change author string after seeing output of gst-inspector.
126
127 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
128
129         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
130         Don't try to do crazy things when we only have a text pad without a
131         video pad. Fixes #559478.
132
133 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
134
135         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
136         Fix case where we don't have a range for the rates or channels as is the
137         case with truespeech.
138
139 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
140
141         * gst/volume/gstvolume.c: (volume_update_real_volume),
142         (gst_volume_set_volume), (gst_volume_get_volume),
143         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
144         (volume_transform_ip), (volume_update_mute),
145         (volume_update_volume), (volume_get_property):
146         * gst/volume/gstvolume.h:
147         Keep negotiated state in a separate variable.
148         Protect the volume and mute properties with the object lock.
149         Protect modifying the transform with the transform lock.
150
151 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
152
153         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
154         (gst_ffmpeg_pixfmt_to_caps):
155         Only convert caps to string when debug is enabled.
156
157 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
158
159         * ext/theora/gsttheoradec.h:
160         * ext/theora/theoradec.c: (gst_theora_dec_init),
161         (gst_theora_dec_reset), (theora_dec_src_event),
162         (theora_dec_sink_event), (theora_handle_type_packet):
163         Copy seqnum.
164         Keep events in a pending list, like vorbisdec, instead of trying
165         to construct a segment event ourselves.
166
167         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
168         (vorbis_dec_src_event), (vorbis_dec_sink_event):
169         * ext/vorbis/vorbisdec.h:
170         Copy seqnum.
171
172 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
173
174         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
175         (gst_ogg_demux_deactivate_current_chain),
176         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
177         (gst_ogg_demux_loop):
178         * ext/ogg/gstoggdemux.h:
179         Copy seqnums around to track playback segments and messages.
180
181 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
182
183         Based on patch by: Matthias Kretz <kretz at kde dot org>
184
185         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
186         (gst_alsasink_prepare), (gst_alsasink_unprepare),
187         (gst_alsasink_write):
188         Make all access non-blocking so that we can better handle unplugging
189         of usb devices. Fixes #559111
190
191 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
192
193         Patch by: Damien Lespiau  <damien.lespiau gmail com>
194
195         * gst-libs/gst/rtsp/gstrtspconnection.c:
196         (gst_rtsp_connection_write):
197         Make the next call to poll not depend on previous calls to poll with or
198         without reading from the active descriptor. Fixes #544293.
199
200 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
201
202         Patch by: Nick Haddad <nick at haddads dot net>
203
204         * gst-libs/gst/riff/riff-ids.h:
205         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
206         Add support for other fourcc codes that are commonly used for
207         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
208         Fixes #558553.
209
210 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
211
212         * gst/audioresample/gstaudioresample.c:
213           Return the result of parent_class->event().
214
215 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
216
217         * gst/audioresample/gstaudioresample.c:
218         (gst_audioresample_class_init), (audioresample_fixate_caps):
219         Fixate the rate to the nearest supported rate instead of
220         the first one. Fixes bug #549510.
221
222 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
223
224         * win32/common/libgstaudio.def:
225         Add new symbols.
226
227 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
228
229         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
230         Attempt to make obfuscated code clearer.
231
232 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
233
234         * docs/libs/gst-plugins-base-libs-sections.txt:
235         * gst-libs/gst/floatcast/floatcast.h:
236         Move float endianness conversion macros to core. Second part of
237         bug ##555196.
238
239 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
240
241         * sys/ximage/ximagesink.h:
242         * sys/xvimage/xvimagesink.h:
243           Don't mark as gtk-doc docs as they aren't public.
244
245 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
246
247         * sys/xvimage/xvimagesink.c:
248         * sys/xvimage/xvimagesink.h:
249         * tests/icles/Makefile.am:
250         * tests/icles/test-colorkey.c:
251           Allow setting colorkey if possible. Implement property probe interface
252           for optional X features (autopaint-colorkey, double-buffer and
253           colorkey). Fixes #554533
254
255 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
256
257         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
258         Remove useless buffer size assignment. It already has this value.
259
260 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
261
262         * gst-libs/gst/audio/gstaudiosink.c:
263         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
264         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
265         (gst_audioringbuffer_stop):
266         Implement a separate activate functions to start monitoring the segments
267         or, in pull mode, pulling in data.
268
269         * gst-libs/gst/audio/gstbaseaudiosink.c:
270         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
271         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
272         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
273         (gst_base_audio_sink_activate_pull),
274         (gst_base_audio_sink_async_play),
275         (gst_base_audio_sink_change_state):
276         Implement pad and element convert query function.
277         Activate the ringbuffer.
278         Use the segment last_stop value as the offset to pull.
279         Use new basesink _do_preroll() method to preroll in the pulling thread.
280         Take appropriate locking in the pulling thread.
281
282         * gst-libs/gst/audio/gstringbuffer.h:
283         Update some docs.
284
285 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
286
287         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
288         Improve MXF typefinding a bit by searching for a header partition
289         pack instead of just a general partition pack and checking more
290         bytes for valid values.
291
292 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
293
294         * tests/icles/.cvsignore:
295         update ignore file.
296
297         * tests/icles/Makefile.am:
298         * tests/icles/test-box.c: (make_pipeline), (main):
299         Add another interactive command line experimentation suite for
300         dynamically boxing/cropping/saling an input video.
301
302 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
303
304         * docs/libs/gst-plugins-base-libs-sections.txt:
305         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
306         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
307         * gst-libs/gst/audio/gstringbuffer.h:
308         Add methods to more accuratly control the pulling thread of a
309         ringbuffer.
310         Add format conversion helper code to the ringbuffer.
311         API: GstRingBuffer:gst_ring_buffer_activate()
312         API: GstRingBuffer:gst_ring_buffer_is_active()
313         API: GstRingBuffer:gst_ring_buffer_convert()
314
315 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
316
317         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
318         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
319         (gst_audioringbuffer_stop):
320         Signal thread startup earlier so that we can immediatly go into pull
321         mode when we have to and block on preroll.
322
323 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
324
325         * gst-libs/gst/audio/gstringbuffer.c:
326         (gst_ring_buffer_prepare_read):
327         In pull mode we want the callback to prepull a buffer we can preroll on
328         even when we are not yet playing.
329
330 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
331
332         * ext/alsa/Makefile.am:
333         * ext/cdparanoia/Makefile.am:
334         * ext/gio/Makefile.am:
335         * ext/gnomevfs/Makefile.am:
336         * ext/libvisual/Makefile.am:
337         * ext/ogg/Makefile.am:
338         * ext/pango/Makefile.am:
339         * ext/theora/Makefile.am:
340         * ext/vorbis/Makefile.am:
341         * gst/adder/Makefile.am:
342         * gst/audioconvert/Makefile.am:
343         * gst/audiorate/Makefile.am:
344         * gst/audioresample/Makefile.am:
345         * gst/audiotestsrc/Makefile.am:
346         * gst/ffmpegcolorspace/Makefile.am:
347         * gst/gdp/Makefile.am:
348         * gst/playback/Makefile.am:
349         * gst/subparse/Makefile.am:
350         * gst/tcp/Makefile.am:
351         * gst/typefind/Makefile.am:
352         * gst/videorate/Makefile.am:
353         * gst/videoscale/Makefile.am:
354         * gst/videotestsrc/Makefile.am:
355         * gst/volume/Makefile.am:
356         * sys/v4l/Makefile.am:
357         * sys/ximage/Makefile.am:
358         * sys/xvimage/Makefile.am:
359           Don't install static libs for plugins. Fixes #550851 for base.
360
361 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
362
363         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
364         Set the default blocksize to -1 because we will then use the configured
365         samplesperbuffer to create our output buffer.
366
367 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
368
369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
370         (gst_riff_create_video_template_caps):
371         Add mappping for the KMVC (Karl Morton's Video) Codec.
372
373 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
374
375         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
376         Don't forget to advance the offset of what we're matching against, else
377         we end up in a forever loop.
378
379 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
380
381         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
382         Improve typefinding a bit. If we don't have a Unicode charset
383         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
384
385 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
386
387         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
388         Fix build on macosx.
389
390 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
391
392         Based on patch by: Robin Stocker <robin at nibor dot org>
393
394         * ext/theora/gsttheoradec.h:
395         * ext/theora/theoradec.c: (gst_theora_dec_init),
396         (theora_dec_setcaps), (theora_handle_type_packet),
397         (theora_dec_decode_buffer), (theora_dec_change_state):
398         Parse input caps and make the PAR override the encoded PAR when
399         specified by a container. Fixes #555699.
400
401 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
402
403         * gst-libs/gst/rtp/gstbasertpdepayload.c:
404         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
405         (gst_base_rtp_depayload_set_gst_timestamp),
406         (gst_base_rtp_depayload_change_state):
407         * gst-libs/gst/rtp/gstbasertpdepayload.h:
408         Add some more G_LIKELY
409         Fail when the setcaps function was not called.
410
411         * gst-libs/gst/rtp/gstbasertppayload.c:
412         (gst_basertppayload_set_outcaps):
413         Propagate return value of setcaps.
414
415 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
416
417         * gst/subparse/Makefile.am:
418         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
419         (gst_sub_parse_class_init), (gst_sub_parse_init),
420         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
421         (get_next_line), (gst_sub_parse_data_format_autodetect),
422         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
423         (gst_subparse_type_find):
424         * gst/subparse/gstsubparse.h:
425         Add support for UTF16/UTF32 subtitles as long as the first bytes of
426         the first buffer contain the BOM. This also adds support for other
427         encodings that allow NUL bytes via the encoding property.
428         Fixes bugs #552237 and #456788.
429
430 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
431
432         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
433         Don't drop the last byte of image tags if they're not an URI list.
434         Fixes bug #556066.
435
436 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
437
438         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
439         For looking at the 4th byte we have to get 4 bytes of course
440         and not 3.
441
442 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
443
444         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
445         Improve FLAC-without-headers typefinding by looking at most of the
446         frame header and checking if invalid values are used. Should prevent
447         quite some false positives compared to the old version which only
448         check if the first 14 bits are set.
449
450 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
451
452         * sys/xvimage/xvimagesink.c:
453           Don't assert on caps==NULL.
454
455 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
456
457         * gst/subparse/gstsubparse.c:
458         (gst_sub_parse_data_format_autodetect), (handle_buffer),
459         (gst_sub_parse_change_state):
460         * gst/subparse/gstsubparse.h:
461         * tests/check/elements/subparse.c: (GST_START_TEST):
462         Add support for subtitle files with UTF-8 BOM at the beginning
463         by simple stripping it from the first line before passing it
464         to any parsing code. Fixes bug #555257 and playback of files
465         created by Gnome Subtitles.
466
467 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
468
469         * gst/audiotestsrc/gstaudiotestsrc.c:
470         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
471         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
472         (gst_audio_test_src_start), (gst_audio_test_src_stop),
473         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
474         (gst_audio_test_src_create):
475         * gst/audiotestsrc/gstaudiotestsrc.h:
476         Define the default property values in the usual place.
477         Implement start/stop to reset values correctly.
478         Calculate the sample size only once when we negotiate.
479         Rename some values to make more sense.
480         Keep track of our byte range.
481         Add support for pull based scheduling. Disabled for now until we have
482         the whole stack working.
483         Set the BUFFER_OFFSET correctly.
484
485 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
486
487         Based on a patch by: xavierb at gmail dot com
488
489         * gst/subparse/gstsubparse.c:
490         (gst_sub_parse_data_format_autodetect):
491         * tests/check/elements/subparse.c: (GST_START_TEST):
492         Make the detection of the used subtitle a bit less strict
493         for srt subtitles. Fixes bug #555607.
494
495 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
496
497         * ext/vorbis/vorbisenc.c:
498         (gst_vorbis_enc_buffer_check_discontinuous):
499         Fix discontinuity detection which was broken by last commit.
500
501 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
502
503         * configure.ac::
504           Require core CVS for ghostpad API additions used by decodebin2.
505
506 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
507
508         * gst-libs/gst/audio/gstbaseaudiosrc.c:
509         (gst_base_audio_src_create):
510         Fix debug statements (space between '%' and actual format).
511
512 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
513
514         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
515         Remove bogus assert, the decodepad could have been created inside an
516         already existing group.
517
518 2008-10-08  Andy Wingo  <wingo@pobox.com>
519
520         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
521         target instead of setting it.
522         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
523         API for a decode pad. The bugfix is that we set the group in
524         activate(), not when the pad was created because it might be NULL
525         then.
526         (gst_decode_group_control_source_pad, gst_decode_group_expose):
527         Update to use the API.
528
529 2008-10-08  Andy Wingo  <wingo@pobox.com>
530
531         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
532         be a subclass of GstGhostPad.
533         (analyze_new_pad): So, when emitting the signals that determine
534         how we do autoplugging, already create the ghost pad and use it as
535         the pad in the signal arguments. This allows applications to make
536         a connection between the pad passed in e.g. autoplug-continue, and
537         the pad passed in new-decoded-pad.
538         (connect_pad, expose_pad): Update to receive the ghosted decode
539         pad in the args, retargetting it as necessary if we have to plug
540         the target pad through a multiqueue.
541         (gst_decode_group_control_source_pad): Adapt to receive an
542         already-ghosted pad that just needs activation, blocking, and
543         drain notification.
544         (sort_end_pads): Adapt for decode pads actually being pads.
545         (gst_decode_group_expose): Adapt for decode pads actually being
546         pads. Rewrite the decode pad names so they appear in order. Adds a
547         new error case if we couldn't set the name.
548         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
549         logic.
550         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
551         New API for the decode pad, needed because we shouldn't do these
552         things inside gst_decode_pad_new(), but after.
553         (gst_decode_pad_new): Change to actually make the real pad, and
554         delay the blocking/drainage bits.
555
556 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
557
558         Patch by: Daniel Drake <dsd at laptop dot org>
559
560         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
561         Unref all buffers when clearing collectpads. Fixes bug #546955.
562
563 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
564
565         Based on a patch by: Klaas <klaas at rivercrew dot net>
566
567         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
568         (gst_vorbis_enc_buffer_check_discontinuous),
569         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
570         * ext/vorbis/vorbisenc.h:
571         Keep track of the upstream segments and use the running time on that
572         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
573
574 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
575
576         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
577         Prevent overflows with big buffer when calculating the size of
578         the intermediate buffer by using gst_util_uint64_scale() instead of
579         plain arithmetics. Fixes bug #552801.
580
581 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
582
583         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
584
585         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
586         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
587         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
588         (gst_clock_overlay_get_property):
589         * ext/pango/gstclockoverlay.h:
590         API: Add ability to specify format for date/time display by
591         adding a "time-format" property.
592         Fixes bug #554879.
593
594 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
595
596         Patch by: Jan Gerber <j at oil21 dot org>
597
598         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
599         (gst_riff_create_video_template_caps):
600         Add FFV1 fourcc to support playback of FFMPEG lossless video
601         in AVI. Fixes bug #555319.
602
603 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
604
605         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
606
607         * gst-libs/gst/audio/gstbaseaudiosrc.c:
608         (gst_base_audio_src_create):
609         Implement skew clock slaving. Fixes #552559.
610
611 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
612
613         * gst-libs/gst/audio/multichannel.c:
614         * gst-libs/gst/audio/testchannels.c:
615         Fix include of config.h
616
617 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
618
619         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
620
621         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
622         (print_media), (gst_sdp_message_dump):
623         Fix parsing of the c= field containing multicast addresses.
624         Fixes #552199.
625         Add the connection info to the session or streams.
626         Fix parsing of the bandwidth.
627         Add debugging for the connections and bandwidths for a media.
628         Add debugging for the bandwidth of the session. 
629
630 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
631
632         * gst-libs/gst/rtp/gstbasertppayload.c:
633         (gst_basertppayload_change_state):
634         Configure the next seqnum and timestamp in the state change so that they
635         can be queried soon after.
636
637 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
638
639         * gst-libs/gst/rtp/gstbasertpdepayload.c:
640         (gst_base_rtp_depayload_chain):
641         Improve debugging of the rtptime.
642
643 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
644
645         * configure.ac:
646         Back to development -> 0.10.21.1
647
648 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
649
650         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
651         (plugin_init):
652         Add typefinding for FLAC without headers in the beginning.
653         This is already handled by flacdec and friends.
654
655 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
656
657         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
658         (plugin_init):
659         Add typefinder for MXF.
660
661 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
662
663         * tests/icles/Makefile.am:
664         Only build test-colorkey if GTK+ is available.
665
666 === release 0.10.21 ===
667
668 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
669
670         * configure.ac:
671           releasing 0.10.21, "We Could Be Wrong"
672
673 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
674
675         * configure.ac:
676         0.10.20.4 pre-release
677
678 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
679
680         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
681
682         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
683         Set the BOS flag on the BOS packet. Fixes #553244.
684
685 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
686
687         * gst-libs/gst/rtsp/gstrtspmessage.c:
688         (gst_rtsp_message_parse_request),
689         (gst_rtsp_message_parse_response):
690         Fix the g_return_val_if_fail() statements.
691
692 2008-09-22  Michael Smith <msmith@songbirdnest.com>
693
694         * gst-libs/gst/tag/gsttagdemux.c:
695           Fail to activate if there's insufficient data in the file to be usable,
696           preventing an assertion fail later. Fixes #552960
697
698 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
699
700         * gst-libs/gst/pbutils/descriptions.c:
701         * gst/typefind/gsttypefindfunctions.c:
702           Recognise Kate subtitle streams (#550582).
703
704 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
705
706         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
707           Remove trailing comma from enum list, which causes problems
708           with -pendantic (#550729).
709
710 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
711
712         * configure.ac:
713         0.10.20.2 pre-release
714
715         * po/LINGUAS:
716         * po/id.po:
717         * po/pt_BR.po:
718
719         New translations.
720
721 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
722
723         * gst-libs/gst/interfaces/propertyprobe.c:
724           (gst_property_probe_get_properties),
725           (gst_property_probe_get_property),
726           (gst_property_probe_probe_property),
727           (gst_property_probe_probe_property_name),
728           (gst_property_probe_needs_probe),
729           (gst_property_probe_needs_probe_name),
730           (gst_property_probe_get_values),
731           (gst_property_probe_get_values_name),
732           (gst_property_probe_probe_and_get_values),
733           (gst_property_probe_probe_and_get_values_name):
734           More sanity checks for our second-favourite interface.
735
736 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
737
738         * gst-libs/gst/interfaces/propertyprobe.c:
739           Check for NULL pointer, in the hope that this fixes #532864.
740
741 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
742
743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
744           No really, the next release is 0.10.21 (fix Since: tags in docs).
745
746 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
747
748         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
749         Disable a code path that is now called but causes a deadlock for some
750         reason and is unneeded.
751
752 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
753
754         * sys/xvimage/xvimagesink.c:
755         * sys/xvimage/xvimagesink.h:
756           Add a "draw-border" property that can be set to false to disable
757           drawing borders.
758           
759         * tests/icles/test-colorkey.c:
760         * tests/icles/Makefile.am:
761           Add new test application for the colorkey handling.
762
763 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
764
765         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
766         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
767         This will also be fixed for upcoming gst-ffmpeg release so that once
768         this release of -base is out, it will work with the latest gst-ffmpeg
769         release.
770
771 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
772
773         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
774         (gst_riff_create_audio_template_caps):
775         Add Truespeech mapping for RIFF formats (AVI/WAV).
776         Fixes #550656
777
778 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
779
780         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
781         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
782         Fixes #550638.
783
784 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
785
786         * configure.ac:
787         * gst/subparse/Makefile.am:
788         * gst/subparse/gstsubparse.c:
789         * gst/subparse/samiparse.c:
790         * tests/check/elements/subparse.c:
791           Rework last change, so that we build subparse, but just disable the
792           sami parse functionality, if we're configured to not use xml. In the
793           tests only the sami test is disabled now.
794
795 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
796
797         * configure.ac:
798           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
799           test runs.
800
801 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
802
803         * po/POTFILES.in:
804           Add some more files with strings for translation.
805
806 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
807
808         * gst-libs/gst/tag/gstvorbistag.c:
809         * tests/check/libs/tag.c:
810           Use new geo location tags from core. Fixes #481169
811
812 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
813
814         * tests/check/elements/audioresample.c: (setup_audioresample),
815         (fail_unless_perfect_stream), (test_perfect_stream_instance),
816         (test_discont_stream_instance):
817         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
818         Add debugging for coherence.
819
820 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
821
822         Patch by: Jonathan Matthew  <notverysmart gmail com>
823
824         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
825           Add typefinder for PDF documents (which is nice to have, since it's a
826           common format, but also helps prevent false positives). Fixes #549814.
827
828 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
829
830         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
831         (no_more_pads_cb):
832         Fix nasty race where multiple decodebins could start pushing data before
833         we manage to configure the sinks, resulting in not-linked errors in
834         typical RTSP streaming cases.
835
836 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
837
838         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
839         Since we now call stop, we trigger this code path that causes a deadlock
840         is apparently not needed.
841
842 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
843
844         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
845         (gst_ring_buffer_stop):
846         Also allow the case where the ringbuffer was paused when we try to stop
847         it so that the basesrc stop function is still called.
848
849 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
850
851         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
852
853         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
854         Reprobe devices again instead of taking a cached list as new
855         devices could've been plugged in. Fixes bug #549062.
856
857 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
858
859         Patch by: Alessandro Dessina <alessandro nnva org>
860
861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
862         (gst_ogg_demux_activate_chain):
863         Don't add pads and activate them for skeleton streams. These are already
864         handled inside oggdemux. Fixes bug #537599.
865
866 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
867
868         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
869         Reset variable so that query and convert fail after going back to
870         READY. Fixes #548898.
871
872 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
873
874         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
875         If a buffer arrives with a timestamp before the timestamp+duration
876         of the previous buffer clip it instead of dropping it completely.
877         Slight improvement for the unfixable bug #548913.
878
879 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
880
881         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
882         Take the current timestamp instead of timestamp+duration for the offset.
883         This offset will later be used for calculating the timestamp and
884         otherwise vorbisdec will interpolate timestamps wrong if upstream
885         only sends timestamps and no granulepos.
886
887 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
888
889         * tests/examples/seek/seek.c:
890           Don't crash when having no visualisations.
891
892 2008-08-16  David Schleef  <ds@schleef.org>
893
894         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
895           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
896           Fixes #548065.
897
898 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
899
900         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
901         When cleaning up the caps fields also remove "depth" for the same
902         reason we remove "width".
903
904 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
905
906         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
907           Add Lead H.264 here as well.
908
909 2008-08-14  Julien Moutte  <julien@fluendo.com>
910
911         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
912         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
913
914 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
915
916         * gst-libs/gst/audio/gstbaseaudiosrc.c:
917         (gst_base_audio_src_create):
918         When not slaved to another clock also subtract the base_time from our
919         internal clock time to get the running time.
920
921 2008-08-12  David Schleef  <ds@schleef.org>
922
923         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
924           since it has no basis in libtheora.
925
926 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
927
928         * gst-libs/gst/interfaces/propertyprobe.h:
929           Remove double "interface" from doc-string.
930
931         * gst-libs/gst/interfaces/xoverlay.h:
932           Document interface.
933
934         * gst-libs/gst/riff/riff.c:
935           Add basic doc blobs.
936
937 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
938
939         * gst-libs/gst/audio/Makefile.am:
940           Don't try to build that example anymore.
941
942 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
943
944         * gst-libs/gst/audio/.cvsignore:
945         * gst-libs/gst/audio/Makefile.am:
946         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
947         * gst-libs/gst/audio/make_filter:
948           Move audiofiltertemplate to gst-template.
949
950 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
951
952         * docs/libs/gst-plugins-base-libs-sections.txt:
953         * gst-libs/gst/audio/gstaudiosrc.h:
954           More docs and shuffling. What can we do with the hundreds of #defines.
955
956 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
957
958         * gst-libs/gst/audio/audio.h:
959         * gst-libs/gst/audio/gstaudiofilter.h:
960         * gst-libs/gst/audio/gstringbuffer.h:
961         * gst-libs/gst/interfaces/propertyprobe.h:
962         * gst-libs/gst/tag/gsttagdemux.h:
963           Reducing number of dundocumented symbols.
964
965 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
966
967         * gst-libs/gst/audio/audio.c:
968           Fix doc comment syntax.
969
970         * gst-libs/gst/interfaces/propertyprobe.c:
971           Add more doc-comments and a FIXME: for the signal.    
972
973 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
974
975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
976         (gst_ogg_mux_request_new_pad):
977         * ext/ogg/gstoggmux.h:
978         Don't pretend to support NEWSEGMENT events, instead override the
979         GstCollectPads event function to return FALSE on NEWSEGMENT events
980         and do the normal work for other events.
981
982         This prevents elements like flacenc to seek to the start and rewrite
983         some data which then results in a broken Ogg packet.
984
985 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
986
987         Patch by: Frederic Crozat <fcrozat@mandriva.org>
988
989         * ext/alsa/gstalsaplugin.c: (plugin_init):
990         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
991         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
993         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
994         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
995         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
996         * gst/playback/gstdecodebin.c: (plugin_init):
997         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
998         * gst/playback/gstplayback.c: (plugin_init):
999         * gst/playback/gstqueue2.c: (plugin_init):
1000         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1001         * sys/v4l/gstv4l.c: (plugin_init):
1002         Make sure gettext returns translations in UTF-8 encoding rather
1003         than in the current locale encoding (#546822).
1004
1005 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1006
1007         * gst-libs/gst/pbutils/descriptions.c:
1008           Add audio/x-qdm for qtdemux.
1009
1010 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1011
1012         * ext/vorbis/vorbisdec.c:
1013           Do not leak old taglist.
1014
1015 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1016
1017         * tests/icles/test-scale.c:
1018           Include <stdlib.h> for atoi().
1019
1020 2008-08-04  Andy Wingo  <wingo@pobox.com>
1021
1022         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1023         documentation fix.
1024
1025 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1026
1027         * gst/adder/gstadder.c:
1028           Cleanup lots of empty lines that came from gst-indent going havoc
1029           before I added the INDENT_ON/OFF marker some time agao.
1030
1031 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1032
1033         * configure.ac:
1034         * gst-libs/gst/riff/riff-read.c:
1035           Bump requirement to latest core and use new tag for riff formats.
1036           Needed for #520694.
1037
1038 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1039
1040         * tests/examples/dynamic/Makefile.am:
1041         * tests/examples/dynamic/codec-select.c: (make_encoder),
1042         (make_pipeline), (do_switch), (my_bus_callback), (main):
1043         Add example app that dynamically switches between 3 'encoders'.
1044
1045 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1046
1047         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1048         Add some more comments.
1049
1050 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1051
1052         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1053         (gst_video_test_src_create):
1054         Discard buffers of the wrong size after renegotiation, this is perfectly
1055         possible with things like capsfilter that could suggest caps changes
1056         upstream without knowing the size of the buffer.
1057
1058 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1059
1060         * tests/icles/.cvsignore:
1061         * tests/icles/Makefile.am:
1062         * tests/icles/test-scale.c: (make_pipeline), (main):
1063         Add dynamic rescaling tests for the new basetransform.
1064
1065 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1066
1067         * gst/audioconvert/Makefile.am:
1068           Dist recently-added gstfastrandom.h.
1069
1070 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1071
1072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1073         Fix a "may be used uninitialized in this function" which weirdly only
1074         appears on macosx (?).
1075
1076 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1077
1078         * gst-libs/gst/riff/riff-ids.h:
1079           Adding acid chunk for tempo and loop information.
1080
1081 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1082
1083         * sys/xvimage/Makefile.am:
1084           floor() needs linking to $(LIBM).
1085
1086 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1087
1088         * ext/gnomevfs/gstgnomevfssrc.c:
1089           Aggregate short reads and add some comments and debug logging.
1090           Fixes #537380
1091
1092 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1093
1094         * gst/playback/gstplaybasebin.c:
1095           Fix property doc markup (its not a signal).
1096
1097         * sys/xvimage/xvimagesink.c:
1098           Add since tag for new proeprties (also add sice tags fro the last two
1099           other additions).
1100
1101 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1102
1103         * sys/xvimage/xvimagesink.c:
1104         * sys/xvimage/xvimagesink.h:
1105           Add autofill/colorkey properties. Fixes #538656.
1106
1107 2008-07-28  David Schleef  <ds@schleef.org>
1108
1109         * sys/xvimage/xvimagesink.c:
1110           Fix rounding errors when converting colorbalance values
1111           between hardware and object property ranges.  Partial
1112           fix for #537889, however, there still seems to be a small
1113           drift problem that could be totem's fault.
1114
1115 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1116
1117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1118         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1119         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1120         This fixes a critical warning.
1121
1122 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1123
1124         * ext/ogg/gstoggmux.c:
1125         Allow muxing of CELT into Ogg streams.
1126
1127 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1128
1129         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1130         (plugin_init):
1131         Add simple typefinder for the CELT codec (www.celt-codec.org).
1132
1133 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1134
1135         Patch by: Jan Gerber <j at oil21 dot org>
1136
1137         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1138         Fix calculation of the start time from skeleton streams.
1139         Fixes bug #530068.
1140
1141 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1142
1143         * tests/examples/seek/seek.c:
1144           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1145
1146 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1147
1148         * gst/audioconvert/audioconvert.h:
1149         * gst/audioconvert/gstaudioquantize.c:
1150         (gst_audio_quantize_setup_dither),
1151         (gst_audio_quantize_free_dither):
1152         * gst/audioconvert/gstfastrandom.h:
1153         Implement a linear congruential generator as pseudo random number
1154         generator for the dither noise. This is about 2 times faster than
1155         using GLib's mersenne twister. Also this uses only integer math for
1156         generating integers while GLib internally uses floating point math.
1157
1158 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1159
1160         * configure.ac:
1161           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1162
1163 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1164
1165         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1166
1167         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1168           Use GST_STR_NULL to avoid crashes with libcs that don't
1169           like NULL strings in printf args (such as the win32 one).
1170           Fixes #544306.
1171
1172 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1173
1174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1175         Oops - set the size of the image used for probing back to 1x1, for
1176         consistency with ximagesink
1177
1178 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1179
1180         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1181         (gst_ximagesink_ximage_new):
1182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1183         (gst_xvimagesink_xvimage_new):
1184
1185         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1186         X server to attach to a shared memory segment after we've deleted it,
1187         with the result that MIT-SHM is disabled. Instead, remove it only after 
1188         X succeeds in attaching too.
1189
1190 2008-07-16  David Schleef  <ds@schleef.org>
1191
1192         * gst/audiotestsrc/gstaudiotestsrc.c:
1193         * gst/audiotestsrc/gstaudiotestsrc.h:
1194           Add 'ticks', a 1/30 second sine wave pulse every second.
1195
1196 2008-07-15  David Schleef  <ds@schleef.org>
1197
1198         * gst-libs/gst/video/video.c: Revert ABI change.
1199
1200 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1201
1202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1203         Make it impossible to have NULL caps at the point where we set
1204         framerate and other things. Also don't return immediately for "3ivd"
1205         video and let framerate, etc be set. Might fix bug #542508.
1206
1207 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1208
1209         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1210         Video format can also be conveniently determined from (many)
1211         non-fixed caps.
1212
1213 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1214
1215         * gst/playback/gstplaybasebin.c:
1216         * gst/playback/gstplaybasebin.h:
1217         * gst/playback/gstplaybin.c:
1218         * gst/playback/gststreamselector.c:
1219         First stab at integrating DVD subpicture overlay into
1220         playbin. Successfully plugs and plays, but the queues need
1221         shrinking - 3 seconds of video is too much buffering.
1222
1223 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1224
1225         * gst/audioconvert/gstaudioconvert.c:
1226           Remove now obsolete note in the docs.
1227
1228 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1229
1230         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1231         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1232         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1233         * docs/plugins/gst-plugins-base-plugins.args:
1234         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1235         * docs/plugins/gst-plugins-base-plugins.interfaces:
1236         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1237         * docs/plugins/gst-plugins-base-plugins.signals:
1238         * docs/plugins/inspect/plugin-adder.xml:
1239         * docs/plugins/inspect/plugin-alsa.xml:
1240         * docs/plugins/inspect/plugin-audioconvert.xml:
1241         * docs/plugins/inspect/plugin-audiorate.xml:
1242         * docs/plugins/inspect/plugin-audioresample.xml:
1243         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1244         * docs/plugins/inspect/plugin-cdparanoia.xml:
1245         * docs/plugins/inspect/plugin-decodebin.xml:
1246         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1247         * docs/plugins/inspect/plugin-gdp.xml:
1248         * docs/plugins/inspect/plugin-gnomevfs.xml:
1249         * docs/plugins/inspect/plugin-libvisual.xml:
1250         * docs/plugins/inspect/plugin-ogg.xml:
1251         * docs/plugins/inspect/plugin-pango.xml:
1252         * docs/plugins/inspect/plugin-playback.xml:
1253         * docs/plugins/inspect/plugin-queue2.xml:
1254         * docs/plugins/inspect/plugin-subparse.xml:
1255         * docs/plugins/inspect/plugin-tcp.xml:
1256         * docs/plugins/inspect/plugin-theora.xml:
1257         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1258         * docs/plugins/inspect/plugin-uridecodebin.xml:
1259         * docs/plugins/inspect/plugin-video4linux.xml:
1260         * docs/plugins/inspect/plugin-videorate.xml:
1261         * docs/plugins/inspect/plugin-videoscale.xml:
1262         * docs/plugins/inspect/plugin-videotestsrc.xml:
1263         * docs/plugins/inspect/plugin-volume.xml:
1264         * docs/plugins/inspect/plugin-vorbis.xml:
1265         * docs/plugins/inspect/plugin-ximagesink.xml:
1266         * docs/plugins/inspect/plugin-xvimagesink.xml:
1267         * ext/alsa/gstalsamixer.c:
1268         * ext/alsa/gstalsasink.c:
1269         * ext/alsa/gstalsasrc.c:
1270         * ext/gio/gstgiosink.c:
1271         * ext/gio/gstgiosrc.c:
1272         * ext/gio/gstgiostreamsink.c:
1273         * ext/gio/gstgiostreamsrc.c:
1274         * ext/gnomevfs/gstgnomevfssink.c:
1275         * ext/gnomevfs/gstgnomevfssrc.c:
1276         * ext/ogg/gstoggdemux.c:
1277         * ext/ogg/gstoggmux.c:
1278         * ext/pango/gstclockoverlay.c:
1279         * ext/pango/gsttextoverlay.c:
1280         * ext/pango/gsttextrender.c:
1281         * ext/pango/gsttimeoverlay.c:
1282         * ext/theora/theoradec.c:
1283         * ext/theora/theoraenc.c:
1284         * ext/theora/theoraparse.c:
1285         * ext/vorbis/vorbisdec.c:
1286         * ext/vorbis/vorbisenc.c:
1287         * ext/vorbis/vorbisparse.c:
1288         * ext/vorbis/vorbistag.c:
1289         * gst/adder/gstadder.c:
1290         * gst/audioconvert/gstaudioconvert.c:
1291         * gst/audioresample/gstaudioresample.c:
1292         * gst/audiotestsrc/gstaudiotestsrc.c:
1293         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1294         * gst/gdp/gstgdpdepay.c:
1295         * gst/gdp/gstgdppay.c:
1296         * gst/playback/gstdecodebin2.c:
1297         * gst/playback/gstplaybin.c:
1298         * gst/playback/gstplaybin2.c:
1299         * gst/playback/gstqueue2.c:
1300         * gst/playback/gsturidecodebin.c:
1301         * gst/tcp/gstmultifdsink.c:
1302         * gst/tcp/gsttcpserversink.c:
1303         * gst/videorate/gstvideorate.c:
1304         * gst/videoscale/gstvideoscale.c:
1305         * gst/videotestsrc/gstvideotestsrc.c:
1306         * gst/volume/gstvolume.c:
1307         * sys/ximage/ximagesink.c:
1308         * sys/xvimage/xvimagesink.c:
1309           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1310           titles. Drop mentining that all our example pipelines are "simple"
1311           pipelines.
1312
1313 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1314
1315         * tests/examples/seek/Makefile.am:
1316         Fix out of tree build by adding all required CFLAGS.
1317
1318 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1319
1320         * gst/playback/gstdecodebin.c: (add_raw_queue):
1321         And ref the pad before returning it again when linking to the queue
1322         failed. Otherwise we will unref the pad twice later and things break.
1323
1324 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1325
1326         * gst/playback/gstdecodebin.c: (add_raw_queue):
1327         If linking the raw pad with a queue fails, try it without a queue
1328         instead of failing completely. This should never happen.
1329
1330 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1331
1332         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1333
1334         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1335         Add a queue after a demuxer if the demuxer outputs raw data. This was
1336         done before only for non-raw data but is required in this case too.
1337         Fixes bug #540215.
1338
1339         decodebin2 doesn't have this issue because all streams of a group
1340         go through multiqueue.
1341
1342 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1343
1344         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1345
1346         * gst-libs/gst/sdp/gstsdpmessage.c:
1347         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1348         that getaddrinfo() can be used. Fixes #541358.
1349
1350 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1351
1352         * gst/videotestsrc/gstvideotestsrc.c:
1353         (gst_video_test_src_class_init), (gst_video_test_src_init),
1354         (gst_video_test_src_set_property),
1355         (gst_video_test_src_get_property), (gst_video_test_src_create):
1356         * gst/videotestsrc/gstvideotestsrc.h:
1357         Cleanups, use default property values as defines.
1358         Add property to enable/disable peer buffer allocation.
1359
1360 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1361
1362         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1363         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1364         Enable unit tests on PPC again as the bugs are now fixed.
1365
1366 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1367
1368         * gst-libs/gst/riff/riff-ids.h:
1369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1370         (gst_riff_create_audio_template_caps):
1371         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1372         Fixes bug #540351.
1373
1374 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1375
1376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1377         (gst_ffmpeg_pixfmt_to_caps):
1378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1379         (gst_ffmpegcsp_get_unit_size):
1380         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1381         it on other formats. Also adjust the unit size only for that format
1382         to not include the palette. Fixes bug #540497.
1383
1384 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1385
1386         * gst/adder/gstadder.c:
1387           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1388
1389 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1390
1391         * ChangeLog:
1392           ChangeLog surgery.
1393   
1394         * tests/examples/seek/seek.c:
1395           Move variable into ifdef too.
1396         
1397
1398 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1399
1400         * tests/examples/seek/seek.c:
1401           Include config.h and check if we have X. Remove XInitThread(), don't
1402           think its needed. Fixes: #540334.
1403
1404 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1405
1406         Patch by: Sam Morris <sam at robots dot org to uk>
1407
1408         * gst-libs/gst/interfaces/mixertrack.c:
1409         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1410         (gst_mixer_track_set_property):
1411         API: Add "index" property to GstMixerTrack to differantiate between
1412         multiple mixer tracks with the same label.
1413
1414         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1415         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1416         Set the "index" property of GstMixerTrack to the index given by ALSA.
1417         Fixes bug #528299.
1418
1419 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1420
1421         * tests/examples/seek/Makefile.am:
1422         * tests/examples/seek/seek.c:
1423           Remove libgstvideo usage. Use gtk_get_option_group instead of
1424           gtk_init().
1425
1426 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1427
1428         * tests/check/Makefile.am:
1429           Name the test registry format neutral.
1430
1431 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1432
1433         * gst/playback/gstqueue2.c:
1434           Do not double notify. Remove the unsued return value.
1435
1436 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1437
1438         * ext/alsa/gstalsamixer.c:
1439           Also consider "speaker" as a name for master volume. If that doesn't
1440           help look for the first non-mono volume control that also has a
1441           playback switch.
1442
1443 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1444
1445         * ChangeLog:
1446           Forgot to save the ChangeLog :/
1447
1448 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1449
1450         * tests/examples/seek/Makefile.am:
1451         * tests/examples/seek/seek.c:
1452           Embedd the xwindow. Allow to play multiple files.
1453
1454 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1455
1456         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1457         (gst_ximagesink_setcaps):
1458         * sys/ximage/ximagesink.h:
1459         When the caps change, make sure to re-draw borders in
1460         force-aspect-ratio=true mode.
1461         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1462         Don't clear the border_draw flag until we actually draw the border.
1463         * tests/check/Makefile.am:
1464         Ignore alsasink/src during the states test too, so it doesn't fail
1465         when running without access to the sound device.
1466
1467 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1468
1469         * tests/examples/seek/seek.c:
1470           Fix crasher when playing a parse-launch line the 2nd time.
1471
1472 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1473
1474         * tests/check/pipelines/oggmux.c:
1475           Properly ifdef tests to fix compilation.
1476
1477 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1478
1479         * gst/playback/gstplay-marshal.list:
1480         * gst/playback/gstplaybin2.c:
1481           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1482           playbin2. This allows the user to get to the selector's sinkpads, and
1483           thus inspect a range of things - caps, tags, etc. 
1484
1485 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1486
1487         * gst/playback/gstplaybin2.c:
1488           Use a different constant for the convert-frame signal id.
1489           Fixes #537009.
1490
1491 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1492
1493         * gst/playback/gstplaybin2.c:
1494         * gst/playback/gstplaysink.c:
1495           Fix a whole bunch of typos in comments and log statements. 
1496
1497 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1498
1499         * sys/xvimage/xvimagesink.c:
1500           Don't set colour balance values on the Xv port if the user hasn't
1501           changed them (via properties or the interface). Avoids accumulating
1502           rounding errors for the common case.
1503           Partial fix for bug #537889.
1504
1505 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1506
1507         * gst/playback/gstdecodebin2.c:
1508           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1509           pads are drained.
1510
1511 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1512
1513         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1514         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1515         Report the encoder latency. Fixes #538232.
1516
1517 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1518
1519         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1520         (notify_source), (activate_group):
1521         Implement the source property, emit notify when it changes in the
1522         underlying uridecodebin.
1523
1524 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1525
1526         * tests/examples/seek/seek.c: (stop_cb):
1527         Free and clear the seek element list so that we don't use invalid
1528         references when seeking after recreating a gst-launch line.
1529
1530 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1531
1532         * gst-libs/gst/audio/gstbaseaudiosink.c:
1533         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1534         (gst_base_audio_sink_render):
1535         Report latency even if we are not live instead of hiding it.
1536         Take ts-offset and render-delay of the basesink into account when
1537         scheduling samples.
1538         Rework the clipping code so that we can take the various offsets into
1539         account and still do correct clipping.
1540
1541 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1542
1543         * configure.ac:
1544         Bump verion back to devel -> 0.10.20.1
1545
1546 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1547
1548         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1549         Don't increase the size of non-string image buffers by one as this
1550         might in theory confuse decoders. Still increase it by one for string
1551         image buffers to append '\0'.
1552
1553 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1554
1555         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1556         
1557         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1558         Fix a buffer memleak and remove a confusing and wrong debug output.
1559         Fixes bug #538663.
1560
1561 === release 0.10.20 ===
1562
1563 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1564
1565         * configure.ac:
1566           releasing 0.10.20, "Here I Go Again"
1567
1568 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1569
1570         * configure.ac:
1571         0.10.19.3 pre-release
1572
1573 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1574
1575         * gst-libs/gst/rtsp/gstrtspconnection.c:
1576         Fix build on win32.
1577         Patch By: David Schleef <ds@schleef.org>
1578         Fixes: #536874
1579
1580 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1581
1582         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1583         (gst_gio_base_src_create):
1584         * ext/gio/gstgiobasesrc.h:
1585         Try to read the requested number of bytes, even if the first
1586         read returns less than requested, until nothing is read anymore
1587         or we have the requested amount of bytes. This fixes playback of
1588         files via Samba as Samba only allows to read 64k at once.
1589
1590         Implement a caching algorithm that makes sure that we read at
1591         least 4k of data every time. Some elements will try to read a few
1592         bytes, then seek, read again a few bytes and so on and this is
1593         painfully slow as every operation has to go over DBus if GVfs is
1594         used as backend.
1595
1596         Fixes bug #536849 and #536848.
1597
1598         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1599         (gst_gio_src_check_get_range):
1600         Override check_get_range() to blacklist http/https URIs
1601         and whitelist file URIs. More to be added on demand.
1602
1603 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1604
1605         * configure.ac:
1606         0.10.19.2 pre-release
1607
1608 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1609
1610         * win32/common/libgstrtsp.def:
1611         * win32/common/libgsttag.def:
1612         Add new API functions to the dll exports
1613
1614 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1615
1616         * gst/playback/gstplaybasebin.c:
1617           Disconnect signals from decodebins we created before we remove it
1618           from playbin, to avoid crashes if the decodebin is eventually
1619           disposed after the playbin itself (possible if the app takes a
1620           reference on the decodebin).
1621           Fixes #536521.
1622
1623 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1624
1625         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1626           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1627           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1628           (h264_video_type_find), (mpeg_video_stream_type_find),
1629           (dv_type_find), (mmsh_type_find):
1630           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1631           copy caps for no good reason (this may be desirable to make it easier
1632           to detect leaks, but then it should probably be done for all caps
1633           in the typefinder somewhere).
1634
1635 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1636
1637         * tests/check/Makefile.am:
1638         Do not try to run the check tests for subparse unless it has been
1639         built.
1640
1641 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1642
1643         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1644         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1645         Do not try to run a test which requires vorbisenc unless we have
1646         actually built it.
1647
1648 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1649
1650         * gst-libs/gst/rtsp/gstrtspconnection.c:
1651         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1652         (gst_rtsp_connection_clear_auth_params),
1653         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1654         * gst-libs/gst/rtsp/gstrtspconnection.h:
1655         Add a couple of missing argument guards.
1656         Add a way of setting the DSCP for an RTSP connection.
1657         Add an accessor method for the ip member of GstRTSPConnection as all
1658         members are supposed to be private.
1659
1660 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1661
1662         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1663         Fixed accidental use of IPv4 options for all IPv6 addresses.
1664
1665 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1666
1667         * gst-libs/gst/interfaces/mixertrack.h:
1668           Document mixer track flags.
1669
1670 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1671
1672         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1673
1674         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1675         Don't set caps on the buffers that contain a copy of the buffer
1676         including the caps of them resulting in an always increasing refcount
1677         of the caps and insanely large caps. Instead include a buffer without
1678         caps in the new caps. Fixes bug #536475.
1679
1680 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1681
1682         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1683         Transform a given PAR to a range on the struct with the generic
1684         height/width instead of the struct with the possibly restricted
1685         height/width.
1686
1687 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1688
1689         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1690         Prefer the given format if it contains something stricter than [1,MAX]
1691         for height or width and only put a structure that requires rescaling
1692         as second. This makes it possible to use videoscale in pipelines where
1693         the source can actually produce the wanted height/width but usually
1694         selects a different one from the requested.
1695
1696 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1697
1698         Based on patch by: John Millikin <jmillikin gmail com>
1699
1700         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1701           (gst_vorbis_tag_add_coverart):
1702           Retrieve COVERART tags from vorbis comments (#512333)
1703
1704 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1705
1706         * gst-libs/gst/tag/tag.h:
1707         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1708           Don't forget to add new enum value here too (should probably use
1709           glib-mkenums here...).
1710
1711 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1712
1713         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1714         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1715         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1716           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1717           (gst_tag_image_data_to_image_buffer):
1718           Add two utility functions to avoid code duplication (#512333):
1719           API: add gst_tag_image_data_to_image_buffer()
1720           API: add gst_tag_list_add_id3_image()
1721           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1722
1723 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1724
1725         * win32/common/libgstaudio.def:
1726         Add gst_audio_check_channel_positions() to the exported symbols.
1727
1728 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1729
1730         * docs/libs/gst-plugins-base-libs-sections.txt:
1731         * gst-libs/gst/audio/multichannel.c:
1732         (gst_audio_check_channel_positions):
1733         * gst-libs/gst/audio/multichannel.h:
1734         API: Make gst_audio_check_channel_positions() public.
1735
1736         * tests/check/libs/audio.c: (GST_START_TEST):
1737         Add some simple checks for gst_audio_check_channel_positions().
1738
1739 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1740
1741         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1742           minrange and maxrange are scaled according to the frequency
1743           multiplier.
1744
1745 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1746
1747         * ext/pango/Makefile.am:
1748         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1749           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1750           Use gstvideo functions to calculate strides and plane offsets. Fixes
1751           rendering issue ('ghost' images of the text on the chroma planes)
1752           with widths or heights that are not multiples of 8 (#506659 and
1753           probably also #485729).
1754
1755         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1756           (main):
1757           Test with odd height/width too.
1758
1759 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1760
1761         * gst/adder/gstadder.c: (gst_adder_query_duration),
1762         (gst_adder_query_latency):
1763         When using gst_element_iterate_pads() one has to unref every pad
1764         after usage.
1765
1766 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1767
1768         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1769         (gst_base_audio_src_class_init):
1770         Add a gtk-doc chunk for the new properties to have a Since: indication.
1771
1772 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1773
1774         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1775         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1776         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1777         (gst_base_audio_src_change_state):
1778         Provide readable actual-buffer-time and actual-latency-time properties
1779         that reflect the configured ringbuffer values. Fixes #524724.
1780         API: GstBaseAudioSrc:actual-buffer-time
1781         API: GstBaseAudioSrc:actual-latency-time
1782
1783 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1784
1785         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1786         (gst_basertppayload_change_state):
1787         Simply converting the running time into an RTP timestamp by scaling it
1788         based on the clock-rate is good enough for making an RTP timestamp. This
1789         has the added benefit that we can later on expose a property with the
1790         RTP timestamp of running time 0, as is needed for RTSP servers to
1791         generate the response of the PLAY request.
1792
1793 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1794
1795         * gst/audioconvert/gstaudioconvert.c:
1796         (structure_has_fixed_channel_positions),
1797         (gst_audio_convert_transform_caps):
1798         Allow up to 11 positioned channels now that audioconvert can handle
1799         this but add no default positions for > 8 channels.
1800         
1801         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1802         Add some unit tests for the above change: Test conversion of
1803         11 positioned channels to stereo and the other way around, test
1804         conversion of 15 unpositioned channels in different ways.
1805
1806 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1807
1808         * win32/common/libgstaudio.def:
1809         Add gst_audio_clock_reset to the list of exported symbols.
1810
1811 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1812
1813         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1814         Remove wrong_channels_identification_header unit test as we now
1815         support 7 (and more channels).
1816
1817 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1818
1819         * gst/audioconvert/gstchannelmix.c:
1820         (gst_channel_mix_fill_one_other):
1821         If mixing left or right to center (or the other way around) only take
1822         the complete value if we don't already have the original position in
1823         the source.
1824
1825 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1826
1827         * gst-libs/gst/audio/multichannel.c:
1828         (gst_audio_check_channel_positions),
1829         (gst_audio_set_structure_channel_positions_list),
1830         (gst_audio_fixate_channel_positions):
1831         Allow rear center together with rear left/right and other previously
1832         conflicting channel positions. The reason why they weren't allowed
1833         was the channel mixing implementation in audioconvert.
1834         Also take this into account when fixing channel layouts.
1835
1836         Allow setting channel positions for 1/2 channels when using
1837         gst_audio_set_structure_channel_position().
1838
1839         * gst/audioconvert/gstchannelmix.c:
1840         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1841         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1842         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1843         Major rewrite of the channel mixing.
1844
1845         We now allow previously conflicting channel positions to appear
1846         together (rear center and rear left/right for example).
1847         Fixes bug #533817.
1848
1849         Rework the way channels are mixed together to take more possible
1850         channel positions into account, properly mix from/to side channels
1851         and don't assume that either center, left&right or nothing of a
1852         specific position is available anymore.
1853
1854         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1855         Adjust unit tests with non-standard 1/2 channel layouts to the more
1856         correct new behaviour.
1857
1858         Add a unit test for 5.1->Stereo downmixing.
1859
1860 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1861
1862         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1863         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1864         Add sane defaults for the 7 and 8 channel layouts as those are
1865         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1866         more than 8 channels instead of erroring out. Fixes bug #535356.
1867
1868 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1869
1870         * docs/plugins/Makefile.am:
1871         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1872         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1873         * ext/theora/theoraparse.c:
1874         Add theoraparse to the docs and fix some docs.
1875
1876 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1877
1878         * gst-libs/gst/cdda/gstcddabasesrc.c:
1879         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1880         Fix EOS condition and track addition check, the track.end sector is
1881         included in the track. Fixes #533265.
1882
1883 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1884
1885         Patch by: Mark Nauwelaerts <manauw at skynet be>
1886
1887         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1888         (gst_video_rate_flush_prev), (gst_video_rate_event),
1889         (gst_video_rate_chain):
1890         * gst/videorate/gstvideorate.h:
1891         React (more) to NEWSEGMENT
1892         Small adjustment in timestamp calculation to prevent mismatches
1893         Fixes #435633.
1894
1895 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1896
1897         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1898           Initialise error to NULL as we should.
1899
1900 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1901
1902         * gst/adder/gstadder.c: (gst_adder_query_duration),
1903         (gst_adder_query_latency), (gst_adder_query):
1904         Implement latency query.
1905
1906 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1907
1908         * gst/adder/gstadder.c: (gst_adder_query_duration):
1909         Correctly resync the iterator if gst_iterator_next() returns
1910         GST_ITERATOR_RESYNC.
1911
1912 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1913
1914         * win32/vs6/libgstpbutils.dsp:
1915           Add pbutils-enumtypes.c to sources (#518037).
1916
1917 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1918
1919         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1920         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1921         * gst-libs/gst/audio/gstaudioclock.h:
1922         Add method to inform the clock that the time starts from 0 again. We use
1923         this info to calculate a clock offset so that the time we report in
1924         internal_time is monotonically increasing, as required by the clock base
1925         class. Fixes #521761.
1926         API: GstAudioClock::gst_audio_clock_reset()
1927
1928         * gst-libs/gst/audio/gstbaseaudiosink.c:
1929         (gst_base_audio_sink_skew_slaving),
1930         (gst_base_audio_sink_change_state):
1931         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1932         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1933         Reset reported time when we (re)create the ringbuffer.
1934
1935 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1936
1937         * ext/alsa/gstalsamixertrack.c:
1938           (gst_alsa_mixer_track_update_alsa_capabilities):
1939           Make sure playback volumes aren't accidentally overwritten by
1940           capture volumes if an alsa mixer track has both playback and
1941           capture capabilities: we create two GstMixerTracks in that
1942           case, so make sure we query only the alsa capabilities that
1943           refer to the type of GstMixerTrack we created from the dual
1944           capability alsa element. Should fix issues with Audigy2 sound
1945           cards (#518082).
1946
1947 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1948
1949         * tests/check/pipelines/oggmux.c: (test_pipeline):
1950           Don't use deprecated function.
1951
1952 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1953
1954         * gst/playback/gstdecodebin2.c:
1955         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1956         Check for NULL cases and log them, creating ghostpads can, for example,
1957         fail when the pad returns wrong caps.
1958
1959         * gst/playback/gstplaybin2.c: (perform_eos):
1960         When pushing out the EOS event, collect the return value and warn when
1961         something failed.
1962
1963 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1964
1965         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1966         (gst_riff_create_video_template_caps):
1967         Add support for DVCPRO.
1968
1969 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1970
1971         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1972           Change default scaling method from nearest-neighbour to bilinear.
1973
1974 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1975
1976         * tests/check/libs/video.c:
1977           More checks.
1978
1979 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1980
1981         * gst/subparse/gstsubparse.c: (parser_state_init),
1982           (gst_sub_parse_format_autodetect), (handle_buffer):
1983         * gst/subparse/gstsubparse.h:
1984         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1985           Limit duration to a maximum of five seconds for tmplayer format where
1986           we can guess the duration only from the timestamp of the next line of
1987           text. We don't want to show a text for eternities just because nothing
1988           else is being said for a while.
1989
1990 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1991
1992         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1993         (gst_base_rtp_depayload_chain),
1994         (gst_base_rtp_depayload_handle_sink_event),
1995         (gst_base_rtp_depayload_push_full),
1996         (gst_base_rtp_depayload_change_state):
1997         Check sequence numbers, mark input buffers with a discont flag for the
1998         subclass when we detected a gap, drop duplicate buffers. We do this
1999         because one can use the element without a jitterbuffer in front and we
2000         don't want to feed the subclasses invalid or reordered data.
2001         Do an error when the subclass did not provide a process function instead
2002         of crashing.
2003         Some other small cleanups.
2004
2005 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2006
2007         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2008           May just as well use the precalculated uvstride here.
2009
2010 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2011
2012         * docs/plugins/Makefile.am:
2013         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2014         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2015         * docs/plugins/gst-plugins-base-plugins.args:
2016         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2017         * docs/plugins/gst-plugins-base-plugins.interfaces:
2018         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2019         * docs/plugins/inspect/plugin-adder.xml:
2020         * docs/plugins/inspect/plugin-alsa.xml:
2021         * docs/plugins/inspect/plugin-audioconvert.xml:
2022         * docs/plugins/inspect/plugin-audiorate.xml:
2023         * docs/plugins/inspect/plugin-audioresample.xml:
2024         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2025         * docs/plugins/inspect/plugin-cdparanoia.xml:
2026         * docs/plugins/inspect/plugin-decodebin.xml:
2027         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2028         * docs/plugins/inspect/plugin-gdp.xml:
2029         * docs/plugins/inspect/plugin-gio.xml:
2030         * docs/plugins/inspect/plugin-gnomevfs.xml:
2031         * docs/plugins/inspect/plugin-libvisual.xml:
2032         * docs/plugins/inspect/plugin-ogg.xml:
2033         * docs/plugins/inspect/plugin-pango.xml:
2034         * docs/plugins/inspect/plugin-playback.xml:
2035         * docs/plugins/inspect/plugin-queue2.xml:
2036         * docs/plugins/inspect/plugin-subparse.xml:
2037         * docs/plugins/inspect/plugin-tcp.xml:
2038         * docs/plugins/inspect/plugin-theora.xml:
2039         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2040         * docs/plugins/inspect/plugin-uridecodebin.xml:
2041         * docs/plugins/inspect/plugin-video4linux.xml:
2042         * docs/plugins/inspect/plugin-videorate.xml:
2043         * docs/plugins/inspect/plugin-videoscale.xml:
2044         * docs/plugins/inspect/plugin-videotestsrc.xml:
2045         * docs/plugins/inspect/plugin-volume.xml:
2046         * docs/plugins/inspect/plugin-vorbis.xml:
2047         * docs/plugins/inspect/plugin-ximagesink.xml:
2048         * docs/plugins/inspect/plugin-xvimagesink.xml:
2049         * ext/cdparanoia/gstcdparanoiasrc.c:
2050         * ext/ogg/gstoggdemux.c:
2051         * ext/ogg/gstoggdemux.h:
2052         * ext/ogg/gstoggmux.c:
2053         * ext/ogg/gstoggmux.h:
2054         * gst/audioconvert/audioconvert.c:
2055         * gst/audioconvert/audioconvert.h:
2056         * gst/audioconvert/gstaudioconvert.h:
2057         * gst/gdp/gstgdpdepay.h:
2058         * gst/gdp/gstgdppay.h:
2059         * gst/playback/gstdecodebin.c:
2060         * gst/playback/gstdecodebin2.c:
2061         * gst/playback/gstplaybin.c:
2062         * gst/playback/gstplaybin2.c:
2063         * gst/playback/gsturidecodebin.c:
2064         * gst/tcp/gstmultifdsink.c:
2065         * gst/tcp/gstmultifdsink.h:
2066         * gst/tcp/gsttcp.h:
2067
2068         Add some documentation comments, and some new headers to be scanned.
2069         Rename some internal enum declarations (audioconvert's DitherType and
2070         NoiseShapingType, GstUnitType from the TCP elements) to match the
2071         documented GObject type names so that the docs pick them up.
2072         Name the playbin2 docs markups properly so they get picked up. They'll
2073         need renaming back when/if playbin2 becomes playbin.
2074
2075         100% symbol coverage for the plugin docs, booya.
2076
2077 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2078
2079         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2080
2081         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2082         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2083
2084 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2085
2086         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2087
2088         * gst/playback/gstdecodebin.c: (remove_fakesink):
2089         Lock the fakesink before setting the state to NULL and removing it from
2090         the bin so that a concurrent state change cannot interfere. 
2091         Fixes #534331.
2092
2093 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2094
2095         * docs/Makefile.am:
2096         Fix installing plugin documentation when gtk-doc is disabled.
2097
2098 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2099
2100         * gst-libs/gst/rtsp/Makefile.am:
2101         Distribute, don't install md5.h
2102
2103 2008-05-21  Julien Moutte  <julien@fluendo.com>
2104
2105         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2106         instead of SOL_IP, works on more platforms.
2107         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2108         arguments.
2109
2110 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2111
2112         * ext/vorbis/vorbisdec.c:
2113         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2115         Some debug and comment fixes.
2116
2117         * tests/examples/dynamic/addstream.c: (main):
2118         Fix , to ;
2119
2120 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2121
2122         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2123         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2124         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2125         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2126         (cleanup_decodebin):
2127         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2128         (connect_element), (gst_decode_group_control_demuxer_pad):
2129         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2130         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2131         (mute_group_type):
2132         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2133         (gst_play_bin_set_property), (handoff), (gen_video_element),
2134         (gen_text_element), (gen_audio_element), (gen_vis_element),
2135         (remove_sinks), (add_sink), (setup_sinks):
2136         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2137         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2138         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2139         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2140         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2141         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2142         (gen_vis_chain), (gst_play_sink_reconfigure),
2143         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2144         (gst_play_sink_request_pad):
2145         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2146         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2147         (cb_newpad):
2148         * gst/playback/test6.c: (new_decoded_pad_cb):
2149         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2150         * tests/check/elements/audiorate.c: (test_injector_chain),
2151         (do_perfect_stream_test):
2152         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2153         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2154         * tests/check/elements/gnomevfssink.c:
2155         * tests/check/elements/textoverlay.c:
2156         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2157         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2158         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2159         * tests/check/pipelines/oggmux.c: (test_pipeline):
2160         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2161         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2162         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2163         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2164         * tests/examples/seek/seek.c: (make_mod_pipeline),
2165         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2166         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2167         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2168         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2169         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2170         (update_fill), (msg_buffering):
2171         Don't use bad gst_element_get_pad().
2172
2173 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2174
2175         * gst-libs/gst/riff/riff-media.c:
2176           Fix wrong method name in docs. Fix calculation of strf fields for
2177           broken mulaw/alaw.
2178   
2179         * gst-libs/gst/riff/riff-read.c:
2180           Whitespace fix and removing double ';'.
2181
2182 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2183
2184         * docs/design/part-playbin2.txt:
2185         Add some leftover doc.
2186
2187 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2188
2189         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2190         Fix copy & paste error in last commit.
2191
2192 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2193
2194         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2195         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2196         other channel positions when source has SIDE channels and dest doesn't
2197         or the other way around.
2198
2199 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2200
2201         Patch by: Henrik Eriksson <henriken at axis dot com>
2202
2203         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2204         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2205         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2206         (gst_multi_fd_sink_get_property):
2207         * gst/tcp/gstmultifdsink.h:
2208         Add support for DSCP QOS. Fixes #469933.
2209
2210 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2211
2212         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2213         Add another test that checks if conversion between standard 1 and 2
2214         channel layouts with and without positions set is working.
2215
2216 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2217
2218         * gst-libs/gst/audio/multichannel.c:
2219         (gst_audio_check_channel_positions):
2220         Allow non-standard 2 channel layouts.
2221         
2222         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2223         Add some tests for converting and remapping non-standard 1 and 2
2224         channel layouts.
2225
2226 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2227
2228         * gst/audioconvert/gstchannelmix.c:
2229         (gst_channel_mix_fill_normalize):
2230         Prevent division by zero if the channel mix matrix contains only
2231         zeroes.
2232
2233 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2234
2235         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2236
2237         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2238         Close a buffer memory leak. Fixes bug #534071.
2239
2240 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2241
2242         * gst-libs/gst/rtsp/gstrtsptransport.h:
2243         Make the GstRTSPTransport struct members public as there are no
2244         setters/getters and it's supposed to be changed directly.
2245         Fixes bug #533087.
2246
2247 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2248
2249         * gst/adder/gstadder.c:
2250         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2251         claim this on the pad template caps.
2252
2253 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2254
2255         * gst-libs/gst/audio/gstbaseaudiosink.c:
2256         (gst_base_audio_sink_sync_latency):
2257         We can only use our optimal calibration if we prerolled before the
2258         latency expired.
2259
2260 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2261
2262         * configure.ac:
2263           Require core CVS for GstBaseSrc buffer caps setting magic.
2264
2265 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2266
2267         * gst/audioconvert/gstaudioconvert.c:
2268         (gst_audio_convert_fixate_channels):
2269         Fix logic in last commit.
2270
2271 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2272
2273         * gst/audioconvert/gstaudioconvert.c:
2274         (gst_audio_convert_fixate_channels):
2275         Passthrough the channel positions if the number of output channels is
2276         the same as the number of input channels, the input had a channel
2277         layout and downstream requests no special one. We did this already for
2278         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2279
2280 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2281
2282         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2283         (gst_gnome_vfs_src_finalize),
2284         (gst_gnome_vfs_src_received_headers_callback),
2285         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2286         * ext/gnomevfs/gstgnomevfssrc.h:
2287         Set the ICY caps on the srcpad from where they get picked up by the base
2288         class now and set on the outgoing buffers.
2289
2290         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2291         (gst_base_audio_src_create):
2292         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2293         BaseSrc now sets the caps on outgoing buffers automatically.
2294
2295 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2296
2297         * gst-libs/gst/audio/gstbaseaudiosink.c:
2298         (gst_base_audio_sink_resample_slaving),
2299         (gst_base_audio_sink_skew_slaving),
2300         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2301         (gst_base_audio_sink_async_play),
2302         (gst_base_audio_sink_change_state):
2303         Change the way in which the ringbuffer is started when dealing with a
2304         slaved clock and latency. We now sync to the clock until we reach
2305         upstream latency before starting the ringbuffer. This has the effect
2306         that we can accurately align the master and slave clocks and let the
2307         rate correction code take care of the initial drift or rounding errors
2308         instead of leaving them uncorrected with the old approach.
2309
2310 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2311
2312         * gst/audioconvert/gstaudioconvert.c:
2313         (gst_audio_convert_fixate_channels):
2314         Correctly set the default channel positions when converting to 8
2315         channels.
2316
2317 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2318
2319         * configure.ac:
2320           Error out if we don't have the required version of core.
2321
2322 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2323
2324         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2325           Use data scan helper in aac typefinder and stop scanning
2326           for headers when we've found a type. Also fix potential invalid
2327           memory access when calculating the frame length.
2328
2329 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2330
2331         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2332           (mpeg_sys_is_valid_pack):
2333           Don't modify scan context when we return FALSE in ensure_data, so
2334           it's possible to continue scanning, and we don't end up with a NULL
2335           data pointer and a positive size, which might bite us the next time
2336           we're called. Small constification.
2337
2338 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2339
2340         * gst/adder/gstadder.c:
2341         Adder doesn't support 24 bit samples so don't claim it supports them
2342         in the pad template caps.
2343
2344 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2345
2346         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2347         (gst_base_rtp_depayload_chain):
2348         Validate the RTP packet before further processing it. It's just too
2349         dangerous to accept random packets and people are not forced to use a
2350         jitterbuffer or session manager to filter out the bad packets.
2351
2352         * gst-libs/gst/rtp/gstrtpbuffer.c:
2353         (gst_rtp_buffer_set_extension_data),
2354         (gst_rtp_buffer_get_payload_subbuffer):
2355         Small cleanups.
2356         When setting extension data in a buffer that is too small, we fail and
2357         we should not set the extension bit.
2358         Change GST_WARNINGS into g_warning because they really are
2359         programming errors.
2360
2361         * tests/check/libs/rtp.c: (GST_START_TEST):
2362         Catch the g_warnings now in the unit tests and that fact that failing to
2363         set extension data left the extension bit untouched.
2364
2365 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2366
2367         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2368           Revert previous change which made basetransform handle buffer_alloc
2369           and which breaks things badly in the non-passthrough case since it
2370           returned buffers with a different (ie. sometimes smaller) size than
2371           the size requested.
2372
2373 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2374
2375         Patch by: Bernard B <b-gnome at largestprime dot net>
2376
2377         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2378         Fix seqnum compare function for bordercase values and fix the docs
2379         again. Fixes #533075.
2380
2381         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2382         Add a testcase for seqnum compare function.
2383
2384 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2385
2386         * gst/adder/gstadder.c: (gst_adder_setcaps),
2387         (gst_adder_class_init):
2388         Correctly declare the supported endianness on the pad templates
2389         and check for correct endianness in the set caps function. Adder
2390         only supports native endianness.
2391         Also use gst_element_class_set_details_simple().
2392
2393 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2394
2395         * sys/xvimage/xvimagesink.c:
2396           Better debug logging in port value handling. Merging separate port
2397           value loops into one.
2398
2399 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2400
2401         Patch by: Hannes Bistry <hannesb at gmx dot de>
2402
2403         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2404         * gst/tcp/gsttcpserversink.c:
2405         (gst_tcp_server_sink_handle_server_read),
2406         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2407         Fix regression in clientsrc because we did not add the fd to the poll
2408         set anymore. Fixes #532364.
2409         Do some cleanups here and there.
2410
2411 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2412
2413         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2414         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2415         * gst/playback/gstplay-marshal.list:
2416         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2417         Use correct marshallers. GstCaps are a boxed type and no GObject
2418         subclass.
2419
2420 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2421
2422         * win32/common/libgstrtsp.def:
2423         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2424         symbols.
2425
2426 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2427
2428         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2429
2430         * tests/check/elements/audioresample.c:
2431         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2432         (live_switch_push), (GST_START_TEST):
2433         Add unit test for the latest basetransform negotiation changes.
2434         See bug #526768.
2435
2436 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2437
2438         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2439         Fix nv12<->nv21 conversion if stride is larger than width.
2440
2441 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2442
2443         Patch by: Jan Gerber <j at oil21 dot org>
2444
2445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2446         (gst_ogg_pad_parse_skeleton_fisbone):
2447         * ext/ogg/gstoggdemux.h:
2448         Parse presentation time from skeleton streams and use it as offset
2449         for the timestamps. Fixes bug #530068.
2450
2451 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2452
2453         * gst-libs/gst/audio/gstbaseaudiosink.c:
2454         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2455         Revert previous patch that attempted to more accurately calculate the
2456         initial offset between master and slave clock. The best thing we can do
2457         in general is take the time of both clocks as the diff since we don't
2458         know when the actual preroll happened.
2459
2460 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2461
2462         * gst-libs/gst/pbutils/install-plugins.c:
2463           Fix docs: type and missing word.
2464
2465 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2466
2467         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2468           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2469           for this instead; don't check if we've found enough markers after
2470           each and every step, it's enough to do that only if we've actually
2471           found a new marker.
2472           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2473
2474 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2475
2476         * gst/typefind/gsttypefindfunctions.c:
2477           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2478           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2479           (mpeg_video_stream_type_find):
2480           Move scan helper thingy to the beginning of the file so we can use
2481           it in other typefind functions. Rename it to something more
2482           generic. Also improve handling of things towards the end of the
2483           typefind data: peek as much as we can if we know the size of the
2484           data, rather than just min_size.
2485
2486 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2487
2488         * docs/libs/gst-plugins-base-libs-sections.txt:
2489         * gst-libs/gst/interfaces/colorbalance.c:
2490         * gst-libs/gst/interfaces/colorbalance.h:
2491         * gst-libs/gst/interfaces/colorbalancechannel.c:
2492         * gst-libs/gst/interfaces/colorbalancechannel.h:
2493         * gst-libs/gst/interfaces/tuner.c:
2494         * gst-libs/gst/interfaces/tunerchannel.c:
2495         * gst-libs/gst/interfaces/tunerchannel.h:
2496         * gst-libs/gst/interfaces/tunernorm.c:
2497         * gst-libs/gst/interfaces/tunernorm.h:
2498         * gst-libs/gst/video/video.c:
2499         * gst-libs/gst/video/video.h:
2500         Document the GstTuner and GstColorBalance interfaces, and some
2501         other random API functions that needed it. 70% symbol coverage, woo.
2502
2503 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2504
2505         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2506         Choose to allocate one less segment but require one additional segment
2507         as latency. 
2508
2509         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2510         No need to increment the number of segments in the source.
2511
2512         * gst-libs/gst/audio/gstbaseaudiosink.c:
2513         (gst_base_audio_sink_get_time), (clock_convert_external),
2514         (gst_base_audio_sink_resample_slaving),
2515         (gst_base_audio_sink_skew_slaving),
2516         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2517         (gst_base_audio_sink_async_play):
2518         Remove adding latency when returning the internal time while subtracting
2519         it again when we use the value a little later.
2520         When calculating the end timestamp, we are making a rounding error
2521         with the current algorithm. Ensure that we don't accumulate these
2522         rounding errors when aligning samples by not resampling at all if we
2523         don't need to. Fixes #419351.
2524         Make the initial calibration of the clock slaving a little more
2525         predictable and accurate. Also handle the case where we don't do
2526         clock slaving.
2527
2528 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2529
2530         Based on a patch by:
2531           Björn Benderius <bjoern dot benderius at axis dot com>
2532
2533         * gst/ffmpegcolorspace/avcodec.h:
2534         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2535         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2536         (gst_ffmpegcsp_avpicture_fill):
2537         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2538         * gst/ffmpegcolorspace/imgconvert_template.h:
2539         Add conversions from/to NV12 and NV21 and conversions between those
2540         two formats. Fixes bug #532166.
2541
2542 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2543
2544         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2545         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2546         which happens for example with files smaller than 128kb.
2547
2548 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2549
2550         Patch by: Wouter Cloetens <zombie at e2big dot org>
2551
2552         * gst-libs/gst/rtsp/Makefile.am:
2553         * gst-libs/gst/rtsp/gstrtspconnection.c:
2554         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2555         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2556         (add_auth_header), (gst_rtsp_connection_free),
2557         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2558         (gst_rtsp_connection_set_auth_param),
2559         (gst_rtsp_connection_clear_auth_params):
2560         * gst-libs/gst/rtsp/gstrtspconnection.h:
2561         Add Digest authorization support for RTSP connections. See #532065.
2562
2563         * gst-libs/gst/rtsp/md5.c:
2564         * gst-libs/gst/rtsp/md5.h:
2565         Yeap, another md5 implementation until we can depend on a glib that has
2566         support for it.
2567
2568 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2569
2570         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2571
2572         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2573         Let audioresample use the buffer allocation of basetransform instead
2574         of it's own stuff.
2575
2576         * tests/check/elements/audioresample.c: (alloc_only_48000),
2577         (GST_START_TEST), (audioresample_suite):
2578         Add unit test for the recent basetransform bugfix, where upstream
2579         changes caps to something that can't be passed through anymore.
2580
2581 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2582
2583         * win32/common/config.h.in:
2584           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2585           use the real thing than having "???" unconditionally.
2586
2587 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2588
2589         * gst-libs/gst/audio/gstbaseaudiosink.c:
2590         (gst_base_audio_sink_query):
2591         Report the latency with the new seglatency parameter.
2592
2593         * gst-libs/gst/audio/gstringbuffer.c:
2594         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2595         (gst_ring_buffer_acquire):
2596         * gst-libs/gst/audio/gstringbuffer.h:
2597         Add new field to the ringbufferspec to specify the expected latency
2598         between the underlying device read/write pointer, this is needed
2599         when writing sinks that sit a little closer to the hardware.
2600         Add some more docs for other fields.
2601
2602 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2603
2604         * gst/volume/gstvolume.c: (volume_transform_ip):
2605         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2606         reason instead of crashing later. Might fix bug #509125.
2607
2608 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2609
2610         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2611
2612         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2613         * gst/audioconvert/audioconvert.h:
2614         * gst/audioconvert/gstaudioconvert.c:
2615         (gst_audio_convert_parse_caps),
2616         (structure_has_fixed_channel_positions),
2617         (gst_audio_convert_transform_caps):
2618         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2619         Add support for more than 8 channels and NONE channel layouts. For
2620         more than 8 channels no channel conversion is supported yet, only
2621         format conversions are supported. Fixes bug #398033.
2622
2623         * tests/check/elements/audioconvert.c: (verify_convert),
2624         (GST_START_TEST), (audioconvert_suite):
2625         Add some unit tests by Tim for checking the NONE channel layouts
2626         and more than 8 channels and add some more unit tests for channel
2627         conversions.
2628
2629 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2630
2631         * gst/playback/gstdecodebin2.c: (connect_pad):
2632         When autoplugging fails, set the element back to NULL before
2633         unreffing it.
2634
2635 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2636
2637         * win32/common/libgstaudio.def:
2638         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2639         symbols.
2640
2641 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2642
2643         * gst/subparse/samiparse.c: (handle_start_sync),
2644         (end_sami_element), (characters_sami):
2645         Remove trailing, leading and double whitespaces.
2646         Correctly timestamp buffers and output the last buffer too.
2647
2648         * tests/check/elements/subparse.c: (GST_START_TEST),
2649         (subparse_suite):
2650         Add a simple unit test for SAMI parsing.
2651
2652 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2653
2654         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2655
2656         * gst/subparse/samiparse.c: (handle_start_sync),
2657         (start_sami_element), (end_sami_element), (characters_sami),
2658         (sami_context_reset):
2659         Only output characters inside the "sync" elements. There could be
2660         other elements like "style" that have some content but should
2661         not be printed. Fixes bug #467911.
2662
2663 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2664
2665         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2666         (set_active_source):
2667         * gst/playback/gstplaybasebin.h:
2668         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2669         (playbin_set_audio_mute):
2670         Allow setting -1 as current-audio to mute the current audio stream,
2671         similar to what is done for subtitles. Fixes bug #342294.
2672
2673 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2674
2675         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2676         It's SorensOn and not SorensEn.
2677
2678 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2679
2680         * gst-libs/gst/pbutils/descriptions.c: (formats):
2681           Fix description of video/x-flash-video.
2682
2683 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2684
2685         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2686         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2687         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2688         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2689         Remove some unused code.
2690
2691         * gst/audioconvert/gstaudioquantize.c:
2692         (gst_audio_quantize_free_noise_shaping):
2693         Don't return before freeing the noise shaping history.
2694
2695 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2696
2697         * tests/check/elements/subparse.c: (do_test),
2698           (test_tmplayer_style3b), (subparse_suite):
2699           Add unit test for the tmplayer variant from bug #530962.
2700
2701 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2702
2703         * gst/subparse/gstsubparse.c: (handle_buffer),
2704           (gst_sub_parse_sink_event):
2705         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2706           (tmplayer_parse_line):
2707           Fix parsing of tmplayer subtitle variant where every single line contains
2708           text and there isn't an empty line after each line to determine the
2709           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2710           making sure that we push out the last line of text without a duration if
2711           there's still text left in the buffer at the end.
2712
2713 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2714
2715         * gst/subparse/gstsubparse.c: (feed_textbuf):
2716           Fix detection of discontinuities based on the buffer offset (doesn't work
2717           so well if no buffer offset is set) and also check for the DISCONT buffer
2718           flag. This keeps the parser state from being reset after each buffer in
2719           the unit test.
2720
2721 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2722
2723         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2724           Further fine-tuning: don't absolutely require sequence or GOP headers
2725           (as introduced in the previous commit), but adjust the typefind
2726           probabilities returned accordingly if we don't see them. Also make sure
2727           picture header and first slice are somewhat close to each other (which
2728           is not perfect but still better than requiring a fixed offset or having
2729           no limit at all).
2730
2731 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2732
2733         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2734         (gst_basertppayload_sink_setcaps),
2735         (gst_basertppayload_sink_getcaps):
2736         Rename the setcaps/getcaps function internally to make it clear that
2737         they are called for the sink pad.
2738
2739 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2740
2741         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2742         (gst_base_rtp_depayload_class_init),
2743         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2744         (gst_base_rtp_depayload_packet_lost),
2745         (gst_base_rtp_depayload_set_gst_timestamp):
2746         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2747         Catch packet-lost events from the jitterbuffer and convert them into a
2748         vmethod call (lost-packet) so that depayloaders can do something smart.
2749         Also add a default packet-lost function that sends out a segment update
2750         to the decoders.
2751
2752 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2753
2754         * gst/playback/test4.c:
2755         * gst/playback/test5.c:
2756         * gst/playback/test6.c:
2757         * gst/playback/test7.c:
2758           Also include config.h when relying on defines from it. Fixes the
2759           build. Its been a please to serve :)
2760
2761 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2762
2763         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2764         (paint_setup_NV21), (paint_hline_NV12_NV21):
2765         Add support for NV12 and NV21 in videotestsrc
2766
2767 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2768
2769         * gst/videoscale/gstvideoscale.c:
2770         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2771         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2772         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2773         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2774         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2775         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2776         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2777         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2778         (vs_image_scale_linear_RGB555):
2779         Support 1x1 images as input and output as for example the BBC HQ new
2780         streams have 1x1 GIFs in the playlists for some reason.
2781
2782 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2783
2784         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2785           (try_to_link_1):
2786           If we can't activate one of the decoders we plugged in (such as,
2787           say, musepackdec) for some reason (it might not support push mode,
2788           for example), remove any pad probes that close_pad_link() might
2789           have set up. This makes sure we later don't try to remove a probe
2790           for a pad that doesn't exist any longer, and avoids nast warnings
2791           and probably other things too.
2792
2793 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2794
2795         * gst/typefind/gsttypefindfunctions.c:
2796           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2797           (plugin_init):
2798           Rework mpeg video stream typefinding a bit more: make sure sequence,
2799           GOP, picture and slice headers appear in the order they should and
2800           that we've in fact at least had one of each; fix picture header
2801           detection; decouple picture and slice header check - don't assume
2802           they're at a fixed offset, there may be extra data in between. Also,
2803           announce varying degrees of probability depending on what we found
2804           exactly (multiple pictures, at least one picture, just sequence and
2805           GOP headers). Finally, in _ensure_data(), take into account that we
2806           might be typefinding smaller amounts of data, such as the first
2807           buffer of a stream, so fall back to the minimum size needed as long
2808           as that's available, instead of erroring out if there's less than
2809           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2810           fuzzed file from #399342 as valid.
2811
2812 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2813
2814         * ext/theora/theoradec.c:
2815           Cool kids don't divide by zero.
2816           Treat PAR of x:0 as 1:1.
2817           Fixes #530719.
2818
2819 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2820
2821         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2822           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2823           (mpeg_video_stream_type_find):
2824           Refactor a bit: use context structure to track parsing offset and
2825           size of available data and make the code a bit clearer. Fixes bad
2826           memory access in #356937.
2827
2828 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2829
2830         * gst/playback/test4.c:
2831         * gst/playback/test5.c:
2832         * gst/playback/test6.c:
2833         * gst/tcp/gstmultifdsink.c:
2834           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2835           is defined.
2836
2837 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2838
2839         * gst-libs/gst/audio/gstbaseaudiosink.h:
2840         Clarify some docs.
2841
2842         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2843         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2844         (gst_base_audio_src_set_slave_method),
2845         (gst_base_audio_src_get_slave_method),
2846         (gst_base_audio_src_set_property),
2847         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2848         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2849         Add property and methods for selecting the clock slave method in the
2850         source, like in the sink.
2851         We only implement "none" and "re-timestamp" for now.
2852         API: gst_base_audio_src_set_slave_method()
2853         API: gst_base_audio_src_get_slave_method()
2854
2855 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2856
2857         * gst-libs/gst/rtp/gstrtpbuffer.c:
2858         Fix the docs about the seqnum compare function, it returns a difference.
2859
2860 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2861
2862         * ext/alsa/gstalsadeviceprobe.c:
2863         (gst_alsa_get_device_list): Don't return before freeing up
2864         the allocated structures.
2865
2866 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2867
2868         * gst/playback/gstplaybin.c:
2869           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2870
2871 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2872
2873         * ext/ogg/gstoggdemux.c:
2874           Revert the event part, that should not go in.
2875
2876 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2877
2878         * ext/ogg/gstoggdemux.c:
2879           Don't leak GstPluginFeatures when filtering.
2880
2881 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2882
2883         * sys/xvimage/xvimagesink.c:
2884           Add some logging for cases when grabbing the xv failed.
2885
2886 2008-04-21  David Schleef  <ds@schleef.org>
2887
2888         * ext/ogg/gstoggmux.c:
2889           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2890           packet.  Should conform to what we currently think is the
2891           final Ogg/Dirac muxing spec.
2892
2893 2008-04-21  David Schleef  <ds@schleef.org>
2894
2895         * sys/xvimage/xvimagesink.c:
2896           Fix typo that causes the overlay keying color to bright green
2897           on a 16-bit display.  Dark grey good.  Bright green bad.
2898
2899 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2900
2901         * ext/gnomevfs/gstgnomevfsuri.c:
2902           Add  FIXME comment about using uri-list for source and sink.
2903
2904 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2905
2906         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2907         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2908         vaargs functions to gint. Otherwise the fractions will get 0 set
2909         instead of the correct value on big endian systems. Fixes bug #529018.
2910
2911 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2912
2913         * ext/gnomevfs/gstgnomevfssink.c:
2914         (gst_gnome_vfs_sink_uri_get_protocols):
2915         * ext/gnomevfs/gstgnomevfssrc.c:
2916         (gst_gnome_vfs_src_uri_get_protocols):
2917         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2918         (gst_gnomevfs_get_supported_uris):
2919         Get the list of supported URI schemes in a threadsafe way and use the
2920         same list for the source and sink.
2921
2922 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2923
2924         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2925         (gst_gio_get_supported_protocols):
2926         Don't generate a new supported protocols list on each call but cache
2927         it. It's supposed to be static anyway, this way we only leak it once
2928         per process.
2929
2930         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2931         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2932         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2933         (gst_gio_sink_start):
2934         * ext/gio/gstgiosink.h:
2935         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2936         (gst_gio_src_class_init), (gst_gio_src_finalize),
2937         (gst_gio_src_set_property), (gst_gio_src_get_property),
2938         (gst_gio_src_start):
2939         * ext/gio/gstgiosrc.h:
2940         API: Add "file" properties where one can set a GFile as
2941         source/destination.
2942
2943         Add locking to the properties and use
2944         gst_element_class_set_details_simple() instead of a static
2945         GstElementDetails struct.
2946
2947 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2948
2949         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2950         (plugin_init):
2951         Add "mpp" and "mp+" as possible extensions for MusePack files.
2952
2953         Add typefinding for MusePack StreamVersion 8 files and include the
2954         stream version in the caps.
2955
2956 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2957
2958         * gst-libs/gst/rtp/gstrtppayloads.c:
2959         (gst_rtp_payload_info_for_name):
2960         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2961
2962 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2963
2964         * configure.ac:
2965           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2966           (NB: this only affects compilation of some of the examples).
2967           Remove some configure.ac cruft that's not needed any longer.
2968
2969 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2970
2971         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2972         Don't validate the payload if there isn't any.
2973         Fixes #525915
2974
2975 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2976
2977         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2978         Use g_atomic_int_set() instead of gst_atomic_int_set().
2979
2980 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2981
2982         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2983         Return NULL instead of a gchar * array with one NULL element if we
2984         don't get any supported URI schemes from GIO.
2985
2986 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2987
2988         * gst/audiotestsrc/gstaudiotestsrc.c:
2989           Remove cpp style commented old code.
2990
2991 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2992
2993         * gst/playback/gstdecodebin2.c:
2994           Fix signal docs.
2995
2996 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2997
2998         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2999           (gst_text_overlay_init):
3000           Fix textoverlay unit test again by making the supposed default
3001           value for the wait-text property the actual default value.
3002           Also fix Since: tag for new property.
3003
3004 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3005
3006         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3007           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3008           (gst_video_format_get_pixel_stride),
3009           (gst_video_format_get_component_width),
3010           (gst_video_format_get_component_height),
3011           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3012           (gst_video_format_convert):
3013           Add guards to these functions to ensure sane input values.
3014
3015         * tests/check/libs/video.c:
3016           Fix unit test not to create caps with width=0 and height=0.
3017
3018 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3019
3020         * docs/design/draft-keyframe-force.txt:
3021         Fix typo.
3022
3023         * gst/playback/gstqueue2.c: (update_buffering),
3024         (gst_queue_handle_src_query):
3025         Set buffering mode in the messages.
3026         Set buffering percent in the query.
3027
3028         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3029         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3030         Do some more fancy things based on the buffering method in use.
3031
3032 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3033
3034         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3035         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3036         (msg_buffering), (main):
3037         Add basic download reports to seek using the new buffering API.
3038
3039 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3040
3041         * gst/playback/gstqueue2.c: (update_buffering),
3042         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3043         (gst_queue_src_checkgetrange_function):
3044         Include extra buffering stats in the buffering message.
3045         Implement BUFFERING query.
3046
3047         * gst/playback/gsturidecodebin.c: (do_async_start),
3048         (do_async_done), (type_found), (setup_streaming), (setup_source),
3049         (gst_uri_decode_bin_change_state):
3050         Only add decodebin2 when the type is found in streaming mode.
3051         Make uridecodebin async to PAUSED even when we don't have decodebin2
3052         added yet.
3053
3054 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3055
3056         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3057         Filter cdda from the supported URI schemes. We can't support
3058         musicbrainz tags and everything else one expects from a cdda source
3059         with GIO. Fixes bug #526794.
3060
3061 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3062
3063         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3064         (gst_xvimagesink_buffer_alloc):
3065         Fix calculation of 'expected size' for YV12 buffers.
3066         Be a little more verbose in the debug output for buffer-alloc'ed
3067         buffers which turn out to have the wrong size.
3068
3069 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3070
3071         * NEWS:
3072         * RELEASE:
3073         * gst-plugins-base.doap:
3074           Merge other changes from 0.10.19 release branch.
3075
3076 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3077
3078         * gst-libs/gst/audio/gstbaseaudiosink.c:
3079           (gst_base_audio_sink_class_init):
3080         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3081           (gst_base_audio_src_class_init):
3082         * gst/playback/gstplayback.c: (plugin_init):
3083         * gst/volume/gstvolume.c: (plugin_init):
3084           Work around missing bits of thread-safety on older GLibs some
3085           more to avoid assertions when starting up multiple playbin
3086           objects concurrently (see #512382).
3087
3088 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3089
3090         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3091           Remove some more fields.
3092
3093 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3094
3095         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3096
3097         * configure.ac:
3098         Actually build dlls when cross-compiling with mingw32.
3099         Fixes bug #526247.
3100
3101 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3102
3103         * configure.ac:
3104           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3105
3106 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3107
3108         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3109         (msg_buffering), (connect_bus_signals), (main):
3110         Add statusbar.
3111         Add buffering support with feedback in the statusbar.
3112
3113 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3114
3115         * ext/ogg/gstoggmux.c:
3116           Fix sample pipeline description.
3117
3118 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3119
3120         * docs/plugins/Makefile.am:
3121         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3122         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3123         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3124           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3125
3126         * docs/plugins/gst-plugins-base-plugins.args:
3127         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3128         * docs/plugins/gst-plugins-base-plugins.interfaces:
3129         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3130         * docs/plugins/inspect/plugin-adder.xml:
3131         * docs/plugins/inspect/plugin-alsa.xml:
3132         * docs/plugins/inspect/plugin-audioconvert.xml:
3133         * docs/plugins/inspect/plugin-audiorate.xml:
3134         * docs/plugins/inspect/plugin-audioresample.xml:
3135         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3136         * docs/plugins/inspect/plugin-cdparanoia.xml:
3137         * docs/plugins/inspect/plugin-decodebin.xml:
3138         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3139         * docs/plugins/inspect/plugin-gdp.xml:
3140         * docs/plugins/inspect/plugin-gnomevfs.xml:
3141         * docs/plugins/inspect/plugin-libvisual.xml:
3142         * docs/plugins/inspect/plugin-ogg.xml:
3143         * docs/plugins/inspect/plugin-pango.xml:
3144         * docs/plugins/inspect/plugin-playback.xml:
3145         * docs/plugins/inspect/plugin-queue2.xml:
3146         * docs/plugins/inspect/plugin-subparse.xml:
3147         * docs/plugins/inspect/plugin-tcp.xml:
3148         * docs/plugins/inspect/plugin-theora.xml:
3149         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3150         * docs/plugins/inspect/plugin-uridecodebin.xml:
3151         * docs/plugins/inspect/plugin-video4linux.xml:
3152         * docs/plugins/inspect/plugin-videorate.xml:
3153         * docs/plugins/inspect/plugin-videoscale.xml:
3154         * docs/plugins/inspect/plugin-videotestsrc.xml:
3155         * docs/plugins/inspect/plugin-volume.xml:
3156         * docs/plugins/inspect/plugin-vorbis.xml:
3157         * docs/plugins/inspect/plugin-ximagesink.xml:
3158         * docs/plugins/inspect/plugin-xvimagesink.xml:
3159           Update introspection data.
3160
3161         * ext/ogg/gstoggmux.c:
3162           Document oggmux.
3163
3164         * gst/playback/gstdecodebin2.c:
3165           Don't use gtk-doc style comment start for private stuff, but make it
3166           formatted like this for consistency.
3167
3168 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3169
3170         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3171         (gst_decode_bin_init), (gst_decode_bin_dispose),
3172         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3173         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3174         (analyze_new_pad), (connect_pad), (expose_pad),
3175         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3176         (gst_decode_group_expose), (gst_decode_group_free),
3177         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3178         Remove fakesink hack, we can now implement this more elegantly.
3179         Added property to bypass typefinding.
3180         Removed underrun callback and demuxer pad probe, we now use the srcpad
3181         probe to expose groups.
3182         API::sink-caps property
3183
3184         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3185         Guard against multiple emissions of the no_more_pads signal, which
3186         happens when we are dealing with chained oggs.
3187
3188         * gst/playback/gsturidecodebin.c: (remove_decoders),
3189         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3190         (setup_source):
3191         For streams, use our own typefind element and plug our queue after it.
3192         We will need this to determine the type of buffering to use for the
3193         queue soon.
3194
3195 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3196
3197         * gst-libs/gst/audio/gstbaseaudiosink.c:
3198         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3199         Guard against over and underflows because of clock slaving.
3200         When we are using our own clock, still compensate for any calibrations
3201         that we might have done to our clock.
3202
3203 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3204
3205         * ext/theora/theoradec.c: (theora_handle_type_packet),
3206         (theora_dec_chain):
3207         Don't try to do anything fancy with the return code from pushing an
3208         event, it does not have enough information to turn it into a
3209         GST_FLOW_ERROR.
3210
3211 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3212
3213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3214         (gst_ogg_demux_chain_elem_pad):
3215         Add small debug line.
3216         Pass return code from the internal decoder instead of the too generic
3217         GST_FLOW_ERROR.
3218
3219 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3220
3221         * gst-libs/gst/cdda/Makefile.am:
3222         * gst-libs/gst/cdda/base64.c:
3223         * gst-libs/gst/cdda/base64.h:
3224         * gst-libs/gst/cdda/gstcddabasesrc.c:
3225         (gst_cddabasesrc_calculate_musicbrainz_discid):
3226         Use GLib's base64 implementation instead of our own.
3227
3228 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3229
3230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3231         (gst_ogg_demux_read_chain):
3232         Refix oggdemux, we only have a problem if we failed to find a chain and
3233         we are not EOF.
3234
3235 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3236
3237         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3238
3239         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3240         (gst_ogg_demux_read_chain):
3241         When we fail to find a BOS page and we and up with no chain, error out
3242         properly instead of segfaulting. Fixes #525665.
3243
3244 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3245
3246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3247         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3248         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3249         no-more-pads...
3250
3251 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3252
3253         * gst/playback/gstqueue2.c: (update_out_rates),
3254         (gst_queue_open_temp_location_file),
3255         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3256         (gst_queue_handle_src_query), (gst_queue_set_property):
3257         Update the estimated input data when we push out a buffer.
3258         Add some debug info about the temp file.
3259         Only forward src events when we are not using a temp file.
3260         Don't block the duration query, we need to find something better.
3261         Don't leak the temp filename.
3262
3263 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3264
3265         * configure.ac:
3266         Require GLib 2.12 and liboil 0.3.14.
3267
3268         * gst/volume/gstvolume.c: (volume_process_double):
3269         Unconditionally use liboil 0.3.14 function.
3270
3271 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3272
3273         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3274         ms-gsm can have arbitrarty sample rates. See #481354.
3275
3276 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3277
3278         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3279         MP4S is generic MPEG-4, not a microsoft variant.
3280
3281 2008-03-27  Michael Smith <msmith@fluendo.com>
3282
3283         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3284           Check the body CRC (if set) when depayloading.
3285           Fixes #522401.
3286
3287 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3288
3289         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3290           Fix Since: version for new property.
3291
3292 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3293
3294         * gst-libs/gst/rtsp/gstrtspconnection.c:
3295         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3296         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3297         Don't error when poll_wait returns EAGAIN.
3298
3299 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3300
3301         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3302         The queue is never filled when there are no buffers in the queue at all.
3303         Fixes #523993.
3304
3305 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3306
3307         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3308         (init_group), (free_group), (gst_play_bin_init),
3309         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3310         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3311         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3312         (gst_play_bin_set_current_video_stream),
3313         (gst_play_bin_set_current_audio_stream),
3314         (gst_play_bin_set_current_text_stream),
3315         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3316         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3317         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3318         (activate_group), (deactivate_group), (setup_next_source),
3319         (save_current_group), (gst_play_bin_change_state):
3320         Update some docs.
3321         Add new locks and conds to protect pipeline creation and group
3322         switching.
3323         Implement the sub-uri property.
3324         Keep track of pending uridecodebin creation and configure the output
3325         pipeline after all streams are configured.
3326         Propagate subtitle encoding to the uridecodebins.
3327         Implement getting the video/audio/visualisation elements.
3328         Use input-selector for stream switching.
3329         If we are asked to do visualisation, prefer to autoplug raw sinks
3330         instead of sinks that accept encoded data.
3331
3332 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3333
3334         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3335         (gst_play_sink_init), (gst_play_sink_dispose),
3336         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3337         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3338         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3339         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3340         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3341         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3342         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3343         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3344         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3345         * gst/playback/gstplaysink.h:
3346         Add methods to get audio/video/vis elements.
3347         Add methods to set the font description for the overlay.
3348         Remove properties, we're using this element with its methods only.
3349         Add support for subtitles.
3350         Rearrange the locking a bit to not use the object lock for protecting
3351         the pipeline construction.
3352         Try to use the volume and mute property on the sink when its available.
3353         Implement the mute option with volume when the sink does not have a mute
3354         property.
3355         Only add volume element when the sink has no volume property.
3356         Only do visualisations with raw audio pads.
3357
3358 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3359
3360         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3361         (gst_text_overlay_init), (gst_text_overlay_set_property),
3362         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3363         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3364         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3365         (gst_text_overlay_change_state):
3366         * ext/pango/gsttextoverlay.h:
3367         Add property to configure waiting for text on the textpad or not, with
3368         the default behaviour being the old one (always wait for text before
3369         rendering the video). This default behaviour is usually not the best one
3370         because the text stream can very sparse and could require queueing a lot
3371         of video.
3372         Fix the flushing and EOS handing so that we don't mix up their meaning.
3373
3374 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3375
3376         * gst/playback/gsturidecodebin.c:
3377         (gst_uri_decode_bin_autoplug_factories),
3378         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3379         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3380         (gst_uri_decode_bin_set_property),
3381         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3382         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3383         (proxy_autoplug_factories_signal), (make_decoder),
3384         (source_new_pad), (setup_source):
3385         Add a readonly source property and notify.
3386         Add new lock for protecting the construction of the pipeline.
3387         Keep track of the decodebins we plugged.
3388         Correctly proxy the autoplug signal so that it actually continues.
3389         Proxy subtitle-encoding to the decodebins.
3390
3391 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3392
3393         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3394         (text_toggle_cb), (update_streams), (main):
3395         Rearrange some buttons in playbin2 and make some other boxes insensitive
3396         when needed.
3397         Add language codes to subtitle selection boxes when we gind the right
3398         tags for the streams.
3399
3400 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3401
3402         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3403         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3404         (gst_decode_bin_set_subs_encoding),
3405         (gst_decode_bin_get_subs_encoding),
3406         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3407         (deactivate_free_recursive):
3408         Protect caps property with the object lock.
3409         Protect encoding property with the object lock.
3410         Keep list of elements we added that have the subtitle-encoding property.
3411         Distribute the subtitle-encoding to all of the elements when it
3412         changes.
3413
3414 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3415
3416         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3417         Small debug improvement.
3418
3419         * gst-libs/gst/audio/gstbaseaudiosink.c:
3420         (gst_base_audio_sink_render):
3421         Fix bug in determining the sample start/stop position, we want to base
3422         this decision on the fact that we are going forwards or backwards, not
3423         slower or faster. This fixes some ugly resync warnings when playing at
3424         very slow speeds.
3425
3426 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3427
3428         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3429         Correctly set the supported URI schemes and don't leave
3430         some schemes in the middle or at the start at NULL.
3431
3432 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3433
3434         * tests/check/elements/gdpdepay.c:
3435           Make test compile without unused function/variable warnings on PPC.
3436  
3437 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3438
3439         * configure.ac:
3440         * ext/alsa/gstalsamixerelement.c:
3441         (gst_alsa_mixer_element_class_init):
3442         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3443         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3444         * ext/cdparanoia/gstcdparanoiasrc.c:
3445         (gst_cd_paranoia_src_class_init):
3446         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3447         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3448         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3449         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3450         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3451         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3453         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3454         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3455         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3456         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3457         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3458         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3459         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3460         (gst_audio_filter_template_class_init):
3461         * gst-libs/gst/audio/gstbaseaudiosink.c:
3462         (gst_base_audio_sink_class_init):
3463         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3464         (gst_base_audio_src_class_init):
3465         * gst-libs/gst/cdda/gstcddabasesrc.c:
3466         (gst_cdda_base_src_class_init):
3467         * gst-libs/gst/interfaces/mixertrack.c:
3468         (gst_mixer_track_class_init):
3469         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3470         (gst_base_rtp_depayload_class_init):
3471         * gst-libs/gst/rtp/gstbasertppayload.c:
3472         (gst_basertppayload_class_init):
3473         * gst/audioconvert/gstaudioconvert.c:
3474         (gst_audio_convert_class_init):
3475         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3476         * gst/audioresample/gstaudioresample.c:
3477         (gst_audioresample_class_init):
3478         * gst/audiotestsrc/gstaudiotestsrc.c:
3479         (gst_audio_test_src_class_init):
3480         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3481         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3482         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3483         (preroll_unlinked):
3484         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3485         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3486         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3487         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3488         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3489         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3490         (gst_stream_selector_class_init):
3491         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3492         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3493         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3494         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3495         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3496         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3497         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3498         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3499         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3500         * gst/videotestsrc/gstvideotestsrc.c:
3501         (gst_video_test_src_class_init):
3502         * gst/volume/gstvolume.c: (gst_volume_class_init):
3503         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3504         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3505         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3506         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3507         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3509         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3510         static strings (i.e. all). This gives us less memory usage,
3511         fewer allocations and thus less memory defragmentation. Depend
3512         on core CVS for this. Fixes bug #523806.
3513
3514 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3515
3516         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3517         Filter http and https protocols. GIO/GVfs handles them but it's
3518         impossible to implement iradio/icecast with it. Better use
3519         souphttpsrc or something else for this.
3520
3521         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3522         If getting the file informations by a query fails try it with the
3523         seek-to-end trick too.
3524
3525 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3526
3527         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3528         (gst_volume_base_init), (gst_volume_class_init),
3529         (volume_process_double), (volume_process_float),
3530         (volume_transform_ip), (plugin_init):
3531         memset buffers to zero if we get a GAP buffer. We usually see a
3532         buffer as one unit so let's handle it as one and don't care about
3533         volume changes while processing one buffer.
3534         Also clean up some stuff a bit.
3535
3536 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3537
3538         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3539         (gst_audio_convert_create_silence_buffer),
3540         (gst_audio_convert_transform):
3541         Make audioconvert GAP-aware by outputting silence buffers when the
3542         input has the GAP flag set. This is up to 8x faster.
3543         Based on a patch by Stefan Kost. Fixes bug #517813.
3544
3545 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3546
3547         * gst/volume/gstvolume.c: (volume_process_double):
3548         Use oil_scalarmultiply_f64_ns() for double processing when it's
3549         available at compile time.
3550
3551 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3552
3553         * configure.ac:
3554         Fix lrint/lrintf checks to actually work. These functions are
3555         in libm on Linux at least so try to link to it.
3556
3557 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3558
3559         * configure.ac:
3560         Back to development - 0.10.18.1
3561
3562 === release 0.10.18 ===
3563
3564 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3565
3566         * configure.ac:
3567           releasing 0.10.18, "I will follow"
3568
3569 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3570
3571         * configure.ac:
3572         * win32/common/config.h:
3573         0.10.17.4 pre-release
3574
3575 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3576
3577         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3578         Use GST_STR_NULL when trying to print strings that could be NULL because
3579         this might crash on some platforms. See #520808.
3580
3581 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3582
3583         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3584
3585         * gst-libs/gst/rtsp/gstrtspconnection.c:
3586         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3587         (read_line), (gst_rtsp_connection_read_internal):
3588         Generic Windows fixes that makes libgstrtsp work on Windows when
3589         coupled with the new GstPoll API. See #520808.
3590
3591 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3592
3593         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3594
3595         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3596           If seeking to a new position succeeds don't simply return from
3597           create() without creating a buffer. Do this only in the case
3598           seeking to the new position fails. Fixes bug #523054.
3599
3600 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3601
3602         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3603           (gst_video_format_from_rgba32_masks):
3604           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3605           (#522635).
3606
3607         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3608           Add unit test for the RGB caps parsing and creation, checking for
3609           internal consistency of the new API and consistency of the API with
3610           the old GST_VIDEO_CAPS_* defines.
3611
3612 2008-03-14  David Schleef  <ds@schleef.org>
3613
3614         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3615           because -base is in freeze.
3616
3617 2008-03-14  David Schleef  <ds@schleef.org>
3618
3619         Patch by: William M. Brack
3620
3621         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3622
3623 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3624
3625         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3626         (gst_selector_pad_chain):
3627         * gst/playback/gststreamselector.h:
3628         Revert change that caused regression until a real fix is found.
3629         Fixes #522203.
3630
3631 2008-03-12  Michael Smith <msmith@fluendo.com>
3632
3633         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3634         * gst-libs/gst/audio/gstringbuffer.h:
3635           Rename recently added buffer types to make more sense.
3636         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3637         (gst_alsasink_write):
3638           Adapt for above API changes.
3639           Fixes bug #520523.
3640
3641 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3642
3643         * win32/common/libgstnetbuffer.def:
3644         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3645
3646 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3647
3648         * configure.ac:
3649         * win32/common/config.h:
3650         0.10.17.3 pre-release
3651
3652 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3653
3654         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3655         (gst_base_audio_src_create):
3656         Fix duration when no clock was provided. Fixes #520300.
3657
3658 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3659
3660         Patch by: Olivier Crete  <tester at tester ca>
3661
3662         * docs/libs/gst-plugins-base-libs-sections.txt:
3663         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3664         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3665         Add trivial function to compare GstNetAddress. See #520626.
3666         API: GstNetBuffer::gst_netaddress_equal
3667
3668 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3669
3670         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3671         Update mode property docs, it's deprecated now.
3672
3673 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3674
3675         * gst-libs/gst/rtsp/gstrtspconnection.c:
3676         (gst_rtsp_connection_create):
3677         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3678         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3679         * gst/tcp/gstmultifdsink.h:
3680         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3681         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3682         Remove GstPollMode from gstpoll constructor.
3683
3684 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3685
3686         * configure.ac:
3687         * win32/common/config.h:
3688         0.10.17.2 pre-release
3689
3690 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3691
3692         * gst/Makefile.am:
3693         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3694         them twice
3695
3696         * win32/common/libgstinterfaces.def:
3697         * win32/common/libgstrtp.def:
3698         Add new API to the defs
3699
3700 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3701
3702         Patch by: Mersad Jelacic  <mersad at axis dot com>
3703
3704         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3705         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3706         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3707         possible to specify the sample size in bits. (#509637)
3708
3709 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3710
3711         * tests/check/libs/mixer.c:
3712           Add a few simple checks for the new message types.
3713
3714 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3715
3716         * docs/libs/gst-plugins-base-libs-sections.txt:
3717         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3718           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3719           (gst_mixer_message_get_type),
3720           (gst_mixer_message_parse_option_changed),
3721           (gst_mixer_message_parse_options_list_changed):
3722         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3723           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3724           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3725           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3726           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3727           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3728
3729 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3730
3731         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3732           (gst_mixer_options_get_values):
3733         * gst-libs/gst/interfaces/mixeroptions.h:
3734           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3735           (_GstMixerOptions), (_GstMixerOptionsClass):
3736           API: add GstMixerOptions::get_values vfunc (#519906)
3737
3738 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3739
3740         * configure.ac:
3741         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3742         plug-ins are included/excluded. (#498222)
3743
3744 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3745
3746         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3747         Add typefinder for IMelody files, using audio/x-imelody.
3748         See bug #519516.
3749
3750 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3751
3752         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3753         * ext/alsa/gstalsasink.c: (set_hwparams):
3754         * ext/alsa/gstalsasrc.c: (set_hwparams):
3755         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3756         * ext/ogg/gstoggmux.h:
3757         * ext/ogg/gstogmparse.c:
3758         * gst-libs/gst/audio/audio.c:
3759         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3760         * gst-libs/gst/pbutils/missing-plugins.c:
3761         (gst_missing_uri_sink_message_new),
3762         (gst_missing_element_message_new),
3763         (gst_missing_decoder_message_new),
3764         (gst_missing_encoder_message_new):
3765         * gst-libs/gst/rtp/gstbasertppayload.c:
3766         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3767         (gst_rtcp_packet_bye_get_reason):
3768         * gst/audioconvert/gstaudioconvert.c:
3769         * gst/audioresample/gstaudioresample.c:
3770         * gst/ffmpegcolorspace/imgconvert.c:
3771         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3772         * gst/typefind/gsttypefindfunctions.c:
3773         * gst/videoscale/vs_4tap.c:
3774         * gst/videoscale/vs_4tap.h:
3775         * sys/v4l/gstv4lelement.c:
3776         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3777         * sys/v4l/v4l_calls.c:
3778         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3779         (gst_v4lsrc_try_capture):
3780         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3781         (gst_ximagesink_ximage_new):
3782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3783         (gst_xvimagesink_xvimage_new):
3784         * tests/check/elements/audioconvert.c:
3785         * tests/check/elements/audioresample.c:
3786         (fail_unless_perfect_stream):
3787         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3788         * tests/check/elements/decodebin.c:
3789         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3790         (setup_gdpdepay_streamheader):
3791         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3792         (setup_gdppay_streamheader):
3793         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3794         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3795         * tests/check/elements/textoverlay.c:
3796         * tests/check/elements/videorate.c: (setup_videorate):
3797         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3798         * tests/check/elements/volume.c: (setup_volume):
3799         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3800         * tests/check/elements/vorbistag.c:
3801         * tests/check/generic/clock-selection.c:
3802         * tests/check/generic/states.c: (setup), (teardown):
3803         * tests/check/libs/cddabasesrc.c:
3804         * tests/check/libs/video.c:
3805         * tests/check/pipelines/gio.c:
3806         * tests/check/pipelines/oggmux.c:
3807         * tests/check/pipelines/simple-launch-lines.c:
3808         (simple_launch_lines_suite):
3809         * tests/check/pipelines/streamheader.c:
3810         * tests/check/pipelines/theoraenc.c:
3811         * tests/check/pipelines/vorbisdec.c:
3812         * tests/check/pipelines/vorbisenc.c:
3813         * tests/examples/seek/scrubby.c:
3814         * tests/examples/seek/seek.c: (query_positions_elems),
3815         (query_positions_pads):
3816         * tests/icles/stress-xoverlay.c: (myclock):
3817         Correct all relevant warnings found by the sparse semantic code
3818         analyzer. This include marking several symbols static, using
3819         NULL instead of 0 for pointers and using "foo (void)" instead
3820         of "foo ()" for declarations.
3821
3822         * win32/common/libgstrtp.def:
3823         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3824
3825 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3826
3827         Patch by: José Alburquerque <jaalburqu svn gnome org>
3828
3829         * gst/playback/gstplaybin2.c:
3830           Make the function signature of the _get_*_tags() functions match
3831           the signature of the vfuncs they implement, ie. return a
3832           GstTagList rather than a GstStructure, which is more correct,
3833           even if one is typedef'ed to the other (#518940).
3834
3835 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3836
3837         * gst-libs/gst/rtsp/gstrtspconnection.c:
3838           Don't include unix headers unconditionally (fixes #518037).
3839
3840 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3841
3842         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3843           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3844           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3845           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3846           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3847           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3848           (gst_video_format_is_packed), (video_format_is_packed):
3849           Add unit test that makes sure that the strides, offsets and
3850           sizes returned for the various YUV formats by the new video API
3851           match the old reference implementation in videotestsrc.
3852
3853 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3854
3855         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3856           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3857           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3858           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3859           (gst_video_format_get_pixel_stride),
3860           (gst_video_format_get_component_width),
3861           (gst_video_format_get_component_height),
3862           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3863         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3864           (GST_VIDEO_FORMAT_Y42B):
3865           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3866
3867 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3868
3869         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3870           YV12 is I420 with swapped components 1 and 2, so the offset of
3871           component 1 for I420 should be the offset for component 2 for YV12
3872           and vice versa.
3873
3874 2008-02-29  Rene Stadler  <mail@renestadler.de>
3875
3876         * sys/v4l/gstv4lelement.c:
3877         Add missing semicolon to fix indentation.
3878
3879 2008-02-29  Julien Moutte  <julien@fluendo.com>
3880
3881         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3882         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3883         if we can do SPDIF output.
3884         * ext/alsa/gstalsa.h:
3885         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3886         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3887         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3888         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3889         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3890         to support AC3, EC3 and IEC958 buffers.
3891
3892 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3893
3894         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3895           (gst_mixer_message_parse_mute_toggled),
3896           (gst_mixer_message_parse_record_toggled),
3897           (gst_mixer_message_parse_volume_changed),
3898           (gst_mixer_message_parse_option_changed):
3899           De-cruft and fix message type assertions (NULL is not a really
3900           valid mixer message type string).
3901
3902 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3903
3904         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3905         When negotiating, actually start from a format that we can support
3906         instead of from the too generic template.
3907
3908 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3909
3910         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3911         Enable vis setting.
3912
3913         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3914         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3915         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3916         (gen_vis_chain):
3917         Implement vis switching while playing.
3918
3919 2008-02-28  David Schleef  <ds@schleef.org>
3920
3921         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3922
3923 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3924
3925         Patch by: Peter Kjellerstedt  <pkj at axis com>
3926
3927         * gst/tcp/Makefile.am:
3928         * gst/tcp/fdsetstress.c:
3929         * gst/tcp/gstfdset.c:
3930         * gst/tcp/gstfdset.h:
3931         Removed fdset and stress test, they are now known as GstPoll in
3932         core. 
3933
3934         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3935         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3936         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3937         (gst_multi_fd_sink_handle_client_write),
3938         (gst_multi_fd_sink_queue_buffer),
3939         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3940         (gst_multi_fd_sink_stop):
3941         * gst/tcp/gstmultifdsink.h:
3942         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3943         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3944         (gst_tcp_gdp_read_caps):
3945         * gst/tcp/gsttcp.h:
3946         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3947         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3948         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3949         * gst/tcp/gsttcpclientsink.h:
3950         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3951         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3952         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3953         * gst/tcp/gsttcpclientsrc.h:
3954         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3955         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3956         * gst/tcp/gsttcpserversink.h:
3957         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3958         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3959         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3960         * gst/tcp/gsttcpserversrc.h:
3961         Port to GstPoll. See #505417.
3962
3963 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3964
3965         Patch by: Peter Kjellerstedt  <pkj at axis com>
3966
3967         * gst-libs/gst/rtsp/gstrtspconnection.c:
3968         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3969         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3970         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3971         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3972         (gst_rtsp_connection_flush):
3973         * gst-libs/gst/rtsp/gstrtspconnection.h:
3974         Use GstPoll for the rtsp connection. See #505417.
3975
3976 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3977
3978         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3979         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3980         Add combo box for visualisations, populate it with a factory list
3981         of all visualisation plugins, configure vis plugin instance in
3982         playbin2. 
3983
3984 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3985
3986         * tests/check/libs/rtp.c: (GST_START_TEST):
3987         Add check for RTP buffer defaults, padding and marker bit API.
3988
3989 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3990
3991         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3992         Use memcpy() instead of upcasting a byte array to long *. This
3993         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3994         This should be ported to GCheckSum once we can use GLib 2.16.
3995         Partially fixes bug #500833.
3996
3997 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3998
3999         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4000           Push tag event after the newsegment event. Log the pointer of
4001           the buffer we're actually going to push rather than the buffer
4002           we're feeding to _make_metadata_writable().
4003
4004 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4005
4006         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4007         Comment smoke typefinder for now. The smokedec plugin needs one
4008         frame per buffer but we have no parser yet, thus it simply crashes
4009         in most situations.
4010
4011 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4012
4013         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4014         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4015
4016 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4017
4018         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4019         (plugin_init):
4020         Add midi typefinder, copied from the timidity plugin.
4021
4022 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4023
4024         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4025
4026         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4027         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4028           (subparse_suite):
4029           Forward slashes at the beginning and end of a line also signify
4030           italics (Fixes: #518162).
4031
4032 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4033
4034         * tests/check/gst-plugins-base.supp:
4035         Add a suppression for a cached value in GIO that wasn't moved
4036         while moving gio from -bad to -base.
4037
4038 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4039
4040         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4041
4042         * configure.ac:
4043         Don't hardcode -Wall and -Werror for configure checks, this fails
4044         with non-GCC compilers. Fixes bug #517991.
4045
4046 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4047
4048         * gst/audioconvert/gstaudioconvert.c:
4049         * gst/audioconvert/gstaudioquantize.c:
4050         * gst/audioconvert/gstaudioquantize.h:
4051           Make audioconvert gap aware. If noiseshaping is used, wait for
4052           noiseshaping to converge before marking as GAP. Fixes #517813.
4053
4054 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4055
4056         * gst/audiotestsrc/gstaudiotestsrc.c:
4057           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4058
4059 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4060
4061         * ext/gnomevfs/gstgnomevfssink.c:
4062         (gst_gnome_vfs_sink_handle_event):
4063         Return FALSE when seeking for a new segment fails instead
4064         of silently ignoring the failure and appending every buffer
4065         that comes for the new segment.
4066
4067 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4068
4069         * gst/playback/gstplaysink.c: (find_property),
4070         (gst_play_sink_find_property), (gen_video_chain),
4071         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4072         Recursively search the sink element for a last-frame property so that we
4073         can also find the property in autovideosink and friends that don't
4074         always proxy the internal sink properties.
4075
4076 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4077
4078         * gst-libs/gst/audio/multichannel.c:
4079           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4080           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4081           (gst_audio_set_structure_channel_positions_list),
4082           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4083           (gst_audio_fixate_channel_positions):
4084           Fix confusing terminology in docs and code: structure fields are
4085           'fields' and not 'properties'.
4086
4087 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4088
4089         * gst-libs/gst/audio/multichannel.c:
4090           (gst_audio_check_channel_positions), (add_list_to_struct):
4091           Give more useful warning messages if one of the channel
4092           layout enums passed to us is invalid and if the "channels"
4093           field in the caps has a GType we don't expect.
4094
4095 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4096
4097         * gst-libs/gst/audio/multichannel.c:
4098           Fix typo in docs blurb.
4099
4100 2008-02-19  Julien Moutte  <julien@fluendo.com>
4101
4102         Patch by: Josep Torra Valles <josep@fluendo.com>
4103
4104         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4105         typefind lookup to fix typefinding on HD clips.
4106
4107 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4108
4109         * gst/playback/gstscreenshot.c:
4110         * gst/playback/gstscreenshot.h:
4111           Fix up copyright (I rewrote the GStreamer-0.10 code for
4112           this from scratch back in the days).
4113
4114 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4115
4116         * gst/playback/Makefile.am:
4117         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4118         (create_element), (gst_play_frame_conv_convert):
4119         * gst/playback/gstscreenshot.h:
4120         Add screenshot conversion code from totem.
4121
4122         * gst/playback/gstplay-marshal.list:
4123         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4124         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4125         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4126         Implement frame property to get a color-unconverted snapshot.
4127         Implement convert-frame action signal to get a converted snapshot image.
4128         Configure connection speed in uridecodebin.
4129         Document some more properties.
4130
4131         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4132         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4133         (gst_play_sink_get_last_frame):
4134         * gst/playback/gstplaysink.h:
4135         Use last-buffer property of the video sink to get a video snapshot.
4136
4137         * tests/examples/seek/seek.c: (shot_cb), (main):
4138         Add snapshot button for playbin2 and use the frame property to save the
4139         frame as a png in the current directory.
4140
4141 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4142
4143         Patch by: Josep Torra Valles <josep at fluendo dot com>
4144
4145         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4146         (plugin_init):
4147         Add typefinding support for h264 elementary streams.
4148         Fixes bug #517420.
4149
4150 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4151
4152         * configure.ac:
4153           Require CVS of core for new API in collectpads.
4154
4155         * gst/adder/gstadder.c:
4156           Use new API to make adder sparse stream aware.
4157
4158 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4159
4160         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4161         (no_more_pads_cb):
4162         Get the object data correct so that we can remove our channels
4163         correctly.
4164
4165         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4166         (gen_vis_chain), (gst_play_sink_reconfigure),
4167         (gst_play_sink_request_pad):
4168         Add option to disable async behaviour in the sinks when possible. This
4169         makes it possible to avoid an audio queue when dealing with
4170         visualisations.
4171         Add option to add a queue for the audio path.
4172
4173         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4174         (main):
4175         Disable the vis checkbox to match the defaults of playbin2.
4176         Only get the stream info when we need to.
4177
4178 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4179
4180         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4181         (gst_gio_base_sink_set_stream):
4182         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4183         (gst_gio_base_src_set_stream):
4184         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4185         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4186         Don't use async operations as they require a running main loop.
4187         This makes us block again when closing streams and unable
4188         to mount the enclosing volume of an URI if it isn't yet.
4189
4190 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4191
4192         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4193         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4194         (gen_vis_chain), (gst_play_sink_reconfigure),
4195         (gst_play_sink_request_pad):
4196         Move tee in front of the audio and vis pipelines.
4197         Add queue for audio for now.
4198         Add visualisation support.
4199
4200         * tests/examples/seek/seek.c: (main):
4201         Visualisation is by default disabled.
4202
4203 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4204
4205         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4206         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4207         Improve debugging a bit.
4208
4209         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4210         * ext/gio/gstgiosink.h:
4211         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4212         * ext/gio/gstgiosrc.h:
4213         Try to mount the enclosing volume of a GFile if it isn't mounted
4214         yet. This requires us to wait for an async operation to finish, done
4215         with an nested GMainLoop. Authentication is not supported yet, will
4216         come later.
4217
4218 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4219
4220         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4221         (gst_play_bin_set_property), (gst_play_bin_get_property),
4222         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4223         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4224         (gst_play_sink_get_mute), (gen_audio_chain):
4225         * gst/playback/gstplaysink.h:
4226         Add mute property.
4227
4228         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4229         (gst_selector_pad_chain):
4230         * gst/playback/gststreamselector.h:
4231         Make sure we forward the event only once.
4232
4233         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4234         Add and implement the mute button for playbin2.
4235
4236 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4237
4238         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4239
4240         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4241         Add some more debug info.
4242         Make sure we never return a negative delay. Fixes #516246.
4243
4244 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4245
4246         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4247           Revert patch that makes the sink hold the object lock when
4248           calling snd_pcm_delay(), since it breaks playback for me.
4249
4250 2008-02-12  Julien Moutte  <julien@fluendo.com>
4251
4252         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4253         some seek flags when changing rate.
4254
4255 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4256
4257         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4258         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4259         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4260         Fix potential leaks.
4261
4262         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4263         Fix leak when there is no function configured.
4264
4265 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4266
4267         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4268         (gst_v4lsrc_buffer_finalize):
4269         Correctly chain up the finalize method.
4270
4271 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4272
4273         * ext/gio/gstgiostreamsink.c:
4274         * ext/gio/gstgiostreamsrc.c:
4275         Add documentation and example code for giostreamsink/giostreamsrc.
4276
4277         * tests/check/pipelines/gio.c: (GST_START_TEST):
4278         Ask the GMemoryOutputStream for the data instead of assuming that
4279         the pointer to the data stayed the same. It could've been realloc'ed.
4280
4281 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4282
4283         * ext/gio/gstgiosink.c:
4284         * ext/gio/gstgiosrc.c:
4285         Make the documentation of giosink/giosrc complete, large parts
4286         are based on the gnomevfssink/gnomevfssrc docs.
4287
4288 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4289
4290         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4291         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4292         * docs/plugins/gst-plugins-base-plugins.args:
4293         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4294         * docs/plugins/gst-plugins-base-plugins.interfaces:
4295         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4296         * docs/plugins/gst-plugins-base-plugins.signals:
4297         * docs/plugins/inspect/plugin-adder.xml:
4298         * docs/plugins/inspect/plugin-audioconvert.xml:
4299         * docs/plugins/inspect/plugin-audiorate.xml:
4300         * docs/plugins/inspect/plugin-audioresample.xml:
4301         * docs/plugins/inspect/plugin-decodebin.xml:
4302         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4303         * docs/plugins/inspect/plugin-gdp.xml:
4304         * docs/plugins/inspect/plugin-gio.xml:
4305         * docs/plugins/inspect/plugin-gnomevfs.xml:
4306         * docs/plugins/inspect/plugin-libvisual.xml:
4307         * docs/plugins/inspect/plugin-ogg.xml:
4308         * docs/plugins/inspect/plugin-pango.xml:
4309         * docs/plugins/inspect/plugin-playback.xml:
4310         * docs/plugins/inspect/plugin-queue2.xml:
4311         * docs/plugins/inspect/plugin-subparse.xml:
4312         * docs/plugins/inspect/plugin-theora.xml:
4313         * docs/plugins/inspect/plugin-uridecodebin.xml:
4314         * docs/plugins/inspect/plugin-videorate.xml:
4315         * docs/plugins/inspect/plugin-videoscale.xml:
4316         * docs/plugins/inspect/plugin-volume.xml:
4317         * docs/plugins/inspect/plugin-vorbis.xml:
4318         Add the GIO documentation again and while at that run make update.
4319
4320 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4321
4322         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4323         * ext/alsa/gstalsasink.c: (set_swparams):
4324         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4325           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4326           against libasound >= 1.0.16, since it's been deprecated in
4327           0.10.16, and alignment is always 1 then, apparently. (#512899)
4328
4329 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4330
4331         * gst/playback/gstplaybin.c: (gen_audio_element):
4332         * gst/playback/gstplaysink.c: (gen_audio_chain):
4333           Handle case where we can't create the volume element a bit
4334           better (#514307).
4335
4336 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4337
4338         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4339         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4340           Add support for https protocol. Fixes #510229.
4341
4342 2008-02-11  Julien Moutte  <julien@fluendo.com>
4343         
4344         Patch by: Alan Peevers <peeves@pacbell.net>
4345
4346         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4347         lock when calling alsa methods.
4348
4349 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4350
4351         * gst/typefind/gsttypefindfunctions.c:
4352           Bump rank of jpeg and png typefinders, which will return maximum
4353           probability in the most common cases (thus short-circuiting more
4354           expensive typefinders like the mp3 one for these two quite common
4355           image types).
4356
4357 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4358
4359         * ext/theora/theoraparse.c:
4360         Fix long description of the theora parser to be more verbose than just
4361         the type name.
4362
4363 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4364
4365         Patch by: Branko Čibej <brane at xbc dot nu>
4366
4367         * sys/xvimage/xvimagesink.c:
4368         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4369         Fixes bug #515654.
4370
4371 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4372
4373         * gst/playback/gstplaybasebin.c:
4374         Set is_dynamic as True if there are elements with both request
4375         and sometimes src pad templates instead of breaking out when it
4376         finds the first pad template that is a src.
4377
4378 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4379
4380         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4381         (update_streams), (video_combo_cb), (audio_combo_cb),
4382         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4383         Add some stream switching and volume gui for playbin2.
4384
4385 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4386
4387         * gst/playback/gstplay-marshal.list:
4388         Added marshal for streamselector Tags.
4389
4390         * gst/playback/gstplaybasebin.c: (set_active_source):
4391         Streamselector now selects pads based on the pad object instead of its
4392         name.
4393
4394         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4395         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4396         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4397         (gst_play_bin_get_text_tags),
4398         (gst_play_bin_set_current_video_stream),
4399         (gst_play_bin_set_current_audio_stream),
4400         (gst_play_bin_set_current_text_stream),
4401         (gst_play_bin_set_property), (gst_play_bin_get_property),
4402         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4403         Remove option to mute streams with the current-a/v/t property, we have
4404         this functionality in the flags.
4405         Add signals to notify when the number of A/V/T channels changed.
4406         Add action signals to get tags for the A/V/T streams.
4407         Implement setting the current A/V/T stream.
4408         Rearrange some things to simplify stream selection.
4409         Implement volume.
4410
4411         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4412         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4413         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4414         (activate_vis), (gst_play_sink_reconfigure):
4415         * gst/playback/gstplaysink.h:
4416         Add and implement volume setting methods.
4417
4418         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4419         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4420         (gst_selector_pad_event), (gst_stream_selector_class_init),
4421         (gst_stream_selector_init), (gst_stream_selector_finalize),
4422         (gst_stream_selector_set_property),
4423         (gst_stream_selector_get_property),
4424         (gst_stream_selector_get_linked_pad),
4425         (gst_stream_selector_request_new_pad):
4426         * gst/playback/gststreamselector.h:
4427         Add pad properties for tags and status of pads.
4428         Keep tags on pads.
4429         Make active pad selection based on pad object instead of name.
4430
4431 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4432
4433         * configure.ac:
4434           Revert last change as we now check in gtk-doc.m4 for sed.
4435
4436 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4437
4438         * configure.ac:
4439         Find and subst SED when building the docs.
4440
4441 2008-02-08  Julien Moutte  <julien@fluendo.com>
4442
4443         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4444         (main): Make sure bus signals are reconnected when pressing STOP
4445         and then PLAY again for a parse launch pipeline. Fix a ref leak
4446         on the bus.
4447         * win32/common/config.h: Updated.
4448
4449 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4450
4451         * configure.ac:
4452         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4453         pre-releases or releases.
4454
4455 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4456
4457         * configure.ac:
4458         * ext/gio/Makefile.am:
4459         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4460         reporting
4461
4462 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4463
4464         * docs/plugins/Makefile.am:
4465         Add the headers which need scanning for the GIO plugin. The rest of
4466         the docs still need migrating.
4467
4468 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4469
4470         * ext/Makefile.am:
4471         * tests/check/Makefile.am:
4472         * tests/check/pipelines/.cvsignore:
4473         Add gio in a few more places.
4474
4475 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4476
4477         * configure.ac:
4478         * ext/Makefile.am:
4479         * tests/check/Makefile.am:
4480         Move gio plugin from -bad and mark as experimental.
4481
4482 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4483
4484         * gst-libs/gst/interfaces/mixeroptions.c:
4485         * gst-libs/gst/interfaces/mixertrack.c:
4486         Comment out a couple of other things which break the build when
4487         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4488
4489 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4490
4491         * docs/libs/gst-plugins-base-libs-sections.txt:
4492           Fix pbutils header.
4493
4494 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4495
4496         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4497         Fix compiler warning.
4498
4499 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4500
4501         Patch by: Peter Kjellerstedt  <pkj at axis com>
4502
4503         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4504         Clear the addrinfo struct using memset. Fixes #514937.
4505
4506 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4507
4508         * gst/tcp/gstfdset.h:
4509         Remove unused field to same some memory.
4510
4511         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4512         Mark action signals as such.
4513
4514 2008-02-06  Michael Smith <msmith@fluendo.com>
4515
4516         * ext/theora/theoradec.c: (_theora_granule_frame),
4517         (_inc_granulepos):
4518           Increment granulepos for new-bitstream versions appropriately.
4519           Fixes #514623.
4520
4521 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4522
4523         * tests/examples/seek/seek.c: (do_seek),
4524         (rate_spinbutton_changed_cb), (update_streams), (main):
4525         Remove obsolete stream_time reset after flushing seek, core does that
4526         automatically now.
4527         Improve accuracy of speed spinbutton.
4528         Only do playbin2 stuff when we actually use it.
4529
4530 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4531
4532         * tests/check/Makefile.am:
4533           Revert previous change of the test environment's GST_PLUGIN_PATH.
4534           The problem is not with the plugins, but with element factories
4535           and only occurs if elements are split out from existing plugins
4536           or if plugins change name (see #512740).
4537
4538 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4539
4540         * tests/check/Makefile.am:
4541           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4542           with the core's plugins first and our local build directories last,
4543           since we might be building against an installed core, and that
4544           core's plugin directory may contain older or other versions of
4545           our own -base plugins, but we really do want to test our local
4546           ones (if there are multiple plugins or element factories with the
4547           same name, those inspected last will trump those read in earlier).
4548           Fixes #512740 for the most part.
4549
4550 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4551
4552         * configure.ac:
4553         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4554         Use gmtime_r if available as gmtime is not MT-safe.
4555         Fixes bug #511810.
4556
4557 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4558
4559         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4560         Cast glong to time_t as time_t might have a different type on
4561         other platforms, like FreeBSD, and we get a compiler warning
4562         otherwise. Fixes bug #511825.
4563
4564 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4565
4566         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4567         (get_group), (get_n_pads), (gst_play_bin_get_property),
4568         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4569         (autoplug_select_cb), (deactivate_group):
4570         Remove stream-info, we going for something easier.
4571         Refactor getting the current group.
4572         Implement getting the number of audio/video/text streams.
4573
4574         * gst/playback/gststreamselector.c:
4575         (gst_stream_selector_class_init), (gst_stream_selector_init),
4576         (gst_stream_selector_get_property),
4577         (gst_stream_selector_request_new_pad),
4578         (gst_stream_selector_release_pad):
4579         * gst/playback/gststreamselector.h:
4580         Add property for number of pads.
4581
4582         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4583         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4584         (text_toggle_cb), (update_streams), (msg_async_done),
4585         (msg_state_changed), (main):
4586         Block slider callback when updating the slider position.
4587         Add gui elements for controlling playbin2.
4588         Add callback for async_done that updates position/duration.
4589
4590 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4591
4592         * docs/plugins/Makefile.am:
4593         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4594         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4595         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4596         * docs/plugins/gst-plugins-base-plugins.interfaces:
4597         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4598           First round of plugin docs cleansups.
4599
4600         * docs/plugins/inspect/plugin-adder.xml:
4601         * docs/plugins/inspect/plugin-alsa.xml:
4602         * docs/plugins/inspect/plugin-audioconvert.xml:
4603         * docs/plugins/inspect/plugin-audiorate.xml:
4604         * docs/plugins/inspect/plugin-audioresample.xml:
4605         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4606         * docs/plugins/inspect/plugin-cdparanoia.xml:
4607         * docs/plugins/inspect/plugin-decodebin.xml:
4608         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4609         * docs/plugins/inspect/plugin-gdp.xml:
4610         * docs/plugins/inspect/plugin-gnomevfs.xml:
4611         * docs/plugins/inspect/plugin-libvisual.xml:
4612         * docs/plugins/inspect/plugin-ogg.xml:
4613         * docs/plugins/inspect/plugin-pango.xml:
4614         * docs/plugins/inspect/plugin-subparse.xml:
4615         * docs/plugins/inspect/plugin-tcp.xml:
4616         * docs/plugins/inspect/plugin-theora.xml:
4617         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4618         * docs/plugins/inspect/plugin-video4linux.xml:
4619         * docs/plugins/inspect/plugin-videorate.xml:
4620         * docs/plugins/inspect/plugin-videoscale.xml:
4621         * docs/plugins/inspect/plugin-videotestsrc.xml:
4622         * docs/plugins/inspect/plugin-volume.xml:
4623         * docs/plugins/inspect/plugin-vorbis.xml:
4624         * docs/plugins/inspect/plugin-ximagesink.xml:
4625         * docs/plugins/inspect/plugin-xvimagesink.xml:
4626           Regenerate.
4627
4628         * ext/ogg/Makefile.am:
4629         * ext/ogg/gstoggmux.c:
4630         * ext/ogg/gstoggmux.h:
4631           Add header for oggmux. the c-file needs a doc blob still.
4632
4633 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4634
4635         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4636
4637         * gst-libs/gst/rtp/gstrtpbuffer.c:
4638         (gst_rtp_buffer_set_extension_data):
4639         * gst-libs/gst/rtp/gstrtpbuffer.h:
4640         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4641         Add gst_rtp_buffer_set_extension_data() 
4642         Add a unit test for this addition. Fixes #511478.
4643         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4644
4645 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4646
4647         * configure.ac:
4648         Back to CVS
4649
4650 === release 0.10.17 ===
4651
4652 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4653
4654         * configure.ac:
4655           releasing 0.10.17, "Peanut Butter and Jelly"
4656
4657 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4658
4659         * gst-libs/gst/interfaces/mixeroptions.c:
4660         * gst-libs/gst/interfaces/mixertrack.c:
4661         Also remove the conditional registration of the signals
4662         that disappeared with the ABI change in 0.10.14
4663
4664 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4665
4666         * gst-libs/gst/rtsp/gstrtspconnection.c:
4667         Revert patch to gstrtspconnection.c for brown paper bag
4668         release of -base. Re-opens: #511825
4669
4670 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4671
4672         * gst-libs/gst/interfaces/mixeroptions.h:
4673         * gst-libs/gst/interfaces/mixertrack.h:
4674         Change the way these deprecated function pointers are removed
4675         so that the compiled ABI is unconditionally smaller. This 
4676         sets in stone an ABI break that actually occurred when the
4677         things were deprecated in 0.10.14, which seems to be the best
4678         fix as the only known users are oss-mixer and sunaudio-mixer in 
4679         gst-plugins-good.
4680         Fixes: #513018
4681
4682 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4683
4684         * win32/common/libgstpbutils.def:
4685           Export the two new _get_type() functions which are needed
4686           by the python bindings.
4687
4688 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4689
4690         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4691         Cast glong to time_t as time_t might have a different type on
4692         other platforms, like FreeBSD, and we get a compiler warning
4693         otherwise. Fixes bug #511825.
4694
4695 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4696
4697         * gst-libs/gst/audio/gstaudiofilter.c:
4698         (gst_audio_filter_class_init):
4699         Initialize the GstRingerBuffer class to get it's debug category
4700         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4701         category and otherwise we get some g_critical(). Fixes bug #512334.
4702
4703 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4704
4705         * configure.ac:
4706         Back to CVS
4707
4708 === release 0.10.16 ===
4709
4710 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4711
4712         * configure.ac:
4713           releasing 0.10.16, "Scheduled Interruption"
4714
4715 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4716
4717         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4718
4719         * gst-libs/gst/rtp/gstrtpbuffer.c:
4720         (gst_rtp_buffer_get_extension_data):
4721         Fix typos and wrong extension check. Fixes #511274.
4722
4723 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4724
4725         * po/sk.po:
4726         Oops - add new sk.po mentioned in the LINGUAS I just committed
4727
4728 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4729
4730         * po/LINGUAS:
4731         Add ca translation to the disted list.
4732
4733         * win32/vs6/libgstsdp.dsp:
4734         Convert line endings to CRLF
4735
4736 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4737
4738         * win32/MANIFEST:
4739         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4740
4741 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4742
4743         * win32/common/libgstsdp.def:
4744         * win32/common/libgstvideo.def:
4745         Add new API declarations
4746
4747 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4748
4749         * ext/theora/gsttheoradec.h:
4750         * ext/theora/gsttheoraparse.h:
4751         * ext/theora/theoradec.c:
4752         * ext/theora/theoraparse.c:
4753         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4754         and parser by inspecting the bitstream version of the incoming data.
4755
4756 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4757
4758         * configure.ac:
4759         * pkgconfig/Makefile.am:
4760         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4761         * pkgconfig/gstreamer-audio.pc.in:
4762         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4763         * pkgconfig/gstreamer-cdda.pc.in:
4764         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4765         * pkgconfig/gstreamer-fft.pc.in:
4766         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4767         * pkgconfig/gstreamer-floatcast.pc.in:
4768         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4769         * pkgconfig/gstreamer-interfaces.pc.in:
4770         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4771         * pkgconfig/gstreamer-netbuffer.pc.in:
4772         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4773         * pkgconfig/gstreamer-pbutils.pc.in:
4774         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4775         * pkgconfig/gstreamer-riff.pc.in:
4776         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4777         * pkgconfig/gstreamer-rtp.pc.in:
4778         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4779         * pkgconfig/gstreamer-rtsp.pc.in:
4780         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4781         * pkgconfig/gstreamer-sdp.pc.in:
4782         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4783         * pkgconfig/gstreamer-tag.pc.in:
4784         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4785         * pkgconfig/gstreamer-video.pc.in:
4786         Provide one pkg-config file for every gst-plugins-base library.
4787         This makes linking to those libraries much more intuitive and
4788         provides standard pkg-config behaviour for them. Fixes bug #499697.
4789
4790 2008-01-13  David Schleef  <ds@schleef.org>
4791
4792         * gst/videoscale/vs_4tap.c:
4793           Fix valgrind error on 4tap scaling method.
4794
4795 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4796
4797         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4798         Include Winsock2.h for VS6 and use a different way initialize
4799         hints structure so it can build with VS6.
4800         * win32/MANIFEST:
4801         * win32/vs6/libgstsdp.dsp:
4802         * win32/common/libgstsdp.def:
4803         Add new files for libgstsdp.
4804         * win32/vs6/grammar.dsp:
4805         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4806         * win32/vs6/gst_plugins_base.dsw:
4807         * win32/vs6/libgstdecodebin.dsp:
4808         * win32/vs6/libgstdecodebin2.dsp:
4809         * win32/vs6/libgstplaybin.dsp:
4810         * win32/vs6/libgstvolume.dsp:
4811         Add new dependencies to the link list.
4812
4813 2008-01-13  Julien Moutte  <julien@fluendo.com>
4814
4815         * win32/common/config.h:
4816         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4817         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4818         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4819         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4820         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4821         * win32/common/interfaces-enumtypes.c:
4822         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4823         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4824         (gst_mixer_track_flags_get_type),
4825         (gst_tuner_channel_flags_get_type):
4826         * win32/common/multichannel-enumtypes.c:
4827         (gst_audio_channel_position_get_type):
4828         * win32/common/pbutils-enumtypes.c:
4829         (gst_install_plugins_return_get_type):
4830         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4831         in the win32 build directory.
4832
4833 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4834
4835         * tests/check/Makefile.am:
4836         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4837
4838         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4839         * tests/check/elements/playbin.c:
4840         * tests/check/libs/mixer.c: (test_element_interface_supported),
4841         (gst_implements_interface_init):
4842         * tests/check/libs/rtp.c: (GST_START_TEST):
4843         Fix various assignment type mismatches.
4844
4845 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4846
4847         * configure.ac:
4848         * gst-libs/gst/rtsp/Makefile.am:
4849         Add test to see if hstrerror is available or if we need libresolv
4850         (Solaris) for it, then use it in libgstrtsp.
4851
4852 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4853
4854         * gst-libs/gst/tag/Makefile.am:
4855         Fix include path order
4856
4857 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4858
4859         * gst-libs/gst/pbutils/install-plugins.c:
4860         (gst_install_plugins_context_copy),
4861         (gst_install_plugins_context_get_type):
4862         * gst-libs/gst/pbutils/install-plugins.h:
4863         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4864         for bindings.
4865
4866 2008-01-11  Michael Smith <msmith@fluendo.com>
4867
4868         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4869         (_theora_granule_frame), (_theora_granule_start_time),
4870         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4871           Adapt for post-alpha meaning of granulepos, when we
4872           have a newer version of libtheora.
4873         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4874         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4875         (theora_enc_is_discontinuous), (theora_enc_chain):
4876           Likewise.
4877         * tests/check/Makefile.am:
4878           Link libtheora into theoraenc test so we can check which version of
4879           libtheora we're testing against.
4880         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4881         (check_buffer_granulepos),
4882         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4883         (theoraenc_suite):
4884           Adapt tests to check the values that are now defined for theora; make
4885           the tests backwards-adapt the passed values if we're running against an
4886           old libtheora.
4887           Fixes #497964
4888
4889 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4890
4891         * gst-libs/gst/audio/gstbaseaudiosink.c:
4892           (gst_base_audio_sink_class_init):
4893         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4894           (gst_base_audio_src_class_init):
4895           Ref audio clock class from a thread-safe context to make sure
4896           we're not bit by GObjects lack of thread-safety here (#349410),
4897            however unlikely that may be in practice.
4898
4899 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4900
4901         * autogen.sh:
4902           Add -Wno-portability to the automake parameters to stop warnings
4903           about GNU make extensions being used. We require GNU make in almost
4904           every Makefile anyway.
4905           
4906         * configure.ac:
4907           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4908           at the same time is required for per target flags.
4909
4910 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4911
4912         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4913           Post an error message if we can't pull as many bytes as we need
4914           for the tag. This makes sure the user gets to see a proper error
4915           message if a file with a partial ID3 tag is fed to decodebin, and
4916           not a 'no ID3 tag demuxer' error, which would be confusing
4917           (see #508138).
4918
4919 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4920
4921         * gst-libs/gst/pbutils/descriptions.c: (formats):
4922           Add description strings for ID3, APE, and ICY tags.
4923
4924 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4925
4926         * gst/playback/gstdecodebin.c: (try_to_link_1):
4927           Make sure we error out correctly if we can't activate one of
4928           the elements we've added.  Fixes #508138.
4929           
4930 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4931
4932         Patch by: Bastien Nocera <hadess at hadess net>
4933
4934         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4935           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4936           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4937           the volume is the same for all channels. This works around
4938           some problem in alsa that leaves us with inconsistent state
4939           for some reason (#486840).
4940
4941 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4942
4943         Patch by: Jerone Young <jerone at gmail com>
4944
4945         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4946           If there's no mixer track by the name of 'Master' or 'Front',
4947           check if there's one called 'PCM' before trying the generic
4948           fallback logic (fixes #506928, where we pick 'Mic' as master
4949           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4950
4951 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4952
4953         * gst/playback/gstplay-enum.c:
4954         (register_gst_autoplug_select_result),
4955         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4956         (gst_play_flags_get_type):
4957         * gst/playback/gstplay-enum.h:
4958         Add enums for configuration flags.
4959
4960         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4961         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4962         (gst_play_bin_get_property), (no_more_pads_cb),
4963         (autoplug_select_cb), (gst_play_bin_change_state):
4964         Merge mode with flags.
4965         Add more property getters/setters, defaults and docs.
4966         Add properties to get number of audio/video/text streams.
4967         Create sink object in _init so that we can always rely on it being
4968         there.
4969
4970         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4971         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4972         (activate_vis), (gst_play_sink_reconfigure),
4973         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4974         (gst_play_sink_change_state):
4975         * gst/playback/gstplaysink.h:
4976         Use flags to configure the sink pipelines.
4977         Add tee before audio pipeline so that we can use it for visualisations.
4978         Start working on integrating visualisations.
4979         Remove mode, we can do everything with the flags now.
4980         Add method to configue the sink pipeline.
4981
4982 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4983
4984         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4985           (check_buffer_timestamp), (check_buffer_duration):
4986           Turn these functions into macros so we can see right away
4987           where the failure occured.
4988
4989 2008-01-05  Julien Moutte  <julien@fluendo.com>
4990
4991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4992         debugging information to understand how X calculates the stride
4993         for XvImages.
4994
4995 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4996
4997         * gst/volume/Makefile.am:
4998         * gst/volume/gstvolume.c: (volume_choose_func),
4999         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5000         (volume_setup):
5001         * gst/volume/gstvolume.h:
5002         Use GstAudioFilter as base class for the volume element instead of
5003         plain GstBaseTransform.
5004
5005 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5006
5007         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5008         Don't set element details for the abstract GstAudioFilter class.
5009
5010 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5011
5012         * gst-libs/gst/audio/gstaudiofilter.c:
5013         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5014         Implement get_unit_size() vmethod of GstBaseTransform.
5015
5016 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5017
5018         * gst-libs/gst/pbutils/Makefile.am:
5019         * gst-libs/gst/pbutils/pbutils.h:
5020         Use glib-enum generator to have a proper enum GType for
5021         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5022
5023 2007-12-31  David Schleef  <ds@schleef.org>
5024
5025         * tests/check/Makefile.am:
5026         * tests/check/pipelines/theoraenc.c:
5027           Reenable theoraenc test, which fails on the buildbot but
5028           not locally.
5029
5030 2007-12-31  David Schleef  <ds@schleef.org>
5031
5032         * docs/libs/.cvsignore:
5033         * docs/plugins/.cvsignore:
5034           Add *-undeclared.txt to fix buildbot.
5035
5036 2007-12-31  David Schleef  <ds@schleef.org>
5037
5038         * tests/check/Makefile.am:
5039           Second attempt at disabling theoraenc test long enough to
5040           get buildbot to compile -base.
5041
5042 2007-12-31  David Schleef  <ds@schleef.org>
5043
5044         * tests/check/pipelines/theoraenc.c:
5045           Disable theoraenc test long enough to get the buildbot to
5046           compile a recent -base.
5047
5048 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5049
5050         * tests/examples/seek/seek.c: (stop_cb):
5051         Make sure we reset the slider value to 0.0 without racing against a
5052         possible g_idle that sets it to something else.
5053
5054 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5055
5056         * sys/ximage/ximagesink.c:
5057         fix typo
5058
5059 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5060
5061         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5062         * gst-libs/gst/rtsp/gstrtspdefs.h:
5063         Add Location header so that we can start implementing redirects.
5064         See #506025.
5065
5066 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5067
5068         * gst/subparse/gstssaparse.c:
5069         combine if's
5070
5071 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5072
5073         * gst/subparse/gstssaparse.c:
5074         remove duplicate log message
5075
5076 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5077
5078         * ext/libvisual/visual.c: (gst_visual_chain):
5079         Fix 'xyz may be used uninitialized' compiler warnings caused
5080         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5081         abort() in any case but properly report the error.
5082
5083 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5084
5085         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5086         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5087         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5088         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5089         (autoplug_select_cb), (activate_group), (deactivate_group),
5090         (setup_next_source), (save_current_group),
5091         (gst_play_bin_change_state):
5092         Code cleanups.
5093         Remove next-uri, we can use the uri property just fine.
5094         Fix some crasher.
5095         Unref uridecodebin when switching.
5096         Fix going to READY.
5097
5098         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5099         (gst_play_sink_init), (gst_play_sink_dispose),
5100         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5101         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5102         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5103         (gst_play_sink_set_property), (gst_play_sink_get_property),
5104         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5105         (gen_vis_element), (gst_play_sink_get_mode),
5106         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5107         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5108         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5109         (gst_play_sink_change_state):
5110         * gst/playback/gstplaysink.h:
5111         Add some locking to make things threadsafe.
5112
5113         * gst/playback/test7.c: (about_to_finish_cb):
5114         Fix test.
5115
5116 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5117
5118         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5119           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5120           (gst_video_scale_transform):
5121           Don't claim to be able to handle/transform caps that can't really
5122           be handled by the currently selected scaling method (here: RGB or
5123           packed YUV with 4-tap method). Also add locking to method property.
5124
5125         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5126           (test_basetransform_based):
5127           Some test pipelines for the above (not entirely valgrind clean yet
5128           apparently).
5129
5130 2007-12-21  David Schleef  <ds@schleef.org>
5131
5132         * gst-libs/gst/video/video.c:
5133         * gst-libs/gst/video/video.h:
5134           Add additional RGBA and RGB-24 video formats.
5135
5136 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5137
5138         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5139           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5140           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5141         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5142           (cddabasesrc_suite):
5143           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5144           deprecated in the future (see #498924).
5145
5146 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5147
5148         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5149           Don't leak event.
5150
5151 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5152
5153         * gst-libs/gst/riff/riff-read.c:
5154         Use GST_ROUND_UP_2 macro
5155
5156 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5157
5158         * gst/playback/.cvsignore:
5159           Ignore more.
5160
5161 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5162
5163         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5164         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5165           (set_active_source):
5166         * gst/playback/gstplaybasebin.h:
5167         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5168           (setup_sinks), (playbin_set_subtitles_visible):
5169           Make switching off of subtitles work. To avoid all kind of
5170           problems with unlinking of the subtitle input, we just keep
5171           the subtitle inputs linked as they are and tell textoverlay
5172           not to render them. Fixes #373011.
5173           Other subtitle switching issues (esp. when there are both
5174           external and in-stream subtitles) remain. They'll be solved
5175           in playbin2.
5176
5177 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5178
5179         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5180         Init the pad segment too.
5181
5182 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5183
5184         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5185         (gst_audioringbuffer_open_device),
5186         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5187         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5188         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5189         (gst_audio_sink_create_ringbuffer):
5190         Improve debug output.
5191
5192         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5193         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5194         Prevent some functions from doing things and failing when the
5195         ringbuffer is not yet acquired.
5196
5197 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5198
5199         * gst-libs/gst/interfaces/interfaces.h:
5200           Also remove interfaces.h from CVS as it is not needed anymore.
5201
5202 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5203
5204         * gst-libs/gst/interfaces/Makefile.am:
5205           interfaces.h is not used anymore so remove it from the build
5206           process.
5207
5208 2007-12-17  David Schleef  <ds@schleef.org>
5209
5210         * gst/videotestsrc/gstvideotestsrc.c:
5211         * gst/videotestsrc/gstvideotestsrc.h:
5212           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5213           for testing vertical refresh synchronization.
5214
5215 2007-12-17  David Schleef  <ds@schleef.org>
5216
5217         * docs/libs/gst-plugins-base-libs-sections.txt:
5218         * gst-libs/gst/video/video.c:
5219         * gst-libs/gst/video/video.h:
5220           Add new GstVideFormat enum and write a bunch of helper functions
5221           based around it.
5222
5223 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5224
5225         * Makefile.am:
5226           Use new common/win32.mak.
5227
5228 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5229
5230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5231         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5232         Add debug info.
5233         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5234         the parent state change function, just like the audiosink, because the
5235         parent waits for the element to finish its processing before completing
5236         the state change. This makes going to PAUSED a lot snappier.
5237         When going from READY to PAUSED, don't allow the ringbuffer to start
5238         yet.
5239
5240 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5241
5242         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5243         Yet another fix for broken software that produce files with an empty
5244         blockalign field. Instead of completely failing, make a second attempt
5245         at guessing the width/depth by looking at strf->size.
5246
5247 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5248
5249         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5250           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5251         * gst-libs/gst/pbutils/install-plugins.c:
5252           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5253         * gst-libs/gst/pbutils/missing-plugins.c:
5254           (gst_missing_plugin_message_get_installer_detail),
5255           (gst_missing_encoder_installer_detail_new):
5256         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5257         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5258           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5259           avoid compiler warnings (#503930).
5260
5261 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5262
5263         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5264         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5265         for jpeg video streams.
5266         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5267         for the above modification.
5268
5269 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5270
5271         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5272           (gst_x_overlay_handle_events):
5273           More guards (we don't want klass to end up being NULL).
5274
5275 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5276
5277         * configure.ac:
5278         * gst/volume/gstvolume.c: (gst_volume_init):
5279           Use new gst_base_transform_set_gap_aware() function as volume
5280           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5281           for this.
5282
5283 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5284
5285         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5286         Don't go to READY on EOS as this avoids testing of seeking and
5287         restarting after EOS, use the stop button when you want to READY.
5288         Don't try to do a flushing seek in segment-done, it does not make
5289         sense to use this for gapless playback and is not needed.
5290
5291 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5292
5293         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5294         (reset_rate_timer), (update_in_rates), (update_out_rates),
5295         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5296         (gst_queue_chain), (gst_queue_loop):
5297         Use separate timers for input and output rates.
5298         Pause measuring the output rate when we block for more data.
5299         See #503262.
5300
5301 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5302
5303         * gst/playback/gstqueue2.c: (gst_queue_chain):
5304         Pause the timer to measure the input rate when we block because the
5305         queue is filled. See #503262.
5306
5307 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5308
5309         Patch by: Peter Kjellerstedt  <pkj at axis com>
5310
5311         * gst-libs/gst/rtsp/gstrtspconnection.c:
5312         (gst_rtsp_connection_free):
5313         Close control sockets. Fixes #503440.
5314
5315 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5316
5317         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5318         Expose the right pad in the right place with the right element.
5319
5320 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5321
5322         * gst-libs/gst/pbutils/descriptions.c: (formats):
5323           Add description for 'private' dts caps (who come up with that name?).
5324
5325 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5326
5327         * Makefile.am:
5328           Add check-exports target and run it with 'make check'.
5329
5330         * configure.ac:
5331           Be stricter about what we export in our libraries: change regexp so that
5332           we only export _gst_foo(), but not __gst_foo().
5333
5334         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5335         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5336           Change internal functions to __gst_foo so they dont' get exported.
5337
5338         * win32/common/libgstaudio.def:
5339           Add missing symbols.
5340
5341 2007-12-11  David Schleef  <ds@schleef.org>
5342
5343         * ChangeLog: remove conflict markers
5344
5345 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5346
5347         * ext/gnomevfs/Makefile.am:
5348         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5349           Use gst_tag_freeform_string_to_utf8() here, which also takes
5350           into account any character sets specified by the user via
5351           environment variables.
5352
5353 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5354
5355         * gst/audioconvert/Makefile.am:
5356         Also link to libm.
5357
5358 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5359
5360         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5361         No need for floating point operations here. avoids having to link
5362         against the math library too.
5363
5364 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5365
5366         * gst-libs/gst/pbutils/descriptions.c: (formats),
5367           (format_info_get_desc):
5368         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5369           (GST_START_TEST):
5370           Add one or two missing formats.  Generate ADPCM description
5371           dynamically depending on layout/format.
5372
5373 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5374
5375         * configure.ac:
5376           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5377
5378 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5379
5380         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5381
5382         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5383           Some .srt files start with chunk number 0 and not chunk number 1,
5384           recognise and accept those as well (fixes #502497).
5385
5386         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5387           (test_src):
5388           Add unit test for the above.
5389
5390 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5391
5392         * gst/playback/gstplay-enum.c:
5393         (register_gst_autoplug_select_result),
5394         (gst_autoplug_select_result_get_type):
5395         * gst/playback/gstplay-enum.h:
5396         Add missing files.
5397
5398 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5399
5400         * gst/playback/Makefile.am:
5401         Group decodebin2 and uridecodebin into the same plugin so that they
5402         can share the GEnumType.
5403
5404         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5405         (_gst_select_accumulator), (gst_decode_bin_class_init),
5406         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5407         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5408         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5409         Add signal to sort factories instead of the more awkward autoplug-select
5410         signal.
5411         Modify autoplug_select so that we can try, skip or expose the
5412         autopluggin of an element on a pad.
5413
5414         * gst/playback/gstfactorylists.c: (compare_ranks),
5415         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5416         (element_filter), (gst_factory_list_get_elements),
5417         (gst_factory_list_debug), (gst_factory_list_filter):
5418         * gst/playback/gstfactorylists.h:
5419         Simplify the API, allow getting elements based on mask.
5420
5421         * gst/playback/gstplay-marshal.list:
5422         Add some more marshallers.
5423
5424         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5425         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5426         (autoplug_select_cb), (activate_group):
5427         Add support for managing non-raw sinks by providing a custom element and
5428         sink list to decodebin2.
5429         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5430         decodebin2.
5431
5432         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5433         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5434         * gst/playback/gstplaysink.h:
5435         Add support for raw and non-raw sinks. 
5436         Add support to force sinks selected by playbin2.
5437         Don't plug raw converters for non-raw sinks.
5438
5439         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5440         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5441         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5442         (plugin_init):
5443         Use right accumulators.
5444         Proxy new signal.
5445
5446 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5447
5448         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5449         Use runnning time as the base time instead of the timestamp.
5450         Spotted by Saur on IRC.
5451
5452 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5453
5454         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5455         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5456
5457 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5458
5459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5460         (gst_ogg_demux_read_chain):
5461         If we find a new serial number but it does not contain a BOS page, make
5462         sure we initialize the chain to NULL because else we will try to scan it
5463         and crash. Fixes #500763
5464
5465 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5466
5467         * gst/playback/Makefile.am:
5468         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5469         (get_feature_array), (decoders_filter), (sinks_filter),
5470         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5471         (gst_factory_list_filter):
5472         * gst/playback/gstfactorylists.h:
5473         Refactor some common code to filter factories and check caps compat.
5474
5475         * gst/playback/gstdecodebin.c:
5476         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5477         (gst_decode_bin_init), (gst_decode_bin_dispose),
5478         (gst_decode_bin_autoplug_continue),
5479         (gst_decode_bin_autoplug_factories),
5480         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5481         (find_compatibles):
5482         * gst/playback/gstplaybin.c:
5483         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5484         (gst_play_bin_init), (gst_play_bin_finalize),
5485         (autoplug_factories_cb), (activate_group):
5486         * gst/playback/gstqueue2.c:
5487         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5488         (proxy_autoplug_continue_signal),
5489         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5490         (proxy_drained_signal):
5491         Add some more debug info and use factor filtering code.
5492
5493 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5494
5495         * gst/audiotestsrc/gstaudiotestsrc.c:
5496         * gst/volume/gstvolume.c:
5497         * gst/volume/gstvolume.h:
5498           Add GAP-flag support.
5499
5500 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5501
5502         * tests/examples/seek/seek.c: (main): Increase the range of the
5503         rate selector as I would like to test QOS behavior at higher
5504         forward and reverse playback speed like say 64x.
5505
5506 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5507
5508         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5509         (audioresample_query), (audioresample_query_type),
5510         (gst_audioresample_set_property):
5511         Implement latency query.
5512
5513 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5514
5515         * gst-libs/gst/audio/gstbaseaudiosink.c:
5516         (gst_base_audio_sink_drain):
5517         Our EOS time contains the base_time, _wait_eos() expects a running_time
5518         so we have to subtract the base_time again before calling the function.
5519         This fixes an EOS regression where the base_time was added twice and EOS
5520         took longer and longer in certain situations.
5521         Fixes #498767.
5522
5523 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5524
5525         * docs/libs/gst-plugins-base-libs-sections.txt:
5526         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5527         (gst_base_audio_sink_set_provide_clock),
5528         (gst_base_audio_sink_get_provide_clock),
5529         (gst_base_audio_sink_set_slave_method),
5530         (gst_base_audio_sink_get_slave_method),
5531         (gst_base_audio_sink_set_property),
5532         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5533         (gst_base_audio_sink_none_slaving),
5534         (gst_base_audio_sink_handle_slaving):
5535         * gst-libs/gst/audio/gstbaseaudiosink.h:
5536         Expose methods for some object properties so that subclasses can more
5537         easily configure them.
5538         Added slave method none, that completely disables slaving to the
5539         internal clock.
5540         API: gst_base_audio_sink_set_provide_clock()
5541         API: gst_base_audio_sink_get_provide_clock()
5542         API: gst_base_audio_sink_set_slave_method()
5543         API: gst_base_audio_sink_get_slave_method()
5544
5545         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5546         (gst_base_audio_src_set_provide_clock),
5547         (gst_base_audio_src_get_provide_clock),
5548         (gst_base_audio_src_set_property),
5549         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5550         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5551         Expose methods for some object properties so that subclasses can more
5552         easily configure them.
5553         API: gst_base_audio_src_set_provide_clock()
5554         API: gst_base_audio_src_get_provide_clock()
5555
5556 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5557
5558         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5559
5560         * gst-libs/gst/sdp/gstsdpmessage.c:
5561         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5562
5563 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5564
5565         * tests/check/libs/fft.c: (GST_START_TEST):
5566         Fix scaling to really have dB instead of something else.
5567
5568 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5569
5570         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5571         GTK version, use it.
5572
5573 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5574
5575         * tests/examples/seek/seek.c: (main): Try to support stable version
5576         of GTK.
5577
5578 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5579
5580         * gst/playback/README:
5581         * gst/playback/test7.c:
5582           Fix the build + little README update.
5583
5584 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5585
5586         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5587         Add playbin2 seek pipeline.
5588
5589 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5590
5591         * gst/playback/Makefile.am:
5592         * gst/playback/gstplayback.c: (plugin_init):
5593         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5594         (eos_cb), (about_to_finish_cb), (main):
5595         Add playbin2.
5596         Added gapless playback example.
5597
5598         * gst/playback/gstplaybasebin.c:
5599         * gst/playback/gstplaybasebin.h:
5600         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5601         * gst/playback/gstqueue2.c:
5602         * gst/playback/test.c:
5603         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5604         (pad_removed_cb):
5605         * gst/playback/gststreaminfo.h:
5606         Change email.
5607
5608         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5609         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5610         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5611         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5612         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5613         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5614         (drained_cb), (unlink_group), (activate_group),
5615         (setup_next_source), (gst_play_bin_change_state),
5616         (gst_play_bin2_plugin_init):
5617         Added raw first version of playbin2. Does chained oggs and gapless
5618         playback fine. No support for raw sinks yet. No visualisations or
5619         subtitles yet.
5620
5621         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5622         (gst_play_sink_class_init), (gst_play_sink_init),
5623         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5624         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5625         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5626         (gst_play_sink_set_property), (gst_play_sink_get_property),
5627         (post_missing_element_message), (free_chain), (add_chain),
5628         (activate_chain), (gen_video_chain), (gen_text_element),
5629         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5630         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5631         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5632         (gst_play_sink_send_event), (gst_play_sink_change_state):
5633         * gst/playback/gstplaysink.h:
5634         Added Element that abstracts the sinks and their pipelines for playbin2.
5635
5636 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5637
5638         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5639         (gst_selector_pad_class_init), (gst_selector_pad_init),
5640         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5641         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5642         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5643         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5644         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5645         (gst_stream_selector_init), (gst_stream_selector_set_property),
5646         (gst_stream_selector_get_linked_pad),
5647         (gst_stream_selector_getcaps),
5648         (gst_stream_selector_is_active_sinkpad),
5649         (gst_stream_selector_activate_sinkpad),
5650         (gst_stream_selector_get_linked_pads),
5651         (gst_stream_selector_request_new_pad),
5652         (gst_stream_selector_release_pad):
5653         * gst/playback/gststreamselector.h:
5654         Improve streamselector, make it select and unselect the current pad more
5655         intelligently. 
5656         Subclass GstPad for the sinkpads of the selector.
5657         Handle segments more correctly.
5658         Fix caps negotiation.
5659         Implement release_pad.
5660
5661 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5662
5663         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5664         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5665         (remove_fakesink):
5666         Add drained signal fired when decodebin finishes decoding the data.
5667         Remove deprecated STATE_DIRTY message.
5668
5669         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5670         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5671         (analyse_source), (proxy_drained_signal), (make_decoder),
5672         (source_new_pad), (value_list_append_structure_list),
5673         (handle_redirect_message), (handle_message):
5674         Proxy the new drained signal.
5675         Handle pad removed from decodebin.
5676         Handle redirect messages by sorting multiple redirections based on the
5677         connection speed.
5678
5679 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5680
5681         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5682
5683         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5684         Fix leaking headers. Fixes #496761.
5685
5686 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5687
5688         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5689
5690         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5691         (gst_ximagesink_change_state):
5692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5693         Don't leak the PAR on errors. Fixes #496731.
5694
5695 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5696
5697         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5698           (gst_tag_from_id3_user_tag):
5699           Add mapping for audio cd discid tags, so we can extract
5700           them from tags as well (see #347848). Also compare identifiers
5701           in ID3v2 TXXX frames in a case-insensitive way to increase
5702           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5703
5704 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5705
5706         * gst-plugins-base.doap:
5707         Oops, fix the release name.
5708
5709 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5710
5711         * gst-plugins-base.doap:
5712         Add 0.10.15 release
5713
5714 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5715
5716         * configure.ac:
5717         Back to CVS
5718
5719 === release 0.10.15 ===
5720
5721 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5722
5723         * configure.ac:
5724           releasing 0.10.15, "No need to argue"
5725
5726 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5727
5728         * win32/vs6/libgstfft.dsp:
5729         Convert line endings to DOS.
5730
5731 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5732
5733         * win32/vs6/gst_plugins_base.dsw:
5734         * win32/vs6/libgstfft.dsp:
5735         * win32/MANIFEST:
5736         Add a project file for fft plugin and remove socket
5737         based plugin which don't build from the workspace.
5738         * win32/vs6/libgstaudio.dsp:
5739         * win32/vs6/libgstrtp.dsp:
5740         * win32/vs6/libgsttag.dsp:
5741         Convert line endings back to DOS.
5742         Fixes #496724
5743
5744 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5745
5746         * win32/vs6/libgstinterfaces.dsp:
5747         * win32/vs6/libgstrtsp.dsp:
5748         Convert line endings back to DOS
5749
5750 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5751
5752         * gst-libs/gst/fft/kiss_fft_f32.h:
5753         * gst-libs/gst/fft/kiss_fft_f64.h:
5754         * gst-libs/gst/fft/kiss_fft_s16.h:
5755         * gst-libs/gst/fft/kiss_fft_s32.h:
5756         Don't include malloc.h which doesn't exist on Mac OSX.
5757         Instead, pull in glib.h and use g_malloc/g_free for 
5758         consistency. Fixes: #496548
5759
5760 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5761
5762         * gst/playback/gstdecodebin2.c:
5763           Dont leak ghostpad. Fixes #475451.
5764
5765 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5766
5767         * docs/design/design-decodebin.txt:
5768         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5769         Update some more docs and comments.
5770
5771 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5772
5773         Patch by: Sebastien Moutte  <sebastien moutte net>
5774
5775         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5776           (gst_rtcp_unix_to_ntp):
5777         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5778           Fix some C99-isms and and a missing function that some versions of
5779           MSVC don't like too much (#494346).
5780
5781         * win32/vs6/gst_plugins_base.dsw:
5782         * win32/vs6/libgstaudio.dsp:
5783         * win32/vs6/libgstrtp.dsp:
5784         * win32/vs6/libgsttag.dsp:
5785           Update vs6 projects files (#494346).
5786
5787 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5788
5789         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5790
5791         * win32/common/libgstaudio.def:
5792         * win32/common/libgstcdda.def:
5793         * win32/common/libgstinterfaces.def:
5794         * win32/common/libgstnetbuffer.def:
5795         * win32/common/libgstpbutils.def:
5796         * win32/common/libgstrtp.def:
5797         * win32/common/libgstrtsp.def:
5798         * win32/common/libgsttag.def:
5799         * win32/common/libgstvideo.def:
5800           More missing symbols to export (fixes #493986).
5801
5802 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5803
5804         * docs/libs/gst-plugins-base-libs-sections.txt:
5805         * gst-libs/gst/fft/gstfftf32.c:
5806         * gst-libs/gst/fft/gstfftf32.h:
5807         * gst-libs/gst/fft/gstfftf64.c:
5808         * gst-libs/gst/fft/gstfftf64.h:
5809         * gst-libs/gst/fft/gstffts16.c:
5810         * gst-libs/gst/fft/gstffts16.h:
5811         * gst-libs/gst/fft/gstffts32.c:
5812         * gst-libs/gst/fft/gstffts32.h:
5813         * tests/check/libs/fft.c: (GST_START_TEST):
5814         Remove the magnitude and phase calculation functions as these have
5815         very special use cases and can't even be used for the spectrum
5816         element. Also adjust the docs to mention some properties of the used
5817         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5818
5819 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5820
5821         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5822           (finish_source):
5823           Avoid crash when there are external subtitles (fixes #491722).
5824
5825 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5826
5827         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5828         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5829           'Could not open resource for writing' is not an acceptable
5830           error message when we can't open the audio device (see #492334),
5831           even less so when we're trying to open it to record something.
5832
5833 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5834
5835         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5836
5837         * win32/common/libgstrtp.def:
5838           Add some more missing symbols (#492813).
5839
5840 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5841
5842         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5843
5844         * tests/check/elements/audioconvert.c: (verify_convert):
5845           Add check to make sure that the out caps have a channel layout
5846           set on them where they should have one.
5847
5848 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5849
5850         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5851
5852         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5853         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5854           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5855           (#492306).
5856
5857         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5858           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5859           (it disappeared in GLib 2.14.0) (#492306).
5860
5861         * gst-libs/gst/sdp/Makefile.am:
5862         * gst-libs/gst/sdp/gstsdpmessage.c:
5863           Fix includes and LIBS for win32/Mingw (#492306).
5864
5865         * tests/examples/dynamic/addstream.c (pause_play_stream):
5866           Use more portable g_usleep() instead of sleep() (#492306).
5867
5868 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5869
5870         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5871
5872         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5873           (gst_ring_buffer_parse_caps):
5874           Return NULL instead of an enum that happens to be 0, fixes warning
5875           on MSVC (#492114).
5876
5877         * gst-libs/gst/audio/gstringbuffer.h:
5878           No trailing commas in enum list (for gcc-2.9x).
5879
5880         * gst/videotestsrc/videotestsrc.c: (random_char):
5881           Make information loss explicit instead of implicitly truncating to
5882           eight bits via the return value.  Fixes runtime error on MSVC when
5883           using the debug CRT (#492114).
5884
5885         * win32/common/config.h.in:
5886           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5887
5888         * win32/common/libgstinterfaces.def:
5889         * win32/common/libgstrtp.def:
5890           Export a few more symbols (#492114).
5891
5892 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5893
5894         * gst-libs/gst/audio/audio.c:
5895         * gst-libs/gst/audio/audio.h:
5896           Readd the deprecation guards, but preserve compilability.
5897
5898 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5899
5900         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5901           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5902           Preserve channel layout when fixating the number of channels in the
5903           output caps, or make sure there's a suitable channel position layout
5904           set on the caps if required. Fixes #430677.
5905
5906 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5907
5908         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5909           Make sure the pipeline really operates in push mode as it should
5910           in this case.
5911
5912 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5913
5914         * gst-libs/gst/audio/audio.h:
5915           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5916           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5917           (ie. normal cvs builds) will fail.
5918
5919 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5920
5921         * docs/libs/Makefile.am:
5922         * gst-libs/gst/audio/audio.c:
5923         * gst-libs/gst/audio/audio.h:
5924         * gst-libs/gst/interfaces/mixer.c:
5925           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5926
5927 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5928
5929         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5930           (test_channel_layout_value_intersect), (audio_suite):
5931           Add simple unit test to make sure GstValue intersection
5932           of channel layouts works the way I think it does.
5933
5934 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5935
5936         * docs/libs/gst-plugins-base-libs-sections.txt:
5937         * gst-libs/gst/audio/gstaudiofilter.h:
5938         * gst-libs/gst/interfaces/mixer.h:
5939         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5940         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5941         * gst-libs/gst/sdp/gstsdpmessage.c:
5942           Fix the docs according to what gtk-doc complained about.
5943
5944 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5945
5946         * tests/icles/stress-playbin.c:
5947           Fix the build.
5948
5949 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5950
5951         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5952         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5953           Post nice/more useful error message if we don't have a decoder for
5954           the primary type.
5955
5956 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5957
5958         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5959         Be a bit more useful, unblock the pads after we fired the no-more-pads
5960         signal so that we can use the signal to inspect and connect all pads
5961         without having to keep extra state outside of decodebin.
5962
5963 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5964
5965         * gst/playback/gsturidecodebin.c:
5966         (gst_uri_decode_bin_autoplug_continue),
5967         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5968         Implement default signal handler so that we return TRUE when nothing is
5969         connected.
5970
5971 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5972
5973         * gst-libs/gst/riff/riff-media.c:
5974         (gst_riff_wavext_add_channel_layout),
5975         (gst_riff_wave_add_default_channel_layout),
5976         (gst_riff_wavext_get_default_channel_mask),
5977         (gst_riff_create_audio_caps):
5978         Use the ALSA channel layout as default for wav files without channel
5979         layout information. This fixes playback of chan-id.wav on 5.1 systems
5980         for example. Also refactor the channel layout setting a bit and add
5981         more default channel orders. Fixes #489010.
5982
5983 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5984
5985         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5986           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5987           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5988           instead.
5989
5990 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5991
5992         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5993         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5994         (gst_decode_bin_set_subs_encoding),
5995         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5996         (gst_decode_bin_get_property), (analyze_new_pad):
5997         Move subtitle encoding property to decodebin2 so that it can set the
5998         property value on all elements that it autoplugs and that require it.
5999         Make caps refcounting more consistent in get/set.
6000
6001         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6002         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6003         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6004         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6005         (proxy_autoplug_continue_signal),
6006         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6007         (make_decoder):
6008         Proxy properties and relevant signals from the internal decodebin.
6009         Make properties MT safe.
6010
6011 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6012
6013         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6014         * gst-libs/gst/tag/tags.c:
6015           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6016           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6017
6018         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6019           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6020
6021         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6022           (gst_tag_to_vorbis_comments):
6023           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6024           just mapping everything I found in the wild) (#414539).
6025
6026 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6027
6028         Inspired by patch of: René Stadler <mail at renestadler dot de>
6029
6030         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6031         (gst_decode_bin_autoplug_continue),
6032         (gst_decode_bin_autoplug_factories),
6033         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6034         (find_compatibles):
6035         * gst/playback/gstplay-marshal.list:
6036         Remove the autoplug-sort signal and replace it with a binding friendly
6037         autoplug-select signal.
6038         Add an autoplug-factories signal that can be used to generate a list of
6039         factories to try to autoplug.
6040         Add the GstPad to the autoplugging signal args as it might be needed to
6041         make a good factory selection.
6042         Fix up the marshallers for this. Fixes #407282.
6043
6044 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6045
6046         * gst-libs/gst/tag/gsttagdemux.c:
6047           Don't abort with an assertion if we receive a seek event with
6048           a start type of NONE (see launchpad bug #155878).
6049
6050 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6051
6052         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6053         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6054         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6056         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6057         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6058         Make sure that before we clean up the X resources, we shutdown and join
6059         the event thread.
6060         Also make sure the event thread does not shut down immediatly after
6061         startup because the running variable is not yet correctly set.
6062         Fixes #378770. 
6063
6064 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6065
6066         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6067         Make the window for a race in typefind and shutting down smaller until
6068         we figure out the right locking here. Avoids #485753 usually.
6069
6070         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6071         Remove unneeded lock causing a race in typefind and shutting down.
6072         Fixes #485753.
6073
6074         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6075         Also remove sinks when going to NULL because we might not complete the
6076         state change to PAUSED, causing the PAUSED->READY state change not to
6077         happen.
6078
6079 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6080
6081         * gst-libs/gst/audio/gstbaseaudiosink.c:
6082         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6083         Also explicitly release the ringbuffer when going to NULL because it
6084         is required in the setcaps function, before the state change to PAUSED
6085         completes.
6086
6087 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6088
6089         * tests/icles/.cvsignore:
6090         * tests/icles/Makefile.am:
6091         * tests/icles/stress-playbin.c:
6092           Does what it says on the tin.
6093
6094 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6095
6096         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6097         Fix queue negotiation. See #486758.
6098
6099 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6100
6101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6102         (gst_xvimagesink_xwindow_new),
6103         (gst_xvimagesink_update_colorbalance),
6104         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6105
6106         Fix handling of some of the X atoms. If the last parameter is True,
6107         XInternAtom won't create the atom if it doesn't exist, and therefore
6108         might return None. This causes X errors on Xv implementations that
6109         don't provide the colour balance attributes.
6110
6111 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6112
6113         * gst-libs/gst/tag/gstvorbistag.c:
6114         * tests/check/libs/tag.c:
6115           Extract vorbis comment LICENSE tags correctly.
6116
6117 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6118
6119         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6120
6121         * gst-libs/gst/tag/gstid3tag.c:
6122         * tests/check/libs/tag.c:
6123           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6124
6125 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6126
6127         * gst-libs/gst/tag/gsttagdemux.c:
6128           Don't error out when a buggy downstream element doesn't
6129           handle the newsegment event we send properly (especially
6130           not without posting a meaningful error message on the
6131           bus). See bug #471370 and launchpad bug #136264.
6132
6133 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6134
6135         * gst-libs/gst/audio/gstbaseaudiosink.c:
6136         (gst_base_audio_sink_drain):
6137         Use new basesink method to make our EOS drain interruptable.
6138
6139 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6140
6141         * gst-libs/gst/rtp/gstrtppayloads.c:
6142         Fix silly search-replace oversight.
6143
6144 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6145
6146         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6147
6148         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6149         (gst_basertppayload_set_outcaps):
6150         Fix caps memleak. Fixes #484989.
6151
6152
6153 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6154
6155         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6156         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6157         Fix debug output.
6158
6159 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6160
6161         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6162         (gst_base_audio_src_create):
6163         Also handle the case where there is no clock set on the audio source,
6164         like in the unit tests.
6165
6166 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6167
6168         * gst-libs/gst/rtp/gstrtppayloads.c:
6169         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6170         to avoid compiler warnings
6171
6172 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6173
6174         * gst/playback/gstdecodebin.c: (type_found),
6175         (gst_decode_bin_change_state):
6176         * gst/playback/gstdecodebin2.c: (type_found),
6177         (gst_decode_bin_change_state):
6178         Don't disconnect the have_type signal because we never reconnect it
6179         later on. Instead keep a variable to see if we already detected a type.
6180
6181 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6182
6183         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6184         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6185         (type_found):
6186         Unlink the signal handler when we found the type, we're not going to do
6187         anything sensible with more type_found signals anyway.
6188
6189 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         * gst-libs/gst/tag/gsttagdemux.c:
6192           Don't leak caps.
6193
6194 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         * gst-libs/gst/tag/Makefile.am:
6197         * gst-libs/gst/tag/gsttagdemux.c:
6198         * gst-libs/gst/tag/gsttagdemux.h:
6199           API: add GstTagDemux base class for simple tag demuxers.
6200
6201         * docs/libs/gst-plugins-base-libs-docs.sgml:
6202         * docs/libs/gst-plugins-base-libs-sections.txt:
6203           Add GstTagDemux to docs.
6204
6205 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6206
6207         * gst-libs/gst/rtp/gstrtpbuffer.c:
6208         (gst_rtp_buffer_get_payload_subbuffer):
6209         Fix bug introduced with last commit which inverted the logic and
6210         caused all buffers to be dropped. Fixes #483620.
6211         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6212
6213 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6214
6215         * gst-libs/gst/rtp/gstrtpbuffer.c:
6216           Replace g_return_if_val (as it could be disabled), with regular return
6217           and warning.
6218
6219 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6220
6221         * tests/check/pipelines/simple-launch-lines.c:
6222           Print message name and not just number.
6223
6224 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6225
6226         * gst-libs/gst/audio/gstbaseaudiosink.c:
6227         (gst_base_audio_sink_async_play):
6228         When slaved to the clock, don't try to align a sample with the previous
6229         one when going to PLAYING again.
6230
6231 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6232
6233         * tests/examples/snapshot/snapshot.c:
6234           Fix the build.
6235
6236 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6237
6238         * gst-libs/gst/sdp/gstsdpmessage.h:
6239         Add RFC 3556 bandwidth modifiers.
6240
6241 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6242
6243         * docs/libs/gst-plugins-base-libs-docs.sgml:
6244         * docs/libs/gst-plugins-base-libs-sections.txt:
6245         * gst-libs/gst/rtp/gstrtppayloads.c:
6246         Update documentation.
6247
6248 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6249
6250         * gst-libs/gst/rtp/Makefile.am:
6251         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6252         (gst_rtp_payload_info_for_name):
6253         * gst-libs/gst/rtp/gstrtppayloads.h:
6254         Added new file and header to deal with payload info.
6255
6256         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6257         (gst_rtp_buffer_default_clock_rate):
6258         * gst-libs/gst/rtp/gstrtpbuffer.h:
6259         Payload specific stuff is move to new headers.
6260         Implement _default_clock rate using the new payload function.
6261
6262         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6263         (gst_sdp_parse_line):
6264         * gst-libs/gst/sdp/gstsdpmessage.h:
6265         Add some more comments.
6266
6267 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6268
6269         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6270         (sdp_check_header), (sdp_type_find), (plugin_init):
6271         Add typefind function for application/sdp.
6272         Remove some old dirac typefind code that was ifdeffed out.
6273
6274 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6275
6276         * win32/common/libgstaudio.def:
6277         Add new exported functions.
6278         * win32/vs6/grammar.dsp:
6279         Add autogeneration and copy of some autegenerated files from win32/common
6280         for rtsp library.
6281         * win32/vs6/libgstaudioconvert.dsp:
6282         Add gstaudioquantize.c to the build.
6283         * win32/vs6/libgstinterfaces.dsp:
6284         Add videoorientation.c to the build.
6285         * win32/vs6/libgstriff.dsp:
6286         Add libgsttag to the link libraries list.
6287         * win32/vs6/libgstvolume.dsp:
6288         Add liboil to the link.
6289         * win32/vs6/gst_plugins_base.dsw:
6290         * win32/vs6/libgstrtsp.dsp:
6291         * win32/common/libgstrtsp.def:
6292         Add files to build libgstrtsp library.
6293         
6294 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6295
6296         * tests/examples/snapshot/snapshot.c: (main):
6297         Print error when pipeline failed to construct.
6298
6299 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6300
6301         * configure.ac:
6302         * gst-libs/gst/tag/gstid3tag.c:
6303         * gst-libs/gst/tag/gstvorbistag.c:
6304           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6305           and ID3v2 tags.
6306
6307 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6308
6309         * gst-libs/gst/floatcast/floatcast.h:
6310           Don't include config.h in an installed public header, this
6311           might break compilation of applications that don't have such
6312           a header and doesn't necessarily do what it's supposed to do
6313           anyway (ie. check for the lrint/lrintf defines) (#442065).
6314           Add docs for the various macros and document how this header
6315           has to be used (link against libm, etc.); add a few FIXMEs;
6316           include math.h for non-c99 code path.  Based on patch by
6317           Jan Schmidt.
6318           
6319 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6320
6321         * configure.ac:
6322         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6323         of duplicating these macros in configure.ac.
6324
6325 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6326
6327         * po/hu.po:
6328         * po/sv.po:
6329         * po/uk.po:
6330           Updated translations to 0.10.14
6331
6332 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6333
6334         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6335
6336         * po/pl.po:
6337           Added Polish translation.
6338
6339 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6340
6341         translated by: Ilkka Tuohela <hile@iki.fi>
6342
6343         * po/fi.po:
6344           Added Finnish translation.
6345
6346 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6347
6348         translated by: Jorge González González <aloriel@gmail.com>
6349
6350         * po/es.po:
6351           Added Spanish translation.
6352
6353 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6354
6355         translated by: Mogens Jaeger <mogens@jaeger.tf>
6356
6357         * po/da.po:
6358           Added Danish translation.
6359
6360 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6361
6362         translated by: Funda Wang <fundawang@linux.net.cn>
6363
6364         * po/zh_CN.po:
6365           Added Chinese (simplified) translation.
6366
6367 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6368
6369         translated by: Alexander Shopov <ash@contact.bg>
6370
6371         * po/bg.po:
6372           Added Bulgarian translation.
6373
6374 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6375
6376         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6377         Fix compilation wrt printf arguments.
6378
6379 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6380
6381         * configure.ac:
6382         * tests/examples/Makefile.am:
6383         * tests/examples/snapshot/.cvsignore:
6384         * tests/examples/snapshot/Makefile.am:
6385         * tests/examples/snapshot/snapshot.c: (main):
6386         Add simple snapshot example program using appsink.
6387
6388 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6389
6390         * tests/check/generic/states.c:
6391           Improved state change unit test.
6392
6393 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6394
6395         * docs/plugins/.cvsignore:
6396         * tests/check/.cvsignore:
6397           Ignore registries in any format.
6398
6399 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6400
6401         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6402         (gst_base_rtp_depayload_chain),
6403         (gst_base_rtp_depayload_set_gst_timestamp):
6404         Only copy timestamp on outgoing packets if the depayloader did not set
6405         one.
6406         Also copy duration on outgoing packets.
6407
6408 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6409
6410         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6411         (gst_basertppayload_set_outcaps):
6412         Fix compilation because of missing %d in printf.
6413         When fixating caps, fixate what we can and throw away all remaining
6414         unfixed caps, subclasses should do something smart if they need to.
6415
6416 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6417
6418         * ext/gnomevfs/gstgnomevfssrc.c:
6419           Improve debug logs a bit and be more verbose if things go wrong.
6420
6421 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6422
6423         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6424         (gst_text_overlay_set_property):
6425         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6426         * gst-libs/gst/audio/gstbaseaudiosink.c:
6427         (gst_base_audio_sink_render):
6428         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6429         (gst_rtcp_unix_to_ntp):
6430         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6431         * gst/playback/gstqueue2.c:
6432         * tests/examples/seek/seek.c: (set_scale):
6433         Fix a bunch of compile warnings shown with Forte.
6434
6435         * gst/audiorate/gstaudiorate.c:
6436         Always pull in config.h before including any system headers.
6437
6438 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6439
6440         * gst/playback/gstqueue2.c: (update_buffering),
6441         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6442         (gst_queue_handle_sink_event), (gst_queue_chain),
6443         (gst_queue_push_one), (gst_queue_sink_activate_push),
6444         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6445         Also fix #476514 for queue2.
6446
6447 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6448
6449         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6450         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6451         (gst_base_rtp_depayload_chain),
6452         (gst_base_rtp_depayload_handle_sink_event),
6453         (gst_base_rtp_depayload_push_full),
6454         (gst_base_rtp_depayload_set_gst_timestamp),
6455         (gst_base_rtp_depayload_change_state):
6456         Remove code to deal with RTP to GST time conversion, we now just copy
6457         the GST timestamp we receive to the outgoing buffers.
6458         Handle segment and flushes correctly.
6459
6460         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6461         When we have no valid input timestamp, use the previous rtp timestamp on
6462         the outgoing RTP packet instead of the RTP base time.
6463
6464 2007-09-15  David Schleef  <ds@schleef.org>
6465
6466         * ext/alsa/gstalsa.c:
6467         * ext/alsa/gstalsadeviceprobe.c:
6468         * ext/alsa/gstalsamixer.c:
6469         * ext/alsa/gstalsasink.c:
6470         * ext/alsa/gstalsasrc.c:
6471           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6472
6473 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6474
6475         * gst-libs/gst/rtp/gstbasertppayload.c:
6476         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6477         Add some debug info when negotiating caps.
6478
6479 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6480
6481         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6482         A buffer with an empty payload is also a valid buffer.
6483
6484 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6485
6486         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6487         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6488         (gst_basertppayload_change_state):
6489         Make sure we start our RTP timestamp from the random base RTP
6490         timestamp even if the buffer timestamp starts from some random value.
6491
6492 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6493
6494         * configure.ac:
6495         * tests/examples/Makefile.am:
6496         * tests/examples/dynamic/.cvsignore:
6497         * tests/examples/dynamic/Makefile.am:
6498         * tests/examples/dynamic/addstream.c: (create_stream),
6499         (pause_play_stream), (message_received), (eos_message_received),
6500         (perform_step), (main):
6501         Add simple exmple app to demonstrate starting and pausing live and
6502         non-live bins in a PLAYING pipeline.
6503
6504 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6505
6506         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6507         typefind for QCP files (RFC #3625)
6508
6509 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6510
6511         * gst-libs/gst/audio/gstbaseaudiosink.c:
6512         (gst_base_audio_sink_init):
6513         Disable pull mode scheduling, we're not ready for it yet and it subtly
6514         breaks a lot of things.
6515
6516 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6517
6518         * tests/check/elements/libvisual.c:
6519           Test all libvisual plugins, not just the first one; this reproduces
6520           bug #450336 quite easily.  Looks like a problem with the 'jess'
6521           visualisation.
6522
6523 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6524
6525         * tests/check/Makefile.am:
6526         * tests/check/elements/.cvsignore:
6527         * tests/check/elements/libvisual.c:
6528           Add basic libvisual test case in an attempt to reproduce bug #450336.
6529           Doesn't reproduce that bug, but some other crasher instead (invalid
6530           free), at least with make elements/libvisual.forever and the bumscope
6531           plugin on x86-64/gutsy. Leaving test disabled for now.
6532
6533 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6534
6535         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6536
6537         * gst-libs/gst/rtsp/gstrtspconnection.c:
6538         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6539         (read_body), (gst_rtsp_connection_receive):
6540         Make sure we can not cancel in the middle of receiving a message.
6541         Fixes #475731.
6542
6543 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6544
6545         Patch by: Josep Torra Valles <josep@fluendo.com>
6546
6547         * gst/playback/gstplaybasebin.c:
6548           Increase upper limit for audio queue a bit; fixes preroll problem
6549           with playbin and decodebin2 when playing a quicktime trailer with
6550           multichannel audio via http (#464666).
6551
6552 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6553
6554         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6555         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6556         (gst_base_audio_src_provide_clock),
6557         (gst_base_audio_src_set_property),
6558         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6559         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6560         Allow othe clocks than the internal clock to be used for the pipeline.
6561         Add property to disable clock provide.
6562         API: GstBaseAudioSrc::provide-clock
6563
6564 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6565
6566         * gst/playback/gstdecodebin2.c:
6567           Don't leak request pads. Fixes #475395.
6568
6569 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6570
6571         Patch by: René Stadler <mail at renestadler dot de>
6572
6573         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6574         (gst_ximage_buffer_class_init):
6575         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6576         (gst_xvimage_buffer_class_init):
6577         Correctly chain up finalize with the parent class to prevent
6578         memory leaks. Fixes #474880.
6579
6580 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6581
6582         * gst/volume/gstvolume.c: (volume_choose_func):
6583         * tests/check/elements/volume.c: (GST_START_TEST):
6584         Revert the latest change: floating point samples are allowed to
6585         have any value, not only values in the range [-1,1]. Thanks to Andy
6586         Wingo for noticing.
6587         Also fix processing of int32 samples with volumes > 4 by making the
6588         unity value smaller which prevents overflows.
6589
6590 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * gst-libs/gst/rtp/gstrtpbuffer.c:
6593         * tests/check/libs/rtp.c:
6594           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6595
6596 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6597
6598         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6599
6600         * gst-libs/gst/rtp/gstrtpbuffer.c:
6601           Fix up GstRTPHeader helper struct so that compilers will not under
6602           any circumstances add padding in between our fields, as currently
6603           happens with MSVC on win32, because that would lead to us sending
6604           out RTP payloads with broken RTP headers (#471194).
6605           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6606           
6607         * tests/check/Makefile.am:
6608         * tests/check/libs/.cvsignore:
6609         * tests/check/libs/rtp.c:
6610           Add some simple unit tests for GstRTPBuffer. Some are disabled
6611           because the code tested still needs fixing (set_csrc() does not work).
6612
6613 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6614
6615         * win32/MANIFEST:
6616         * win32/common/gstrtsp-enumtypes.c:
6617         * win32/common/gstrtsp-enumtypes.h:
6618         * win32/common/interfaces-enumtypes.c:
6619         * win32/common/interfaces-enumtypes.h:
6620         * win32/common/multichannel-enumtypes.c:
6621           Add rtsp enumtypes (#474384) and update others.
6622
6623 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6624
6625         * configure.ac:
6626           Fix configure check for HAVE_LIBXML_HTML.
6627
6628 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6629
6630         * tests/check/libs/.cvsignore:
6631           Ignore more, in case the build bots work again one day.
6632
6633 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6634
6635         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6636
6637         * configure.ac:
6638         * gst-libs/gst/Makefile.am:
6639         * gst-libs/gst/fft/Makefile.am:
6640         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6641         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6642         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6643         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6644         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6645         * gst-libs/gst/fft/gstfft.h:
6646         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6647         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6648         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6649         * gst-libs/gst/fft/gstfftf32.h:
6650         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6651         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6652         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6653         * gst-libs/gst/fft/gstfftf64.h:
6654         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6655         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6656         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6657         * gst-libs/gst/fft/gstffts16.h:
6658         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6659         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6660         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6661         * gst-libs/gst/fft/gstffts32.h:
6662         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6663         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6664         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6665         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6666         * gst-libs/gst/fft/kiss_fft_f32.h:
6667         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6668         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6669         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6670         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6671         * gst-libs/gst/fft/kiss_fft_f64.h:
6672         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6673         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6674         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6675         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6676         * gst-libs/gst/fft/kiss_fft_s16.h:
6677         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6678         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6679         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6680         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6681         * gst-libs/gst/fft/kiss_fft_s32.h:
6682         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6683         (kiss_fftr_f32), (kiss_fftri_f32):
6684         * gst-libs/gst/fft/kiss_fftr_f32.h:
6685         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6686         (kiss_fftr_f64), (kiss_fftri_f64):
6687         * gst-libs/gst/fft/kiss_fftr_f64.h:
6688         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6689         (kiss_fftr_s16), (kiss_fftri_s16):
6690         * gst-libs/gst/fft/kiss_fftr_s16.h:
6691         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6692         (kiss_fftr_s32), (kiss_fftri_s32):
6693         * gst-libs/gst/fft/kiss_fftr_s32.h:
6694         * gst-libs/gst/fft/kiss_version:
6695         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6696         * pkgconfig/gstreamer-plugins-base.pc.in:
6697         Add libgstfft, a FFT library based on Kiss FFT which is
6698         BSD licensed. Supported sample formats are int16, int32,
6699         float and double. For those formats a real FFT and IFFT
6700         can be done, different windowing functions can be applied
6701         and functions for extracting the magnitude and phase exist.
6702         Fixes #468619.
6703
6704         * docs/libs/Makefile.am:
6705         * docs/libs/gst-plugins-base-libs-docs.sgml:
6706         * docs/libs/gst-plugins-base-libs-sections.txt:
6707         Integrate libgstfft into the docs.
6708
6709         * tests/check/Makefile.am:
6710         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6711         Add unit tests for libgstfft, currently only testing the FFT.
6712         Unit tests for IFFT will follow soon.
6713
6714 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6715
6716         Patch by: Peter Kjellerstedt  <pkj at axis com>
6717
6718         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6719         (gst_sdp_message_init), (gst_sdp_message_uninit),
6720         (is_multicast_address), (gst_sdp_message_as_text),
6721         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6722         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6723         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6724         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6725         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6726         (gst_sdp_media_init), (gst_sdp_media_uninit),
6727         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6728         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6729         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6730         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6731         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6732         * gst-libs/gst/sdp/gstsdpmessage.h:
6733         Separate INIT_ARRAY() and related macros into two versions, one for
6734         structures and one for pointers (e.g., INIT_ARRAY() and
6735         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6736         lists of emails and phone numbers.
6737         Add missing const as appropriate.
6738         Change all gint to guint since they all actually represent unsigned
6739         values.
6740         Do not use time as a variable name as it shadows the global time().
6741         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6742         Actually implement gst_sdp_message_add_time().
6743         Make gst_sdp_message_add_time() take repeat times as an argument.
6744         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6745         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6746         misspelled as badwidth).
6747         gst-indented and a little clean up. Fixes #471067.
6748
6749 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6750
6751         * gst/volume/gstvolume.c: (volume_choose_func),
6752         (volume_process_double), (volume_process_double_clamp),
6753         (volume_process_float_clamp):
6754         Correctly clamp float/double samples in the [-1.0,1.0] range to
6755         prevent weird effects.
6756         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6757         Add unit tests for all samples types that had none before.
6758
6759 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * gst-libs/gst/rtp/gstrtpbuffer.c:
6762           Need to include stdlib.h for abs() here too.
6763
6764 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         * gst/playback/gststreaminfo.c:
6767           Fix build.
6768
6769 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6770
6771         * gst/playback/gststreaminfo.c:
6772           Clean up some half-disabled code and comment.
6773
6774 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6775
6776         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6777
6778         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6779         (gst_base_rtp_payload_audio_handle_event):
6780         Return FALSE from the event handler to let the parent class handle the
6781         event. Fixes #446766.
6782
6783         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6784         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6785         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6786
6787         * gst-libs/gst/rtp/gstbasertppayload.c:
6788         Bump the MTU to 1400.
6789
6790 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6791
6792         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6793         Add an audio/x-nsf typefind function for the nsfdec element.
6794
6795 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6796         * gst/playback/gstplaybasebin.c:
6797         Included "myth://" on stream_uris list for enable buffering to mythtv files
6798
6799 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6800
6801         * docs/libs/gst-plugins-base-libs-sections.txt:
6802         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6803         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6804         (gst_rtcp_unix_to_ntp):
6805         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6806         Fix parsing of RB blocks.
6807         Fix docs.
6808         Added helper functions to convert to/from UNIX and NTP time.
6809         API: gst_rtcp_ntp_to_unix()
6810         API: gst_rtcp_unix_to_ntp()
6811
6812         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6813         (gst_rtp_buffer_get_header_len),
6814         (gst_rtp_buffer_get_extension_data),
6815         (gst_rtp_buffer_get_payload_subbuffer),
6816         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6817         (gst_rtp_buffer_ext_timestamp):
6818         * gst-libs/gst/rtp/gstrtpbuffer.h:
6819         Fix some more docs.
6820         Implement handling of packets with extensions.
6821         Fix padding check in _validate().
6822         Added function to get extension data.
6823         API: gst_rtp_buffer_get_header_len()
6824         API: gst_rtp_buffer_get_extension_data()
6825
6826 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6827
6828         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6829         (gst_base_rtp_depayload_class_init),
6830         (gst_base_rtp_depayload_set_gst_timestamp):
6831         Add some more docs for the queue-delay property and fix a typo in a
6832         comment.
6833
6834         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6835         Fix typo.
6836
6837 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6838
6839         * gst-libs/gst/audio/gstbaseaudiosink.c:
6840         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6841         (gst_base_audio_sink_change_state):
6842         When skew slaving, try to hover around the middle of a segment so that
6843         we at most drift by half a segment.
6844         If we are aligning in the oposite direction of the clock skew, we don't
6845         have to resync.
6846
6847 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6848
6849         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6850         (gst_base_rtp_depayload_setcaps),
6851         (gst_base_rtp_depayload_set_gst_timestamp):
6852         Be less silly with the segment start, just apply the clock-base to the
6853         timestamp.
6854
6855 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6856
6857         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6858         (gst_base_rtp_depayload_class_init),
6859         (gst_base_rtp_depayload_finalize),
6860         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6861         (gst_base_rtp_depayload_handle_sink_event),
6862         (gst_base_rtp_depayload_set_gst_timestamp),
6863         (gst_base_rtp_depayload_change_state):
6864         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6865         Deprecate the queue handling thread thing and remove the code.
6866         Use new method to calculate the extended timestamp.
6867
6868 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6869
6870         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6871         (gst_rtcp_packet_sdes_copy_entry):
6872         Use g_strndup which does exactly what we want.
6873
6874         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6875         (gst_rtp_buffer_ext_timestamp):
6876         * gst-libs/gst/rtp/gstrtpbuffer.h:
6877         Add helper function to compare seqnums.
6878         Add helper function to calculate extended timestamps.
6879         API: gst_rtp_buffer_compare_seqnum()
6880         API: gst_rtp_buffer_ext_timestamp()
6881
6882 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6883
6884         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6885         (gst_rtcp_packet_sdes_get_entry),
6886         (gst_rtcp_packet_sdes_copy_entry):
6887         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6888         Fix and document SDES item data function.
6889         Add new function that makes a proper copy of SDES item data.
6890         API: gst_rtcp_packet_sdes_copy_entry()
6891
6892 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6893
6894         * configure.ac:
6895         * gst/Makefile.am:
6896           The tcp and subparse plugins are under gst, but not totaly free of
6897           dependencies. Handle selection inconfigure.ac, so that they show up
6898           on the final list of what is build and what is not. Maybe they should
6899           better be moved to ext.
6900
6901 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6902
6903         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6904
6905         * configure.ac:
6906         * gst/Makefile.am:
6907           Check if libxml provides HTML parser which subparse needs.
6908           Fixes #451970.
6909
6910 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         * ext/alsa/gstalsa.c:
6913           Fix typo and compilation on big endian systems.
6914
6915 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6916
6917         * gst/subparse/gstssaparse.c:
6918           Convert SSA newline codes into actual newline characters (#470766).
6919
6920 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6921
6922         * docs/libs/gst-plugins-base-libs-sections.txt:
6923         * gst-libs/gst/pbutils/install-plugins.c:
6924         * gst-libs/gst/pbutils/install-plugins.h:
6925         * tests/check/libs/pbutils.c:
6926           API: also add gst_install_plugins_supported() while we're at it
6927           (see #470456).
6928
6929 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6930
6931         * docs/libs/gst-plugins-base-libs-sections.txt:
6932         * gst-libs/gst/pbutils/missing-plugins.c:
6933         * gst-libs/gst/pbutils/missing-plugins.h:
6934         * tests/check/libs/pbutils.c:
6935           API: add gst_missing_*_installer_detail_new() convenience API so
6936           that applications that know exactly what they're missing can request
6937           installer detail strings for those items directly instead of having
6938           to first create a dummy missing-plugin message and then get the
6939           installer detail string from that.  Fixes #470456.
6940
6941 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6942
6943         * gst/playback/gstdecodebin.c: (close_pad_link):
6944         We need to set up delayed-linking whenever the caps are non-fixed,
6945         not just when there are multiple types - use gst_pad_is_fixed()
6946         to test.
6947
6948 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6949
6950         * gst-libs/gst/pbutils/missing-plugins.c:
6951           (gst_missing_plugin_message_get_installer_detail):
6952           Add missing separator in PID fallback case.
6953
6954 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6955
6956         * ext/alsa/Makefile.am:
6957         There is no GST_PLUGINS_BASE_LIBS defined.
6958         
6959         * ext/alsa/gstalsa.c:
6960         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6961         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6962         Add support for ALSA 24-bit formats.
6963         snd_pcm_delay can return an error code, especially
6964         during XRUNS. In that case, the best we can do is assume
6965         delay = 0.
6966
6967         * gst/audioconvert/Makefile.am:
6968         Add flags from -base before any more-remote dependencies.
6969
6970 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6971
6972         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6973
6974         * gst/volume/gstvolume.c: (volume_choose_func),
6975         (volume_update_real_volume), (gst_volume_set_volume),
6976         (gst_volume_init), (volume_process_int32),
6977         (volume_process_int32_clamp), (volume_process_int24),
6978         (volume_process_int24_clamp), (volume_process_int16),
6979         (volume_process_int16_clamp), (volume_process_int8),
6980         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6981         * gst/volume/gstvolume.h:
6982         Add support for int32, int24 and int8 to the volume element.
6983         Fixes #445529.
6984
6985 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6986
6987         * tests/examples/Makefile.am:
6988           Fix even more.
6989
6990 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6991
6992         * configure.ac:
6993         * docs/libs/Makefile.am:
6994         * docs/libs/gst-plugins-base-libs-docs.sgml:
6995         * docs/libs/gst-plugins-base-libs-sections.txt:
6996         * ext/gnomevfs/gstgnomevfssrc.c:
6997         * ext/gnomevfs/gstgnomevfssrc.h:
6998         * gst-libs/gst/Makefile.am:
6999         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7000         * pkgconfig/gstreamer-plugins-base.pc.in:
7001         * sys/v4l/v4lsrc_calls.c:
7002         * tests/examples/Makefile.am:
7003         * win32/common/config.h:
7004           Revert unwanted commit. many thanks to moap. I want a fix for 
7005           https://thomas.apestaart.org/moap/trac/ticket/239
7006
7007 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7008
7009         * gst/volume/gstvolume.c:
7010           Move passthrough below gst_object_sync_values(). Fixes #442654.
7011
7012 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7013
7014         * gst-libs/gst/audio/audio.c:
7015         Clarify the docs a little.
7016
7017 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7018
7019         * gst/volume/gstvolume.c:
7020           Enable liboil for float and add more details about problems with
7021           int16.
7022
7023 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7024
7025         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7026         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7027
7028 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7029
7030         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7031         When calculating the first timestamp of the buffers, don't go below 0
7032         and clip the samples because the offset was on the eos page.
7033         Fixes #466717.
7034
7035 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7036
7037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7038         (gst_ogg_demux_collect_chain_info):
7039         Also submit the eos page when trying to find the first timestamp.
7040         See #466717.
7041
7042 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7043
7044         * gst-libs/gst/audio/audio.h:
7045         Use gst_util_uint64_scale() instead of doing the math
7046         with double for GST_FRAMES_TO_CLOCK_TIME() and
7047         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7048         prevents rounding errors. Fixes #467667.
7049
7050 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7051
7052         * gst-libs/gst/rtsp/gstrtspconnection.c:
7053         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7054         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7055         * gst-libs/gst/rtsp/gstrtspconnection.h:
7056         Small cleanups.
7057         On shutdown, don't read the control socket yet.
7058         Set timeout value correctly in all cases.
7059         Add function to check if the server accepts reads or writes.
7060         API: gst_rtsp_connection_poll()
7061
7062         * gst-libs/gst/rtsp/gstrtspdefs.h:
7063         Fix compilation with -pedantic.
7064         Add enum for _poll.
7065
7066 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7067
7068         Patch by: Olivier Crete  <tester at tester ca>
7069
7070         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7071         (gst_basertppayload_getcaps):
7072         * gst-libs/gst/rtp/gstbasertppayload.h:
7073         Add getcaps vfunc to basertppayload. See #465146.
7074
7075 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7076
7077         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7078         Only post buffering messages when we are a stream.
7079
7080 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7081
7082         * gst-libs/gst/pbutils/install-plugins.c:
7083         * gst-libs/gst/pbutils/missing-plugins.c:
7084           Small docs fix and addition.
7085
7086 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7087
7088         * tests/icles/.cvsignore:
7089         * tests/icles/Makefile.am:
7090         * tests/icles/test-textoverlay.c:
7091           Add a dumb little test for textoverlay alignments.
7092
7093 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7094
7095         Patch by: Dan Williams  <dcbw redhat com>
7096
7097         * ext/pango/gsttextoverlay.c:
7098         * ext/pango/gsttextoverlay.h:
7099           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7100           "silent" property so there's a Since tag in the API reference.
7101
7102 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7103
7104         * gst-libs/gst/rtp/gstbasertppayload.c:
7105         (gst_basertppayload_set_outcaps):
7106         * gst-libs/gst/rtp/gstbasertppayload.h:
7107         Improve caps negotiation so that downstream elements can confiure
7108         certain RTP properties by fixing them on the caps. See #465146.
7109         Add docs.
7110
7111 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7112
7113         * docs/libs/gst-plugins-base-libs-sections.txt:
7114         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7115         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7116           Mark as deprecated some macros which were presumably meant to be
7117           private API and accidentally exposed in the public header file.
7118           Also actually _init() lock (only works at the moment because the
7119           struct is zeroed out when created and the initial values in the
7120           mutex struct are zeroes too). (#459585)
7121
7122 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7123
7124         * docs/libs/Makefile.am:
7125           Remove cruft and do some cleanups.
7126
7127         * docs/libs/gst-plugins-base-libs-docs.sgml:
7128           Prepare for comming gtkdoc features (rebase against online docs).
7129
7130 2007-08-10  Michael Smith <msmith@fluendo.com>
7131
7132         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7133           Debug output fixes.
7134         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7135         (GST_START_TEST):
7136           Change the number of buffers used; 500 is too many and leads to
7137           timeouts.
7138
7139 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7140
7141         * gst/playback/gstqueue2.c:
7142         * gst/videorate/gstvideorate.c:
7143           Printf format fixes (#465028).
7144
7145 2007-08-09  Michael Smith <msmith@fluendo.com>
7146
7147         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7148           If we have a large (> 1 second) discontinuity, push a series of
7149           smaller buffers rather than a single very large buffer. Avoids
7150           unreasonably large single buffer allocations when encountering a
7151           large gap.
7152         * tests/check/elements/audiorate.c: (GST_START_TEST),
7153         (audiorate_suite):
7154           Add a test for this.
7155
7156 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7157
7158         * gst/playback/gstplaybasebin.c: (group_commit),
7159         (queue_remove_probe), (queue_threshold_reached):
7160
7161         Patch by: Josep Torra Valles <josep@fluendo.com>
7162         Fixes: #465015
7163         Make sure we remove the check_queues buffer probe from the 
7164         correct queue to avoid racily going back to "buffering 99%" when
7165         buffering is actually complete.
7166
7167         Also, fix the spelling of Josep's surname in the ChangeLog.
7168
7169 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7170
7171         * ext/ogg/gstoggmux.c:
7172           Do not leak oggmux instance.
7173         
7174         * ext/vorbis/vorbisenc.c:
7175           Also log values.
7176
7177 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7178
7179         * po/hu.po:
7180         * po/it.po:
7181         * po/nl.po:
7182         * po/uk.po:
7183         * po/vi.po:
7184           Updated translations.
7185
7186 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7187
7188         patch by: Yang Hong <hongyang@redflag-linux.com>
7189
7190         * ext/pango/gsttextoverlay.c:
7191         * ext/pango/gsttextoverlay.h:
7192           Add 'silent' property to GstTimeOverlay. Fixes #462979
7193
7194 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7195
7196         Patch by: Josep Torra Valles <josep@fluendo.com>
7197
7198         * docs/plugins/gst-plugins-base-plugins.args:
7199         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7200         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7201         (gst_uri_decode_bin_get_property), (gen_source_element):
7202         Add connection-speed property. Fixes #464690.
7203
7204 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7205
7206         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7207
7208         * configure.ac:
7209         * gst-libs/gst/rtsp/Makefile.am:
7210         * gst-libs/gst/rtsp/gstrtspconnection.c:
7211         (gst_rtsp_connection_connect):
7212         Fix compilation on windows. Fixes #464320.
7213
7214 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7215
7216         Patch by: Josep Torra Valles <josep@fluendo.com>
7217
7218         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7219         (gst_play_base_bin_init), (queue_threshold_reached),
7220         (gen_source_element), (setup_substreams),
7221         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7222         (gst_play_base_bin_get_streaminfo_value_array):
7223         * gst/playback/gstplaybasebin.h:
7224         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7225         (gst_play_bin_set_property), (gst_play_bin_get_property),
7226         (gst_play_bin_handle_redirect_message):
7227         Move connection-speed property from playbin to playbasebin so that we
7228         can also configure it in source elements that have the connection-speed
7229         property. Fixes #464028.
7230         Add some debug info here and there.
7231
7232 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7233
7234         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7235         Properly respond to conversion queries. Fixes #464079.
7236
7237 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7238
7239         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7240         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7241         (gst_audio_test_src_init_sine_table),
7242         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7243         * gst/audiotestsrc/gstaudiotestsrc.h:
7244         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7245         Also set the default volume to the default value specified in the
7246         GParamSpec.
7247
7248 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7249
7250         Patch by: Jens Granseuer <jensgr at gmx dot net>
7251
7252         * gst/audioconvert/gstaudioquantize.c:
7253         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7254
7255 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7256
7257         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7258         Add rdt manager for rdt transport.
7259         Fix parsing of RDT transport.
7260
7261 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7262
7263         * configure.ac:
7264         Back to CVS
7265
7266 === release 0.10.14 ===
7267
7268 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7269
7270         * configure.ac:
7271           releasing 0.10.14, "Light Years Ahead"
7272
7273 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7274
7275         * tests/check/libs/audio.c: (GST_START_TEST):
7276         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7277
7278 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7279
7280         * gst-libs/gst/audio/audio.c:
7281         When clipping a buffer with no timestamp, assume it is
7282         within the segment without warnings.
7283
7284         Fixes: #460978
7285
7286 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7287
7288         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7289         Fire the signal on the object, not the interface.
7290
7291 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7292
7293         * gst-libs/gst/rtsp/.cvsignore:
7294         Ber. Don't include the full path, idiot.
7295
7296 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7297
7298         * gst-libs/gst/rtsp/.cvsignore:
7299         Ignore generated files.
7300
7301 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7302
7303         * gst-libs/gst/interfaces/Makefile.am:
7304         * gst-libs/gst/interfaces/interfaces-marshal.list:
7305         * gst-libs/gst/interfaces/rtspextension.c:
7306         * gst-libs/gst/interfaces/rtspextension.h:
7307         * gst-libs/gst/rtsp/Makefile.am:
7308         * gst-libs/gst/rtsp/gstrtsp.h:
7309         * gst-libs/gst/rtsp/gstrtspextension.c:
7310         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7311         (gst_rtsp_extension_detect_server),
7312         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7313         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7314         (gst_rtsp_extension_configure_stream),
7315         (gst_rtsp_extension_get_transports),
7316         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7317         * gst-libs/gst/rtsp/gstrtspextension.h:
7318         * gst-libs/gst/rtsp/rtsp-marshal.list:
7319         Move the rtspextension.h interface into gstrtspextension.h
7320         as part of libgstrtsp instead of libgstinterfaces, because it's
7321         only for use within plugins, not applications. 
7322         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7323         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7324         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7325         is abstract.
7326
7327 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7328
7329         * gst-libs/gst/interfaces/Makefile.am:
7330         * gst-libs/gst/interfaces/interfaces-marshal.list:
7331         * gst-libs/gst/interfaces/rtspextension.c:
7332         (gst_rtsp_extension_iface_init),
7333         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7334         * gst-libs/gst/interfaces/rtspextension.h:
7335         Fix marshaller for the send signal.
7336         Add URL to stream selection interface method.
7337
7338 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7339
7340         * gst-libs/gst/riff/Makefile.am:
7341         Pull in our dependencies from -base before those from outside.
7342
7343 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7344
7345         * docs/libs/gst-plugins-base-libs-sections.txt:
7346         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7347         * gst-libs/gst/rtsp/gstrtspbase64.h:
7348         API: gst_rtsp_base64_decode_ip()
7349         Added function to decode Base64 in-place.
7350
7351 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7352
7353         * tests/check/libs/.cvsignore:
7354         Ignore the mixer test binary.
7355
7356 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7357
7358         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7359         Gratuitous comment change to trigger a rebuild on the buildbots.
7360
7361 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7362
7363         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7364         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7365         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7366         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7367         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7368         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7369         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7370         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7371         (gst_sdp_media_get_attribute_val):
7372         * gst-libs/gst/sdp/gstsdpmessage.h:
7373         Constify args where we can.
7374
7375 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7376
7377         * gst-libs/gst/interfaces/Makefile.am:
7378         * gst-libs/gst/interfaces/rtspextension.c:
7379         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7380         (gst_rtsp_extension_detect_server),
7381         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7382         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7383         (gst_rtsp_extension_configure_stream),
7384         (gst_rtsp_extension_get_transports),
7385         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7386         * gst-libs/gst/interfaces/rtspextension.h:
7387         Move interface for RTSP extensions from -good to here.
7388         Added helper methods to invoke interface methods.
7389
7390 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7391
7392         * docs/libs/gst-plugins-base-libs-sections.txt:
7393         * gst-libs/gst/rtsp/gstrtspdefs.h:
7394         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7395         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7396         (gst_rtsp_message_init_response),
7397         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7398         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7399         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7400         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7401         (gst_rtsp_message_get_body), (dump_key_value):
7402         * gst-libs/gst/rtsp/gstrtspmessage.h:
7403         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7404         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7405         (gst_rtsp_range_parse):
7406         * gst-libs/gst/rtsp/gstrtsprange.h:
7407         * gst-libs/gst/rtsp/gstrtsptransport.c:
7408         * gst-libs/gst/rtsp/gstrtspurl.c:
7409         Fix some more RTSP docs.
7410         Add some missing methods for dealing with messages.
7411
7412 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7413
7414         * docs/libs/gst-plugins-base-libs-docs.sgml:
7415         * docs/libs/gst-plugins-base-libs-sections.txt:
7416         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7417         * gst-libs/gst/rtsp/gstrtspbase64.h:
7418         * gst-libs/gst/rtsp/gstrtspconnection.c:
7419         (gst_rtsp_connection_connect), (add_auth_header),
7420         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7421         (read_body), (gst_rtsp_connection_receive),
7422         (gst_rtsp_connection_next_timeout),
7423         (gst_rtsp_connection_reset_timeout),
7424         (gst_rtsp_connection_set_auth):
7425         * gst-libs/gst/rtsp/gstrtspconnection.h:
7426         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7427         * gst-libs/gst/rtsp/gstrtspdefs.h:
7428         * gst-libs/gst/rtsp/gstrtspmessage.h:
7429         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7430         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7431         (gst_rtsp_range_parse):
7432         * gst-libs/gst/rtsp/gstrtspurl.h:
7433         Added beginnings of RTSP documentation.
7434
7435 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7436
7437         * docs/libs/Makefile.am:
7438         * docs/libs/gst-plugins-base-libs-docs.sgml:
7439         * docs/libs/gst-plugins-base-libs-sections.txt:
7440         * gst-libs/gst/sdp/gstsdp.h:
7441         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7442         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7443         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7444         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7445         (gst_sdp_message_get_attribute_val),
7446         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7447         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7448         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7449         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7450         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7451         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7452         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7453         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7454         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7455         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7456         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7457         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7458         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7459         (gst_sdp_media_get_attribute_val_n),
7460         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7461         (print_media), (gst_sdp_message_dump):
7462         * gst-libs/gst/sdp/gstsdpmessage.h:
7463         Document the SDP library.
7464         Add some of the missing SDPMedia methods.
7465
7466 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7467
7468         * configure.ac:
7469         * gst-libs/gst/Makefile.am:
7470         * gst-libs/gst/rtsp/Makefile.am:
7471         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7472         * gst-libs/gst/rtsp/gstrtspbase64.h:
7473         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7474         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7475         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7476         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7477         (parse_response_status), (parse_request_line), (parse_line),
7478         (gst_rtsp_connection_read), (read_body),
7479         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7480         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7481         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7482         (gst_rtsp_connection_set_auth):
7483         * gst-libs/gst/rtsp/gstrtspconnection.h:
7484         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7485         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7486         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7487         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7488         (gst_rtsp_find_method):
7489         * gst-libs/gst/rtsp/gstrtspdefs.h:
7490         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7491         (gst_rtsp_message_new), (gst_rtsp_message_init),
7492         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7493         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7494         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7495         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7496         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7497         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7498         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7499         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7500         (gst_rtsp_message_dump):
7501         * gst-libs/gst/rtsp/gstrtspmessage.h:
7502         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7503         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7504         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7505         * gst-libs/gst/rtsp/gstrtsprange.h:
7506         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7507         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7508         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7509         (range_as_text), (rtsp_transport_mode_as_text),
7510         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7511         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7512         (gst_rtsp_transport_free):
7513         * gst-libs/gst/rtsp/gstrtsptransport.h:
7514         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7515         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7516         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7517         * gst-libs/gst/rtsp/gstrtspurl.h:
7518         * gst-libs/gst/sdp/Makefile.am:
7519         * gst-libs/gst/sdp/gstsdp.h:
7520         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7521         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7522         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7523         (gst_sdp_attribute_init), (gst_sdp_message_new),
7524         (gst_sdp_message_init), (gst_sdp_message_uninit),
7525         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7526         (gst_sdp_media_uninit), (gst_sdp_media_free),
7527         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7528         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7529         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7530         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7531         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7532         (gst_sdp_message_get_attribute_val),
7533         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7534         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7535         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7536         (gst_sdp_media_get_attribute_val_n),
7537         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7538         (read_string), (read_string_del), (gst_sdp_parse_line),
7539         (gst_sdp_message_parse_buffer), (print_media),
7540         (gst_sdp_message_dump):
7541         * gst-libs/gst/sdp/gstsdpmessage.h:
7542         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7543         Move SDP and RTSP from helper objects in -good to a reusable library.
7544         Use a proper gst_ namespace.
7545
7546 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7547
7548         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7549         (vorbis_dec_flush_decode):
7550         Use the new buffer clipping function from gstaudio here.
7551
7552 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7553
7554         * docs/libs/gst-plugins-base-libs-sections.txt:
7555         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7556         * gst-libs/gst/audio/audio.h:
7557         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7558         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7559         Also add deprecation guards for gst_audio_structure_set_int() to the
7560         header.
7561
7562 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7563
7564         * docs/libs/gst-plugins-base-libs-sections.txt:
7565           Cleanup the docs.
7566
7567 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7568
7569         Patch by: Dan Williams <dcbw at redhat dot com>
7570
7571         * gst/playback/gstplaybasebin.c:
7572         (gst_play_base_bin_get_streaminfo_value_array):
7573         Don't return NULL when querying the stream info value array but instead
7574         return an empty array. Fixes #459204.
7575
7576 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7577
7578         * gst/playback/gsturidecodebin.c:
7579           Init debug category before using it.
7580
7581 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7582
7583         * gst-libs/gst/interfaces/mixer.h:
7584         Add padding vars in place of the signal pointers
7585         when building with DISABLE_DEPRECATED so that the
7586         interface structure doesn't change size.
7587
7588 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7589
7590         * docs/libs/gst-plugins-base-libs-sections.txt:
7591         * ext/alsa/gstalsamixer.c:
7592         * ext/alsa/gstalsamixer.h:
7593         * ext/alsa/gstalsamixerelement.c:
7594         * ext/alsa/gstalsamixertrack.c:
7595         * gst-libs/gst/interfaces/mixer.c:
7596         * gst-libs/gst/interfaces/mixer.h:
7597         * gst-libs/gst/interfaces/mixeroptions.c:
7598         * gst-libs/gst/interfaces/mixeroptions.h:
7599         * gst-libs/gst/interfaces/mixertrack.c:
7600         * gst-libs/gst/interfaces/mixertrack.h:
7601         * tests/check/Makefile.am:
7602         * tests/check/libs/mixer.c:
7603
7604         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7605         Fixes: #152864 
7606
7607         Add support for notifying mixer changes on the message bus, and
7608         implement it in alsamixer.
7609
7610         API: gst_mixer_get_mixer_flags
7611         API: gst_mixer_message_parse_mute_toggled
7612         API: gst_mixer_message_parse_record_toggled
7613         API: gst_mixer_message_parse_volume_changed
7614         API: gst_mixer_message_parse_option_changed
7615         API: GstMixerMessageType
7616         API: GstMixerFlags
7617
7618 2007-07-20  Michael Smith <msmith@fluendo.com>
7619
7620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7621         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7622           xcontext->im_format is only for testing XShm support (as the header
7623           file comments document). Use xvimage->im_format for everything else.
7624           Avoids spurious warnings on buffer allocation before setcaps.
7625
7626 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7627
7628         * tests/examples/volume/Makefile.am:
7629         * tests/icles/Makefile.am:
7630           We should use $(LIBM).
7631
7632 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7633
7634         * tests/icles/Makefile.am:
7635           This needs -lm.
7636
7637 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7638
7639         * gst-libs/gst/rtp/gstbasertppayload.c:
7640         (gst_basertppayload_class_init), (gst_basertppayload_init),
7641         (gst_basertppayload_set_property),
7642         (gst_basertppayload_get_property):
7643         Don't break ABI, restore previous ranges. Keep the default random
7644         selection of timestamp and seqnum offset but as soon as the app sets a
7645         specific value, use that one.
7646
7647 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7648
7649         Patch by: Bastien Nocera <hadess at hadess dot net>
7650
7651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7652         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7653         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7654         * sys/xvimage/xvimagesink.h:
7655         Add option to turn off double-buffering for debugging purposes.
7656         Fixes #437169.
7657
7658 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7659
7660         Patch by: Jorn Baayen <jorn at openedhand dot com>
7661
7662         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7663         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7664         (gst_ximagesink_init), (gst_ximagesink_class_init):
7665         * sys/ximage/ximagesink.h:
7666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7667         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7668         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7669         * sys/xvimage/xvimagesink.h:
7670         add 'handle-expose' property. Useful for video widgets which may want to
7671         be in control of Expose behaviour. Fixes #380625
7672
7673 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7674
7675         * gst-libs/gst/rtp/gstbasertppayload.c:
7676         (gst_basertppayload_class_init), (gst_basertppayload_init),
7677         (gst_basertppayload_event), (gst_basertppayload_push),
7678         (gst_basertppayload_set_property),
7679         (gst_basertppayload_get_property),
7680         (gst_basertppayload_change_state):
7681         * gst-libs/gst/rtp/gstbasertppayload.h:
7682         Fix ranges of rtp payloader properties so that the full range can be
7683         used in addition to -1 (random).
7684         Fix wrong seqnum reporting in caps.
7685         Fixes #420326.
7686
7687 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7688
7689         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7690         (gst_video_rate_query):
7691         Use boilerplate.
7692         Add latency query, might not be perfect yet but already works a lot
7693         better. Fixes #442557.
7694
7695 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7696
7697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7698         (gst_xvimagesink_setcaps):
7699         * sys/xvimage/xvimagesink.h:
7700         After a caps change, redraw our borders to avoid garbage left there
7701         when the image format changes to a smaller size, like 16:9 -> 4:3
7702         Also, hold the flow_lock a bit longer in the set_caps while we're
7703         fiddling with the xcontext.
7704
7705 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7706
7707         * Makefile.am:
7708         * configure.ac:
7709         * tests/Makefile.am:
7710         Remove bogus check for libcheck, since we check for
7711         gstreamer-check and it pulls in the required info from there, and we
7712         weren't actually _using_ the information for libcheck ourselves
7713         anyway.
7714
7715 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7716
7717         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7718         (gst_ffmpeg_caps_to_pixfmt):
7719         Fix the r_mask test for RGBA32 on little-endian.
7720         Fix a stupid typo that would have obviously broken 
7721         compilation on big-endian, if anyone was testing.
7722
7723 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7724
7725         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7726         (paint_hline_str4):
7727         * gst/videotestsrc/videotestsrc.h:
7728         Add alpha to the color struct.
7729         Use a default alpha value of 255 instead of 128.
7730
7731 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7732
7733         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7734         (setup_source):
7735         Clear the dynamic pads counter when starting a new uri. This makes
7736         reusing playbin work again.
7737         Fixes #454264.
7738
7739 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7740
7741         * configure.ac:
7742           Use pkg-config to locate check.
7743
7744 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7745
7746         * configure.ac:
7747         * tests/check/elements/volume.c: (GST_START_TEST):
7748           Fix 'make check' build against core CVS.
7749
7750 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7751
7752         * gst-libs/gst/interfaces/propertyprobe.c:
7753         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7754         * gst-libs/gst/tag/gstvorbistag.c:
7755           Make gtk-doc happy.
7756
7757 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7758
7759         * gst-libs/gst/audio/gstbaseaudiosink.c:
7760         (gst_base_audio_sink_callback):
7761           Quick hack to make audiosinks stop at EOS when operating in
7762           pull-mode; needs to be fixed properly some day.
7763
7764 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7765
7766         * docs/libs/gst-plugins-base-libs-sections.txt:
7767           Fix location of includes in the docs.
7768
7769 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7770
7771         * gst/ffmpegcolorspace/avcodec.h:
7772         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7773         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7774         (gst_ffmpegcsp_avpicture_fill):
7775         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7776         (img_get_alpha_info):
7777         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7778         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7779         end of the word. Partially fixes #451908
7780
7781 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7782
7783         * docs/libs/Makefile.am:
7784         * docs/plugins/Makefile.am:
7785           Simplify --extra-dir as gtkdoc scans recursively.
7786
7787 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7788
7789         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7790         (gst_adder_request_new_pad):
7791         Make getcaps more robust by not using the proxycaps function. This makes
7792         sure that we don't end up recursively calling getcaps upstream.
7793         See #316248.
7794
7795 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7796
7797         * gst/audioconvert/audioconvert.c:
7798         Include math.h to fix compilation.
7799
7800 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7801
7802         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7803         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7804         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7805         format, as produced by some dc1394 cameras like the iSight.
7806         See http://www.fourcc.org/yuv.php#IYU1
7807
7808 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7809
7810         * gst/audioconvert/Makefile.am:
7811         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7812         (check_default), (audio_convert_prepare_context),
7813         (audio_convert_clean_context), (audio_convert_convert):
7814         * gst/audioconvert/audioconvert.h:
7815         * gst/audioconvert/gstaudioconvert.c:
7816         (gst_audio_convert_dithering_get_type),
7817         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7818         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7819         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7820         * gst/audioconvert/gstaudioconvert.h:
7821         * gst/audioconvert/gstaudioquantize.c:
7822         (gst_audio_quantize_setup_noise_shaping),
7823         (gst_audio_quantize_free_noise_shaping),
7824         (gst_audio_quantize_setup_dither),
7825         (gst_audio_quantize_free_dither),
7826         (gst_audio_quantize_setup_quantize_func),
7827         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7828         * gst/audioconvert/gstaudioquantize.h:
7829         Implement dithering and noise shaping in audioconvert. By default now
7830         TPDF dithering (and no noise shaping) will be used when converting
7831         from a higher bit depth to 20 bit depth or smaller, otherwise
7832         everything will be as it is now.
7833         For the last audioconvert in a pipeline it would make sense to
7834         use some kind of noise shaping, enabling it by default for all
7835         conversions would give undesired results though. Fixes #360246.
7836         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7837         (GST_START_TEST):
7838         Adjust unit test for the new audioconvert.
7839
7840 2007-06-28  Wim Taymans  <wim@fluendo.com>
7841
7842         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7843         Use other metrics as well when estimating the buffer level.
7844
7845 2007-06-28  Wim Taymans  <wim@fluendo.com>
7846
7847         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7848         Small debug improvement.
7849
7850         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7851         (plugin_init):
7852         Tweak the rate estimation period.
7853         When calculating the buffer filledness in rate estimation mode, don't
7854         mix it with other metrics.
7855
7856 2007-06-28  Wim Taymans  <wim@fluendo.com>
7857
7858         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7859         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7860         When creating the groups, allow for a 5 second, unlimited buffers
7861         preroll phase after which we expose the group.
7862         When the group is exposed, use a small number of buffers up to a 2
7863         second limit. Also disconnect the overrun signal from multiqueue when we
7864         exposed the group because it is not needed anymore.
7865
7866 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7867
7868         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7869           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7870           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7871           (#451707); also, output some debugging info when dealing with
7872           freeform strings.
7873
7874         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7875           Add unit test for the above.
7876
7877 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7878
7879         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7880           Add description for Windows Media RTP caps.
7881
7882         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7883           Remove RTP fields that don't define the format from caps.
7884
7885 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7886
7887         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7888           Skip empty buffers, but not empty header buffers. That way the original
7889           vorbisdec unit test still passes (#451145); also, take into account
7890           that those empty packets might carry a granulepos.
7891
7892         * tests/check/Makefile.am:
7893         * tests/check/elements/vorbisdec.c:
7894         (_create_codebook_header_buffer), (_create_audio_buffer),
7895         (GST_START_TEST), (vorbisdec_suite):
7896           Add unit test that sends an empty packet.
7897
7898 2007-06-27  Wim Taymans  <wim@fluendo.com>
7899
7900         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7901         Don't error out on 0-sized packets, just emit a warning because this is
7902         not a fatal error. Fixes #451145.
7903
7904 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7905
7906         * docs/plugins/gst-plugins-base-plugins.args:
7907         * docs/plugins/gst-plugins-base-plugins.signals:
7908         * docs/plugins/inspect/plugin-adder.xml:
7909         * docs/plugins/inspect/plugin-alsa.xml:
7910         * docs/plugins/inspect/plugin-audioconvert.xml:
7911         * docs/plugins/inspect/plugin-audiorate.xml:
7912         * docs/plugins/inspect/plugin-audioresample.xml:
7913         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7914         * docs/plugins/inspect/plugin-cdparanoia.xml:
7915         * docs/plugins/inspect/plugin-decodebin.xml:
7916         * docs/plugins/inspect/plugin-decodebin2.xml:
7917         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7918         * docs/plugins/inspect/plugin-gdp.xml:
7919         * docs/plugins/inspect/plugin-gnomevfs.xml:
7920         * docs/plugins/inspect/plugin-libvisual.xml:
7921         * docs/plugins/inspect/plugin-ogg.xml:
7922         * docs/plugins/inspect/plugin-pango.xml:
7923         * docs/plugins/inspect/plugin-playbin.xml:
7924         * docs/plugins/inspect/plugin-subparse.xml:
7925         * docs/plugins/inspect/plugin-tcp.xml:
7926         * docs/plugins/inspect/plugin-theora.xml:
7927         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7928         * docs/plugins/inspect/plugin-video4linux.xml:
7929         * docs/plugins/inspect/plugin-videorate.xml:
7930         * docs/plugins/inspect/plugin-videoscale.xml:
7931         * docs/plugins/inspect/plugin-videotestsrc.xml:
7932         * docs/plugins/inspect/plugin-volume.xml:
7933         * docs/plugins/inspect/plugin-vorbis.xml:
7934         * docs/plugins/inspect/plugin-ximagesink.xml:
7935         * docs/plugins/inspect/plugin-xvimagesink.xml:
7936           Update docs with caps info.
7937
7938 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7939
7940         * po/POTFILES.in:
7941           Add more files with translatable strings (#450875).
7942
7943 2007-06-23  Edward Hervey  <edward@fluendo.com>
7944
7945         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7946         The chain should be freed if we error out here, else it will leak.
7947         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7948         (cleanup_decodebin):
7949         Don't forget to *properly* remove the signals, else it will leak.
7950
7951 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7952
7953         * MAINTAINERS:
7954         Updating all the maintainers files
7955
7956 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7957
7958         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7959         (main):
7960           Destroy and recreate parse-launch based pipeline after stop to be able
7961           to play again. Reorder some code and add more comments.
7962
7963 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7964
7965         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7966         When handling a delayed-caps notification case, mark
7967         the group as dynamic so that the nbdynamic count is
7968         incremented and decremented correctly. Fixes: #449156
7969         Patch by: Wim Taymans <wim@fluendo.com>
7970
7971 2007-06-19  Andy Wingo  <wingo@pobox.com>
7972
7973         * gst-libs/gst/audio/gstbaseaudiosink.c
7974         (gst_base_audio_sink_init): Enable pull-mode operation.
7975
7976 2007-06-19  Michael Smith <msmith@fluendo.com>
7977
7978         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7979           Change minimum rate back to 1000 to allow low-sample-rate wav files
7980           to play back.
7981
7982 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7983
7984         * po/vi.po:
7985           Update translations.
7986
7987 2007-06-15  David Schleef  <ds@schleef.org>
7988
7989         * gst/playback/gstqueue2.c:
7990           Fix compile error from ignored return value.
7991
7992 2007-06-15  Michael Smith <msmith@fluendo.com>
7993
7994         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7995           Update tmpbuf for all neccesary rows, not just one, as is required
7996           when downscaling.
7997           Fixes #402076.
7998
7999 2007-06-15  Michael Smith <msmith@fluendo.com>
8000
8001         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8002         (eos_buffer_probe):
8003           Add a test that ensures we set DELTA_UNIT on all non-header,
8004           non-video buffers, if we have a video stream.
8005         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8006         (gst_ogg_mux_process_best_pad):
8007           Move setting delta_pad to earlier, where we inspect all pads, so
8008           that leading audio pages don't get DELTA_UNIT unset if they come
8009           before the first DELTA_UNIT from video pages. Fixes the newly-added
8010           test. Fixes #385527.
8011
8012 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8013
8014         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8015           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8016           fails on the p5-ppc64 build bot and the failure looks like it is due
8017           to the same issue as #348114, ie. a compiler bug.
8018
8019 2007-06-13  Edward Hervey  <edward@fluendo.com>
8020
8021         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8022         Fix build on MacOSX.
8023
8024 2007-06-13  Wim Taymans  <wim@fluendo.com>
8025
8026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8027         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8028         Fix compilation on mingw. Fixes #446972.
8029
8030 2007-06-12  Wim Taymans  <wim@fluendo.com>
8031
8032         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8033
8034         * gst/playback/gstqueue2.c: (update_buffering),
8035         (gst_queue_locked_enqueue):
8036         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8037         also update the buffering status when receiving events. Fixes #446551.
8038
8039 2007-06-11  Wim Taymans  <wim@fluendo.com>
8040
8041         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8042
8043         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8044         (gst_queue_handle_src_query):
8045         Wait for preroll before attempting to forward a duration query upstream.
8046         Fixes #445505.
8047
8048 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8049
8050         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8051         (gst_base_rtp_depayload_set_gst_timestamp):
8052         Use G_GINT64_CONSTANT macro for int64 constant.
8053         * win32/common/libgstinterfaces.def:
8054         * win32/common/libgsttag.def:
8055         Add new exported functions.
8056
8057 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8058
8059         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8060           The BOS page of the first Dirac video stream needs to come before
8061           the BOS page of any Vorbis streams or other audio streams, just like
8062           it is with Theora.
8063
8064 2007-06-07  Wim Taymans  <wim@fluendo.com>
8065
8066         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8067         Fix compilation.
8068
8069 2007-06-06  Wim Taymans  <wim@fluendo.com>
8070
8071         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8072
8073         * gst/playback/gstqueue2.c: (gst_queue_init),
8074         (gst_queue_handle_sink_event), (gst_queue_chain),
8075         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8076         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8077         (gst_queue_src_activate_pull):
8078         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8079         Does not yet completely work because duration queries upstream won't
8080         block yet.
8081
8082 2007-06-06  Wim Taymans  <wim@fluendo.com>
8083
8084         * configure.ac:
8085         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8086         Some more fseeko checks.
8087
8088 2007-06-06  Wim Taymans  <wim@fluendo.com>
8089
8090         * configure.ac:
8091         check for large file support.
8092
8093 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8094
8095         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8096
8097         * gst/subparse/gstsubparse.c: (parse_subrip),
8098         (subviewer_unescape_newlines), (parse_subviewer),
8099         (gst_sub_parse_data_format_autodetect),
8100         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8101         * gst/subparse/gstsubparse.h:
8102         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8103         * tests/check/elements/subparse.c: (GST_START_TEST),
8104         (subparse_suite):
8105         Add a unit test for both SubViewer formats.
8106
8107 2007-06-01  Michael Smith <msmith@fluendo.com>
8108
8109         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8110           Don't overflow intermediate values when seeking to large time values
8111           in audiotestsrc.
8112
8113 2007-06-05  Wim Taymans  <wim@fluendo.com>
8114
8115         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8116         (gst_queue_create_read), (gst_queue_read_item_from_file),
8117         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8118         Include stdio to define fseeko.
8119
8120 2007-06-05  Wim Taymans  <wim@fluendo.com>
8121
8122         Patch by: Edward Hervey  <edward@fluendo.com>
8123
8124         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8125         (gst_v4lsrc_query):
8126         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8127
8128 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8129
8130         * gst-libs/gst/riff/Makefile.am:
8131         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8132           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8133           our own implementation.
8134
8135 2007-06-05  Wim Taymans  <wim@fluendo.com>
8136
8137         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8138         (gst_base_rtp_depayload_setcaps),
8139         (gst_base_rtp_depayload_set_gst_timestamp),
8140         (gst_base_rtp_depayload_change_state):
8141         Handle timestamp wraparound.
8142
8143 2007-06-05  Wim Taymans  <wim@fluendo.com>
8144
8145         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8146         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8147         (gst_uri_decode_bin_change_state):
8148         Make sure we name srcpads uniquely even when using different internal
8149         decodebins.
8150         Signal no-more-pads when no more dynamic elements exist.
8151         Remove pads on cleanup.
8152
8153 2007-06-05  Wim Taymans  <wim@fluendo.com>
8154
8155         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8156
8157         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8158         (gst_queue_init), (gst_queue_finalize),
8159         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8160         (gst_queue_create_read), (gst_queue_read_item_from_file),
8161         (gst_queue_open_temp_location_file),
8162         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8163         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8164         (gst_queue_is_empty), (gst_queue_is_filled),
8165         (gst_queue_change_state), (gst_queue_set_temp_location),
8166         (gst_queue_set_property):
8167         Add support for filebased buffering. Fixes #441264.
8168
8169 2007-06-05  Wim Taymans  <wim@fluendo.com>
8170
8171         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8172         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8173         (caps_notify_group_cb), (gst_decode_group_new),
8174         (gst_decode_group_free):
8175         Add support for delayed caps fixation when autoplugging.
8176         Optimize cases where a multiqueue is not needed/wanted, like right after
8177         anything that is not a demuxer.
8178
8179 2007-06-05  Wim Taymans  <wim@fluendo.com>
8180
8181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8182         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8183         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8184         consideratly speedup ogg chain detection by not trying to find a base
8185         timestamp for skeleton streams. 
8186
8187 2007-06-05  Wim Taymans  <wim@fluendo.com>
8188
8189         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8190         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8191         (gst_multi_fd_sink_remove_flush),
8192         (gst_multi_fd_sink_remove_client_link),
8193         (gst_multi_fd_sink_handle_client_write),
8194         (gst_multi_fd_sink_handle_clients):
8195         * gst/tcp/gstmultifdsink.h:
8196         Add support for remove_flush.
8197
8198 2007-06-05  Wim Taymans  <wim@fluendo.com>
8199
8200         * docs/design/draft-keyframe-force.txt:
8201         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8202         (theora_enc_chain):
8203         Add draft design for forcing keyframes in encoders and implement in
8204         theoraenc.
8205
8206 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8207
8208         * configure.ac:
8209           Back to CVS
8210
8211 === release 0.10.13 ===
8212
8213 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8214
8215         * configure.ac:
8216           releasing 0.10.13, "What's Going on?"
8217
8218 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8219
8220         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8221         In riff, the depth is stored in the size field but it just means that
8222         the least significant bits are cleared. We can therefore just play
8223         the sample as if it had a depth == width. Fixes: #440997
8224
8225         Patch by: Wim Taymans <wim@fluendo.com> 
8226         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8227
8228 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8229
8230         * gst-libs/gst/floatcast/floatcast.h:
8231         Define inline when needed on win32 builds. Fixes: #441295
8232         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8233
8234 2007-05-29  Wim Taymans  <wim@fluendo.com>
8235
8236         * gst/playback/gstplaybasebin.c: (queue_overrun),
8237         (no_more_pads_full):
8238         Stop buffering when the group is commited because the queues filled up.
8239         Fixes #442024.
8240
8241 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8242
8243         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8244         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8245         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8246         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8247         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8248         * ext/alsa/gstalsamixer.h:
8249         * ext/alsa/gstalsamixerelement.c:
8250         (gst_alsa_mixer_element_interface_supported),
8251         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8252         (gst_alsa_mixer_element_set_property),
8253         (gst_alsa_mixer_element_get_property),
8254         (gst_alsa_mixer_element_change_state):
8255         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8256         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8257         (gst_mixer_option_changed):
8258         * gst-libs/gst/interfaces/mixer.h:
8259         Revert commits towards #152864 made so far. We'll pick it up again
8260         after the 0.10.13 release.
8261
8262 2007-05-24  Wim Taymans  <wim@fluendo.com>
8263
8264         * gst-libs/gst/audio/gstbaseaudiosink.c:
8265         (gst_base_audio_sink_render):
8266         After an interrupt (PAUSED/flush) assume that the next sample should not
8267         be aligned to the previous sample. Fixes #417992.
8268
8269 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8270
8271         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8272           Don't add channels and rate fields to the template caps for
8273           audio/x-dts, as wavparse might not always be able to set them,
8274           which would then lead to 'caps are not a real subset of the
8275           template caps' warnings.
8276
8277 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8278
8279         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8280         Handle unknown or invalid pads without crashing, as might occur if
8281         a media file like an mp3 is specified as a subtitle file.
8282         Fixes: #410039
8283
8284 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8285
8286         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8287         (setup_sinks):
8288         Block the subtitle bin output queue before ghosting it and linking,
8289         then unblock after. This avoids spurious not-linked errors caused 
8290         by the queue starting up (because it gets linked when it is ghosted). 
8291         Fixes: #350299
8292
8293 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8294
8295         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8296         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8297         file. Avoids flukes where the input gets typefound to some valid but
8298         useless type.
8299
8300 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8301
8302         * tests/check/Makefile.am:
8303         * tests/check/elements/.cvsignore:
8304         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8305         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8306           Add unit test for gnomevfssink seeking and position reporting for
8307           file:// URIs.
8308
8309 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8310
8311         Patch by: Mark Nauwelaerts <manauw at skynet be>
8312
8313         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8314         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8315         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8316         * ext/gnomevfs/gstgnomevfssink.h:
8317           Fix position reporting, especially after a seek (from upstream),
8318           see #412648.
8319
8320 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8321
8322         * ext/cdparanoia/gstcdparanoiasrc.c:
8323           Repair umlaut.
8324
8325 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8326
8327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8328         Specify the full valid range for MP3 samplerates. Fixes a regression
8329         caused by extra header checks since the last release.
8330
8331 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8332
8333         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8335         Fix a locking-order bug I introduced with my changes the other day.
8336         Patch by Mike Smith.
8337
8338 2007-05-21  Michael Smith <msmith@fluendo.com>
8339
8340         * ext/theora/theoradec.c: (theora_handle_data_packet):
8341           Don't look inside 0-length packets (which indicate duplicated
8342           frames)
8343
8344 2007-05-21  Wim Taymans  <wim@fluendo.com>
8345
8346         * ext/cdparanoia/gstcdparanoiasrc.c:
8347         (gst_cd_paranoia_src_read_sector):
8348         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8349         (gst_base_audio_src_create):
8350         Small cleanups.
8351
8352         * ext/theora/theoradec.c: (theora_dec_sink_event):
8353         Fix typo.
8354
8355         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8356         (gst_base_rtp_depayload_set_gst_timestamp):
8357         Add some FIXME
8358
8359         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8360         And some debug info when a FIXME path is hit.
8361
8362 2007-05-21  Wim Taymans  <wim@fluendo.com>
8363
8364         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8365         (gst_base_rtp_audio_payload_class_init),
8366         (gst_base_rtp_audio_payload_init),
8367         (gst_base_rtp_audio_payload_finalize),
8368         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8369         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8370         (gst_base_rtp_payload_audio_handle_event):
8371         Some cleanups, remove minptime property as it is now in the parent
8372         class.
8373         Override parent class event function.
8374
8375         * gst-libs/gst/rtp/gstbasertppayload.c:
8376         (gst_basertppayload_class_init), (gst_basertppayload_init),
8377         (gst_basertppayload_event), (gst_basertppayload_set_property),
8378         (gst_basertppayload_get_property):
8379         * gst-libs/gst/rtp/gstbasertppayload.h:
8380         Add min-ptime property.
8381         Add handle-event vmethod. Fixes #415001.
8382
8383 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8384
8385         * gst-libs/gst/audio/gstbaseaudiosink.c
8386           (gst_base_audio_sink_change_state):
8387           Fix typo in comment.
8388
8389         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8390           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8391           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8392           close_link):
8393         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8394           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8395           Remove trailing whitespaces in comments.
8396
8397         * gst/volume/Makefile.am:
8398           Fix tabs.
8399
8400 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8401
8402         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8403
8404         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8405           set_option, get_option, _gst_reserved):
8406           Revert reordering functions (keep ABI).
8407
8408 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8409
8410         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8411         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8412         (gst_ximagesink_show_frame):
8413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8414         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8415         (gst_xvimagesink_show_frame):
8416         When we create our own window, indicate that we handle the 
8417         WM_DELETE client message from the window manager, so that it won't 
8418         kill our window (and our app) along with it. Handle ClientMessage,
8419         post an error on the bus, and close the window. Further buffers
8420         arriving will result in a FlowError because the window has been
8421         destroyed.
8422
8423         Fixes: #393975
8424
8425         Clean up the X event handling loop and make them the same for
8426         both xvimagesink and ximagesink while I'm at it.
8427
8428 2007-05-17  Wim Taymans  <wim@fluendo.com>
8429
8430         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8431         Make decodebin2 autoplug depayloaders too.
8432
8433         * gst/playback/gsturidecodebin.c: (source_new_pad):
8434         Set the newly created decoder in a usable state when autoplugging a
8435         dynamic source such as RTSP.
8436
8437 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8438
8439         * gst/playback/gststreaminfo.c: (cb_probe):
8440           Ignore video-codec tag for audio streams and ignore audio-codec tags
8441           for video streams. Should make codec name collection a bit more
8442           robust against sloppy demuxers that send tag events containing both
8443           tags down each pad.
8444
8445 2007-05-17  Wim Taymans  <wim@fluendo.com>
8446
8447         * gst/playback/gstqueue2.c: (update_rates):
8448         Tweak the buffering thresholds a little.
8449         Update the buffer size with the previously calculate rate instead of
8450         only when we calculate a new rate so that we get smoother buffering
8451         updates.
8452
8453         * gst/playback/Makefile.am:
8454         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8455         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8456         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8457         (gst_uri_decode_bin_get_property), (unknown_type),
8458         (add_element_stream), (no_more_pads_full), (no_more_pads),
8459         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8460         (gen_source_element), (has_all_raw_caps), (analyse_source),
8461         (remove_decoders), (make_decoder), (remove_source),
8462         (source_new_pad), (setup_source), (decoder_query_init),
8463         (decoder_query_duration_fold), (decoder_query_duration_done),
8464         (decoder_query_position_fold), (decoder_query_position_done),
8465         (decoder_query_latency_fold), (decoder_query_latency_done),
8466         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8467         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8468         (gst_uri_decode_bin_change_state), (plugin_init):
8469         New element that intergrates a source, optional buffering element and
8470         decodebin.
8471
8472 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8473
8474         * configure.ac:
8475           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8476           (also has a .pc file, so we don't need the fallback check any
8477           longer). Fixes #438840.
8478
8479 2007-05-17  Wim Taymans  <wim@fluendo.com>
8480
8481         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8482         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8483         (apply_segment), (apply_buffer), (update_buffering),
8484         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8485         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8486         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8487         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8488         (plugin_init):
8489         fix build.
8490
8491 2007-05-17  Wim Taymans  <wim@fluendo.com>
8492
8493         * gst/playback/Makefile.am:
8494         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8495         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8496         (gst_queue_getcaps), (gst_queue_bufferalloc),
8497         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8498         (apply_buffer), (update_buffering), (reset_rate_timer),
8499         (update_rates), (gst_queue_locked_flush),
8500         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8501         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8502         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8503         (gst_queue_loop), (gst_queue_handle_src_event),
8504         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8505         (gst_queue_src_activate_push), (gst_queue_change_state),
8506         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8507         On our way to playbin2 this is the new network queue that does buffering
8508         all by itself using high and low watermarks. It can also measure up and
8509         downstream bandwidth to optimally size the queue.
8510
8511 2007-05-17  Michael Smith <msmith@fluendo.com>
8512
8513         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8514         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8515           Use the segment->last_stop value to calculate the next timestamp to
8516           generate after a seek; not the segment->start value.
8517
8518 2007-05-15  David Schleef  <ds@schleef.org>
8519
8520         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8521           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8522
8523 2007-05-15  Wim Taymans  <wim@fluendo.com>
8524
8525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8526         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8527         Some more chained streaming ogg timestamp fixes.
8528
8529 2007-05-15  Wim Taymans  <wim@fluendo.com>
8530
8531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8532         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8533         (gst_ogg_demux_handle_page):
8534         Add some FIXMEs.
8535         Fix chain start/stop segment handling based on patch by
8536         <ahalda at cs dot mcgill dot ca> see #320984.
8537
8538 2007-05-15  Michael Smith <msmith@fluendo.com>
8539
8540         * configure.ac:
8541           We don't require a C++ compiler. So don't require one.
8542
8543 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8544
8545         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8546           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8547           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8548           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8549           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8550           gst_alsa_mixer_update_track):
8551           Apply some of the cleanup Tim suggested in #152864 afterwards.
8552
8553 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8554
8555         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8556
8557         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8558           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8559           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8560           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8561           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8562           gst_alsa_mixer_handle_source_callback,
8563           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8564           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8565           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8566           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8567           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8568           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8569         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8570         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8571           gst_alsa_mixer_element_interface_supported,
8572           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8573           gst_alsa_mixer_element_set_property,
8574           gst_alsa_mixer_element_get_property,
8575           gst_alsa_mixer_element_change_state):
8576         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8577         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8578           gst_mixer_option_changed):
8579         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8580           volume_changed, option_changed, _gst_reserved):
8581           Implement notification for alsamixer. Fixes #152864
8582
8583 2007-05-14  David Schleef  <ds@schleef.org>
8584
8585         * gst/videotestsrc/videotestsrc.c:
8586         * gst/videotestsrc/videotestsrc.h:
8587           Add support for video/x-raw-bayer.
8588
8589 2007-05-12  David Schleef  <ds@schleef.org>
8590
8591         * sys/xvimage/xvimagesink.c:
8592           Add some sanity checking for the XVImage size returned by X.
8593           Related to #377400.
8594
8595 2007-05-12  Wim Taymans  <wim@fluendo.com>
8596
8597         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8598         (gst_base_rtp_depayload_setcaps),
8599         (gst_base_rtp_depayload_set_gst_timestamp):
8600         Parse and use additional caps fields as described in updated
8601         application/x-rtp caps spec.
8602
8603 2007-05-12  Wim Taymans  <wim@fluendo.com>
8604
8605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8606         (gst_ogg_demux_collect_chain_info):
8607         If there is a stream in a chain without any data packets, ignore the
8608         stream in the total length calculations. Might be related to #436820.
8609
8610 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8611
8612         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8613         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8614         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8615         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8616         (plugin_init):
8617
8618         Consolidate and re-work our mpeg system stream detection to probe
8619         more packets and produce a higher confidence result. Fixes a
8620         regression caused by lowering the typefind probability last year
8621         - related to bug #397810. Remove the redundant MPEG-1 specific 
8622         typefind function, as the new one detects both MPEG-1 & MPEG-2
8623         happily.
8624
8625         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8626         little. 
8627
8628         Tested against my media test directory, with some improvements and
8629         no regressions.
8630
8631 2007-05-10  Wim Taymans  <wim@fluendo.com>
8632
8633         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8634         (queue_out_of_data):
8635         Connect to the new queue "pushing" signal instead of the broken
8636         "running" one.
8637
8638 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8639
8640         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8641         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8642         Move variable declaration before the first instruction.
8643         * gst/videotestsrc/videotestsrc.c:
8644         Define M_PI if it's not defined yet.
8645         * win32/common/libgstrtp.def:
8646         Add new exported functions.
8647
8648 2007-05-09  Michael Smith <msmith@fluendo.com>
8649
8650         * ext/theora/theoradec.c: (theora_handle_type_packet):
8651           gst_pad_push_event() does not return a GstFlowReturn!
8652
8653 2007-05-09  Wim Taymans  <wim@fluendo.com>
8654
8655         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8656         * tests/examples/seek/seek.c: (do_seek):
8657         Some small cosmetic changes.
8658
8659 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8660
8661         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8662           gst_adder_change_state):
8663         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8664           segment_pending, segment_position, segment_rate):
8665           Handle playback-rate on adder.
8666
8667 2007-05-07  Michael Smith <msmith@fluendo.com>
8668
8669         * ext/theora/gsttheoradec.h:
8670         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8671         (theora_dec_sink_event), (theora_handle_comment_packet),
8672         (theora_handle_type_packet), (theora_dec_change_state):
8673           Don't push events (newsegment, tags) before initialising the
8674           decoder.
8675           This is neccesary for seeking to work correctly in gnonlin.
8676
8677 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8678
8679         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8680         * gst/adder/gstadder.c:
8681         * gst/audiotestsrc/gstaudiotestsrc.c
8682           (gst_audio_test_src_create_white_noise):
8683         * gst/videotestsrc/gstvideotestsrc.c:
8684         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8685           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8686           volume_sink_template, volume_src_template, gst_volume_init,
8687           volume_process_double, volume_process_int16,
8688           volume_process_int16_clamp):
8689           Doc fixes and formatting.
8690
8691 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8692
8693         * tests/check/Makefile.am:
8694         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8695           Minimal check for volume's GstController usability; also another
8696           test for #422295.
8697
8698 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8699
8700         * gst-libs/gst/cdda/gstcddabasesrc.c:
8701         (gst_cdda_base_src_add_track):
8702           Fix it so that it (a) makes sense and (b) doesn't break
8703           everything cdda-related including the unit test.
8704
8705 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8706
8707         * gst-libs/gst/cdda/gstcddabasesrc.c:
8708         (gst_cdda_base_src_add_track):
8709           Fix build when disabling asserts.
8710
8711 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8712
8713         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8714           When XShm is not available, we might get row strides that are not
8715           rounded up to multiples of four; this is bad, because virtually
8716           every RGB-processing element in GStreamer assumes rowstrides are
8717           rounded up to multiples of four, so let's allocate at least enough
8718           memory to avoid crashes in this case. The image will still be
8719           displayed distorted though if this happens, so that still needs
8720           fixing (maybe by allocating a bigger image with an 'even' width
8721           and then clipping it appropriately when rendering - something for
8722           Xlib aficionados in any case).
8723
8724 2007-05-03  Michael Smith <msmith@fluendo.com>
8725
8726         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8727           If a buffer doesn't have a timestamp, assume it's contiguous with
8728           the previous buffer, and synthesise timestamps appropriately.
8729
8730 2007-05-03  Edward Hervey  <edward@fluendo.com>
8731
8732         * tests/check/elements/videorate.c: (GST_START_TEST):
8733         Set buffer timestamp to a valid value in order to test the buffer
8734         really does stay in videorate.
8735
8736 2007-05-03  Edward Hervey  <edward@fluendo.com>
8737
8738         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8739         There is no sensible way to handle incoming buffers which don't have a
8740         valid timestamp. We therefore discard them and wait for the next one.
8741
8742 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8743
8744         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8745         * gst/playback/gstdecodebin2.c: (plugin_init):
8746           Better error message for text files.
8747
8748 2007-04-29  Wim Taymans  <wim@fluendo.com>
8749
8750         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8751         Fix offset bug in generation RR packets.
8752
8753 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8754
8755         * ext/theora/theoradec.c: (_theora_granule_time),
8756         (theora_dec_push_forward), (theora_handle_data_packet),
8757         (theora_dec_decode_buffer): Calculate buffer duration correctly
8758         to generate a perfect stream (#433888).
8759         * gst/audioresample/gstaudioresample.c:
8760         (audioresample_check_discont): Glib provides ABS.
8761
8762 2007-04-27  Wim Taymans  <wim@fluendo.com>
8763
8764         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8765         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8766         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8767         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8768         (gst_rtcp_packet_bye_set_reason):
8769         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8770         Fix RB block parsing and writing.
8771         Add support for constructing BYE packets.
8772
8773 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8774
8775         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8776         (gst_base_audio_src_create):
8777         * po/POTFILES.in:
8778           When posting a warning message because samples were dropped, post
8779           something more intelligible than he default error message for clock
8780           errors which is just confusing in this context (#432984).
8781
8782 2007-04-25  Wim Taymans  <wim@fluendo.com>
8783
8784         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8785         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8786         (read_packet_header), (gst_rtcp_packet_move_to_next),
8787         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8788         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8789         (gst_rtcp_packet_sdes_get_item_count),
8790         (gst_rtcp_packet_sdes_first_item),
8791         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8792         (gst_rtcp_packet_sdes_first_entry),
8793         (gst_rtcp_packet_sdes_next_entry),
8794         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8795         (gst_rtcp_packet_sdes_add_entry):
8796         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8797         Implement code to write SR, RR and SDES packets.
8798
8799 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8800
8801         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8802
8803         * sys/ximage/ximagesink.c:
8804           Fix build if XShm is not available (#432362).
8805
8806 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8807
8808         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8809         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8810         pointers to random memory which are passed to g_free() when
8811         audio_convert_prepare_context() is called the first time.
8812
8813 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8814
8815         Patch by: Dan Williams <dcbw redhat com>
8816
8817         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8818           Don't leak incoming buffer if gst_pad_push() returns a
8819           non-OK flow. Fixes #432755.
8820          
8821         * tests/check/elements/videorate.c: (GST_START_TEST),
8822         (videorate_suite):
8823           Unit test for the above by Yours Truly.
8824
8825 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8826
8827         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8828         (gst_adder_sink_event), (gst_adder_collected):
8829           Fix non-flushing segmented seeks, Fixes #340060 for me
8830
8831 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8832
8833         Patch by: Olivier Crete  <tester at tester ca>
8834
8835         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8836         (gst_base_rtp_audio_payload_class_init),
8837         (gst_base_rtp_audio_payload_init),
8838         (gst_base_rtp_audio_payload_dispose):
8839           Chain up to parent class in dispose function; get rid of
8840           unnecessary 'diposed' flag in private structure (#415001).
8841
8842 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8843
8844         * docs/libs/gst-plugins-base-libs.types:
8845         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8846         (gst_base_rtp_audio_payload_class_init):
8847         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8848         * gst-libs/gst/rtp/gstbasertppayload.c:
8849           Some minor docs fixes and additions; also add missing 'Since' bits.
8850
8851 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8852
8853         Patch by: Zeeshan Ali  <zeenix gmail com>
8854
8855         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8856         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8857         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8858         (gst_base_rtp_audio_payload_push):
8859         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8860           The recently-added gst_base_rtp_audio_payload_push() should take an
8861           object of type GstBaseRTPAudioPayload as first argument (#431672).
8862
8863 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * gst/audioresample/gstaudioresample.c:
8866           Make more functions static, just because we can.
8867
8868 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8869
8870         * tests/check/elements/audioresample.c:
8871           Add unit test for audioresample shutdown crasher (#420106).
8872
8873 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8874
8875         * gst/subparse/gstsubparse.c:
8876         * gst/subparse/samiparse.c:
8877           Use GST_DISABLE_XML here
8878
8879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8880         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8881         (gst_xvimagesink_buffer_alloc),
8882         (gst_xvimagesink_navigation_send_event):
8883         * sys/xvimage/xvimagesink.h:
8884           Include stdlib.h when using atoi.
8885           
8886         * tests/check/elements/playbin.c: (playbin_suite):
8887           Use GST_DISABLE_REGISTRY here
8888
8889 2007-04-19  Michael Smith  <msmith@fluendo.com>
8890
8891         * ext/theora/gsttheoraenc.h:
8892         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8893         (theora_enc_sink_event), (theora_enc_change_state):
8894           Track initialisation state; don't try to use encoder state if we're
8895           not initialised (it'll segfault).
8896
8897 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8898
8899         * tests/check/pipelines/.cvsignore:
8900         Fix build.
8901
8902 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8903
8904         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8905         Allow random depths between 1 and 32 instead of only multiplies of 8.
8906
8907 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8908
8909         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8910         Set the maximum number of channels for PCM and float in the correct
8911         place to have it also used when creating the template caps.
8912
8913 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8914
8915         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8916         Correctly support 4, 6 and 8 channels with normal PCM and float
8917         wav files.
8918
8919         Fix the depth and signedness calculation in extensible wav files and
8920         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8921         mask is found.
8922
8923         Add support for float, alaw and mulaw in extensible wav files.
8924
8925         This allows correct playback of all but 5 files from
8926         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8927         
8928         (gst_riff_create_audio_template_caps):
8929         Add voxware and float formats to the template caps.     
8930
8931 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8932
8933         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8934
8935         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8936         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8937
8938         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8939         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8940         Use the correct format strings for integer formats.
8941
8942 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8943
8944         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8945           Don't use pad_alloc_buffer_and_set_caps to create a small header
8946           packet, or, worse, to create a big temporary video buffer using the
8947           src pad.
8948
8949 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8950
8951         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8952         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8953           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8954           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8955
8956 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8957
8958         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8959           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8960           streamheader_suite):
8961           Add another test set up for failure
8962
8963 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8964
8965         * tests/check/Makefile.am:
8966         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8967           GST_START_TEST, streamheader_suite, main):
8968           Add a test for the streamheader bug Wim fixed.
8969
8970 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8971
8972         * ext/theora/theoradec.c: (theora_dec_sink_event):
8973         Fix misleading comment.
8974
8975 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8976
8977         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8978           More sanity checks for the header fields.
8979
8980 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8981
8982         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8983           Try encodings from all environment variables, not just those in the
8984           first environment variable that is set.
8985
8986 2007-04-12  Wim Taymans  <wim@fluendo.com>
8987
8988         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8989         (gst_video_rate_chain):
8990         Add some debug.
8991
8992         * tests/check/elements/videorate.c: (GST_START_TEST),
8993         (videorate_suite):
8994         Added check for videorate changing caps handling. Closes #421834.
8995
8996 2007-04-12  Michael Smith  <msmith@fluendo.com>
8997
8998         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8999           Use scale functions to avoid overflow when calculating duration of 
9000           vorbis buffers.
9001
9002 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9003
9004         * docs/libs/gst-plugins-base-libs-sections.txt:
9005         * gst-libs/gst/tag/tag.h:
9006         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9007           API: add gst_tag_freeform_string_to_utf8() (#405072).
9008
9009         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9010           Use gst_tag_freeform_string_to_utf8() here.
9011
9012 2007-04-12  Wim Taymans  <wim@fluendo.com>
9013
9014         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9015         (gst_gdp_pay_sink_event):
9016         Make sure we set the IN_CAPS flag correctly.
9017
9018         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9019         Get the IN_CAPS flag before we call functions that mess with the flags.
9020
9021 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9022
9023         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9024           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9025           Only stamp buffers with offset/offset_end right before they get
9026           pushed.  This ensures offset continuity, which was not the case
9027           before as shown by
9028           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9029
9030 2007-04-06  Wim Taymans  <wim@fluendo.com>
9031
9032         * gst/playback/gstplaybin.c: (add_sink),
9033         (gst_play_bin_change_state):
9034         Activate sync in playbin, we are ready to handle it for live streams.
9035
9036 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9037
9038         * tests/check/elements/playbin.c:
9039         (test_sink_usage_video_only_stream), (playbin_suite):
9040           Add small test for stream-info-value-array code paths.
9041
9042 2007-04-05  Wim Taymans  <wim@fluendo.com>
9043
9044         * gst-libs/gst/audio/gstbaseaudiosink.c:
9045         (gst_base_audio_sink_skew_slaving):
9046         Don't try to create invalid calibration parameters by making the
9047         internal time go backwards, instead make external time go forward.
9048
9049 2007-04-05  Wim Taymans  <wim@fluendo.com>
9050
9051         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9052
9053         * gst/playback/gstplaybasebin.c: (add_stream):
9054         Fix leak in add_stream(), when g_value_set_object() increases the
9055         refcount of streaminfo object. Fixes #426250.
9056
9057 2007-04-03  David Schleef  <ds@schleef.org>
9058
9059         * gst/videotestsrc/gstvideotestsrc.c:
9060         * gst/videotestsrc/gstvideotestsrc.h:
9061         * gst/videotestsrc/videotestsrc.c:
9062         * gst/videotestsrc/videotestsrc.h:
9063           Add a test pattern called "circular", which has concentric
9064           rings with varying radial frequency.  The main purpose of this
9065           pattern is to test fidelity loss in a filter or scaler element.
9066           Notably, this pattern is scale invariant, and is optimally viewed
9067           with a width (and height) of 400.
9068
9069 2007-04-03  Wim Taymans  <wim@fluendo.com>
9070
9071         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9072
9073         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9074         (deactivate_free_recursive):
9075         Decodebin2 doesn't unref pads it obtains in some occasions:
9076         - multiqueue src pads, when either connecting further or exposing
9077         - sink pads of new autoplugged elements
9078         - peer pads when recursively freeing elements
9079         Fixes #425455.
9080
9081 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9082
9083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9084         Add audio/x-raw-float support, now that audioconvert support
9085         non-native endianness floats.
9086
9087 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9088
9089         * docs/libs/gst-plugins-base-libs-docs.sgml:
9090           gstreamer-plugins-base.pc doesn't exist, it's
9091           gstreamer-plugins-base-0.10.pc.
9092
9093 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9094
9095         Patch by: René Stadler <mail at renestadler dot de>
9096         with some minor changes
9097
9098         * gst-libs/gst/floatcast/floatcast.h:
9099         Use more efficient float endianness conversion functions that don't
9100         involve 2 function calls per value.
9101         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9102         (check_default), (audio_convert_prepare_context):
9103         * gst/audioconvert/gstaudioconvert.c:
9104         (gst_audio_convert_parse_caps), (make_lossless_changes):
9105         Support non-native endianness floats as input and output.
9106         Fixes #339838.
9107         * tests/check/elements/audioconvert.c: (verify_convert),
9108         (GST_START_TEST):
9109         Add unit tests for the non-native endianness float conversions.
9110
9111 2007-03-29  Wim Taymans  <wim@fluendo.com>
9112
9113         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9114         (gst_base_rtp_depayload_base_init),
9115         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9116         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9117         (gst_base_rtp_depayload_set_gst_timestamp),
9118         (gst_base_rtp_depayload_change_state),
9119         (gst_base_rtp_depayload_set_property),
9120         (gst_base_rtp_depayload_get_property):
9121         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9122         Add Private structure.
9123         Bring element code to 2007.
9124         Parse clock-base caps param and use it when generating the
9125         newsegment.
9126         Reset variables before going to PAUSED.
9127         Fix some docs.
9128
9129 2007-03-29  Wim Taymans  <wim@fluendo.com>
9130
9131         * docs/libs/gst-plugins-base-libs-docs.sgml:
9132         * docs/libs/gst-plugins-base-libs-sections.txt:
9133         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9134         (gst_base_rtp_audio_payload_get_adapter):
9135         Add RTCP docs.
9136         Fix some more docs.
9137
9138         * gst-libs/gst/rtp/Makefile.am:
9139         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9140         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9141         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9142         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9143         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9144         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9145         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9146         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9147         (gst_rtcp_packet_sr_get_sender_info),
9148         (gst_rtcp_packet_sr_set_sender_info),
9149         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9150         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9151         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9152         (gst_rtcp_packet_sdes_get_chunk_count),
9153         (gst_rtcp_packet_sdes_first_chunk),
9154         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9155         (gst_rtcp_packet_sdes_first_item),
9156         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9157         (gst_rtcp_packet_bye_get_ssrc_count),
9158         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9159         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9160         (gst_rtcp_packet_bye_get_reason_len),
9161         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9162         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9163         Add new helper object for parsing and creating RTCP messages.
9164
9165 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9166
9167         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9168         PCM samples with width=8 must be always unsigned, no matter what
9169         depth they have.
9170
9171 2007-03-29  Andy Wingo  <wingo@pobox.com>
9172
9173         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9174         perfect offsets also, not just timestamps.
9175
9176         * tests/check/elements/videorate.c (test_more): Test that given
9177         any incoming offsets, that videorate produces perfect offsets.
9178
9179 2007-03-29  Wim Taymans  <wim@fluendo.com>
9180
9181         * gst-libs/gst/riff/riff-ids.h:
9182         Add some more RIFF formats.
9183
9184 2007-03-29  Wim Taymans  <wim@fluendo.com>
9185
9186         * gst-libs/gst/rtp/gstrtpbuffer.c:
9187         (gst_rtp_buffer_default_clock_rate):
9188         * gst-libs/gst/rtp/gstrtpbuffer.h:
9189         Fix fixed payload names and docs.
9190         Added method to get the default clock rates of fixed payload types.
9191         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9192
9193 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9194
9195         * tests/check/pipelines/.cvsignore:
9196         Add new vorbisdec test to cvsignore.
9197
9198 2007-03-28  Wim Taymans  <wim@fluendo.com>
9199
9200         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9201         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9202         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9203         (gst_base_audio_sink_set_property),
9204         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9205         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9206         (gst_base_audio_sink_skew_slaving),
9207         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9208         (gst_base_audio_sink_async_play):
9209         * gst-libs/gst/audio/gstbaseaudiosink.h:
9210         Store private stuff in GstBaseAudioSinkPrivate.
9211         Add configurable clock slaving modes property.
9212         API:: GstBaseAudioSink::slave-method property
9213         Some more latency reporting tweaks.
9214         Added skew based clock slaving correction and make it the default until
9215         the resampling method is more robust.
9216
9217 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9218
9219         * gst/audioconvert/audioconvert.c:
9220         Add docs to the integer pack functions and implement proper
9221         rounding. Before we had rounding towards negative infinity, i.e.
9222         always the smaller number was taken. Now we use natural rounding,
9223         i.e. rounding to the nearest integer and to the one with the largest
9224         absolute value for X.5. The old rounding introduced some minor
9225         distortions. Fixes #420079
9226         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9227         Fix one unit test that assumed the old rounding and added unit tests
9228         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9229         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9230         rounding from signed int32 to signed/unsigned int16.
9231
9232 2007-03-27  Michael Smith  <msmith@fluendo.com>
9233
9234         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9235         (gst_audio_convert_transform_caps):
9236           Fix typo in debug line introduced recently, as pointed out on irc.
9237
9238 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9239
9240         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9241         * tests/check/libs/tag.c: (GST_START_TEST):
9242           Make sure we parse floating-point numbers in vorbis comments
9243           correctly with either '.' or ',' as separator, no matter what
9244           the current locale is. Add unit test for this too.
9245
9246 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9247
9248         Patch by: René Stadler  <mail at renestadler de>
9249
9250         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9251           When writing out floating-point numbers to vorbis comment tags, always
9252           use the same character as separator no matter what the current locale is
9253           (fixes #423051).
9254
9255         * tests/check/libs/tag.c: (GST_START_TEST):
9256           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9257
9258 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9259
9260         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9261           vorbis_handle_data_packet):
9262           Correctly set DURATION to generate a timestamp-continuous stream.
9263           One bug left at the end; see
9264           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9265         * tests/check/Makefile.am:
9266         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9267           Add a test to check this.  Without the above patch this test fails.
9268
9269 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9270
9271         * gst-libs/gst/rtp/Makefile.am:
9272         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9273
9274 2007-03-23  Michael Smith  <msmith@fluendo.com>
9275
9276         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9277         (gst_video_rate_reset), (gst_video_rate_chain):
9278           If videorate changes caps, we can no longer use the old buffer
9279           (which may have a different size, incompatible with our caps).
9280           So don't do that; just duplicate the new frame more times.
9281
9282 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9283
9284         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9285         Remove playbin's override of the set_clock vmethod. It's irrelevant
9286         after Wim's commit on the 19th.
9287
9288 2007-03-22  Wim Taymans  <wim@fluendo.com>
9289
9290         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9291         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9292         * ext/gnomevfs/gstgnomevfssrc.h:
9293         Don't cache file sizes. Fixes #341078.
9294
9295 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9296
9297         * gst/playback/gstplaybin.c: (add_sink):
9298           Use GST_PTR_FORMAT to log caps. 
9299
9300 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9301
9302         Patch by: Young-Ho Cha <ganadist at chollian net>
9303
9304         * gst/subparse/samiparse.c: (handle_start_font):
9305           Special-case some more colour names that pango doesn't handle by
9306           default. Fixes #420578.
9307
9308 2007-03-20  Michael Smith  <msmith@fluendo.com>
9309
9310         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9311           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9312           that marks EOS internally. After that, libvorbis will buffer all
9313           input data, and encode none of it, eventually leading to memory
9314           exhaustion.
9315
9316 2007-03-19  Wim Taymans  <wim@fluendo.com>
9317
9318         * gst/playback/gstdecodebin.c: (remove_fakesink):
9319         Don't post STATE_DIRTY anymore.
9320
9321         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9322         (gst_play_bin_change_state):
9323         Remove stream_time reset in seek handling, core does that now.
9324         Disable clocking for live pipelines by forcing a NULL clock to the
9325         complete pipeline, core is too smart now for our previous hack.
9326         We can always autoplug in PAUSED now.
9327
9328 2007-03-17  David Schleef  <ds@schleef.org>
9329
9330         * REQUIREMENTS:  Update this file, change the formatting to make
9331         it more consistent, plus more machine readable.
9332
9333 2007-03-16  Michael Smith  <msmith@fluendo.com>
9334
9335         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9336         (strip_width_64), (append_with_other_format):
9337           Previous fix was too simplistic, and broke the tests. Use a better
9338           approach; only strip 64 from widths for integer audio.
9339
9340 2007-03-16  Michael Smith  <msmith@fluendo.com>
9341
9342         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9343         (gst_audio_convert_transform_caps):
9344           We don't support 64 bit integer audio, so don't try to claim we can.
9345           Stops us producing caps don't match our template caps.
9346           Update comments.
9347
9348 2007-03-15  Michael Smith  <msmith@fluendo.com>
9349
9350         * gst/audioresample/gstaudioresample.c:
9351         (audioresample_check_discont), (audioresample_transform):
9352           Don't trigger discontinuities for very small imperfections; a filter
9353           flush will sound bad, and many plugins have rounding errors leading
9354           to these.
9355
9356 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9357
9358         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9359
9360         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9361         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9362         API: add "min-ptime" property to RTP base audio payloader.
9363         API: add gst_base_rtp_audio_payload_push().
9364         API: add gst_base_rtp_audio_payload_get_adapter().
9365         Fixes #415001
9366         Indentation/whitespace/documentation fixes.
9367
9368 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9369
9370         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9371         (audioresample_transform_size), (audioresample_do_output),
9372         (audioresample_transform), (audioresample_pushthrough): Handle
9373         discontinuous streams.
9374         * gst/audioresample/gstaudioresample.h:
9375         * tests/check/elements/audioresample.c:
9376         (test_discont_stream_instance), (GST_START_TEST),
9377         (audioresample_suite): Add a test for discontinuous streams.
9378         * win32/common/config.h: Updated.
9379
9380 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9381
9382         * po/af.po:
9383         * po/az.po:
9384         * po/cs.po:
9385         * po/en_GB.po:
9386         * po/it.po:
9387         * po/nb.po:
9388         * po/nl.po:
9389         * po/or.po:
9390         * po/sq.po:
9391         * po/sr.po:
9392         * po/sv.po:
9393         * po/uk.po:
9394         * po/vi.po:
9395           Update translations from translation project.
9396
9397 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9398
9399         * gst/audioresample/debug.h:
9400         * gst/audioresample/resample.c: (resample_init):
9401           Since I really am not interested in a debug line for each sample
9402           being processed, move the library's debugging to its own category,
9403           libaudioresample
9404
9405 2007-03-13  Michael Smith  <msmith@fluendo.com>
9406
9407         * ext/theora/theoradec.c: (theora_handle_type_packet):
9408           Since the plugin doesn't support anything other than 4:2:0 right
9409           now, post an error and fail if we get something else. Won't matter
9410           until libtheora supports the other pixel formats, but hopefully
9411           that'll be soon...
9412
9413 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9414
9415         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9416         Use gst_guint64_to_gdouble for conversion.
9417         * win32/MANIFEST:
9418         Add new files to the win32 MANIFEST.
9419         * win32/common/libgstaudio.def:
9420         * win32/common/libgstpbutils.def:
9421         Add new exported functions.
9422         * win32/vs6/gst_plugins_base.dsw:
9423         * win32/vs6/libgstdecodebin.dsp:
9424         * win32/vs6/libgstplaybin.dsp:
9425         Change the link to libgstpbutils.lib.
9426         * win32/vs6/libgstdecodebin2.dsp:
9427         Add a new project for decodebin2.
9428         * win32/vs6/libgstpbutils.dsp:
9429         Add a new project for pbutils.
9430
9431 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9432
9433         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9434           Also accept partial dates with only year and month,
9435           like 1999-12-00 (fixes #410396 even more).
9436
9437         * tests/check/libs/tag.c: (GST_START_TEST):
9438           Add unit test for the above.
9439
9440 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9441
9442         * tests/check/elements/subparse.c: (GST_START_TEST),
9443         (subparse_suite):
9444           Add unit test for MPL2 subtitle format (#413799).
9445
9446 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9447
9448         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9449
9450         * gst/subparse/Makefile.am:
9451         * gst/subparse/gstsubparse.c:
9452         (gst_sub_parse_data_format_autodetect),
9453         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9454         (gst_subparse_type_find):
9455         * gst/subparse/gstsubparse.h:
9456         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9457         * gst/subparse/mpl2parse.h:
9458           Add support for MPL2 subtitle format (#413799).
9459
9460 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9461
9462         * configure.ac:
9463           We require core CVS for the new buffer metadata copy functions.
9464
9465 2007-03-09  Wim Taymans  <wim@fluendo.com>
9466
9467         * gst-libs/gst/tag/gstid3tag.c:
9468         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9469         Fixes #414496.
9470
9471         Patch by: Alex Lancaster <alexl at users sourceforge net>
9472
9473 2007-03-09  Wim Taymans  <wim@fluendo.com>
9474
9475         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9476         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9477         Improve adapter usage and comments.
9478
9479 2007-03-09  Wim Taymans  <wim@fluendo.com>
9480
9481         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9482         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9483         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9484         Use new metadata copy function.
9485
9486         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9487         (gst_ffmpegcsp_transform):
9488         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9489         Basetransform copied the metadata for us.
9490
9491 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9492
9493         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9494         (gst_text_overlay_video_event):
9495           Some more logging. Only accept newsegment events in TIME format and
9496           send a WARNING message if they are not in TIME format.
9497
9498         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9499         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9500         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9501         * gst/subparse/gstsubparse.h:
9502           No need to allocate GstSegment structure dynamically, just put it
9503           into the instance structure; ignore newsegment events in BYTE
9504           format and in particular don't let it overwrite our saved TIME
9505           segment from the last seek.
9506
9507 2007-03-09  Michael Smith  <msmith@fluendo.com>
9508
9509         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9510           Replace AC3 typefinder with one that isn't terrible, and actually
9511           works usefully.
9512
9513 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9514
9515         * gst/audioconvert/gstaudioconvert.c:
9516         (gst_audio_convert_transform):
9517           fix error category and translatable string
9518           
9519
9520 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9523         * pkgconfig/gstreamer-plugins-base.pc.in:
9524           Fix up utils => pbutils here too.
9525
9526 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9527
9528         * gst/subparse/gstsubparse.c: (handle_buffer):
9529           Break out of loop in chain function as soon as possible if we get
9530           a non-OK flow return.
9531
9532 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9533
9534         * tests/check/elements/alsa.c: (GST_START_TEST):
9535         Unref the mixer if the state change fails too (if the
9536         alsa devices are inaccessible, for example)
9537
9538 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9539
9540         * tests/check/Makefile.am:
9541         Don't test libvisual elements in the states check, because libvisual
9542         seems to leak internally.
9543
9544         Re-enable the alsa and states tests now that there's new suppressions
9545         in gst.supp.
9546
9547         * tests/check/elements/alsa.c: (GST_START_TEST):
9548         Don't leak the alsamixer we instantiated.
9549
9550 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9551
9552         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9553         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9554         (gst_ximagesink_finalize):
9555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9556         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9557         Move some cleanup stuff from the state change handler into a _reset()
9558         function that can be called from _finalize(). This ensures that things
9559         get freed even if (for some reason) the NULL->READY state transition
9560         fails in the parent class.
9561         Even if a parent state change fails, process our downward state change
9562         logic instead of bailing out early.
9563         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9564
9565 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9566
9567         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9568         Extra log line.
9569
9570         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9571         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9572         Use pango_font_description_set_family_static instead of 
9573         pango_font_description_set_family to save a string copy (it was
9574         leaking due to the strdup anyway)
9575
9576         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9577         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9578         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9579         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9580         Chain up in finalize.
9581
9582 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9583
9584         * gst-libs/gst/interfaces/mixertrack.c:
9585         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9586         (gst_mixer_track_set_property):
9587           API: add "untranslated-label" property which should be set by
9588           implementations at construct time (#414645).
9589
9590         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9591         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9592           Set "untranslated-label" when constructing mixer track objects.
9593
9594         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9595           Unit test to check the above.
9596
9597 2007-03-07  Wim Taymans  <wim@fluendo.com>
9598
9599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9600         Fix confusing debug message.
9601
9602 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9603
9604         * gst-plugins-base.doap:
9605         update doap file with new version
9606
9607 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9608
9609         * configure.ac:
9610         Back to CVS
9611
9612 === release 0.10.12 ===
9613
9614 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9615
9616         * configure.ac:
9617           releasing 0.10.12, "Zombie Horde"
9618
9619 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9620
9621         * configure.ac:
9622         Bump version to 0.10.11.4 pre-release
9623
9624 2007-03-06  Wim Taymans  <wim@fluendo.com>
9625
9626         * gst-libs/gst/audio/gstbaseaudiosink.c:
9627         (gst_base_audio_sink_async_play):
9628         Fix regression that made GStreamer skip the first samples of audio.
9629         Fixes #414684.
9630
9631 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9632
9633         * configure.ac:
9634         Bump version to 0.10.11.3 pre-release
9635
9636 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9637
9638         * po/POTFILES.in:
9639           Update paths for the rename from utils to pbutils to fix the build.
9640
9641 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9642
9643         * gst-libs/gst/pbutils/Makefile.am:
9644           Change directory to install headers in from gst/utils to gst/pbutils
9645           as well.
9646
9647 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9648
9649         * configure.ac:
9650         * docs/libs/gst-plugins-base-libs-docs.sgml:
9651         * docs/libs/gst-plugins-base-libs-sections.txt:
9652         * gst-libs/gst/Makefile.am:
9653         * gst-libs/gst/interfaces/mixer.c:
9654         * gst-libs/gst/pbutils/Makefile.am:
9655         * gst-libs/gst/pbutils/descriptions.c:
9656         (gst_pb_utils_get_source_description),
9657         (gst_pb_utils_get_sink_description),
9658         (gst_pb_utils_get_decoder_description),
9659         (gst_pb_utils_get_encoder_description),
9660         (gst_pb_utils_get_element_description),
9661         (gst_pb_utils_add_codec_description_to_tag_list),
9662         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9663         * gst-libs/gst/pbutils/descriptions.h:
9664         * gst-libs/gst/pbutils/install-plugins.c:
9665         * gst-libs/gst/pbutils/install-plugins.h:
9666         * gst-libs/gst/pbutils/missing-plugins.c:
9667         (gst_missing_uri_source_message_new),
9668         (gst_missing_uri_sink_message_new),
9669         (gst_missing_element_message_new),
9670         (gst_missing_decoder_message_new),
9671         (gst_missing_encoder_message_new),
9672         (gst_missing_plugin_message_get_description):
9673         * gst-libs/gst/pbutils/missing-plugins.h:
9674         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9675         * gst-libs/gst/pbutils/pbutils.h:
9676         * gst-libs/gst/utils/Makefile.am:
9677         * gst-libs/gst/utils/base-utils.c:
9678         * gst-libs/gst/utils/base-utils.h:
9679         * gst-libs/gst/utils/descriptions.c:
9680         * gst-libs/gst/utils/descriptions.h:
9681         * gst-libs/gst/utils/install-plugins.c:
9682         * gst-libs/gst/utils/install-plugins.h:
9683         * gst-libs/gst/utils/missing-plugins.c:
9684         * gst-libs/gst/utils/missing-plugins.h:
9685         * gst-plugins-base.spec.in:
9686         * gst/playback/Makefile.am:
9687         * gst/playback/gstdecodebin.c:
9688         * gst/playback/gstdecodebin2.c:
9689         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9690         (gen_source_element):
9691         * gst/playback/gstplaybin.c: (plugin_init):
9692         * tests/check/Makefile.am:
9693         * tests/check/libs/pbutils.c: (GST_START_TEST),
9694         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9695         * tests/check/libs/utils.c:
9696           rename utils to pbutils
9697
9698 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9699
9700         * docs/plugins/Makefile.am:
9701         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9702         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9703         * docs/plugins/inspect/plugin-decodebin2.xml:
9704         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9705         Add documentation for decodebin2 that indicates that the API
9706         is still unstable.
9707
9708 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9709
9710         * configure.ac:
9711         Update to 0.10.11.2 (0.10.12 pre-release)
9712
9713 2007-03-01  Wim Taymans  <wim@fluendo.com>
9714
9715         * gst-libs/gst/audio/gstbaseaudiosink.c:
9716         (gst_base_audio_sink_async_play):
9717         base time is irrelevant here.
9718
9719 2007-03-01  Wim Taymans  <wim@fluendo.com>
9720
9721         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9722         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9723         Improve debugging.
9724
9725         * gst-libs/gst/audio/gstbaseaudiosink.c:
9726         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9727         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9728         Improve latency and clock slaving calculations.
9729         Improve slave clock calibration.
9730
9731         * gst-libs/gst/audio/gstringbuffer.c:
9732         (gst_ring_buffer_commit_full):
9733         When we are asked to render N sample to 0 bytes, return N.
9734
9735 2007-03-01  Wim Taymans  <wim@fluendo.com>
9736
9737         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9738         (gst_alsasink_write), (gst_alsasink_reset):
9739         * ext/alsa/gstalsasink.h:
9740         Remove unused dispose function.
9741         Rename lock to not interfere with alsasrc lock.
9742
9743         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9744         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9745         (gst_alsasrc_read), (gst_alsasrc_reset):
9746         * ext/alsa/gstalsasrc.h:
9747         Implement finalize function.
9748         Use lock to protect alsa access.
9749         Implement _reset.
9750         Fine tune sw params.
9751
9752 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9753
9754         * configure.ac:
9755           Convert to new AG_GST style.
9756
9757 2007-02-28  Wim Taymans  <wim@fluendo.com>
9758
9759         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9760
9761         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9762         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9763         Fix race condition when rapidly switching visualisations in playbin.
9764         Fixes #401029.
9765
9766 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9767
9768         * tests/check/Makefile.am:
9769         Include local stuff before system installed things in LDFLAGS and
9770         CFLAGS.
9771
9772 2007-02-28  Wim Taymans  <wim@fluendo.com>
9773
9774         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9775         Improve debugging.
9776
9777 2007-02-28  Wim Taymans  <wim@fluendo.com>
9778
9779         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9780         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9781         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9782         Fix duration and timestamping, taking latency into account.
9783         Implement latency query.
9784
9785 2007-02-28  Wim Taymans  <wim@fluendo.com>
9786
9787         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9788         (gst_audio_clock_new):
9789         Fix clock name.
9790
9791         * gst-libs/gst/audio/gstbaseaudiosink.c:
9792         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9793         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9794         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9795         (gst_base_audio_src_create):
9796         Improve latency query code.
9797         Use proper clock names.
9798
9799 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9800
9801         * tests/check/generic/states.c: (GST_START_TEST):
9802           Copy the states.c test from core again
9803         * tests/check/Makefile.am:
9804           ignore cdio and cdparanoiasrc
9805
9806 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9807
9808         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9809         (double_hq), (audio_convert_get_func_index), (check_default),
9810         (audio_convert_prepare_context), (audio_convert_convert):
9811           Also make valgrind happy and avoid copying data in some cases.
9812
9813 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9814
9815         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9816         (double_hq), (audio_convert_get_func_index),
9817         (audio_convert_prepare_context), (audio_convert_convert):
9818         * gst/audioconvert/gstaudioconvert.c:
9819         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9820         (gst_audio_convert_transform_caps):
9821         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9822         (audioconvert_suite):
9823           Don't run inplace if that overwrites source data as we go. Add more
9824           tests. Fixes #339837 even more.
9825
9826 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9827
9828         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9829         (msg_segment_done): Fix various seeking bugs (Slider was not
9830         updating when doing a non flushing seek, Reverse playback 
9831         on segment seek was wrong).
9832
9833 2007-02-26  Wim Taymans  <wim@fluendo.com>
9834
9835         * tests/examples/seek/seek.c: (stop_seek):
9836         When we stop scrubbing, don't leave the pipeline PLAYING when we
9837         requested a PAUSED state.
9838
9839 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9840
9841         Patch by: René Stadler <mail at renestadler de>
9842
9843         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9844           Parse date strings in vorbis comments that have an invalid (zero)
9845           month or day (#410396).
9846
9847         * tests/check/libs/tag.c: (GST_START_TEST):
9848           Test case for the above.
9849
9850 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9851
9852         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9853
9854         * configure.ac:
9855         * ext/alsa/Makefile.am:
9856         * gst/audiotestsrc/Makefile.am:
9857           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9858
9859 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9860
9861         * gst/playback/gstplaybin.c:
9862           Improve docs: point out that the application needs to assist playbin
9863           with buffering.
9864
9865 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9866
9867         * gst-libs/gst/utils/install-plugins.c:
9868         * gst-libs/gst/utils/missing-plugins.c:
9869         * tests/check/libs/utils.c: (missing_msg_check_getters):
9870           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9871           to just 'gstreamer'. Document the caps string component of the
9872           decoder/encoder detail a bit better, since not everyone will be
9873           familiar with the GStreamer media type/caps system (but they better
9874           enjoy nested itemized lists).
9875
9876 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9877
9878         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9879         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9880           Fix copying of GstNetBuffer (would crash before, or at least lead to
9881           invalid memory access, #410772), for now by copying the GstBuffer copy
9882           code from the core over here so we can copy the GstBuffer fields on a
9883           provided buffer instance (of type GstNetBuffer in this case). Would be
9884           better to fix this with some support by the core though (and in the long
9885           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9886
9887         * tests/check/Makefile.am:
9888           Enable unit test for GstNetBuffer.
9889
9890 2007-02-22  Andy Wingo  <wingo@pobox.com>
9891
9892         * gst-libs/gst/audio/gstbaseaudiosink.c
9893         (gst_base_audio_sink_init): Disable pull-mode activation until we
9894         figure out how to make audio sinks go to PLAYING.
9895
9896 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9897
9898         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9899         (double_hq), (audio_convert_get_func_index),
9900         (audio_convert_prepare_context), (audio_convert_convert):
9901         * gst/audioconvert/audioconvert.h:
9902         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9903         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9904         * gst/audioconvert/gstchannelmix.h:
9905         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9906           Add float as an intermediate format, as well as float mixing. Enable
9907           test that was failing before. Fixes #339837
9908
9909 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9910
9911         * tests/examples/seek/seek.c: (do_seek):
9912         Undo the previous commit: -1 as a stop time implies that the stop
9913         time is the end of file, clearing any previously configured segment.
9914
9915 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9916
9917         * tests/examples/seek/seek.c: (do_seek):
9918         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9919
9920 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9921
9922         * gst/volume/gstvolume.c: (volume_process_int16),
9923         (volume_process_int16_clamp), (volume_set_caps):
9924           Unbreak volume, value remains gint.
9925
9926 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9927
9928         * gst/volume/gstvolume.c: (volume_choose_func),
9929         (volume_update_real_volume), (gst_volume_set_volume),
9930         (gst_volume_init), (volume_process_double), (volume_process_float),
9931         (volume_process_int16), (volume_process_int16_clamp),
9932         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9933         * gst/volume/gstvolume.h:
9934           Extend float audio support (double) and some int->uint cleanups.
9935
9936 2007-02-20  Edward Hervey  <edward@fluendo.com>
9937
9938         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9939         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9940         (sort_end_pads), (gst_decode_group_expose),
9941         (gst_decode_group_hide):
9942         Don't free groups from the streaming threads. Just put them aside and
9943         free them in dispose.
9944
9945 2007-02-20  Edward Hervey  <edward@fluendo.com>
9946
9947         * gst/playback/gstdecodebin2.c: (connect_element),
9948         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9949         (sort_end_pads), (gst_decode_group_expose):
9950         Handle dynamic pads within groups.
9951         Sort pads before exposing them in order to make playbin happy.
9952         There still is a race with the multiqueue filling up. This should be
9953         solved separately.
9954         Fixes #398721
9955
9956 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9957
9958         * gst-libs/gst/utils/base-utils.c:
9959         * gst-libs/gst/utils/descriptions.c:
9960         * gst-libs/gst/utils/install-plugins.c:
9961         * gst-libs/gst/utils/missing-plugins.c:
9962           Some more docs (and descriptions for two subtitle formats).
9963
9964 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9965
9966         * gst-libs/gst/audio/audio.c:
9967           Fix documentation.
9968
9969 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9970
9971         Patch by: Yves Lefebvre  <ivanohe abacom com>
9972
9973         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9974           Don't leak caps. Fixes #408278.
9975
9976 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9977
9978         * ext/cdparanoia/gstcdparanoiasrc.h:
9979         * ext/ogg/gstoggdemux.h:
9980         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9981         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9982         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9983         * gst-libs/gst/audio/audio.h:
9984         * gst-libs/gst/audio/gstaudiofilter.h:
9985         * gst-libs/gst/interfaces/videoorientation.h:
9986         * gst/adder/gstadder.h:
9987           More docs coverage and some ChangeLog surgery (add missing names)
9988
9989 2007-02-15  Wim Taymans  <wim@fluendo.com>
9990
9991         * sys/ximage/ximagesink.c:
9992         (gst_ximagesink_calculate_pixel_aspect_ratio):
9993         * sys/xvimage/xvimagesink.c:
9994         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9995         Small constifications.
9996
9997 2007-02-15  Wim Taymans  <wim@fluendo.com>
9998
9999         * gst-libs/gst/audio/gstbaseaudiosink.c:
10000         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10001         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10002         (gst_base_audio_sink_async_play),
10003         (gst_base_audio_sink_change_state):
10004         Answer latency query.
10005         Use configured latency when syncing.
10006         Fix clock slaving.
10007
10008         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10009         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10010         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10011         Fix possible memleak.
10012         Implement latency query.
10013         Small cleanups.
10014
10015 2007-02-15  Wim Taymans  <wim@fluendo.com>
10016
10017         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10018         Ignore errors in reset, these are not fatal. They also grab the element
10019         lock which is already taking when this function is called. Fixes
10020         #405451.
10021
10022 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10023
10024         * configure.ac:
10025           Remove 'tests/examples/xerror/Makefile' from output files again.
10026
10027 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10028
10029         * configure.ac:
10030         * docs/plugins/Makefile.am:
10031           Also crossref against gst-plugins-base-libs.
10032
10033 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10034
10035         * configure.ac:
10036         * docs/libs/Makefile.am:
10037         * docs/plugins/Makefile.am:
10038           Add crossreferences to glib/gobject/gstream docs.
10039
10040         * gst-libs/gst/audio/audio.h:
10041           Source formatting.
10042
10043         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10044           Add own debug category.
10045
10046 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10047
10048         Patch by: René Stadler <mail at renestadler de>
10049
10050         * gst-libs/gst/tag/gstvorbistag.c:
10051           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10052           (#403597).
10053
10054 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10055
10056         * gst/playback/gstplaybasebin.c: (setup_source):
10057           When we have external subtitles and wait for the subtitle decodebin
10058           to get up and running, we set up a (sync) bus handler for the
10059           subtitle decodebin, so we can stop waiting when it posts an error
10060           message. However, we should do that before we set the subtitle
10061           decodebin's state to playing, otherwise things are racy and we might
10062           miss error messages posted before we had a chance to set up the bus.
10063           This should finally fix totem hanging on .txt pseudo-subtitle files.
10064           
10065 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10066
10067         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10068           Use gst_gdouble_to_guint64 for conversions.
10069         * win32/common/config.h.in:
10070           Add a define for GST_INSTALL_PLUGINS_HELPER
10071         * win32/common/libgstaudio.def:
10072         * win32/common/libgstcdda.def:
10073         * win32/common/libgstnetbuffer.def:
10074         * win32/common/libgstrtp.def:
10075         * win32/common/libgutils.def:
10076           Add new exported functions.
10077         * win32/vs6/gst_plugins_base.dsw:
10078         * win32/vs6/libgstdecodebin.dsp:
10079         * win32/vs6/libgstnetbuffer.dsp:
10080         * win32/vs6/libgstplaybin.dsp:
10081         * win32/vs6/libgstrtp.dsp:
10082         * win32/vs6/libgstvorbis.dsp:
10083         * win32/vs6/libgstcdda.dsp:
10084         * win32/vs6/libgstgdp.dsp:
10085         * win32/vs6/libgstutils.dsp:
10086           Update and add new project files.
10087
10088 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10089
10090         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10091         (subrip_remove_unhandled_tags), (parse_subrip):
10092           For SubRip (.srt) subtitles, ignore all markup tags we don't
10093           handle (like font tags, for example).
10094
10095         * tests/check/elements/subparse.c:
10096           Add test for this.
10097
10098 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10099
10100         * gst/playback/gstdecodebin.c: (add_fakesink),
10101         (gst_decode_bin_change_state):
10102         * gst/playback/gstdecodebin2.c: (add_fakesink),
10103         (gst_decode_bin_change_state):
10104           Don't error out if there is no fakesink in the NULL to READY state
10105           change, since when decodebin is re-used, we're only adding the
10106           fakesink element in READY to PAUSED.
10107
10108         * tests/check/elements/decodebin.c:
10109         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10110         (decodebin_suite):
10111           Minimal unit test to make sure we can use the same decodebin
10112           instance twice (at least with audiotestsrc input).
10113
10114 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10115
10116         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10117           Try to get devic-name from device string first, and from handle only
10118           as fallback (seems to yield better results and is more robust
10119           against buggy probing code on the application side).
10120
10121 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10122
10123         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10124
10125         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10126         (gst_alsa_find_device_name):
10127         * ext/alsa/gstalsa.h:
10128         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10129         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10130           Improve device-name detection a bit, especially in the case where
10131           the device is not actually open (#405020, #405024). Move common code
10132           into gstalsa.c instead of duplicating it.
10133
10134 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10135
10136         * gst/audioconvert/gstaudioconvert.c:
10137           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10138
10139 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10140
10141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10142         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10143         (gst_xvimagesink_interface_supported),
10144         (gst_xvimagesink_probe_get_properties),
10145         (gst_xvimagesink_probe_probe_property),
10146         (gst_xvimagesink_probe_needs_probe),
10147         (gst_xvimagesink_probe_get_values),
10148         (gst_xvimagesink_property_probe_interface_init),
10149         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10150         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10151         (gst_xvimagesink_get_type):
10152         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10153         for XVAdaptors so that one can choose the adaptor to use with 
10154         gstreamer-properties.
10155
10156 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10157
10158         * gst/audioconvert/gstaudioconvert.c:
10159           Also mention that a conversion from double to float is suboptimal still.
10160
10161 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10162
10163         * gst-libs/gst/audio/gstaudiofilter.c:
10164         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10165           Clear our formats structure and free the caps contained in it when
10166           shutting down.
10167
10168 2007-02-05  Andy Wingo  <wingo@pobox.com>
10169
10170         * gst-libs/gst/audio/gstbaseaudiosink.c
10171         (gst_base_audio_sink_callback): Update basesink->offset so that we
10172         pull monotonically increasing offsets instead of, um, seeking back
10173         to 0 each time. Fixes alsasrc ! alsasink!
10174
10175 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10176
10177         * gst/videoscale/gstvideoscale.c:
10178           A width and height of 1 makes us crash, so increase minimum size to
10179           2x2 pixels until someone feels like fixing this (#404512).
10180
10181 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10182
10183         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10184           Add small test to make sure request pads are cleaned up properly
10185           even if oggmux never changes state out of NULL.
10186
10187 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10188
10189         * tests/check/libs/utils.c: (GST_START_TEST):
10190           Fix unit test. Turns out things work much better when you
10191           NULL-terminate string arrays. Should make p5 build bot happy again.
10192
10193 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10194
10195         * gst-libs/gst/audio/Makefile.am:
10196         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10197         (gst_audio_filter_template_base_init),
10198         (gst_audio_filter_template_class_init),
10199         (gst_audio_filter_template_init),
10200         (gst_audio_filter_template_set_property),
10201         (gst_audio_filter_template_get_property),
10202         (gst_audio_filter_template_setup),
10203         (gst_audio_filter_template_filter),
10204         (gst_audio_filter_template_filter_inplace), (plugin_init):
10205           Oops, forgot to commit fixed-up example.
10206
10207 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10208
10209         * docs/libs/gst-plugins-base-libs-sections.txt:
10210         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10211         (gst_audio_filter_class_init), (gst_audio_filter_init),
10212         (gst_audio_filter_set_caps),
10213         (gst_audio_filter_class_add_pad_templates):
10214         * gst-libs/gst/audio/gstaudiofilter.h:
10215           Port GstAudioFilter to 0.10. This change technically breaks
10216           API and ABI (and thus also every library developer's heart),
10217           but seems justifiable on the grounds that the base class was
10218           completely unusable before (ie. would crash immediately when
10219           actually used). Fixes #403963 (and eventually also #403572).
10220           Also document all of this a bit.
10221
10222 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10223
10224         * gst-libs/gst/utils/install-plugins.c:
10225         (gst_install_plugins_spawn_child):
10226         * tests/check/libs/utils.c:
10227         (test_base_utils_install_plugins_do_callout):
10228           Lowering log level to see why things fail on the p5 build bot;
10229           fix some typos in unit test messages.
10230
10231 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         * tests/check/libs/utils.c:
10234         (test_base_utils_install_plugins_do_callout):
10235           Don't hard-code temp directory for test helper; use GLib functions
10236           to write out file and do error checking etc.
10237
10238 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10239
10240         * gst-libs/gst/utils/Makefile.am:
10241         * gst-libs/gst/utils/base-utils.h:
10242         * gst-libs/gst/utils/install-plugins.c:
10243         (gst_install_plugins_context_set_xid),
10244         (gst_install_plugins_context_new),
10245         (gst_install_plugins_context_free),
10246         (gst_install_plugins_get_helper),
10247         (gst_install_plugins_spawn_child),
10248         (gst_install_plugins_return_from_status),
10249         (gst_install_plugins_installer_exited),
10250         (gst_install_plugins_async), (gst_install_plugins_sync),
10251         (gst_install_plugins_return_get_name),
10252         (gst_install_plugins_installation_in_progress):
10253         * gst-libs/gst/utils/install-plugins.h:
10254           API: add API for applications to initiate installation of missing
10255           plugins, ie. gst_install_plugins_async() primarily.
10256           Based on libgimme-codec by Ryan Lortie.
10257
10258         * configure.ac:
10259           Add --with-install-plugins-helper configure option so distros can specify
10260           the path of the helper script or program to call when plugin installation
10261           is requested (distros: please do any argument munging in this helper
10262           script instead of patching GStreamer to pass arguments differently
10263           to another program directly).
10264
10265         * docs/libs/gst-plugins-base-libs-docs.sgml:
10266         * docs/libs/gst-plugins-base-libs-sections.txt:
10267           Build and document new API.
10268
10269         * tests/check/libs/utils.c: (result_cb),
10270         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10271         (libgstbaseutils_suite):
10272           Some simple checks for the new API.
10273
10274 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10275
10276         * tests/check/elements/audioconvert.c: (test_float_conversion):
10277           Add small test for 32bit float <=> 64bit float conversion (works
10278           only one way so far, 32=>64 produces structured noise).
10279
10280 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10281
10282         * gst/audioconvert/gstaudioconvert.c:
10283         (set_structure_widths_32_and_64), (make_lossless_changes):
10284           We don't support floats with a width of 40, 48 or 56 bits.
10285
10286 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10287
10288         * gst/audioconvert/audioconvert.c: (float), (double),
10289         (audio_convert_get_func_index):
10290         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10291         (make_lossless_changes):
10292           Support for 64-bit float audio in audioconvert (#339837)
10293
10294 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10295
10296         Patch by: Holger Wansing  <linux wansing-online de>
10297
10298         * po/LINGUAS:
10299         * po/de.po:
10300           Add German translation (#352069).
10301
10302 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10303
10304         reviewed by: Wim Taymans <wim@fluendo.com>
10305
10306         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10307         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10308         Use newly added GstCollectPads API to free the allocated resources in
10309         the GstOggPad structures (#402393).
10310
10311 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10312
10313         * gst/playback/gstplaybin.c: (gen_vis_element):
10314           Add audioresample+audioconvert in front of the visualisation
10315           element, so that elements like libvisual 0.4 that don't support all
10316           samplerates can work.
10317
10318           Fixes: #402505
10319
10320 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10321
10322         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10323         (gst_play_base_bin_get_streaminfo_value_array):
10324           Take some locks and make a copy of the streaminfo value array we
10325           maintain while holding the lock, so that the application can
10326           retrieve the stream-info as a value array in a thread-safe way.
10327
10328 2007-01-30  Wim Taymans  <wim@fluendo.com>
10329
10330         * gst/audioconvert/gstaudioconvert.c:
10331         Don't fail on 0 sized buffers. Fixes #396835.
10332
10333 2007-01-29  David Schleef  <ds@schleef.org>
10334
10335         * gst/typefind/gsttypefindfunctions.c:
10336           Detect BBCD as video/x-dirac, so we can play raw dirac
10337           streams.
10338
10339 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * ext/theora/theoraenc.c: (theora_enc_chain):
10342           Check return value of theora_encode_header(), or we might try to
10343           allocate a random number of bytes. theora_encode_header() can fail
10344           if libtheora has been compiled with encoding support disabled.
10345           Fixes #398110.
10346
10347 2007-01-29  Wim Taymans  <wim@fluendo.com>
10348
10349         * tests/check/gst/.cvsignore:
10350         Do as buildbot says.
10351
10352 2007-01-29  Wim Taymans  <wim@fluendo.com>
10353
10354         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10355         Fix strides in libvisual. Gst uses X strides.
10356         Inspired by: <ed at catmur dot co dot uk> and 
10357         <tim at centricular dot net>
10358         Fixes #401118.
10359
10360 2007-01-27  Wim Taymans  <wim@fluendo.com>
10361
10362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10363         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10364         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10365         (gst_ogg_demux_perform_seek),
10366         (gst_ogg_demux_bisect_forward_serialno),
10367         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10368         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10369         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10370         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10371         * ext/ogg/gstoggdemux.h:
10372         Properly propagate streaming errors when we are scanning the file for
10373         chains so that we don't crash when shut down. Might fix some crashers
10374         when quickly switching oggs in RB such as #332503 and #378436.
10375
10376 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10377
10378         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10379           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10380           error code as well.
10381
10382 2007-01-25  Wim Taymans  <wim@fluendo.com>
10383
10384         * gst/playback/gstplaybasebin.c: (remove_source):
10385         Don't try to disconnect a signal from a finalized object.
10386
10387 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10388
10389         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10390           Cast lock macro parameters to make sure we're actually accessing the
10391           lock member at the right class level. Free list itself in _dispose()
10392           as well and NULL it in case dispose gets called multiple times.
10393
10394 2007-01-25  Edward Hervey  <edward@fluendo.com>
10395
10396         * gst/playback/gstdecodebin2.c:
10397         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10398         Free GstDecodeGroups no longer used.
10399         (gst_decode_group_expose):
10400         Don't unlock too many times !
10401         (deactivate_free_recursive):
10402         Free iterator once we're done with it.
10403         Fix for recursively deactivating elements (stop at ghostpads).
10404
10405 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10406
10407         * gst/playback/gstplaybin.c: (handoff):
10408           Fix up caps on the frame buffer before we save it and potentially
10409           make it accessible to other threads via g_object_get; also use
10410           gst_buffer_replace() instead of gst_mini_object_replace().
10411
10412 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10413
10414         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10415           Make getting the current frame thread-safe.
10416
10417 2007-01-25  Edward Hervey  <edward@fluendo.com>
10418
10419         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10420         (gst_decode_group_new), (gst_decode_group_free):
10421         Set queues to bigger sizes to cope with HD contents.
10422         Fix some mutex freeing and add comment about MT safe methods.
10423
10424 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10425
10426         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10427         (gst_text_overlay_text_event):
10428           Don't unnecessarily ref (and then leak) upstream events if the text
10429           pad is not linked. Fixes #399948.
10430
10431         * tests/check/gst-plugins-base.supp:
10432           Add suppression for pango on edgy/x86 for textoverlay test.
10433
10434 2007-01-24  Wim Taymans  <wim@fluendo.com>
10435
10436         * gst-libs/gst/rtp/gstrtpbuffer.h:
10437         Add some more fixed payloads.
10438
10439 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10440
10441         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10442           Error out properly if we get an error from libogg while reading the
10443           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10444
10445 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10446
10447         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10448           Don't leak mutex.
10449
10450         * tests/check/elements/playbin.c:
10451         (test_sink_usage_video_only_stream),
10452         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10453         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10454         (test_missing_suburisource_handler),
10455         (test_missing_primary_decoder), (playbin_suite):
10456           Run all tests once with decodebin and once with decodebin2.
10457           One test does not pass yet with decodebin2.
10458
10459 2007-01-23  Edward Hervey  <edward@fluendo.com>
10460
10461         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10462         Fix the cases where oggmux doesn't properly figure out that all
10463         sinkpads have gone EOS, and therefore doesn't push out the remaining
10464         buffers and the final EOS event.
10465         Fixes #363379
10466
10467 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10468
10469         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10471         Don't lock on navigation event push, just on keysym to string.
10472         Fixes #397673 again.
10473
10474 2007-01-22  Edward Hervey  <edward@fluendo.com>
10475
10476         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10477         (get_current_group), (group_demuxer_event_probe),
10478         (gst_decode_group_expose), (deactivate_free_recursive),
10479         (gst_decode_group_free):
10480         Cleanups.
10481         Don't forget to emit 'no-more-pads' once a group is exposed.
10482         Cleanup elements from a DecodeGroup once we remove it.
10483         Protect call to gst_decode_group_expose() with the decodebin lock.
10484
10485 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10486
10487         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10489         Looking at Xorg code i can't figure out if that XKeysymToString
10490         function is thread sensible or not. Lock it just in case as
10491         recommended by Radek Doulik <rodo at ximian dot com>.
10492
10493 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10494
10495         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10497         Lock that X Call as well. Fixes #397673.
10498
10499 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10502           Don't go into an endless loop if the file starts with 00 00 01 2X,
10503           like quicktime redirect files might. Fixes #396042.
10504
10505         * tests/check/Makefile.am:
10506         * tests/check/gst/.cvsignore:
10507         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10508         (typefindfunctions_suite):
10509           Add unit test for the above.
10510
10511 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10512
10513         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10514           On second thought, use "depth" field rather than "bpp" field.
10515
10516 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10517
10518         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10519           Camtasia caps apparently need a bpp field (#398875).
10520
10521 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10522
10523         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10524         (gen_source_element), (gst_play_base_bin_change_state):
10525           Attempt at a better error message in case we don't have the required
10526           URI handler installed; post missing-plugin message also when we're
10527           missing an URI handler for the subtitle URI; clean up properly also
10528           when an error occurs and we never made it to PAUSED state.
10529
10530         * tests/check/elements/playbin.c: (GST_START_TEST),
10531         (playbin_suite):
10532           Check that we're also getting a missing-plugin messsage for a
10533           missing subtitle URI handler (and clean up properly).
10534
10535 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10538           Plug a few reference leaks.
10539
10540 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10541
10542         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10543           Lower probability a bit if the marker isn't right at the start,
10544           to decrease the chance of false positives.
10545
10546 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10549           Small mpeg2 system stream typefinding improvement: make typefinder
10550           probe a bit into the stream instead of just looking for a marker
10551           at the beginning. Fixes #397810.
10552
10553 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         * gst/audioconvert/gstchannelmix.c:
10556           Remove compatibility cruft for prehistoric GLib versions.
10557
10558 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10559
10560         * gst/playback/Makefile.am:
10561         * gst/playback/gstdecodebin.c: (close_pad_link):
10562         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10563         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10564         (gst_play_base_bin_handle_message_func), (unknown_type):
10565           Let decodebin be the element to post missing-plugin messages for
10566           missing decoders (rather than playbin); make playbin implement
10567           GstBin::handle_message so we can suppress missing-plugin messages
10568           for types we're not handling on purpose (don't want to bring up an
10569           installer in those cases).
10570
10571 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10572
10573         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10574         * gst-libs/gst/tag/gstvorbistag.c:
10575         (gst_tag_list_to_vorbiscomment_buffer):
10576         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10577           Fix potentially unaligned access (#397207).
10578
10579 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10580
10581         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10582         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10583         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10584         (main):
10585           Allow to toggle looping while it plays. Fix callback prototype. Clean
10586           up code a bit more. Add copyright header.
10587
10588 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10589
10590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10591           Red and blue mask was swapped (spotted by Dan Williams).
10592
10593 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10594
10595         * gst-libs/gst/tag/gstid3tag.c:
10596         * gst-libs/gst/tag/gstvorbistag.c:
10597           Use new beats-per-minute tag from core.
10598
10599 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10600
10601         * po/POTFILES.in:
10602           Add new files with translatable strings, so they actually make it
10603           into the template file one day.
10604
10605 2007-01-12  Andy Wingo  <wingo@pobox.com>
10606
10607         * gst-libs/gst/audio/gstbaseaudiosink.c
10608         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10609         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10610         stuff, as the base class handles this now. Actually tell the ring
10611         buffer to start.
10612         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10613         How did this work before? Maybe I'm not as awesome a programmer as
10614         I think.
10615
10616         * gst-libs/gst/audio/gstbaseaudiosrc.c
10617         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10618         of a pad function.
10619
10620 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10621
10622         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10623           Remove more fields so that the application can better blacklist
10624           formats that have been tried before.
10625
10626 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10627
10628         * gst-libs/gst/audio/mixerutils.h:
10629           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10630           used when compiling with c++ compilers as well.
10631
10632 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         * gst/typefind/gsttypefindfunctions.c:
10635           Fix comment.
10636
10637 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10638
10639         * gst/playback/gstplaybin.c: (post_missing_element_message),
10640         (gen_video_element), (gen_text_element), (gen_audio_element),
10641         (gen_vis_element):
10642           Post missing-plugin messages also when we error out because
10643           converters, textoverlay or auto*sinks are missing (#161922).
10644
10645 2007-01-10  Wim Taymans  <wim@fluendo.com>
10646
10647         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10648         (is_demuxer_element), (new_caps):
10649         * gst/playback/gstplaybasebin.c: (source_new_pad):
10650         Fix the case where we try to ref a NULL element when we delay a link
10651         because of unfixed caps.
10652         Set the state of autoplugged decodebins to PAUSED.
10653         RTSP now works in playbin, we can remove it from the blacklist.
10654
10655 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10656
10657         * gst/playback/Makefile.am:
10658         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10659         (unknown_type), (setup_subtitle), (gen_source_element):
10660         * gst/playback/gstplaybin.c: (plugin_init):
10661           Post missing-plugin messages on the bus for missing sources and
10662           missing decoders/demuxers/depayloaders; fix error code used when
10663           we're missing an URI handler source; for media types that we are not
10664           handling on purpose at the moment, don't print "don't know how to
10665           handle xyz" messages to the terminal or post missing-plugin
10666           messages on the bus.
10667
10668         * tests/check/elements/playbin.c: (create_playbin),
10669         (GST_START_TEST), (gst_codec_src_uri_get_type),
10670         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10671         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10672         (gst_codec_src_init_type), (gst_codec_src_base_init),
10673         (gst_codec_src_create), (gst_codec_src_class_init),
10674         (gst_codec_src_init), (plugin_init), (playbin_suite):
10675           Add some tests for the missing-plugin stuff.
10676
10677 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10678
10679         * configure.ac:
10680         * gst-libs/gst/Makefile.am:
10681         * gst-libs/gst/utils/Makefile.am:
10682         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10683         * gst-libs/gst/utils/base-utils.h:
10684         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10685         (find_format_info), (caps_are_rtp_caps),
10686         (gst_base_utils_get_source_description),
10687         (gst_base_utils_get_sink_description),
10688         (gst_base_utils_get_decoder_description),
10689         (gst_base_utils_get_encoder_description),
10690         (gst_base_utils_get_element_description),
10691         (gst_base_utils_add_codec_description_to_tag_list),
10692         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10693         * gst-libs/gst/utils/descriptions.h:
10694         * gst-libs/gst/utils/missing-plugins.c:
10695         (missing_structure_get_type), (copy_and_clean_caps),
10696         (gst_missing_uri_source_message_new),
10697         (gst_missing_uri_sink_message_new),
10698         (gst_missing_element_message_new),
10699         (gst_missing_decoder_message_new),
10700         (gst_missing_encoder_message_new),
10701         (missing_structure_get_string_detail),
10702         (missing_structure_get_caps_detail),
10703         (gst_missing_plugin_message_get_installer_detail),
10704         (gst_missing_plugin_message_get_description),
10705         (gst_is_missing_plugin_message):
10706         * gst-libs/gst/utils/missing-plugins.h:
10707           API: add new libgstbaseutils library with functions
10708           - to create and parse missing-plugins messages
10709           - that provide (translated) descriptions for caps/decoders/sources/etc.
10710           Closes #392393.
10711
10712         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10713         * pkgconfig/gstreamer-plugins-base.pc.in:
10714           Add new lib.
10715
10716         * docs/libs/gst-plugins-base-libs-docs.sgml:
10717         * docs/libs/gst-plugins-base-libs-sections.txt:
10718           Generate docs for new lib and API.
10719
10720         * tests/check/Makefile.am:
10721         * tests/check/libs/.cvsignore:
10722         * tests/check/libs/utils.c: (missing_msg_check_getters),
10723         (GST_START_TEST), (libgstbaseutils_suite):
10724           Add some basic unit tests.
10725
10726 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10727
10728         * ext/ogg/Makefile.am:
10729           Dist gstoggdemux.h to fix 'make distcheck'.
10730
10731         * sys/v4l/Makefile.am:
10732           Fix 'make distcheck' even more.
10733
10734 2007-01-09  Wim Taymans  <wim@fluendo.com>
10735
10736         * docs/plugins/Makefile.am:
10737         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10738         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10739         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10740         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10741         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10742         (gst_ogg_demux_perform_seek):
10743         * ext/ogg/gstoggdemux.h:
10744         Added docs.
10745         Add some more comments.
10746         Small cleanups.
10747
10748 2007-01-09  Wim Taymans  <wim@fluendo.com>
10749
10750         * ext/theora/theoradec.c:
10751         * ext/vorbis/vorbisdec.c:
10752         * gst-libs/gst/audio/gstringbuffer.c:
10753         (gst_ring_buffer_commit_full):
10754         * gst-libs/gst/audio/gstringbuffer.h:
10755         * gst-libs/gst/rtp/gstrtpbuffer.c:
10756         * gst-libs/gst/tag/gstvorbistag.c:
10757         Small documentation updates/fixes
10758
10759 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10760
10761         * configure.ac:
10762           Require core CVS HEAD for Andy's basesrc/sink API additions.
10763
10764 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10765
10766         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10767
10768         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10769         (plugin_init):
10770           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10771           on flac.sf.net (there appear to be other versions of the first
10772           ogg page in the wild) (#391365).
10773
10774 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10775
10776         * configure.ac:
10777           Check if localtime_r() is available.
10778
10779         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10780           If localtime_r() is not available, fall back to localtime(). Should
10781           fix build on MingW (#393310).
10782
10783 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10784
10785         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10786         * gst/subparse/gstsubparse.h:
10787           Remove spurious 1000 subtrahend when calculating the timestamp from
10788           the frame number and the frame rate . Also, use the frames/second
10789           value specified in the first line of the file, if one is specified
10790           there. Should fix #357503.
10791
10792         * tests/check/elements/subparse.c: (do_test),
10793         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10794         (subparse_suite):
10795           Add some basic unit tests for the microdvd subtitle format.
10796
10797 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10798
10799         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10800
10801         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10802         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10803         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10804         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10805         (gst_xvimagesink_set_xwindow_id),
10806         (gst_xvimagesink_set_event_handling),
10807         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10808         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10809         Fixes: #390076.
10810         Add an adaptor property to select a specific XV adaptor.
10811         * sys/xvimage/xvimagesink.h:
10812
10813 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10814
10815         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10816         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10817         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10818         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10819         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10820         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10821         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10822         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10823         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10824         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10825         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10826         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10827         Use flow_lock much more to protect every access to xwindow.
10828         Try to catch erros while creating images in case some drivers are
10829         just generating an XError when the requested image is too big.
10830         Should fix : #354698, #384008, #384060.
10831         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10832         Implement some stress testing of setting window xid.
10833
10834 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10835
10836         * win32/common/libgsaudio.def:
10837           Add new exported function.
10838         * win32/common/libgstogg.dsp:
10839           Add gstoggaviparse.c to the build.
10840         * win32/common/libgstvideoscale.dsp:
10841           Add vs_4tap.c to the build.
10842         * win32/common/libgstvorbis.dsp:
10843           Add vorbistag.c to the build.
10844         
10845 2007-01-06  Andy Wingo  <wingo@pobox.com>
10846
10847         * gst-libs/gst/audio/gstbaseaudiosink.c
10848         (gst_base_audio_sink_class_init)
10849         (gst_base_audio_sink_init): 
10850         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10851         to baseaudiosink, and tell basesink that we can work in pull mode.
10852         This way the ring buffer thread drives the pipeline directly, if
10853         pull mode is possible. There is some lingering nastiness regarding
10854         capsnego, however.
10855         (gst_base_audio_sink_callback): Implement the callback to pull
10856         data. This interface is a bit light, though -- it should get a
10857         GstFlowReturn return value at least.
10858
10859 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10860
10861         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10862         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10863         * gst/playback/gstdecodebin2.c:
10864         (gst_decode_group_check_if_blocked):
10865           Printf format and missing argument fixes.
10866
10867 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10868
10869         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10870         (gst_ogm_parse_change_state):
10871         Activate pads before adding them to the element.
10872
10873 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10874
10875         * tests/examples/seek/scrubby.c: (main):
10876         * tests/examples/seek/seek.c: (main):
10877           Call g_thread_init() first thing in main() (see #391278).
10878
10879 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10880
10881         * tests/check/Makefile.am:
10882         * tests/check/libs/.cvsignore:
10883         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10884         (netbuffer_suite):
10885           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10886           for the time being, since it's broken, see #393099.
10887
10888 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * tests/check/Makefile.am:
10891           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10892
10893 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10894
10895         * configure.ac:
10896           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10897           so that GST_BASE_CFLAGS can go inbetween them, making sure
10898           we use uninstalled gst-libs headers
10899         * docs/libs/Makefile.am:
10900         * ext/alsa/Makefile.am:
10901         * ext/cdparanoia/Makefile.am:
10902         * ext/gnomevfs/Makefile.am:
10903         * ext/libvisual/Makefile.am:
10904         * ext/ogg/Makefile.am:
10905         * ext/theora/Makefile.am:
10906         * ext/vorbis/Makefile.am:
10907         * gst-libs/gst/audio/Makefile.am:
10908         * gst-libs/gst/cdda/Makefile.am:
10909         * gst-libs/gst/interfaces/Makefile.am:
10910         * gst-libs/gst/riff/Makefile.am:
10911         * gst-libs/gst/rtp/Makefile.am:
10912         * gst-libs/gst/tag/Makefile.am:
10913         * gst/adder/Makefile.am:
10914         * gst/audioconvert/Makefile.am:
10915         * gst/audiorate/Makefile.am:
10916         * gst/audioresample/Makefile.am:
10917         * gst/playback/Makefile.am:
10918         * gst/tcp/Makefile.am:
10919         * gst/videoscale/Makefile.am:
10920         * gst/volume/Makefile.am:
10921         * sys/ximage/Makefile.am:
10922         * sys/xvimage/Makefile.am:
10923         * tests/icles/Makefile.am:
10924           adapt
10925
10926 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10927
10928         * gst-libs/gst/interfaces/xoverlay.c:
10929         (gst_x_overlay_handle_events):
10930         * gst-libs/gst/interfaces/xoverlay.h:
10931         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10932         (gst_ximagesink_set_xwindow_id),
10933         (gst_ximagesink_set_event_handling),
10934         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10935         (gst_ximagesink_get_property), (gst_ximagesink_init),
10936         (gst_ximagesink_class_init):
10937         * sys/ximage/ximagesink.h:
10938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10939         (gst_xvimagesink_set_xwindow_id),
10940         (gst_xvimagesink_set_event_handling),
10941         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10942         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10943         (gst_xvimagesink_class_init):
10944         * sys/xvimage/xvimagesink.h:
10945         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10946         Add a method to the XOverlay interface to allow disabling of 
10947         event handling in x[v]imagesink elements. This will let X events
10948         propagate to parent windows which can be usefull in some cases.
10949         Be carefull that the application is then responsible of pushing
10950         navigation events and expose events to the video sink.
10951         Fixes: #387138.
10952
10953 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10954
10955         * gst-libs/gst/tag/gstvorbistag.c:
10956         * tests/check/libs/tag.c: (GST_START_TEST):
10957           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10958           (fixes #392070).
10959
10960 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10961
10962         * configure.ac:
10963         * docs/Makefile.am:
10964         * docs/design/Makefile.am:
10965           Dist design docs.
10966
10967 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10968
10969         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10970         typo. Fixes: #390063.
10971
10972 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10973
10974         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10976         caps leak.
10977         * win32/common/config.h: Updated.
10978
10979 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10980
10981         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10982         (setup_gdpdepay_streamheader):
10983         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10984         (setup_gdppay_streamheader):
10985           Fix the dp tests, but activating the pads for the streamheader tests
10986           too and cleaning up conditionaly
10987
10988 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10989
10990         * gst/ffmpegcolorspace/avcodec.h:
10991         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10992         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10993         (gst_ffmpegcsp_avpicture_fill):
10994         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10995         (img_get_alpha_info):
10996         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10997         other end of the word. Fixes: #387073.
10998
10999         Add some inconsequential branch hints in a couple of places.
11000
11001 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11002
11003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11004         (gst_ffmpeg_caps_to_smpfmt):
11005           The "signed" field in raw audio caps is of boolean type, trying to
11006           extract the value with _get_int() will fail (fix to keep in sync with
11007           the copy in gst-ffmpeg)
11008
11009 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11010
11011         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11012         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11013         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11014         (cleanup_gdpdepay):
11015         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11016         * tests/check/elements/subparse.c: (teardown_subparse):
11017         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11018         * tests/check/elements/videorate.c: (cleanup_videorate):
11019         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11020         * tests/check/elements/volume.c: (cleanup_volume):
11021         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11022         (cleanup_vorbisdec):
11023         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11024         (cleanup_vorbistag):
11025           consistent pad (de)activation
11026
11027 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11030           Forgot to register the extensions.
11031
11032 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11035         (plugin_init):
11036           Add typefinder for VIVO files (my christmas present to the 90s).
11037
11038 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * gst/playback/gstdecodebin.c: (type_found):
11041           Special-case the text/plain media type: we only want to recognise it
11042           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11043           parser, but not if the entire stream is of text/plain type. If the
11044           entire stream is text/plain, we should just error out.
11045
11046           This fixes playback of audio files with lyrics in totem. Totem can't
11047           distinguish between text files and subtitle files and passes any
11048           .txt file with the same basename as the main file to playbin as
11049           suburi, and playbin will then throw a 'subtitle found, but no video
11050           stream' error, which isn't entirely helpful. See #380342.
11051
11052           Also, with this change we'll show a slightly more correct error
11053           message in case totem passes a playlist file to us (although a
11054           custom error message wording instead of the default text would
11055           probably not be a bad idea either).
11056
11057           Same problem also needs to be fixed for playbin+decodebin2.
11058
11059         * tests/check/Makefile.am:
11060         * tests/check/elements/decodebin.c: (src_handoff_cb),
11061         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11062         (decodebin_suite):
11063           Add simple unit test for decodebin for the above.
11064
11065 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11066
11067         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11068         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11069           Refuse to change state to READY when we failed to create any of the
11070           required elements in our instance init function.
11071
11072 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * docs/libs/gst-plugins-base-libs-sections.txt:
11075           Small docs fixes/updates.
11076
11077         * gst-libs/gst/video/gstvideosink.h:
11078           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11079           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11080           removed from the base sink API between 0.9.6 and 0.9.7).
11081           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11082           accessor macros, so we don't do a runtime GObject type check every
11083           time we use them.
11084
11085 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11086
11087         * Makefile.am:
11088         * gst-plugins-base.doap:
11089         * gst-plugins-base.spec.in:
11090           add doap file
11091
11092 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11093
11094         Patch by: Jens Granseuer <jensgr at gmx net>
11095
11096         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11097         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11098         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11099         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11100         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11101           Declare variables at the beginning of a block. Fixes #383195.
11102
11103 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11104
11105         * configure.ac:
11106         Bump version nano - back to CVS.
11107
11108
11109 === release 0.10.11 ===
11110
11111 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11112
11113         * configure.ac:
11114           releasing 0.10.11, "Dumb things"
11115
11116 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11117
11118         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11119         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11120         Handle the case where an element has multiple pads with 
11121         unfixed caps as well as still possibly producing more dynamic 
11122         pads by storing each case as a distinct entry in the dynamic list.
11123         Fixes #38223 again.
11124
11125 2006-12-04  Wim Taymans  <wim@fluendo.com>
11126
11127         * gst/playback/gstdecodebin.c: (close_pad_link):
11128         Fix #382223, add more dynamic caps handling.
11129
11130 2006-12-04  Wim Taymans  <wim@fluendo.com>
11131
11132         * gst-libs/gst/audio/gstringbuffer.h:
11133         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11134         (gst_netaddress_set_ip4_interface),
11135         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11136         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11137         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11138         (gst_netaddress_get_ttl):
11139         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11140         * gst/playback/gstdecodebin.c: (close_pad_link):
11141         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11142         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11143         * win32/common/config.h:
11144
11145 2006-12-01  Michael Smith  <msmith@fluendo.com>
11146
11147         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11148           Delete bad debug code.
11149           Fixes #381219
11150
11151 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11152
11153         * gst/videoscale/vs_4tap.c:
11154         * win32/MANIFEST:
11155         * win32/common/config.h:
11156         * win32/vs8/libgstvideoscale.vcproj:
11157         Fix compilation on win32 under VS8
11158         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11159         Partially fixes #381175
11160
11161 2006-11-30  Michael Smith  <msmith@fluendo.com>
11162
11163         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11164         (GST_START_TEST):
11165           It would be very bad if, after a discont buffer, we thought every
11166           single following buffer was also discont. So, add to the test to
11167           ensure that this isn't the case.
11168           
11169         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11170           ... it was the case. So fix it.
11171
11172 2006-11-28  Wim Taymans  <wim@fluendo.com>
11173
11174         * gst/playback/gstplaybasebin.c: (check_queue_event):
11175         Improve debug.
11176
11177         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11178         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11179         padtemplate caps. Refixes #357577.
11180
11181 2006-11-28  Wim Taymans  <wim@fluendo.com>
11182
11183         * gst/playback/gstplaybasebin.c: (check_queue_event),
11184         (queue_threshold_reached), (queue_out_of_data),
11185         (gen_preroll_element):
11186         Add event probe to see when EOS is in a queue and we can disable the
11187         underrun signals. Fixes #357577.
11188
11189 2006-11-28  Edward Hervey  <edward@fluendo.com>
11190
11191         * gst/playback/Makefile.am:
11192         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11193         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11194         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11195         (gst_decode_bin_init), (gst_decode_bin_dispose),
11196         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11197         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11198         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11199         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11200         (connect_element), (expose_pad), (type_found),
11201         (pad_added_group_cb), (pad_removed_group_cb),
11202         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11203         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11204         (are_raw_caps), (multi_queue_overrun_cb),
11205         (multi_queue_underrun_cb), (gst_decode_group_new),
11206         (get_current_group), (group_demuxer_event_probe),
11207         (gst_decode_group_control_demuxer_pad),
11208         (gst_decode_group_control_source_pad),
11209         (gst_decode_group_check_if_blocked),
11210         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11211         (gst_decode_group_hide), (gst_decode_group_free),
11212         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11213         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11214         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11215         (plugin_init):
11216         New decodebin2 element.
11217         Closes #370092
11218         * gst/playback/gstplay-marshal.list:
11219         Added marshallers for new signals in decodebin2
11220         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11221         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11222         is set.
11223
11224 2006-11-28  Wim Taymans  <wim@fluendo.com>
11225
11226         * gst/playback/gstplaybasebin.c: (setup_source),
11227         (gst_play_base_bin_change_state):
11228         Disable rtsp:// uris for the release, it's not good enough yet.
11229         Remove unused var.
11230
11231 2006-11-26  Wim Taymans  <wim@fluendo.com>
11232
11233         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11234         (theora_dec_push_forward), (theora_dec_push_reverse),
11235         (theora_handle_data_packet), (theora_dec_decode_buffer),
11236         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11237         (theora_dec_chain_forward), (theora_dec_chain):
11238         Implement reverse playback.
11239
11240         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11241         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11242         (vorbis_dec_chain_forward):
11243         Clear buffers used for reverse playback in _reset.
11244         No need to set the eos flag, we clip samples using the segment.
11245
11246 2006-11-24  Wim Taymans  <wim@fluendo.com>
11247
11248         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11249         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11250         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11251         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11252         Some cleanups.
11253         Handle continued pages in reverse mode.
11254
11255 2006-11-24  Wim Taymans  <wim@fluendo.com>
11256
11257         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11258         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11259         (vorbis_dec_flush_decode):
11260         Small cleanups.
11261         Don't try to add invalid timestamps.
11262         Clipping will unref the buffer.
11263
11264 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11265
11266         * gst/adder/gstadder.h:
11267         * gst/audiotestsrc/gstaudiotestsrc.h:
11268           remove obsolete _factory_init protos
11269
11270 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11271
11272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11273           Fix spacing in debug message.
11274
11275 2006-11-23  Wim Taymans  <wim@fluendo.com>
11276
11277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11278         (gst_ogg_demux_chain):
11279         Don't just ignore return values from _pad_push().
11280         Small debug improvements.
11281
11282 2006-11-23  Michael Smith  <msmith@fluendo.com>
11283
11284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11285           If our incoming buffer is marked as DISCONT, then increment the page
11286           number (so that the discontinuity is marked in the final ogg
11287           bitstream) and flush the previous page.
11288
11289 2006-11-22  Michael Smith  <msmith@fluendo.com>
11290
11291         * ext/theora/gsttheoraenc.h:
11292         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11293         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11294         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11295         (theora_enc_chain), (theora_enc_change_state):
11296           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11297
11298         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11299         (GST_START_TEST), (theoraenc_suite):
11300           Enable discontinuity test, fix it.
11301
11302 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11305         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11306         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11307         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11308         (gst_text_overlay_change_state):
11309         * ext/pango/gsttextoverlay.h:
11310           Some textoverlay fixes: for one, in the video chain function,
11311           actually wait for a text buffer to come in if there is none at the
11312           moment and there should be one; also, deal more gracefully with
11313           incoming buffers that do not have a timestamp or duration; discard
11314           text buffer when not needed any longer. Fixes #341681.
11315
11316         * tests/check/Makefile.am:
11317         * tests/check/elements/.cvsignore:
11318         * tests/check/elements/textoverlay.c:
11319         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11320         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11321         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11322         (test_video_waits_for_text_send_text_newsegment_thread),
11323         (test_video_waits_for_text_shutdown_element),
11324         (test_render_continuity_push_video_buffers_thread),
11325         (textoverlay_suite):
11326           Add some unit tests for textoverlay.
11327
11328 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11331           Avoid integer underflow when the found probability for mp3 is
11332           smaller than the 'penalty' we subtract if there's not a clean
11333           mp3 header sync at offset 0.
11334
11335 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11336
11337         * docs/libs/gst-plugins-base-libs-sections.txt:
11338           Add some new symbols to the docs
11339
11340 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11341
11342         * tests/check/Makefile.am:
11343         * tests/check/elements/ffmpegcolorspace.c:
11344         (ffmpegcolorspace_suite):
11345           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11346           (for now not for valgrinding though, since it takes too long).
11347
11348 2006-11-20  Wim Taymans  <wim@fluendo.com>
11349
11350         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11351         (gst_ffmpeg_pixfmt_to_caps):
11352         Fix RGBA32 caps. Fixes #357038.
11353
11354 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * gst-libs/gst/interfaces/mixertrack.h:
11357           Add FIXME so we can add some padding here in 0.11
11358
11359 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11360
11361         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11362           Fix GstBaseRTPAudioPayload structure so the whole GObject
11363           inheritance business actually works (parent class instance structure
11364           must always come first in the derived class instance structure).
11365
11366 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11367
11368         * gst/videotestsrc/Makefile.am:
11369         * tests/check/Makefile.am:
11370           Make sure our checks and the videotestsrc plugin link against the
11371           local uninstalled gst libs and not any installed gst libs that
11372           might happen to exist as well.
11373
11374         * tests/check/elements/adder.c: (message_received),
11375         (test_event_message_received), (test_play_twice_message_received):
11376         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11377           Fix compiler warnings when compiling against core with disabled
11378           debugging system.
11379
11380 2006-11-16  Michael Smith  <msmith@fluendo.com>
11381
11382         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11383         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11384           Fix audiorate, so that it accurately sets offsets and timestamps.
11385           Doesn't change the fundamental algorithmic decisions; so should be
11386           safe.
11387
11388         * tests/check/Makefile.am:
11389           Enable audiorate test now that it passes.
11390
11391 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11392
11393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11394           clear xv when going to NULL, remove // commented non-existant proto
11395
11396         * tests/examples/seek/seek.c: (main):
11397           add missing tooltip description for scrub and play_scrub
11398
11399 2006-11-14  David Schleef  <ds@schleef.org>
11400
11401         * configure.ac:
11402           Bump liboil requirement to 0.3.8.
11403         * gst-libs/gst/riff/riff-media.c:
11404           Add Dirac fourcc.
11405         * gst/videoscale/vs_image.h:
11406         * gst/videoscale/vs_scanline.h:
11407           Use liboil's stdint.h.
11408         * gst/videotestsrc/videotestsrc.c:
11409           Remove liboil related ifdef's, since they aren't needed now, and
11410           won't work with future versions.
11411
11412 2006-11-14  David Schleef  <ds@schleef.org>
11413
11414         * gst/videoscale/Makefile.am:
11415         * gst/videoscale/gstvideoscale.c:
11416         * gst/videoscale/gstvideoscale.h:
11417         * gst/videoscale/vs_4tap.c:
11418         * gst/videoscale/vs_4tap.h:
11419         * gst/videoscale/vs_image.c:
11420         * gst/videoscale/vs_image.h:
11421         * gst/videoscale/vs_scanline.c:
11422         * gst/videoscale/vs_scanline.h:
11423           Add a 4-tap image scaler.  Theoretically looks much prettier.
11424           The tap calculation could use some improvement.
11425
11426 2006-11-14  Wim Taymans  <wim@fluendo.com>
11427
11428         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11429
11430         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11431         (gst_riff_parse_strf_iavs):
11432         * gst/subparse/gstsubparse.c: (convert_encoding):
11433         * gst/tcp/gstmultifdsink.c:
11434         (gst_multi_fd_sink_handle_client_write):
11435         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11436         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11437         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11438         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11439         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11440         (gst_ximagesink_ximage_new):
11441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11442         Various gsize and gssize printf fixes. Fixes #372507.
11443
11444 2006-11-13  Wim Taymans  <wim@fluendo.com>
11445
11446         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11447         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11448         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11449         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11450         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11451         * ext/vorbis/vorbisdec.h:
11452         First stab at vorbis reverse playback.
11453
11454 2006-11-13  Wim Taymans  <wim@fluendo.com>
11455
11456         * gst-libs/gst/audio/gstbaseaudiosink.c:
11457         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11458         * gst-libs/gst/audio/gstbaseaudiosink.h:
11459         Make the clock sync code more accurate wrt resampling and playback
11460         at different rates.
11461         
11462         * gst-libs/gst/audio/gstringbuffer.c:
11463         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11464         * gst-libs/gst/audio/gstringbuffer.h:
11465         Use better algorithm to interpolate sample rates. 
11466
11467 2006-11-13  Michael Smith  <msmith@fluendo.com>
11468
11469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11470           Improve a debug line slightly.
11471
11472         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11473           Call gst_riff_init() in plugin_init, to avoid getting errors from
11474           the debug system (unrelated changes to another plugin made this turn
11475           up; not sure why).
11476
11477 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11478
11479         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11480
11481         * win32/common/libgsttag.def:
11482           Add missing symbol (#366492).
11483
11484 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11485
11486         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11487           Don't unref a NULL pad.
11488
11489 2006-11-09  Wim Taymans  <wim@fluendo.com>
11490
11491         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11492         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11493         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11494         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11495         (gst_ogg_demux_loop):
11496         Implement first stab at reverse playback.
11497
11498 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11499
11500         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11501         (gst_riff_create_video_template_caps):
11502           add h263/h264 variants to the caps, Fixes #363118
11503
11504 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11505
11506         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11507         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11508           Use g_strerror instead of strerror so we get UTF-8.
11509
11510 2006-11-03  David Schleef  <ds@schleef.org>
11511
11512         * ext/ogg/gstoggdemux.c:
11513         * ext/ogg/gstoggmux.c:
11514           Add/remove KW-DIRAC header here, since it is ogg-specific.
11515
11516 2006-11-03  Michael Smith  <msmith@fluendo.com>
11517
11518         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11519           Recognise more mpeg4 elementary video streams.
11520
11521 2006-11-02  Edward Hervey  <edward@fluendo.com>
11522
11523         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11524         Lower the probability of mp3 typefinding functions if we don't find a
11525         valid mp3 header at the start of the file.
11526         Closes #369482
11527
11528 2006-11-02  Wim Taymans  <wim@fluendo.com>
11529
11530         * ext/theora/gsttheoradec.h:
11531         * ext/theora/theoradec.c: (gst_theora_dec_init),
11532         (theora_dec_sink_event), (theora_dec_chain_forward),
11533         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11534         (theora_dec_chain):
11535         Document and partially implement an algorithm for doing reverse playback
11536         of theora video.
11537
11538 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11539
11540         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11541
11542         * win32/common/config.h:
11543         * win32/common/interfaces-enumtypes.c:
11544         * win32/common/libgsttag.def:
11545         * win32/vs8/gst-plugins-base.sln:
11546         * win32/vs8/libgstaudioresample.vcproj:
11547         * win32/vs8/libgstinterfaces.vcproj:
11548         * win32/vs8/libgstogg.vcproj:
11549         * win32/vs8/libgstriff.vcproj:
11550         * win32/vs8/libgsttag.vcproj:
11551         * win32/vs8/libgsttheora.vcproj:
11552         * win32/vs8/libgstvideoscale.vcproj:
11553         * win32/vs8/libgstvorbis.vcproj:
11554           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11555           to libgsttag.def; add missing dependencies for some vs8 projects;
11556           re-arrange placement of .def files in vs8 projects (#366334).
11557
11558 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11559
11560         * ext/ogg/gstogg.c:
11561           Remove unused variable.
11562
11563         * ext/ogg/gstoggdemux.c:
11564           Fix Wim's surname in plugin description.
11565
11566 2006-10-31  Wim Taymans  <wim@fluendo.com>
11567
11568         * gst-plugins-base.spec.in:
11569         spec new .h file. Fixes #368310.
11570
11571 2006-10-31  Michael Smith  <msmith@fluendo.com>
11572
11573         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11574         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11575         (gst_multi_fd_sink_get_stats),
11576         (gst_multi_fd_sink_remove_client_link),
11577         (gst_multi_fd_sink_queue_buffer),
11578         (gst_multi_fd_sink_handle_clients):
11579         * gst/tcp/gstmultifdsink.h:
11580           Make using the remove or clear signals threadsafe.
11581           Make calling get-stats with an invalid fd not segfault.
11582           Fixes 368273.
11583
11584 2006-10-31  Wim Taymans  <wim@fluendo.com>
11585
11586         * gst-libs/gst/rtp/Makefile.am:
11587         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11588         (gst_base_rtp_audio_payload_init):
11589         Fix and activate base audio payloader.
11590
11591 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11592
11593         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11594         (plugin_init):
11595           Add typefinder for QuickTime Image Files (see #366156).
11596
11597 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11598
11599         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11600           Another typo fix (#366212).
11601
11602 2006-10-27  Wim Taymans  <wim@fluendo.com>
11603
11604         * gst/volume/gstvolume.c: (volume_transform_ip):
11605         Use stream time to synchronize volume property instead of rather random
11606         timestamps. This is needed when gnonlin does its time shifting.
11607
11608 2006-10-27  Wim Taymans  <wim@fluendo.com>
11609
11610         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11611
11612         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11613         Remove the pad from the element in release_pad. Fixes #364812.
11614
11615 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11619           Explicitly create our custom buffer classes at a thread-safe
11620           location as well, since g_type_class_ref() doesn't seem to be
11621           entirely thread-safe either (#365501; also see #349410).
11622
11623 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11624
11625         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11626         (gst_riff_parse_info):
11627           If strings in INFO chunk are not UTF-8, do something similar to
11628           what we do for ID3v1 tags: check a number of environment variables
11629           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11630           character sets to try, otherwise try the current locale and/or fall
11631           back on ISO-8859-1. Fixes #360552.
11632
11633 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11634
11635         * gst/videotestsrc/gstvideotestsrc.c:
11636         (gst_video_test_src_pattern_get_type),
11637         (gst_video_test_src_set_pattern):
11638         * gst/videotestsrc/gstvideotestsrc.h:
11639         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11640         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11641         (gst_video_test_src_checkers8):
11642         * gst/videotestsrc/videotestsrc.h:
11643           Add a bunch of exciting new checkers patterns.
11644
11645 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11646
11647         * gst/subparse/Makefile.am:
11648         * gst/subparse/gstsubparse.c:
11649         (gst_sub_parse_data_format_autodetect),
11650         (gst_sub_parse_format_autodetect), (handle_buffer),
11651         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11652         * gst/subparse/gstsubparse.h:
11653         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11654         (parse_tmplayer):
11655         * gst/subparse/tmplayerparse.h:
11656           Add support for TMPlayer-type subtitles (#362845).
11657
11658         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11659         (GST_START_TEST), (subparse_suite):
11660           Add some basic unit tests for the above.
11661
11662 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11663
11664         * tests/check/elements/audiorate.c: (test_injector_base_init),
11665         (test_injector_class_init), (test_injector_chain),
11666         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11667         (GST_START_TEST), (audiorate_suite):
11668           More tests for audiorate: inject buffers to check behaviour when
11669           buffers overlap.
11670
11671 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11672
11673         * tests/check/Makefile.am:
11674         * tests/check/elements/.cvsignore:
11675         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11676         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11677           Add some basic unit tests for audiorate. Disabled at the moment
11678           since it doesn't pass yet (see bug #363119).
11679
11680 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11681
11682         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11683         (parse_subrip), (handle_buffer):
11684           Add missing closing tags for markup and fix broken markup,
11685           otherwise pango won't render anything (fixes #357531). Also,
11686           make sure the text we send out is always NUL-terminated
11687           (better safe than sorry etc.).
11688
11689         * tests/check/elements/subparse.c: (test_srt_do_test),
11690         (test_srt):
11691           Some more tests for .srt incl. tests for the above stuff.
11692
11693 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11694
11695         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11697         Patch by: Stefan Kost  <ensonic@users.sf.net>
11698         Try to redraw borders only when needed. Apparently this consumes
11699         resources on small devices... :-O (#363607)
11700
11701 2006-10-20  Michael Smith  <msmith@fluendo.com>
11702
11703         * gst/tcp/gstmultifdsink.c:
11704         (gst_multi_fd_sink_client_queue_buffer):
11705           If caps change, then update the client's idea of the caps so that we
11706           don't end up re-sending streamheaders for every single buffer after
11707           the caps change.
11708
11709 2006-10-20  Michael Smith  <msmith@fluendo.com>
11710
11711         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11712         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11713           Set caps on pushed buffers; fix up refcounting of caps objects.
11714
11715 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11716
11717         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11718         (plugin_init):
11719           Typefind mmsh header data packet to application/x-mmsh (#362625).
11720
11721 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11722
11723         * tests/check/Makefile.am:
11724         * tests/check/elements/.cvsignore:
11725         * tests/check/elements/subparse.c: (buffer_from_static_string),
11726         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11727         (GST_START_TEST), (subparse_suite):
11728           Add very simple unit test for subparse.
11729
11730 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11731
11732         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11733         (parse_subrip):
11734           Strip trailing newlines from subtitle text output.
11735
11736 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11737
11738         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11739         (gst_sub_parse_change_state):
11740           Fix memleak; clear subparse->textbuf n state change function.
11741
11742 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11743
11744         * gst/subparse/gstsubparse.c:
11745         (gst_sub_parse_data_format_autodetect):
11746           Don't require subrip (.srt) files to start with a chunk number of 1.
11747
11748 2006-10-18  Wim Taymans  <wim@fluendo.com>
11749
11750         * gst-libs/gst/audio/gstbaseaudiosink.c:
11751         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11752         * gst-libs/gst/audio/gstbaseaudiosink.h:
11753         Extract rate from the NEWSEGMENT event.
11754         Use commit_full to also take rate adjustment into account when writing
11755         samples to the ringbuffer.
11756         
11757         * gst-libs/gst/audio/gstringbuffer.c:
11758         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11759         (gst_ring_buffer_read):
11760         * gst-libs/gst/audio/gstringbuffer.h:
11761         Added _commit_full() to also take rate into account.
11762         Use simple interpolation algorithm to resample audio.
11763         API: gst_ring_buffer_commit_full()
11764
11765         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11766         * tests/examples/seek/seek.c: (segment_done):
11767         Don't try to seek with 0.0 rate, just pause instead.
11768         Remove bogus debug line.
11769
11770 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11771
11772         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11773         (setup_source):
11774           Catch async errors when starting up the subtitle bin, so we can
11775           stop waiting and continue with the main film instead of hanging
11776           forever. Fixes #339366.
11777
11778         * tests/check/elements/playbin.c: (playbin_suite):
11779           Enable unit test for the above.
11780
11781 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11782
11783         * tests/check/Makefile.am:
11784         * tests/check/elements/.cvsignore:
11785         * tests/check/elements/playbin.c: (GST_START_TEST),
11786         (gst_red_video_src_uri_get_type),
11787         (gst_red_video_src_uri_get_protocols),
11788         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11789         (gst_red_video_src_uri_handler_init),
11790         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11791         (gst_red_video_src_create), (gst_red_video_src_class_init),
11792         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11793           Some small and basic unit tests for playbin; not very useful yet,
11794           but at least a start.
11795
11796 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11797
11798         * gst/playback/gstplaybin.c: (setup_sinks):
11799           The old pad activation spiel.
11800
11801 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11802
11803         * gst/playback/gstplaybasebin.c: (setup_source):
11804           Don't hang forever if the subbin already fails to start up in 
11805           the state change to PAUSED (#339366).
11806
11807 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11808
11809         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11810         (gst_tuner_set_channel), (gst_tuner_get_channel),
11811         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11812         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11813         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11814         (gst_tuner_find_channel_by_name):
11815           Fix some function guards, add some more function guards.
11816
11817 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11818
11819         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11820         (remove_element_chain):
11821         Don't return a pad from get_our_ghost_pad unless it is actually the
11822         one we want.
11823         Change a cast in remove_element_chain slightly.
11824
11825 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11826
11827         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11828         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11829         Segment seeking needs to use the rate and set stop to -1.
11830
11831 2006-10-13  Wim Taymans  <wim@fluendo.com>
11832
11833         * gst-libs/gst/audio/gstbaseaudiosink.c:
11834         (gst_base_audio_sink_setcaps):
11835         Don't crash when ringbuffer is not yet created.
11836         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11837         Fixes #361634.
11838
11839         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11840         * gst/playback/gststreamselector.c:
11841         (gst_stream_selector_request_new_pad):
11842         Activate pads befre adding them to running elements.
11843
11844 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11845
11846         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11847         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11848         updater when we start grabing the slider. Don't wait for the
11849         pipeline to be PAUSED.
11850
11851 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11852
11853         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11854         (gst_mixer_set_volume), (gst_mixer_get_volume),
11855         (gst_mixer_set_mute), (gst_mixer_set_option),
11856         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11857         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11858         (gst_mixer_option_changed):
11859           Guard mixer interface functions against bogus arguments.
11860
11861 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11862
11863         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11864         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11865         (msg_state_changed), (main): Use state-changed messages to trigger
11866         start/stop of scale update timer. Indeed the scale slider was
11867         jumping here and there because the update timer was activated 
11868         before seek completed. This fixes instant applying of rate changes
11869         by pressing the spinbutton like a crazy man !
11870
11871 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11872
11873         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11874
11875         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11876         (gst_basertppayload_finalize):
11877           Fix two small memory leaks (#361456).
11878
11879 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11880
11881         * tests/examples/seek/seek.c: (do_seek),
11882         (rate_spinbutton_changed_cb): When changing spinbutton we try
11883         to change the rate on the fly.
11884
11885 2006-10-10  Wim Taymans  <wim@fluendo.com>
11886
11887         * gst-libs/gst/riff/riff-ids.h:
11888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11889         (gst_riff_create_audio_template_caps):
11890         Add WMS caps.
11891
11892 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11893
11894         Patch by: Josep Torra Valles <josep@fluendo.com>
11895
11896         * ext/gnomevfs/gstgnomevfssink.c:
11897         * ext/gnomevfs/gstgnomevfssrc.c:
11898         Fix URI interface implementation return type.
11899         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11900         Fix what looks like a copy/paste issue when assigning values.
11901         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11902         (gst_audio_filter_template_get_type):
11903         Cast to prevent Forte warnings.
11904         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11905         Fix URI interface implementation return type.
11906         gst_pad_query_position requires a signed integer pointer as
11907         3rd parameter, GstClockTime is unsigned.
11908         * gst/audioconvert/audioconvert.c:
11909         Fix integer overflow when treated as signed.
11910         * gst/audioresample/resample.c: (resample_add_input_data):
11911         Cast to prevent warnings on Forte.
11912         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11913         Fix integer overflow when treated as signed.
11914         * gst/ffmpegcolorspace/imgconvert_template.h:
11915         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11916         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11917         (cleanup_decodebin):
11918         Who initialises a guint to -1!
11919         Cast function pointers to prevent warnings on Forte.
11920         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11921         (queue_threshold_reached):
11922         Cast function pointers correctly to prevent warnings on Forte.
11923         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11924         Cast function pointers correctly to prevent warnings on Forte.
11925         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11926         Obvious change to unsigned, 0xEF > max signed char.
11927         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11928         GstClockTime is unsigned, initialise correctly.
11929         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11930         Cast so pointer arithemetic doesn't cause warnings on Forte.
11931         * gst/videorate/gstvideorate.c:
11932         Use correct return value.
11933         * tests/examples/seek/scrubby.c:
11934         GstClockTime is unsigned, initialise correctly.
11935
11936 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11937
11938         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11939
11940         * gst/typefind/gsttypefindfunctions.c:
11941           Recognise XML files and XML-like files shorter than 256 bytes as
11942           well (fixes #359237).
11943
11944 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11945
11946         Patch by: Renato Filho <renato.filho@indt.org.br>
11947         
11948         * gst/typefind/gsttypefindfunctions.c:
11949         Added typefind functions to video/x-nuv media.
11950         
11951 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11952
11953         * gst-libs/gst/interfaces/xoverlay.c:
11954         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11955           Some more guards against invalid input.
11956
11957 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11958
11959         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11960         Useless goto.
11961         * tests/examples/seek/seek.c: (do_seek),
11962         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11963         seek example to experiment with rates != 1.0 (reverse playback !)
11964
11965 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11966
11967         * gst-libs/gst/interfaces/xoverlay.c:
11968           Unref message in doc-example (spotted by Robert McQueen)
11969
11970 2006-10-06  Wim Taymans  <wim@fluendo.com>
11971
11972         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11973         (mpeg1_parse_header), (mpeg1_sys_type_find):
11974         printf fix.
11975
11976 2006-10-06  Wim Taymans  <wim@fluendo.com>
11977
11978         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11979         (close_pad_link):
11980         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11981         Activate dynamic pads before adding them to the element.
11982
11983 2006-10-06  Michael Smith  <msmith@fluendo.com>
11984
11985         * gst-libs/gst/floatcast/floatcast.h:
11986           Fix obviously-bogus macros; use the correct types.
11987
11988 2006-10-06  Wim Taymans  <wim@fluendo.com>
11989
11990         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11991         (gst_base_rtp_depayload_change_state):
11992         Also call parent state change function to activate pads.
11993
11994         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11995         (mpeg1_parse_header), (mpeg1_sys_type_find):
11996         Add some more debug info in mpeg typefinding.
11997
11998 2006-10-06  Michael Smith  <msmith@fluendo.com>
11999
12000         * ext/theora/theoradec.c: (theora_dec_chain):
12001           Zero byte theora packets are valid and well-defined; don't warn on
12002           them.
12003
12004 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12005
12006         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12007         (gst_multi_fd_sink_get_stats), (find_limits),
12008         (gst_multi_fd_sink_queue_buffer):
12009           API: add dropped_buffers to the get-stats GValueArray
12010
12011 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12012
12013         * ext/alsa/gstalsadeviceprobe.c:
12014         (gst_alsa_device_property_probe_get_values):
12015         * ext/alsa/gstalsasink.c: (set_hwparams):
12016         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12017         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12018         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12019         (gst_ogg_mux_process_best_pad):
12020         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12021         (gst_ogg_parse_chain):
12022         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12023         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12024         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12025         (gst_vorbis_enc_buffer_check_discontinuous):
12026         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12027         * gst-libs/gst/audio/gstbaseaudiosink.c:
12028         (gst_base_audio_sink_render):
12029         * gst-libs/gst/cdda/gstcddabasesrc.c:
12030         (gst_cdda_base_src_handle_track_seek):
12031         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12032         (gst_base_rtp_depayload_push_full):
12033         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12034         * gst/audioresample/resample.c: (resample_input_pushthrough):
12035         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12036         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12037         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12038         (wavpack_type_find):
12039         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12040         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12041         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12042         * tests/check/elements/volume.c: (GST_START_TEST):
12043           Printf format fixes.
12044
12045 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12046
12047         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12048           Fix a simple mistake (see the docs)
12049           Fixes #359580
12050
12051 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12052
12053         * docs/plugins/Makefile.am:
12054         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12055         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12056         * docs/plugins/gst-plugins-base-plugins.args:
12057         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12058         * docs/plugins/inspect/plugin-adder.xml:
12059         * docs/plugins/inspect/plugin-alsa.xml:
12060         * docs/plugins/inspect/plugin-audioconvert.xml:
12061         * docs/plugins/inspect/plugin-audiorate.xml:
12062         * docs/plugins/inspect/plugin-audioresample.xml:
12063         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12064         * docs/plugins/inspect/plugin-cdparanoia.xml:
12065         * docs/plugins/inspect/plugin-decodebin.xml:
12066         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12067         * docs/plugins/inspect/plugin-gdp.xml:
12068         * docs/plugins/inspect/plugin-gnomevfs.xml:
12069         * docs/plugins/inspect/plugin-libvisual.xml:
12070         * docs/plugins/inspect/plugin-ogg.xml:
12071         * docs/plugins/inspect/plugin-pango.xml:
12072         * docs/plugins/inspect/plugin-playbin.xml:
12073         * docs/plugins/inspect/plugin-subparse.xml:
12074         * docs/plugins/inspect/plugin-tcp.xml:
12075         * docs/plugins/inspect/plugin-theora.xml:
12076         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12077         * docs/plugins/inspect/plugin-video4linux.xml:
12078         * docs/plugins/inspect/plugin-videorate.xml:
12079         * docs/plugins/inspect/plugin-videoscale.xml:
12080         * docs/plugins/inspect/plugin-videotestsrc.xml:
12081         * docs/plugins/inspect/plugin-volume.xml:
12082         * docs/plugins/inspect/plugin-vorbis.xml:
12083         * docs/plugins/inspect/plugin-ximagesink.xml:
12084         * docs/plugins/inspect/plugin-xvimagesink.xml:
12085           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12086
12087 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12088
12089         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12090
12091         * ext/vorbis/Makefile.am:
12092         * ext/vorbis/vorbis.c: (plugin_init):
12093         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12094         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12095         * ext/vorbis/vorbisparse.h:
12096         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12097         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12098         (gst_vorbis_tag_parse_packet):
12099         * ext/vorbis/vorbistag.h:
12100           Add new vorbistag element which derives from vorbisparse
12101           and is essentially the same as well, only that it implements
12102           the GstTagSetter interface and can modify the stream's
12103           vorbiscomment on the fly (#335635).
12104
12105         * tests/check/Makefile.am:
12106         * tests/check/elements/.cvsignore:
12107         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12108         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12109         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12110         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12111           Add unit test for new vorbistag element.
12112
12113 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12114
12115         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12116         (vorbis_parse_push_headers), (vorbis_parse_chain):
12117           Set BOS flag in packet structure to fix 'jump depends
12118           on unitialized value' errors in valgrind; various minor
12119           clean-ups.
12120
12121 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12122
12123         * gst/playback/gstdecodebin.c: (close_pad_link):
12124         Fix typo in a debug statement.
12125
12126         * gst/playback/gstplaybasebin.c: (probe_triggered),
12127         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12128         (gen_source_element), (source_new_pad), (analyse_source),
12129         (setup_source):
12130         When handling no_more_pads in new_decoded_pad, make sure to treat
12131         subtitle pads correctly. Fixes playback with subtitle files.
12132
12133         Move a recurring message to LOG level.
12134
12135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12136         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12137         which ends up as -1 when cast to an int. Make the logic handle the
12138         max value as an unsigned mask and only change the colorkey when it's
12139         a value we recognise.
12140
12141 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12142
12143         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12144         Removed empty * between paragraphs
12145
12146 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12147
12148         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12149         * gst-libs/gst/rtp/README:
12150         Moved some documentation into .c file
12151
12152 2006-09-29  Wim Taymans  <wim@fluendo.com>
12153
12154         * gst/playback/gstdecodebin.c: (no_more_pads):
12155         Fix compilation.
12156
12157 2006-09-29  Wim Taymans  <wim@fluendo.com>
12158
12159         * gst/playback/gstdecodebin.c: (new_caps):
12160         Remove g_print
12161
12162         * gst/playback/gstplaybin.c:
12163         Add some docs.
12164
12165 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12166
12167         * tests/check/Makefile.am:
12168           Re-enable cddabasesrc test to see if it works again
12169           now.
12170
12171 2006-09-29  Wim Taymans  <wim@fluendo.com>
12172
12173         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12174         (gen_source_element):
12175         Handle invalid URIs a bit more gracefully.
12176
12177 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12178
12179         * tests/check/pipelines/oggmux.c:
12180           Remove obsolete comment.
12181
12182 2006-09-29  Michael Smith  <msmith@fluendo.com>
12183
12184         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12185         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12186         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12187         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12188         (gst_ogg_mux_collected):
12189           Commit patch from James "Doc" Livingston, adds proper EOS handling
12190           in oggmux. GStreamer can, for the first time ever, create a valid
12191           Ogg file! Yay!
12192
12193         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12194         (oggmux_suite):
12195           Reenable tests now that they pass.
12196
12197 2006-09-29  Wim Taymans  <wim@fluendo.com>
12198
12199         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12200         Stop reading commands when EOF (we read 0) as well.
12201
12202 2006-09-28  Wim Taymans  <wim@fluendo.com>
12203
12204         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12205         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12206         (find_dynamic), (unlinked), (close_link):
12207         Implement delayed caps linking needed for element with a lot of
12208         different caps on the src pads that get fixed at runtime.
12209         Improve management of dynamic elements.
12210
12211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12212         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12213         (gen_preroll_element), (remove_groups), (unknown_type),
12214         (add_element_stream), (no_more_pads_full), (no_more_pads),
12215         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12216         (new_decoded_pad), (setup_subtitle), (array_has_value),
12217         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12218         (analyse_source), (remove_decoders), (make_decoder),
12219         (remove_source), (setup_source), (finish_source), (prepare_output),
12220         (gst_play_base_bin_change_state):
12221         * gst/playback/gstplaybasebin.h:
12222         Use more _CAST instead of full type checking casts.
12223         Small cleanups, plug some leaks.
12224         Handle dynamic sources.
12225         Add some helper functions to create lists of strings used for
12226         blacklisting and other stuff.
12227         Refactor some code dealing with analysing the source.
12228         Re-enable sources without pads (like cd:// or other selfcontained
12229         elements).
12230
12231 2006-09-28  Wim Taymans  <wim@fluendo.com>
12232
12233         * gst-libs/gst/audio/gstbaseaudiosink.c:
12234         (gst_base_audio_sink_render):
12235         When we have a timestamp, we can still perform clipping.
12236         When we have no clock, we must play the sample ASAP.
12237
12238 2006-09-28  Wim Taymans  <wim@fluendo.com>
12239
12240         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12241         Set caps on outgoing buffers.
12242
12243         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12244         (gst_video_rate_event), (gst_video_rate_chain):
12245         * gst/videorate/gstvideorate.h:
12246         Fix videorate some more. Fixes #357977
12247
12248 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12249
12250         * tests/check/elements/adder.c: (adder_suite):
12251           Don't set timeout to 6 seconds when we're running
12252           in valgrind ... (and how is 6 seconds longer than
12253           the default anyway?)
12254
12255 2006-09-28  Wim Taymans  <wim@fluendo.com>
12256
12257         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12258         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12259         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12260         Keep sink and src segment to keep track of time and support more
12261         input formats.
12262         Fix bogus next_offset and run_time calculation, don't understand how
12263         this could have worked before. Fixes #357976.
12264         Remove some unneeded vars.
12265
12266 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         * gst/playback/gstplaybin.c: (remove_sinks):
12269           Only remove visualisation from visbin if there is a visbin (or:
12270           don't throw warnings when closing totem without playing a file).
12271
12272 2006-09-27  Wim Taymans  <wim@fluendo.com>
12273
12274         * gst-libs/gst/audio/gstbaseaudiosink.c:
12275         (gst_base_audio_sink_render):
12276         Add some more info in a WARNING.
12277
12278         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12279         (gst_base_audio_src_create):
12280         Handle PAUSE in create function, use new -core addition to
12281         wait for playing. Fixes pausing and resuming capture from an
12282         audiosrc.
12283
12284         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12285         (gst_ring_buffer_read):
12286         Constify some more.
12287         Caller supports interrupted reads now.
12288
12289 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12290
12291         * tests/check/Makefile.am:
12292           Another attempt to make the gen64 buildbot happy.
12293
12294 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12295
12296         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12297
12298         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12299         (gst_visual_chain), (gst_visual_change_state):
12300           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12301           correctly. Fixes #357800
12302
12303 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12304
12305         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12306           Add timeout to _get_state() so we see which pipeline it is
12307           that causes trouble on the gen64 build bot.
12308
12309 2006-09-27  Wim Taymans  <wim@fluendo.com>
12310
12311         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12312         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12313         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12314         (gst_base_rtp_depayload_set_gst_timestamp):
12315         the source pad always uses fixed caps.
12316
12317 2006-09-27  Wim Taymans  <wim@fluendo.com>
12318
12319         * docs/libs/gst-plugins-base-libs-docs.sgml:
12320         * docs/libs/gst-plugins-base-libs-sections.txt:
12321         * gst-libs/gst/audio/gstaudioclock.c:
12322         * gst-libs/gst/audio/gstaudioclock.h:
12323         * gst-libs/gst/audio/gstaudiosink.c:
12324         * gst-libs/gst/audio/gstaudiosink.h:
12325         * gst-libs/gst/audio/gstaudiosrc.c:
12326         * gst-libs/gst/audio/gstbaseaudiosink.c:
12327         (gst_base_audio_sink_render):
12328         * gst-libs/gst/audio/gstbaseaudiosink.h:
12329         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12330         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12331         * gst-libs/gst/audio/gstringbuffer.h:
12332         Added docs for the audio libs.
12333
12334 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12335
12336         * tests/check/Makefile.am:
12337           Temporarily disable test that fails on the bots for unknown reasons.
12338
12339 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12340
12341         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12342         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12343         Moved AudioCodecType into priv
12344         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12345
12346 2006-09-25  Wim Taymans  <wim@fluendo.com>
12347
12348         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12349         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12350         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12351         (new_pad):
12352         Cleanups and small leak fixes.
12353         Added Depayloaders to valid list of autopluggable elements.
12354
12355 2006-09-25  Wim Taymans  <wim@fluendo.com>
12356
12357         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12358         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12359         (gen_video_element), (gen_text_element), (gen_audio_element),
12360         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12361         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12362         Detect NO_PREROLL state change returns and disable clock distribution to
12363         the sinks so that sync is disabled.
12364         Avoid some type checking and do simple casts instead.
12365         Small cleanups, fix some FIXMEs.
12366         Be more robust when linking user specified elements, catch an report
12367         errors. Fixes #357404.
12368         Fix some leaks in the error paths.
12369
12370 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12371
12372         * ChangeLog:
12373           ChangeLog surgery for missing bug-number
12374
12375 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12376
12377         Patch by: Peter Kjellerstedt  <pkj at axis com>
12378
12379         * gst/playback/test.c:
12380           Fix compilation with uClibc and -Werror (#357591).
12381
12382 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12383
12384         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12385           Parse dates that are followed by a time as well (#357532).
12386
12387         * tests/check/libs/tag.c: (test_vorbis_tags):
12388           Add unit test for this.
12389
12390 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12391
12392         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12393         (gst_audio_convert_transform_caps):
12394         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12395         * gst/videotestsrc/videotestsrc.h:
12396           A few array const-ifications.
12397
12398 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12399
12400         * tests/check/Makefile.am:
12401           See if this makes the build bots happy.
12402
12403         * tests/check/libs/cddabasesrc.c:
12404           UTF8-ise my name.
12405
12406 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12407
12408         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12409
12410         * gst/subparse/samiparse.c: (handle_start_font),
12411         (fix_invalid_entities):
12412           More case-insensitivity for certain tags; recognise entities with
12413           decimal codes as special entities as well (#357330).
12414
12415 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12416
12417         * gst-libs/gst/Makefile.am:
12418           Need to build tag directory before cdda.
12419
12420 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12421
12422         * docs/libs/gst-plugins-base-libs-sections.txt:
12423         * gst-libs/gst/cdda/Makefile.am:
12424         * gst-libs/gst/cdda/gstcddabasesrc.c:
12425         (gst_cdda_base_src_base_init):
12426         * gst-libs/gst/cdda/gstcddabasesrc.h:
12427         * gst-libs/gst/tag/tag.h:
12428         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12429         (gst_tag_register_musicbrainz_tags):
12430           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12431           depend on libgsttag. This is required so we can extract/read tags like
12432           DISCID without depending on libgstcddabasesrc (which used to register
12433           them).
12434
12435         * gst-libs/gst/tag/gstvorbistag.c:
12436           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12437           tags (also see #347848).
12438
12439         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12440           Log vorbis comments we are actually writing. Const-ify array.
12441
12442 2006-09-23  Wim Taymans  <wim@fluendo.com>
12443
12444         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12445         Improve buffering a bit by avoiding a deadlock because we cannot assume
12446         the underrun is always called.
12447
12448 2006-09-23  Wim Taymans  <wim@fluendo.com>
12449
12450         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12451
12452         * gst-libs/gst/riff/riff-ids.h:
12453         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12454         (gst_riff_create_audio_template_caps):
12455         Added MPEG-4 AAC and id and caps. Fixes #357289
12456         Added WMA9 Lossless id.
12457
12458 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12459
12460         * ext/gnomevfs/gstgnomevfssrc.c:
12461           Fix misleading docs addition.
12462
12463         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12464           Get rid of compiler warning the right way.
12465
12466 2006-09-22  Wim Taymans  <wim@fluendo.com>
12467
12468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12469         (gst_base_rtp_depayload_finalize),
12470         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12471         (gst_base_rtp_depayload_push_full),
12472         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12473         (gst_base_rtp_depayload_process),
12474         (gst_base_rtp_depayload_set_gst_timestamp),
12475         (gst_base_rtp_depayload_queue_release):
12476         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12477         Small cleanups.
12478         Fix some leaks.
12479         Refactored the process method and added methods to push from the process
12480         vmethod.
12481         Use _scale functions.
12482         API: gst_base_rtp_depayload_push_ts
12483         API: gst_base_rtp_depayload_push
12484
12485         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12486         timestamps are uint.
12487
12488 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12489
12490         * gst-libs/gst/interfaces/xoverlay.c:
12491           Remove unused statement from doc example.
12492
12493 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12494
12495         * gst-libs/gst/interfaces/videoorientation.c:
12496         (gst_video_orientation_iface_init),
12497         (gst_video_orientation_get_hflip),
12498         (gst_video_orientation_get_vflip),
12499         (gst_video_orientation_get_hcenter),
12500         (gst_video_orientation_get_vcenter),
12501         (gst_video_orientation_set_hflip),
12502         (gst_video_orientation_set_vflip),
12503         (gst_video_orientation_set_hcenter),
12504         (gst_video_orientation_set_vcenter):
12505           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12506           in ChangeLog)
12507
12508 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12509
12510         * tests/check/Makefile.am:
12511         * tests/check/elements/.cvsignore:
12512         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12513         (create_rgb_conversions), (rgb_conversion_free),
12514         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12515         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12516           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12517           but disable for now since it doesn't pass (something wrong with
12518           RGBA somewhere).
12519
12520 2006-09-21  Wim Taymans  <wim@fluendo.com>
12521
12522         * gst/playback/gstplaybasebin.c: (group_commit),
12523         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12524         (queue_out_of_data), (gen_preroll_element),
12525         (preroll_remove_overrun), (probe_triggered):
12526         Refactor handling of overrun detection.
12527         Separate handling of group completion and deadlock detection when doing
12528         network buffering. This should fix some deadlocks that were not detected
12529         because the group was completed.
12530         Add more comments, improve debugging.
12531
12532 2006-09-21  Wim Taymans  <wim@fluendo.com>
12533
12534         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12535         * tests/check/libs/audio.c:
12536         Some more compilation fixes.
12537
12538 2006-09-21  Wim Taymans  <wim@fluendo.com>
12539
12540         * gst-libs/gst/audio/gstringbuffer.c:
12541         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12542         (gst_ring_buffer_read):
12543         Early morning compilation fix.
12544
12545 2006-09-20  Wim Taymans  <wim@fluendo.com>
12546
12547         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12548         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12549         * tests/check/elements/videorate.c: (GST_START_TEST):
12550         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12551         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12552         Fix some warnings.
12553
12554 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12555
12556         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12557         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12558         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12559           Handcrafted merge to help CVS understanding what I changed and what
12560           not.
12561
12562 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12563
12564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12565         (gst_xvimagesink_get_times):
12566           change colorkey behaviour back according to #354773 comment 6/7
12567
12568 2006-09-19  Michael Smith  <msmith@fluendo.com>
12569
12570         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12571         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12572         (gst_multi_fd_sink_recover_client),
12573         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12574         (gst_multi_fd_sink_get_property):
12575         * gst/tcp/gstmultifdsink.h:
12576           Implement stubbed out properties unit-type, units-soft-max,
12577           units-max, to allow specifying maximum sizes in units other than
12578           buffers.
12579           Fixes #355935
12580
12581 2006-09-19  Wim Taymans  <wim@fluendo.com>
12582
12583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12584         (gst_riff_create_audio_template_caps):
12585         Reorder the audio formats a bit for clarity.
12586         Detect and create caps for MSGSM and MSN (WAV49).
12587         Fixes #356596.
12588
12589         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12590         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12591         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12592         Small cleanups, move error handling out of normal flow for clarity.
12593
12594 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12595
12596         * docs/libs/gst-plugins-base-libs-docs.sgml:
12597         * docs/libs/gst-plugins-base-libs.types:
12598         * gst-libs/gst/interfaces/Makefile.am:
12599         * gst-libs/gst/interfaces/videoorientation.c:
12600         (gst_video_orientation_get_type),
12601         (gst_video_orientation_iface_init),
12602         (gst_video_orientation_get_hflip),
12603         (gst_video_orientation_get_vflip),
12604         (gst_video_orientation_get_hcenter),
12605         (gst_video_orientation_get_vcenter),
12606         (gst_video_orientation_set_hflip),
12607         (gst_video_orientation_set_vflip),
12608         (gst_video_orientation_set_hcenter),
12609         (gst_video_orientation_set_vcenter):
12610         * gst-libs/gst/interfaces/videoorientation.h:
12611           API: Add new interface to control video orientation (fixes #354908)
12612
12613 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12614
12615         * gst/videotestsrc/gstvideotestsrc.c:
12616           Use G_UNLIKELY in _create and log one more detail.
12617           
12618         (gst_video_test_src_get_times), (gst_video_test_src_create):
12619         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12620           Use gst_util_uint64_scale_int in _get_times().
12621
12622 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12623
12624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12625           Give better warning message (add object and detail).
12626
12627 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12628
12629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12630         (gst_xvimagesink_get_times):
12631           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12632           #354773), use gst_util_uint64_scale_int in _get_times()
12633
12634 2006-09-18  Michael Smith  <msmith@fluendo.com>
12635
12636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12637           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12638           always true, leading to dropping all timestamps.
12639
12640 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12641
12642         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12643         (gst_visual_chain), (gst_visual_change_state):
12644           update to work also with libvisual 0.4 API, fix double unref (#355914)
12645           
12646         * tools/gst-launch-ext.1.in:
12647         * tools/gst-visualise.1.in:
12648           remove references to old man-pages
12649
12650         * tests/examples/seek/seek.c: (main):
12651           add real meadi-buttons, add tool-tips for the seek-options, arrange
12652           seek options in a table
12653
12654 2006-09-18  Michael Smith  <msmith@fluendo.com>
12655
12656         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12657         (gst_ogg_mux_push_buffer):
12658           Don't generate out-of-order timestamps from oggmux, instead clamp
12659           output timestamps to be >= the previously output ts.
12660           Fixes #355595
12661
12662 2006-09-18  Michael Smith  <msmith@fluendo.com>
12663
12664         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12665         (gst_multi_fd_sink_class_init):
12666           Updates, fixes, and typo corrections for multifdsink. No functional
12667           changes.
12668
12669 2006-09-17  Michael Smith  <msmith@fluendo.com>
12670
12671         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12672           Don't crash on truncated files - check that we got an 8 byte buffer
12673           before trying to memcmp it.
12674
12675 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12676
12677         * gst/playback/gstplaybasebin.c: (get_active_source):
12678           Make stream-switching appear instant to the application
12679           (ie. make sure that a g_object_get on 'current-foo' returns
12680           the stream previously set with g_object_set(). Totem needs
12681           this to update stream-related meta-info (like audio-codec)
12682           correctly when switching streams.
12683
12684 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12685
12686         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12687         (gst_alsa_mixer_ensure_track_list):
12688           Try harder to guess which mixer track is the master mixer
12689           track (instead of just taking the first one that has a pvolume).
12690           Fixes #342228.
12691
12692 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12693
12694         reviewed by: <delete if not using a buddy>
12695
12696         * gst-libs/gst/audio/audio.h:
12697         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12698
12699 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12700
12701         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12702         (gst_audio_convert_transform_caps):
12703           Get structure-name just once.
12704
12705 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12706
12707         * tests/check/elements/audioresample.c: (GST_START_TEST):
12708         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12709         * tests/check/elements/volume.c: (GST_START_TEST):
12710         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12711         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12712         (test_pipeline), (GST_START_TEST):
12713         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12714         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12715           Fix big batch of compiler warnings.
12716
12717 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12718
12719         * ext/gnomevfs/gstgnomevfssrc.c:
12720           Add docs about icydemux usage in connection with gnomevfssrc
12721
12722         * ext/libvisual/visual.c:
12723         * ext/ogg/gstoggaviparse.c:
12724         * ext/ogg/gstoggdemux.c:
12725         * ext/ogg/gstoggmux.c:
12726         * ext/ogg/gstoggparse.c:
12727         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12728         * gst-libs/gst/audio/gstaudiosink.c:
12729         * gst-libs/gst/audio/gstaudiosrc.c:
12730         * gst/audiorate/gstaudiorate.c:
12731           More G_OBJECT macro fixing.
12732
12733         * gst/audiotestsrc/gstaudiotestsrc.h:
12734           Fix wrong info in header due to copy & paste
12735
12736 2006-09-15  Wim Taymans  <wim@fluendo.com>
12737
12738         * gst-libs/gst/audio/gstbaseaudiosink.c:
12739         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12740         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12741         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12742         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12743         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12744         Do the delay calculation in the source/sink base classes as this is
12745         specific for the capture/playback mode.
12746         Try to fixate a bit better, like round depth up to a multiple of 8
12747         bigger than width.
12748         Handle underruns correctly by marking DISCONT on buffers and adjusting
12749         timestamps to handle the gap.
12750         Set offset/offset_end correctly on buffers.
12751
12752         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12753         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12754         (gst_ring_buffer_read):
12755         Remove resync and underrun recovery from the ringbuffer.
12756         Fix ringbuffer read code on under/overrun.
12757
12758 2006-09-15  Wim Taymans  <wim@fluendo.com>
12759
12760         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12761         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12762         (queue_threshold_reached), (gst_play_base_bin_set_property),
12763         (gst_play_base_bin_get_property):
12764         * gst/playback/gstplaybasebin.h:
12765         Don't use a 0 low watermark when buffering, it is catching starvation
12766         way too late. Instead, use a 3 second queue with 30 and 95
12767         percent low/high watermarks. 
12768         Added queue-min-threshold property to configure low watermark.
12769         Use new _buffering message API.
12770         Make queue_threshold variable big enough to store a uint64 time value.
12771         API: playbin::queue-min-threshold property.
12772
12773 2006-09-15  Wim Taymans  <wim@fluendo.com>
12774
12775         * configure.ac:
12776         We require 0.10.10.1 now because of _wait_preroll().
12777
12778         * gst-libs/gst/audio/gstbaseaudiosink.c:
12779         (gst_base_audio_sink_render):
12780         Use gst_base_sink_wait_preroll().
12781
12782 2006-09-15  Wim Taymans  <wim@fluendo.com>
12783
12784         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12785         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12786         Use DEBUG_OBJECT more.
12787
12788 === release 0.10.10 ===
12789
12790 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12791
12792         patch by: Michael Smith <msmith at fluendo dot com>
12793
12794         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12795         (gst_multi_fd_sink_client_queue_buffer),
12796         (gst_multi_fd_sink_new_client):
12797         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12798         (multifdsink_suite):
12799           Fix implementation of sync-method 'next-keyframe'
12800           Closes #354594
12801
12802 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12803
12804         patch by: Wim Taymans <wim at fluendo dot com>
12805
12806         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12807         This patch removes the RANDOM flag that was incorrectly introduced with
12808         revision 1.91.  Fixes #354590
12809
12810 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12811
12812         * tests/check/Makefile.am:
12813           Random variation in Makefile line to see if it makes the
12814           gen64-base-full bot any happier.
12815
12816 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12817
12818         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12819           Disable test that fails at the moment (killed after timeout).
12820
12821 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12822
12823         Patch by: James Livingston  <doclivingston at gmail.com>
12824
12825         * tests/check/Makefile.am:
12826         * tests/check/pipelines/.cvsignore:
12827         * tests/check/pipelines/oggmux.c: (get_page_codec),
12828         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12829         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12830         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12831         (test_theora_vorbis), (oggmux_suite):
12832           Add simple unit test for oggmux from #337026 with checking for the
12833           EOS flags disabled for the time being.
12834
12835 2006-09-04  Wim Taymans  <wim@fluendo.com>
12836
12837         patch by: Alessandro Dessina <alessandro nnva org>
12838
12839         * ext/ogg/gstoggmux.c:
12840         Add cmml caps to oggmux. Fixes #353912
12841
12842 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12843
12844         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12845           Returning a return value often helps. In this case, we
12846           don't need the return value anyway, so just get rid of it.
12847           Should make build bots much happier.
12848
12849 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12850
12851         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12852         (paint_get_structure), (gst_video_test_src_get_size),
12853         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12854         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12855         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12856         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12857         * gst/videotestsrc/videotestsrc.h:
12858           Add support for AYUV and the various RGBA formats. Initialise
12859           fields of paintinfo structs allocated on the stack.
12860
12861         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12862         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12863         (check_rgb_buf), (videotestsrc_suite):
12864           Add unit tests for videotestsrc's RGB output.
12865
12866 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12867
12868         * gst/videotestsrc/gstvideotestsrc.c:
12869         (gst_video_test_src_pattern_get_type),
12870         (gst_video_test_src_set_pattern):
12871         * gst/videotestsrc/gstvideotestsrc.h:
12872         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12873         (gst_video_test_src_black), (gst_video_test_src_white),
12874         (gst_video_test_src_red), (gst_video_test_src_green),
12875         (gst_video_test_src_blue):
12876         * gst/videotestsrc/videotestsrc.h:
12877           Add more uni-colour patterns ("white", "red", "green", and "blue").
12878
12879 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12882           Fix stride for YVYU, should be word-aligned (#353658).
12883
12884 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12885
12886         * gst/adder/gstadder.c: (gst_adder_src_event):
12887           Fix build.
12888
12889 2006-08-31  Edward Hervey  <edward@fluendo.com>
12890
12891         * gst/adder/gstadder.c: (forward_event_func),
12892         (gst_adder_src_event), (gst_adder_collected),
12893         (gst_adder_change_state):
12894         * gst/adder/gstadder.h:
12895         Remember the start position asked in the incoming seeks, so we can
12896         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12897         of assuming it will always be 0).
12898
12899 2006-08-31  Edward Hervey  <edward@fluendo.com>
12900
12901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12902         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12903         (gst_ogg_demux_loop):
12904         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12905
12906 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12907
12908         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12909         (gst_ffmpegcsp_get_unit_size):
12910           Return FALSE instead of returning a random false unit
12911           size when the format isn't known/supported (even if
12912           this shouldn't happen under normal circumstances).
12913
12914 2006-08-29  Wim Taymans  <wim@fluendo.com>
12915
12916         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12917
12918         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12919         (gst_gnome_vfs_src_start):
12920         Try harder to get the size from a uri by using _info_uri() when
12921         _info_from_handle() does not give us enough info. 
12922         Also follow symlinks when getting the size.
12923         Partially Fixes #332864.
12924
12925 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12926
12927         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12928
12929         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12930         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12931         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12932         (gst_alsa_mixer_set_record):
12933         * ext/alsa/gstalsamixertrack.c:
12934         (gst_alsa_mixer_track_update_alsa_capabilities),
12935         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12936         (gst_alsa_mixer_track_update):
12937         * ext/alsa/gstalsamixertrack.h:
12938           Improve and fix mixer track handling, in particular better handling
12939           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12940           separate track objects for tracks that have both capture and playback
12941           volume (and label them differently as well so they're not mistakenly
12942           assumed to be duplicates); classify mixer tracks that only affect
12943           the audible volume of something (rather than the capture volume)
12944           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12945           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12946           (following the meaning documented in the mixer interface header
12947           file); add support for alsa's exclusive cswitch groups; update/sync
12948           state/flags better if mixer settings are changed by another
12949           application. Fixes #336075.
12950
12951 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12952
12953         * gst/playback/gstplaybin.c:
12954           Improve docs: add section about BUFFERING messages sent by playbin.
12955
12956 2006-08-29  Michael Smith  <msmith@fluendo.com>
12957
12958         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12959         (gst_vorbis_enc_buffer_check_discontinuous),
12960         (gst_vorbis_enc_chain):
12961           Ignore explicit DISCONT marked on buffers (which is often spurious,
12962           particularly when using multiple segments), in favour of solely
12963           using the timestamps/durations.
12964
12965 2006-08-29  Edward Hervey  <edward@fluendo.com>
12966
12967         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12968         Don't rely on incoming buffers offset anymore, since it is completely
12969         broken when using multiple segments.
12970         Instead convert the incoming buffers timestamp to running time, and
12971         then convert that value to the offsets.
12972         Also inform GstSegment of the last outputted stop position, which is
12973         needed if we received several segments with an unknown stop value.
12974
12975 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12976
12977         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12978           fix buffer unreffing on a header push failure
12979
12980 2006-08-28  Wim Taymans  <wim@fluendo.com>
12981
12982         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12983         (gst_audio_rate_chain):
12984         Make the metadata of the buffer writable before changing its
12985         flags.
12986
12987 2006-08-28  Wim Taymans  <wim@fluendo.com>
12988
12989         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12990         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12991         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12992         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12993         Fix audiorate some more.
12994         Reset and resync counters on flush and READY.
12995         Handle the DISCONT flag correctly.
12996         Use GstSegment to track position.
12997         Fail when not negotiated.
12998         Fixes #353234.
12999
13000 2006-08-25  Michael Smith  <msmith@fluendo.com>
13001
13002         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13003           Fix spelling.
13004           Remove accidently included debug line.
13005
13006 2006-08-25  Wim Taymans  <wim@fluendo.com>
13007
13008         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13009         Small cleanups.
13010         If a buffer is received with no caps, make the buffer metadata
13011         writable and set the caps, making sure that we don't screw up the
13012         refcounts.
13013
13014 2006-08-25  Michael Smith  <msmith@fluendo.com>
13015
13016         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13017         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13018           Fix memory leaks and misleading debug messages, add a couple of
13019           comments.
13020
13021         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13022         (gst_multi_fd_sink_render):
13023           Do not use gst_buffer_make_writable() in a basesink render method,
13024           as it may incorrectly unref the buffer. Instead, use convoluted
13025           dance to avoid copying the buffer except when we need to.
13026
13027 2006-08-25  Michael Smith  <msmith@fluendo.com>
13028
13029         * ext/vorbis/vorbisenc.c:
13030         (gst_vorbis_enc_buffer_check_discontinuous):
13031           Allow very small discontinuities in the timestamps. These we can't
13032           do anything useful with anyway (because vorbis's timestamps have
13033           only sample granularity), and are commonly produced by elements with
13034           minor bugs. Allow up to 1/2 a sample out.
13035           Fixes #351742.
13036
13037 2006-08-24  Wim Taymans  <wim@fluendo.com>
13038
13039         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13040         (play_scrub_toggle_cb), (main):
13041         Add a checkbox to enable play scrubbing. Makes it possible to disable
13042         normal scrubbing.
13043
13044 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13045
13046         * tests/check/elements/.cvsignore:
13047           make buildbot happy
13048
13049 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13050
13051         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13052         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13053         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13054         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13055         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13056         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13057         (gst_ogm_text_parse_strip_trailing_zeroes),
13058         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13059         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13060           Refactor ogm parse, do better input checking, misc. clean-ups.
13061           Cache incoming events and push them once the source pad has
13062           been created. Don't pass unterminated strings to sscanf().
13063           Strip trailing zeroes from subtitle text output, since they
13064           are not valid UTF-8. Don't push vorbiscomment packets on
13065           the subtitle text pad. Output perfect streams if possible.
13066
13067 2006-08-23  Wim Taymans  <wim@fluendo.com>
13068
13069         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13070         Waits for tasks to settle down so that we clean up correctly for 
13071         valgrind.
13072
13073 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13074
13075         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13076           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13077           actually return return value in taglists_are_equal.
13078
13079 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13080
13081         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13082           Fix crash due to broken bitstream parsing on x86-64: can't make
13083           any assumptions about sizeof(struct) due to alignment/packing
13084           differences on different architectures. Fixes #351790.
13085
13086 2006-08-22  Wim Taymans  <wim@fluendo.com>
13087
13088         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13089         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13090         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13091         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13092         (gst_riff_parse_info):
13093         Protect public functions against bad input.
13094         Do some cleanups.
13095         Fix documentation.
13096
13097 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13098
13099         * gst-libs/gst/riff/riff-ids.h:
13100         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13101           Add voxware audio IDs (even if we can't play it) (#351795).
13102
13103 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13104
13105         * gst-libs/gst/riff/riff-media.c:
13106         (gst_riff_create_video_template_caps),
13107         (gst_riff_create_audio_template_caps),
13108         (gst_riff_create_iavs_template_caps):
13109           Const-ify some arrays and use G_N_ELEMENTS instead
13110           of wasting oodles of RAM on terminator bits.
13111
13112 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13113
13114         * gst-libs/gst/tag/gstvorbistag.c:
13115         (gst_tag_list_to_vorbiscomment_buffer):
13116         * tests/check/libs/tag.c: (GST_START_TEST):
13117           And the same for _to_vorbiscomment_buffer(): allow
13118           id_data_len == 0 for speex.
13119
13120 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13121
13122         * configure.ac:
13123         * docs/plugins/Makefile.am:
13124         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13125         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13126         * docs/plugins/inspect/plugin-gdp.xml:
13127         * gst/gdp/Makefile.am:
13128         * tests/check/Makefile.am:
13129           Move GDP plugin to -base from -bad.  Closes #347783.
13130
13131 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13132
13133         * gst-libs/gst/tag/gstvorbistag.c:
13134         (gst_tag_list_from_vorbiscomment_buffer):
13135           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13136           Also add some checks to make sure we don't memcmp() beyond the end of
13137           vorbiscomment buffer if the ID to check for is larger than the buffer.
13138
13139         * tests/check/libs/tag.c: (GST_START_TEST):
13140           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13141
13142 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13143
13144         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13145         (gst_vorbis_enc_set_metadata):
13146           Use vorbis comment utility functions from libgsttag
13147           instead of re-inventing the wheel (partially fixes #347091).
13148
13149 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13150
13151         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13152         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13153         as some that won't.
13154
13155 2006-08-21  Wim Taymans  <wim@fluendo.com>
13156
13157         * docs/libs/Makefile.am:
13158         * docs/libs/gst-plugins-base-libs-sections.txt:
13159         * docs/libs/gst-plugins-base-libs.types:
13160         Don't try to GObject scan the netbuffer as it's not a GObject.
13161         Fixes #351308.
13162
13163         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13164         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13165         Document GstNetBuffer.
13166
13167 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13168
13169         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13170         (audioconvert_suite):
13171           Add testcase for caps-size-explosion
13172
13173 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13174
13175         * gst/audioconvert/gstaudioconvert.c:
13176         (gst_audio_convert_get_unit_size), (set_structure_widths):
13177           Lower debug, use g_assert in _get_unit_size
13178
13179         * gst/audioresample/gstaudioresample.c:
13180         (audioresample_get_unit_size):
13181         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13182         (gst_ffmpegcsp_get_unit_size):
13183         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13184           use g_assert in _get_unit_size
13185
13186 2006-08-18  Wim Taymans  <wim@fluendo.com>
13187
13188         * docs/libs/gst-plugins-base-libs-sections.txt:
13189         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13190         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13191         (gst_rtp_buffer_get_payload_buffer):
13192         * gst-libs/gst/rtp/gstrtpbuffer.h:
13193         Document GstRTPBuffer.
13194         Added function to efficiently strip payload headers.
13195         API: gst_rtp_buffer_get_payload_subbuffer()
13196
13197 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13198
13199         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13200         (gst_tag_to_vorbis_comments):
13201           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13202           tags and deserialise them properly as well (#347091).
13203           Add some more gtk-doc blurbs and also some g_return_if_fail().
13204
13205         * tests/check/libs/tag.c: (GST_START_TEST),
13206         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13207           More tests.
13208
13209 2006-08-17  Wim Taymans  <wim@fluendo.com>
13210
13211         * ext/ogg/Makefile.am:
13212         * ext/ogg/gstogg.c: (plugin_init):
13213         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13214         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13215         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13216         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13217         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13218         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13219         Added ogg-in-avi parser element. Fixes #140139.
13220
13221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13222         Fixed a bug in oggdemux debug code.
13223
13224         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13225         (gst_riff_create_audio_template_caps):
13226         Recognise Ogg in the AVI extensible wave format.
13227
13228 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13229
13230         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13231           Make buffer durations add up (duration should be next_ts-ts for
13232           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13233           from CVS.
13234
13235         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13236         (test_buffer_timestamps), (cddabasesrc_suite):
13237           Add unit test for the above.
13238
13239         * tests/check/Makefile.am:
13240           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13241           to see what happens.
13242
13243 2006-08-16  Wim Taymans  <wim@fluendo.com>
13244
13245         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13246         (gst_alsasink_open):
13247         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13248         (gst_alsasrc_open):
13249         Avoid setting and using a NULL device name.
13250         Print more info when we fail to open a device.
13251
13252 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13253
13254         * docs/libs/gst-plugins-base-libs-sections.txt:
13255         * gst-libs/gst/tag/tag.h:
13256         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13257           API: add gst_tag_parse_extended_comment() (#351426).
13258
13259         * tests/check/Makefile.am:
13260         * tests/check/libs/.cvsignore:
13261         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13262           Add unit test for gst_tag_parse_extended_comment().
13263
13264 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13265
13266         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13268           Fix leak (#351502).
13269
13270 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13271
13272         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13273         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13274         * docs/plugins/gst-plugins-base-plugins.args:
13275         * gst/playback/gstplaybin.c:
13276           Document playbin.
13277           
13278         * docs/plugins/inspect/plugin-adder.xml:
13279         * docs/plugins/inspect/plugin-alsa.xml:
13280         * docs/plugins/inspect/plugin-audioconvert.xml:
13281         * docs/plugins/inspect/plugin-audiorate.xml:
13282         * docs/plugins/inspect/plugin-audioresample.xml:
13283         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13284         * docs/plugins/inspect/plugin-cdparanoia.xml:
13285         * docs/plugins/inspect/plugin-decodebin.xml:
13286         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13287         * docs/plugins/inspect/plugin-gnomevfs.xml:
13288         * docs/plugins/inspect/plugin-ogg.xml:
13289         * docs/plugins/inspect/plugin-pango.xml:
13290         * docs/plugins/inspect/plugin-playbin.xml:
13291         * docs/plugins/inspect/plugin-subparse.xml:
13292         * docs/plugins/inspect/plugin-tcp.xml:
13293         * docs/plugins/inspect/plugin-theora.xml:
13294         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13295         * docs/plugins/inspect/plugin-video4linux.xml:
13296         * docs/plugins/inspect/plugin-videorate.xml:
13297         * docs/plugins/inspect/plugin-videoscale.xml:
13298         * docs/plugins/inspect/plugin-videotestsrc.xml:
13299         * docs/plugins/inspect/plugin-volume.xml:
13300         * docs/plugins/inspect/plugin-vorbis.xml:
13301         * docs/plugins/inspect/plugin-ximagesink.xml:
13302         * docs/plugins/inspect/plugin-xvimagesink.xml:
13303           Update to CVS version.
13304
13305 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13306
13307         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13308         (gst_play_bin_set_property), (gst_play_bin_get_property),
13309         (value_list_append_structure_list),
13310         (gst_play_bin_handle_redirect_message),
13311         (gst_play_bin_handle_message):
13312           API: GstPlayBin::connection-speed
13313           Add "connection-speed" property; re-order redirect messages with
13314           multiple redirect locations depending on the minimum bitrate if
13315           that information is available and a connection speed is set
13316           (#350399).
13317
13318 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13319
13320         * gst/playback/gstplaybin.c:
13321           Update max volume to the same value that the volume element uses.
13322
13323 2006-08-14  Wim Taymans  <wim@fluendo.com>
13324
13325         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13326         Less uglyness..
13327
13328 2006-08-14  Wim Taymans  <wim@fluendo.com>
13329
13330         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13331         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13332         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13333         Add some more debug info.
13334         Don't crash when a seek failed.
13335         Actually return the result of the seek instead of TRUE.
13336         Ignore multiple BOS pages with the same serial so that we don't create
13337         the same stream multiple times.
13338         Post an error when we fail to do the initial seek.
13339
13340 2006-08-13  Wim Taymans  <wim@fluendo.com>
13341
13342         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13343         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13344         Small code cleanup.
13345
13346         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13347         (gst_alsa_mixer_new):
13348         Remove hack that always set the device to hw:0*.
13349         Properly find the card name for whatever device was configured.
13350         Do some better debugging.
13351         Fixes #350784.
13352
13353         * ext/alsa/gstalsamixerelement.c:
13354         (gst_alsa_mixer_element_set_property),
13355         (gst_alsa_mixer_element_change_state):
13356         Cleanups.
13357         Handle setting of a NULL device name better.
13358
13359 2006-08-11  Wim Taymans  <wim@fluendo.com>
13360
13361         * gst/adder/gstadder.c:
13362         Don't clip float values. Fixes #350900.
13363
13364 2006-08-11  Andy Wingo  <wingo@pobox.com>
13365
13366         * gst/tcp/gsttcp.c: Really fix the build?
13367
13368         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13369         fixes the build.
13370
13371 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13372
13373         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13374           Float caps shouldn't have a "signed" field.
13375
13376 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13377
13378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13379           Implement SEEKING query in its most basic form, so that we can
13380           at least check if we're seekable or not (#350655).
13381
13382 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13383
13384         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13385           The checks here are not even close to anything that would
13386           justify MAXIMUM probability, lowering to POSSIBLE until someone
13387           fixes the checks (case at hand: quicktime redirection files
13388           might start with 00 00 01 XX and pass the checks here just
13389           fine, see #350399).
13390
13391 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13392
13393         Patch by: Sjoerd Simons  <sjoerd at luon net>
13394
13395         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13396           Better detection for multipart/x-mixed-replace: accept leading
13397           whitespaces before the boundary marker as well (as our very own
13398           multipartmux used to produce) (#349068).
13399
13400 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13401
13402         Patch by: Young-Ho Cha  <ganadist at chollian net>
13403
13404         * gst-libs/gst/riff/riff-ids.h:
13405         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13406         (gst_riff_create_audio_template_caps):
13407           Detect DTS audio streams (#350157).
13408
13409 2006-08-05  Andy Wingo  <wingo@pobox.com>
13410
13411         * ext/theora/gsttheoraparse.h:
13412         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13413         (theora_parse_dispose, theora_parse_set_property)
13414         (theora_parse_get_property, theora_parse_munge_granulepos)
13415         (theora_parse_push_buffer, theora_parse_change_state):
13416         API: GstTheoraParse::synchronization-points
13417         Add a property 'synchronization-points' to fix badly synchronized oggs.
13418
13419 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13420
13421         * tests/check/Makefile.am:
13422         * tests/check/libs/.cvsignore:
13423         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13424         (fixed_caps_have_channel_positions), (GST_START_TEST),
13425         (audio_suite), (main):
13426           Add a few tests for the channel position stuff in libgstaudio.
13427
13428 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13429
13430         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13431         (gst_alsa_detect_channels):
13432         * ext/alsa/gstalsasink.c:
13433           Add support for cards that (only) do more than 8 channels,
13434           like the Delta 44 (#345188).
13435
13436         * gst-libs/gst/audio/multichannel.c:
13437         (gst_audio_check_channel_positions):
13438         * gst-libs/gst/audio/multichannel.h:
13439           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13440           unspecified channel position and cannot be combined with any
13441           of the other audio channel positions; adjust position layout
13442           checks accordingly (#345188).
13443
13444 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13445
13446         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13447           Recognise ancient RealAudio files (see #349779).
13448
13449 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13450
13451         Patch by: Jens Granseuer  <jensgr at gmx net>
13452
13453         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13454           Add typefinder for Interplay's MVE format (#348973).
13455
13456 2006-08-02  Wim Taymans  <wim@fluendo.com>
13457
13458         Patch by: Marcel Moreaux <marcelm at luon dot net>
13459
13460         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13461         (gst_base_rtp_depayload_add_to_queue):
13462         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13463         Handle RTP sequence number rollover.
13464         Disable jitterbuffer by default.
13465
13466 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13467
13468         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13469         (audioresample_set_caps):
13470         Don't leak references to the incoming caps. Clean them up when
13471         stopping.
13472
13473         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13474         (gst_video_scale_finalize):
13475         Don't leak our temporary pixel buffer.
13476
13477         * tests/check/Makefile.am:
13478         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13479         (GST_START_TEST), (simple_launch_lines_suite):
13480
13481         Fix leaks and re-enable the test for valgrind checking.
13482
13483 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13484
13485         Patch by: Sjoerd Simons  <sjoerd at luon net>
13486
13487         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13488         (plugin_init):
13489           Add typefind function for multipart/x-mixed-replace (#348916).
13490
13491 2006-07-28  Wim Taymans  <wim@fluendo.com>
13492
13493         * gst/adder/gstadder.c: (gst_adder_setcaps),
13494         (gst_adder_query_duration):
13495         Fix leak in duration query.
13496         Reflow some docs and notes.
13497
13498 2006-07-28  Michael Smith  <msmith@fluendo.com>
13499
13500         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13501         (vorbisenc_suite):
13502           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13503           aspect of it.
13504
13505 2006-07-28  Michael Smith  <msmith@fluendo.com>
13506
13507         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13508         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13509         (gst_vorbis_enc_push_buffer),
13510         (gst_vorbis_enc_buffer_check_discontinuous),
13511         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13512         * ext/vorbis/vorbisenc.h:
13513           Handle discontinuities in the input vorbis stream correctly,
13514           so that the output is properly timestamped (and has good granulepos
13515           values). Needs some oggmux fixes too.
13516
13517 2006-07-27  Wim Taymans  <wim@fluendo.com>
13518
13519         patch by: Kai Vehmanen <kv2004 eca cx>
13520
13521         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13522         (gst_base_rtp_depayload_chain),
13523         (gst_base_rtp_depayload_handle_sink_event),
13524         (gst_base_rtp_depayload_change_state):
13525         Don't send multiple newsegments with different formats.
13526         Fixes #348677.
13527
13528 2006-07-26  Wim Taymans  <wim@fluendo.com>
13529
13530         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13531         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13532         Make seeking in ogg more accurate again by doing the more correct
13533         granuletime to stream time conversion.
13534
13535 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13536
13537         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13538         (gst_multi_fd_sink_new_client):
13539           debug a little more understandably
13540           do not use goto as a substitute for break, especially if
13541           break is also being used
13542
13543 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13544
13545         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13546         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13547           Remove GLib-2.6 compatibility cruft.
13548
13549 2006-07-24  Wim Taymans  <wim@fluendo.com>
13550
13551         * gst-libs/gst/audio/gstbaseaudiosink.c:
13552         (gst_base_audio_sink_render):
13553         Don't try to align a sample to an unknown value.
13554
13555 2006-07-24  Wim Taymans  <wim@fluendo.com>
13556
13557         * gst-libs/gst/audio/gstbaseaudiosink.c:
13558         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13559         When the audio clock is slaved to another clock, never try to align
13560         samples but trust the rate interpolation algorithm.
13561
13562 2006-07-24  Wim Taymans  <wim@fluendo.com>
13563
13564         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13565         Don't try to calculate silence samples, base class does this much
13566         better now.
13567
13568         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13569         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13570         (gst_ring_buffer_acquire):
13571         Calculate silence samples correctly.
13572
13573         * gst-libs/gst/audio/gstringbuffer.h:
13574         Add _CAST macro.
13575
13576 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13577
13578         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13579           Limit search for the first markup tag to the first few kB of
13580           the file. If we don't find one there, it's highly unlikely that
13581           this is an XML(-ish) file.
13582
13583 2006-07-21  Andy Wingo  <wingo@pobox.com>
13584
13585         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13586         test to the one in vorbisenc. Also commented out.
13587
13588         * tests/check/pipelines/vorbisenc.c: 
13589         (test_discontinuity): New test, commented out until Mike lands
13590         some elite vorbisenc patches.
13591
13592         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13593         Bufferstraw was actually factored out of these tests. Now we share
13594         code yay.
13595
13596         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13597         for bufferstraw addition to gstcheck.
13598
13599 2006-07-21  Wim Taymans  <wim@fluendo.com>
13600
13601         * ext/theora/theoradec.c: (clip_buffer):
13602         Better clipping.
13603
13604 2006-07-21  Wim Taymans  <wim@fluendo.com>
13605
13606         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13607         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13608         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13609         Fix leak.
13610         Avoid type casting when we can.
13611
13612         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13613         Fix mem leak.
13614
13615 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13616
13617         * ext/alsa/gstalsamixerelement.c:
13618         (gst_alsa_mixer_element_change_state):
13619           Make state change fail if the specified device can't be opened
13620           for some reason.
13621
13622 2006-07-20  Wim Taymans  <wim@fluendo.com>
13623
13624         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13625         (cb_newpad), (main):
13626         Example of a small audio/video player using decodebin.
13627
13628 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13629
13630         * gst-libs/gst/riff/riff-ids.h:
13631           Add 'fact' chunk id
13632
13633 2006-07-19  Wim Taymans  <wim@fluendo.com>
13634
13635         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13636         (gst_base_rtp_depayload_chain),
13637         (gst_base_rtp_depayload_change_state):
13638         Don't assert when not negotiated but post a meaningfull 
13639         error message. Fixes #347918.
13640
13641         * gst-libs/gst/rtp/gstbasertppayload.c:
13642         Add comment about better default MTU size.
13643
13644         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13645         Small cleanups, start docs.
13646
13647 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13648
13649         Patch by: Martin Szulecki
13650
13651         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13652           If "device-name" is requested and the device is not
13653           open, try to temporarily open it to obtain this
13654           information (#342494).
13655
13656 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13657
13658         * gst-libs/gst/tag/gstid3tag.c:
13659           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13660
13661         * gst-libs/gst/tag/gsttageditingprivate.h:
13662         * gst-libs/gst/tag/gstvorbistag.c:
13663           Some more random const-ifications.
13664
13665 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13666
13667         * gst-libs/gst/riff/riff-ids.h:
13668         * gst-libs/gst/riff/riff-media.c:
13669         (gst_riff_create_video_template_caps):
13670           Add more FOURCCs (sort list to make stuff easier to find),
13671           add comment what those 16 bytes in struct _gst_riff_strh according to
13672           one avi-dumper are
13673
13674 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13675
13676         * gst-libs/gst/audio/multichannel.c:
13677         (gst_audio_check_channel_positions),
13678         (gst_audio_fixate_channel_positions):
13679           Const-ify two arrays.
13680
13681 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13682
13683         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13684           Fix typo, so that alsasink also advertises 8 channels
13685           if that's supported (tags: can, worms, open, alsa, ph34r).
13686
13687 2006-07-17  Wim Taymans  <wim@fluendo.com>
13688
13689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13690         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13691         *sigh*, when is the compiler going to warn when the comments
13692         are out-of-sync with the code.. Refix case of busted theora
13693         headers with 0 granule pos.
13694
13695 2006-07-14  Wim Taymans  <wim@fluendo.com>
13696
13697         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13698         (gst_base_rtp_depayload_wait),
13699         (gst_base_rtp_depayload_change_state),
13700         (gst_base_rtp_depayload_set_property),
13701         (gst_base_rtp_depayload_get_property):
13702         Fix 99% cpu load by waiting for absolute times on the
13703         clock. Fixes #347300.
13704
13705 2006-07-14  Andy Wingo  <wingo@pobox.com>
13706
13707         * ext/theora/gsttheoraparse.h: 
13708         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13709         (theora_parse_push_headers, theora_parse_clear_queue)
13710         (theora_parse_drain_queue_prematurely, )
13711         (theora_parse_sink_event, theora_parse_change_state): Queue events
13712         until we initialized our state, like in vorbisparse.
13713
13714         * ext/vorbis/vorbisparse.h: 
13715         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13716         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13717         (vorbis_parse_drain_queue_prematurely, )
13718         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13719         until we have initialized our state. Fixes seeking after an
13720         initial pad block.
13721
13722 2006-07-14  Andy Wingo  <wingo@pobox.com>
13723
13724         Patch by: Iain Holmes <iaingnome@gmail.com>
13725         
13726         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13727
13728 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13729
13730         * configure.ac:
13731         Bump nano back to CVS
13732
13733 === release 0.10.9 ===
13734
13735 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13736
13737         * configure.ac:
13738           releasing 0.10.9, "I walk the line"
13739
13740 2006-07-14  Michael Smith  <msmith@fluendo.com>
13741
13742         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13743           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13744           (commonly happens when running this test under valgrind) when trying
13745           to remove the buffer probe.
13746
13747 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13748
13749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13750         Fix missing g_unlock from the previous commit
13751
13752 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13753
13754         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13755         (gst_ximagesink_change_state):
13756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13757         (gst_xvimagesink_change_state):
13758         Implement a locking order to ensure we always take the object lock
13759         before the x_lock and never vice-versa.
13760
13761 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13762
13763         * gst/playback/gstdecodebin.c: (find_compatibles):
13764         Fix a caps leak when linking (#347304)
13765
13766         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13767         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13768         (gst_ximagesink_change_state):
13769         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13770         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13771         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13772         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13773         Don't leak shared memory resources. Use the object lock to protect
13774         against the xcontext disappearing while returning a buffer from the
13775         pipeline. (#347304)
13776
13777 2006-07-12  Edward Hervey  <edward@fluendo.com>
13778
13779         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13780         (vorbis_handle_comment_packet):
13781         gst_tag_list_merge() returns a new object. Take that into account when
13782         using it. This avoids memleak.
13783         Revert previous commit which is not needed.
13784
13785 2006-07-12  Edward Hervey  <edward@fluendo.com>
13786
13787         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13788         Reset the decoder in finalize so that all fields get cleared.
13789
13790 2006-07-12  Wim Taymans  <wim@fluendo.com>
13791
13792         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13793         (gst_base_audio_src_set_clock),
13794         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13795         Don't try to post an error message when setting the clock fails
13796         as this can happen when adding an element to a bin which will then
13797         deadlock. Fixes #347296.
13798
13799 2006-07-12  Edward Hervey  <edward@fluendo.com>
13800
13801         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13802         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13803         (vorbis_handle_type_packet):
13804         Post tag messages on the bus even if we're not initialized.
13805         If we're not initialized, we still postpone the event pushing of tags.
13806
13807 2006-07-12  Wim Taymans  <wim@fluendo.com>
13808
13809         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13810         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13811         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13812         Revert last two changes that broke the freeze.
13813
13814 2006-07-12  Wim Taymans  <wim@fluendo.com>
13815
13816         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13817         basesink calculates silence sample correctly for us.
13818
13819 2006-07-12  Wim Taymans  <wim@fluendo.com>
13820
13821         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13822         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13823         Calculate correct silence samples so we don't fill our ringbuffer
13824         with noise.
13825
13826 2006-07-12  Edward Hervey  <edward@fluendo.com>
13827
13828         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13829         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13830         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13831         * ext/vorbis/vorbisdec.h:
13832         Delay sending events (newsegment, tags) until the decoder is properly
13833         initialized.
13834         Fixes #347295
13835
13836 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13837
13838         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13839         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13840           Patch from #347221 adding a test for audioconvert
13841           channel remappings.
13842
13843 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13844
13845         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13846         (gst_ssa_parse_parse_line):
13847           Don't include the terminating NUL in the buffer size,
13848           it's only there for extra paranoia (would add random
13849           '*' characters at the end of each subtitle since the
13850           terminator itself is not valid UTF-8 technically).
13851           Also fix indenting after boilerplate macro.
13852
13853 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13854
13855         * gst/playback/gstdecodebin.c: (close_pad_link):
13856           Also emit 'unknown-type' signal (which should really be
13857           called unhandled-type) if we found potential decoders/demuxers
13858           in the registry but none of them worked in the end (as in the
13859           case where the plugins don't exist any longer but are still
13860           listed in the registry). Fixes #329798.
13861
13862 2006-07-08  Andy Wingo  <wingo@pobox.com>
13863
13864         * theoraparse.c (theora_parse_push_buffer)
13865         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13866         Add some more debugging. Fix granulepos reconstruction in the face
13867         of discontinuities.
13868
13869 2006-07-06  Wim Taymans  <wim@fluendo.com>
13870
13871         * gst-libs/gst/audio/gstbaseaudiosink.c:
13872         (gst_base_audio_sink_class_init),
13873         (gst_base_audio_sink_provide_clock):
13874         Use gobject_class instead of G_OBJECT_CLASS (klass)
13875
13876         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13877         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13878         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13879         (gst_base_audio_src_get_time),
13880         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13881         (gst_base_audio_src_create_ringbuffer):
13882         Fix latency and buffer-time constants and properties ala basesink.
13883         Implement pull based scheduling. Fixes #346527.
13884         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13885         one segment.
13886         Refuse slaving to another clock instead of silently not working.
13887         Only provide a clock when we are actually able to do so.
13888         Various small cleanups and compiler hints.
13889
13890 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13891
13892         Patch by: Lutz Mueller <lutz at topfrose de>
13893
13894         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13895         (plugin_init):
13896           Add typefinding for text/html (#346581).
13897
13898 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13899
13900         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13901         (xml_check_first_element), (xml_type_find), (smil_type_find):
13902           Fix SMIL typefinding, make xml_check_first_element() more
13903           useful.
13904
13905 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13906
13907         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13908         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13909         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13910         * gst/playback/gstplaybasebin.h:
13911           Protect list of elements with a subtitle-encoding property and
13912           the subtitle encoding member itself with a lock of their own
13913           instead of using the object lock. This prevents a dead-lock in
13914           the element-remove callback in some circumstances when shutting
13915           down playbin.
13916
13917 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13918
13919         * win32/common/libgsttag.def:
13920         Export some new functions.
13921         * win32/vs6/libgstogg.dsp:
13922         Add a link to libgsttag-0.10.lib.
13923
13924 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13925
13926         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13927           Some const-ification.
13928
13929 2006-07-04  Wim Taymans  <wim@fluendo.com>
13930
13931         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13932         Improve checking if we are dealing with a stream. Added some
13933         more uris that need buffering.
13934
13935 2006-07-03  Edward Hervey  <edward@fluendo.com>
13936
13937         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13938         Remove unused variable.
13939
13940 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13941
13942         * Makefile.am:
13943           include lcov.mak
13944         * configure.ac:
13945           add GCOV_LIBS to GST_LIBS
13946
13947 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13948
13949         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13950
13951         * ext/alsa/gstalsasrc.c:
13952           Add 32 bps to template caps and increase channels range
13953           from [1,2] to [1,MAX]. See #346326.
13954
13955 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13956
13957         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13958           Recognise 'WMVA' video codec fourcc (#345879).
13959           
13960 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13961          
13962         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13963           Fixed nasty memory leak
13964
13965 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13966
13967         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13968         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13969           fix logging
13970
13971 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13972
13973         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13974         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13975         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13976         Protect remove_fakesink using a mutex, so that we don't try and
13977         remove the fakesink simultaneously from multiple threads.
13978
13979         When going from READY to PAUSED, restore the fakesink, so that
13980         it is there when decodebin gets reused.
13981
13982 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13983
13984         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13985         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13986         * gst-libs/gst/rtp/gstbasertppayload.c:
13987         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13988         * gst/tcp/gstmultifdsink.c:
13989         * gst/tcp/gsttcpclientsink.c:
13990         * gst/tcp/gsttcpclientsrc.c:
13991         * gst/tcp/gsttcpserversink.c:
13992         * gst/tcp/gsttcpserversrc.c:
13993         * gst/videorate/gstvideorate.c:
13994         * gst/videotestsrc/gstvideotestsrc.c:
13995         * sys/v4l/gstv4ljpegsrc.c:
13996         * sys/v4l/gstv4lmjpegsink.c:
13997         * sys/v4l/gstv4lsrc.c:
13998         * tests/examples/seek/scrubby.c:
13999         * tests/examples/seek/seek.c:
14000           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14001
14002 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14003
14004         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14005           Second field in GEnumValue shouldn't be a description,
14006           but a stringified version of the enum value.
14007
14008 2006-06-22  Wim Taymans  <wim@fluendo.com>
14009
14010         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14011         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14012         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14013         Avoid type checking in buffer casts.
14014         Avoid caps copy in buffer_alloc when we can.
14015         Use pad_peer_accept.
14016
14017 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14018
14019         * gst-libs/gst/tag/tag.h:
14020           Oops, make that 'Since: 0.10.9'.
14021
14022 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14023
14024         * docs/libs/gst-plugins-base-libs-sections.txt:
14025         * gst-libs/gst/tag/tag.h:
14026         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14027         (gst_tag_image_type_get_type):
14028           API: add GstTagImageType enum to describe images contained
14029           in image tags (#345641).
14030
14031 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14032
14033         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14034           Fix warnings with gst-inspect: "buffers-min" property
14035           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14036           typo in property description.
14037
14038 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14039
14040         Patch by: Cody Russell <bratsche at gnome org>
14041
14042         * gst/audioresample/gstaudioresample.c:
14043         (gst_audioresample_class_init):
14044         * gst/playback/gststreamselector.c:
14045         (gst_stream_selector_class_init):
14046         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14047         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14048         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14049         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14050         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14051         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14052         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14053         * gst/videotestsrc/gstvideotestsrc.c:
14054         (gst_video_test_src_class_init):
14055         * gst/volume/gstvolume.c: (gst_volume_class_init):
14056           Avoid unnecessary class cast check in class_init
14057           functions (#337747).
14058
14059 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14060
14061         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14062         (gst_text_overlay_video_chain):
14063           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14064           and doesn't validate its input either (and neither did
14065           textoverlay it seems). Let's do that then and fix #345206.
14066
14067 2006-06-19  Wim Taymans  <wim@fluendo.com>
14068
14069         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14070         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14071         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14072         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14073         (find_syncframe), (find_limits), (assign_value),
14074         (count_burst_unit), (gst_multi_fd_sink_new_client),
14075         (gst_multi_fd_sink_handle_client_write),
14076         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14077         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14078         (gst_multi_fd_sink_change_state):
14079         * gst/tcp/gstmultifdsink.h:
14080         Added shiny new burst-on-connect methods.
14081         Add properties to control the minimal amount of data queued.
14082         Small cleanups.
14083         API: bytes-min property
14084         API: time-min property
14085         API: buffers-min property
14086         API: burst-unit property
14087         API: burst-value property
14088         API: add-full signal
14089
14090         * gst/tcp/gsttcp-marshal.list:
14091         Added new marshaller code for the new signal.
14092
14093         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14094         (multifdsink_suite):
14095         Added testcases for new burst methods.
14096
14097 2006-06-19  Edward Hervey  <edward@fluendo.com>
14098
14099         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14100         Implement clipping for accurate seeking.
14101         Closes #345225
14102
14103 2006-06-19  Wim Taymans  <wim@fluendo.com>
14104
14105         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14106
14107         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14108         (gst_video_scale_transform):
14109         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14110
14111 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14112
14113         * configure.ac:
14114           Fix --disable-external (can't set conditionals conditionally,
14115           #343602).
14116
14117 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14118
14119         * tests/check/elements/audioresample.c: (test_reuse),
14120         (audioresample_suite):
14121           Add test case for bug #342789 fixed below.
14122
14123 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14124
14125         * gst/audioresample/gstaudioresample.c:
14126         (gst_audioresample_class_init), (gst_audioresample_init),
14127         (audioresample_start), (audioresample_stop),
14128         (gst_audioresample_set_property), (gst_audioresample_get_property):
14129           Implement GstBaseTransform::start and ::stop so that audioresample
14130           can clear its internal state properly and be reused instead of
14131           causing non-negotiated errors with playbin under some circumstances
14132           (#342789).
14133
14134         * tests/check/elements/audioresample.c: (setup_audioresample),
14135         (cleanup_audioresample):
14136           Need to set element state here so that ::start and ::stop are
14137           called.
14138
14139 2006-06-16  Wim Taymans  <wim@fluendo.com>
14140
14141         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14142
14143         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14144         Parse extra data better, apparently it's right behind
14145         the normal strf header size. Fixes #343500.
14146
14147 2006-06-16  Wim Taymans  <wim@fluendo.com>
14148
14149         * ext/alsa/gstalsasink.c: (set_hwparams):
14150         If we fail to set the buffer_time and period_time alsa
14151         parameters, post a warning and leave alsa select a 
14152         default instead of failing. Fixes #342085
14153
14154 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14155
14156         * docs/libs/gst-plugins-base-libs-sections.txt:
14157         * gst-libs/gst/cdda/gstcddabasesrc.h:
14158           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14159           out in the header file and shouldn't be listed in the docs.
14160
14161         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14162           Must dereference pointer to fourcc in the debug statement.
14163
14164 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14165
14166         * docs/libs/Makefile.am:
14167         * docs/libs/gst-plugins-base-libs-docs.sgml:
14168         * docs/libs/gst-plugins-base-libs-sections.txt:
14169         * docs/libs/gst-plugins-base-libs.types:
14170         add remaining symbols into correct setions
14171         
14172         * gst-libs/gst/audio/gstringbuffer.c:
14173         fix incomplete docs
14174         
14175         * gst-libs/gst/audio/gstringbuffer.h:
14176         comment out not yet implemented function
14177         
14178         
14179         * gst-libs/gst/floatcast/floatcast.h:
14180         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14181         add short descriptions
14182         
14183         
14184         * gst-libs/gst/interfaces/propertyprobe.c:
14185         fix return value docs   
14186         
14187         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14188         simplify debug logging
14189         
14190         * gst-libs/gst/riff/riff-read.h:
14191         sync function prototype and docs
14192         
14193         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14194         remove left over symbol
14195
14196 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14197
14198         * autogen.sh:
14199         * configure.ac:
14200         * docs/Makefile.am:
14201           Use GST_PLUGIN_DOCS macro in configure.ac, add
14202           --enable-plugin-docs default to autogen.sh and use
14203           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14204
14205 2006-06-15  Wim Taymans  <wim@fluendo.com>
14206
14207         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14208         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14209         (gst_ogg_demux_loop):
14210         Combine GstFlowReturn from the source pads to give a
14211         meaningfull result to the upstream peer or to stop the
14212         processing task in case of errors.
14213
14214 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14215
14216         * gst/playback/gststreaminfo.c: (cb_probe):
14217           Try GST_TAG_CODEC as fallback when extracting the
14218           codec name; more debug info.
14219
14220 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14221
14222         * ext/ogg/Makefile.am:
14223         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14224           Extract language tags from ogm subtitle streams, so that
14225           the subtitle menu choices are labelled correctly in
14226           Totem (fixes #344708).
14227
14228 2006-06-14  Wim Taymans  <wim@fluendo.com>
14229
14230         Patch by: Alessandro Decina <alessandro at nnva dot org>
14231
14232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14233         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14234         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14235         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14236         Fix various leaks. Fixes #343699.
14237         Add x-smoke mime type.
14238
14239 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14240
14241         * gst-libs/gst/riff/riff-ids.h:
14242           Add IDs for 'bext' chunks (see #343837).
14243
14244 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14245
14246         Patch by: Young-Ho Cha  <ganadist at chollian net>
14247
14248         * gst/subparse/samiparse.c: (sami_context_pop_state),
14249         (handle_start_font), (end_sami_element):
14250           Honour font face tags in SAMI subtitles (#344503).
14251
14252 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14253
14254         * po/POTFILES.in:
14255           add missing files containing translatable strings
14256
14257 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14258
14259         * docs/libs/tmpl/.cvsignore:
14260           we don't want those *.sgml files in CVS either
14261
14262 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14263
14264         * docs/libs/.cvsignore:
14265         * tests/check/elements/.cvsignore:
14266         * tests/check/libs/.cvsignore:
14267           ignore more
14268
14269 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14270
14271         * docs/libs/Makefile.am:
14272           also commiting the changed Makefile.am (added more libs to the
14273           doc-build)
14274
14275 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14276
14277         * docs/libs/gst-plugins-base-libs-docs.sgml:
14278         * docs/libs/gst-plugins-base-libs-sections.txt:
14279         * docs/libs/gst-plugins-base-libs.types:
14280           first batch of reordering things, add index & hierarchy
14281
14282 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14283
14284         * configure.ac:
14285           use GST_PKG_CHECK_MODULES, cleans up output
14286
14287 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14288
14289         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14290           Add support for burn:// URIs (#343385); const-ify things a bit,
14291           use G_N_ELEMENTS instead of hard-coded array size.
14292
14293 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14294
14295         Patch by: Young-Ho Cha  <ganadist at chollian net>
14296
14297         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14298           Fix up broken entities before passing them to libxml *sigh*.
14299           (#343303).
14300           
14301 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14302
14303         * configure.ac:
14304           back to TRUNK
14305
14306 === release 0.10.8 ===
14307
14308 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14309
14310         * configure.ac:
14311           releasing 0.10.8, "Moar gij ziet mij nie"
14312
14313 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14314
14315         * configure.ac:
14316         * po/af.po:
14317         * po/az.po:
14318         * po/cs.po:
14319         * po/en_GB.po:
14320         * po/hu.po:
14321         * po/it.po:
14322         * po/nb.po:
14323         * po/nl.po:
14324         * po/or.po:
14325         * po/sq.po:
14326         * po/sr.po:
14327         * po/sv.po:
14328         * po/uk.po:
14329         * po/vi.po:
14330         * win32/common/config.h:
14331           0.10.7.2 prerelease
14332
14333 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14334
14335         * docs/libs/tmpl/gstaudio.sgml:
14336         * docs/libs/tmpl/gstcolorbalance.sgml:
14337         * docs/libs/tmpl/gstmixer.sgml:
14338         * docs/libs/tmpl/gstringbuffer.sgml:
14339         * docs/libs/tmpl/gsttuner.sgml:
14340         * docs/libs/tmpl/gstxoverlay.sgml:
14341         * gst-libs/gst/audio/audio.c:
14342         * gst-libs/gst/audio/gstringbuffer.c:
14343         * gst-libs/gst/interfaces/colorbalance.c:
14344         * gst-libs/gst/interfaces/mixer.c:
14345         * gst-libs/gst/interfaces/tuner.c:
14346         * gst-libs/gst/interfaces/xoverlay.c:
14347           move last template doc snippets to source code and delete them
14348
14349 2006-06-06  Michael Smith  <msmith@fluendo.com>
14350
14351         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14352         (theora_parse_drain_queue):
14353           Mark DELTA_UNIT on non-keyframes.
14354
14355 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14356
14357         * gst-libs/gst/audio/gstbaseaudiosink.c:
14358         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14359         * gst-libs/gst/audio/gstbaseaudiosink.h:
14360         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14361         (gst_ring_buffer_samples_done):
14362         * gst-libs/gst/audio/gstringbuffer.h:
14363         Document better the fact that latency_time and buffer_time are values
14364         stored in microseconds, and not the usual GStreamer nanoseconds.
14365         Change the variables (compatibly) that store them from GstClockTime 
14366         to guint64 to make it more clear that they're not storing clock times.
14367         Also, remove the bogus property description that says the user can
14368         specify -1 to get the default value, since that's never been the case.
14369
14370         When computing the default segment size for the ring buffer, make it
14371         an integer number of samples.
14372
14373         When the sub-class indicates a delay greater than the number of
14374         samples we've written return 0 from the audio sink get_time method.
14375
14376 2006-06-02  Michael Smith  <msmith@fluendo.com>
14377
14378         * tests/check/elements/audioconvert.c: (set_channel_positions),
14379         (get_float_mc_caps), (get_int_mc_caps):
14380         * tests/check/elements/audioresample.c:
14381         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14382         * tests/check/elements/videorate.c:
14383         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14384         * tests/check/elements/volume.c:
14385         * tests/check/elements/vorbisdec.c:
14386         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14387           Don't busy-wait in tests; this was causing test timeouts very
14388           frequently when running under valgrind.
14389
14390 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14391
14392         * gst/tcp/README:
14393         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14394         (gst_multi_fd_sink_remove_client_link),
14395         (gst_multi_fd_sink_client_queue_caps),
14396         (gst_multi_fd_sink_client_queue_buffer),
14397         (gst_multi_fd_sink_handle_client_write),
14398         (gst_multi_fd_sink_render):
14399         * gst/tcp/gstmultifdsink.h:
14400           make multifdsink properly deal with streamheader:
14401           - streamheader is taken from caps
14402           - buffers marked with IN_CAPS are not sent
14403           - streamheaders are sent, on connection, from the caps of the
14404             buffer where the client gets positioned to
14405           - further streamheader changes are done every time the client
14406             will receive a buffer with different caps
14407         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14408         (gst_multifdsink_create_streamheader):
14409           add tests for this
14410
14411 2006-06-02  Michael Smith  <msmith@fluendo.com>
14412
14413         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14414           Reinstate limit on channel count. Vorbis does not define the meaning
14415           of > 6 channels, so they're just independent channels. Gstreamer
14416           currently has no mechanism to represent N independent channels.
14417
14418 2006-06-02  Michael Smith  <msmith@fluendo.com>
14419
14420         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14421           Don't arbitrarily restrict channel counts and rate in vorbis.
14422           In terms of effects likely on real-world files, this fixes 96kHz
14423           playback of vorbis.
14424
14425 2006-06-02  Michael Smith  <msmith@fluendo.com>
14426
14427         * gst/audioconvert/audioconvert.c: (float):
14428           More correct float->int conversion.
14429
14430 2006-06-02  Michael Smith  <msmith@fluendo.com>
14431
14432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14433           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14434           value. Fixes g-critical on trying to play back ogg containing
14435           unknown codec.
14436
14437 2006-06-02  Wim Taymans  <wim@fluendo.com>
14438
14439         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14440         (setup_source):
14441         * gst/playback/gstplaybasebin.h:
14442         Make the subtitle detection work from any thread so we don't
14443         deadlock. Fixes #343397.
14444
14445 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14446
14447         * gst/volume/Makefile.am:
14448           Seriously, it's not *that* hard to get compilation right.  Even
14449           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14450
14451 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14452
14453         * gst/volume/gstvolume.c: (volume_choose_func),
14454         (volume_update_real_volume), (gst_volume_class_init),
14455         (gst_volume_init), (volume_process_float), (volume_process_int16),
14456         (volume_process_int16_clamp), (volume_set_caps),
14457         (volume_transform_ip), (plugin_init):
14458         * gst/volume/gstvolume.h:
14459         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14460         another property desc., remove unused param from process function
14461         
14462         * tests/check/elements/volume.c: (volume_suite):
14463         reactivate the passthrough test
14464
14465 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14466
14467         * ext/alsa/gstalsamixerelement.h:
14468         * ext/alsa/gstalsamixeroptions.h:
14469         * ext/alsa/gstalsamixertrack.h:
14470         * ext/gnomevfs/gstgnomevfssink.h:
14471         * ext/gnomevfs/gstgnomevfssrc.h:
14472         * ext/theora/gsttheoradec.h:
14473         * ext/theora/gsttheoraenc.h:
14474         * ext/theora/gsttheoraparse.h:
14475         * ext/vorbis/vorbisparse.h:
14476         * gst-libs/gst/audio/gstaudioclock.h:
14477         * gst-libs/gst/audio/gstaudiofilter.h:
14478         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14479         * gst/audioconvert/gstaudioconvert.h:
14480         * gst/audioresample/gstaudioresample.h:
14481         * gst/audiotestsrc/gstaudiotestsrc.h:
14482         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14483         * gst/playback/gststreamselector.h:
14484         * gst/tcp/gstmultifdsink.h:
14485         * gst/tcp/gsttcpclientsink.h:
14486         * gst/tcp/gsttcpclientsrc.h:
14487         * gst/tcp/gsttcpserversink.h:
14488         * gst/tcp/gsttcpserversrc.h:
14489         * gst/videorate/gstvideorate.h:
14490         * gst/videoscale/gstvideoscale.h:
14491         * gst/videotestsrc/gstvideotestsrc.h:
14492         * gst/volume/gstvolume.h:
14493         * sys/v4l/gstv4ljpegsrc.h:
14494         * sys/v4l/gstv4lmjpegsink.h:
14495         * sys/v4l/gstv4lmjpegsrc.h:
14496         * sys/v4l/gstv4lsrc.h:
14497         * sys/ximage/ximagesink.h:
14498         * sys/xvimage/xvimagesink.h:
14499         * tests/old/testsuite/alsa/sinesrc.h:
14500         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14501
14502 2006-05-31  Wim Taymans  <wim@fluendo.com>
14503
14504         * ext/libvisual/visual.c: (gst_visual_reset),
14505         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14506         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14507         Handle DISCONT.
14508         Use running time before doing QoS.
14509         Handle mono too.
14510
14511 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14512
14513         * docs/libs/Makefile.am:
14514           set a magic variable to indicate we know the docs are incomplete
14515
14516 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14517
14518         * win32/common/libgstvideo.def:
14519           export gst_video_calculate_display_ratio
14520         * win32/vs6/libgstvideoscale.dsp:
14521           add link to libgstvideo-0.10.lib
14522
14523 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14524
14525         * gst/playback/gstplaybasebin.c: (gen_source_element):
14526           Throw a more comprehensible error for rtsp:// URIs (rather
14527           than erroring out with a negotiation error later on) until
14528           we fix playbin to handle rtspsrc etc.
14529
14530 2006-05-30  Wim Taymans  <wim@fluendo.com>
14531
14532         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14533         (gst_text_overlay_text_event):
14534         Added some FIXMEs.
14535
14536 2006-05-30  Wim Taymans  <wim@fluendo.com>
14537
14538         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14539         (gst_adder_request_new_pad), (gst_adder_release_pad):
14540         * gst/adder/gstadder.h:
14541         Implement release_request_pad.
14542         Make padcounter atomic.
14543
14544         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14545         Added check for release_pad in adder.
14546
14547 2006-05-30  Wim Taymans  <wim@fluendo.com>
14548
14549         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14550         Fix build again.
14551
14552 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14553
14554         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14555         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14556         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14557         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14558         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14559         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14560         (gst_ogg_demux_bisect_forward_serialno),
14561         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14562         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14563           add more debugging
14564           clean up printf formats for granulepos and serialno
14565
14566 2006-05-30  Michael Smith  <msmith@fluendo.com>
14567
14568         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14569         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14570         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14571         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14572         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14573         * ext/vorbis/vorbisenc.h:
14574           Multi-channel caps negotiation, so we can do proper multichannel
14575           vorbis encoding, negotiated through audioconvert.
14576
14577 2006-05-30  Wim Taymans  <wim@fluendo.com>
14578
14579         * tests/check/elements/adder.c: (test_event_message_received),
14580         (test_play_twice_message_received), (GST_START_TEST),
14581         (adder_suite):
14582         Added check to show that #339935 is fixed with ongoing
14583         adder and collectpads fixes.
14584
14585 2006-05-29  Wim Taymans  <wim@fluendo.com>
14586
14587         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14588         Don't leak pad name.
14589
14590 2006-05-29  Wim Taymans  <wim@fluendo.com>
14591
14592         * gst/adder/gstadder.c: (gst_adder_query_duration),
14593         (forward_event_func), (forward_event), (gst_adder_src_event):
14594         Fix adder seeking.
14595         Make query/seeking code threadsafe.
14596
14597         * tests/check/Makefile.am:
14598         * tests/check/elements/adder.c: (test_event_message_received),
14599         (GST_START_TEST), (test_play_twice_message_received):
14600         Fix adder test case.
14601
14602 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14603
14604         Patch by: Young-Ho Cha  <ganadist at chollian net>
14605
14606         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14607         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14608         (set_encoding_element), (decodebin_element_added_cb),
14609         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14610         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14611         * gst/playback/gstplaybasebin.h:
14612           Add 'subtitle-encoding' property to playbin, so applications can
14613           force a subtitle encoding for non-UTF8 subtitles (#342268).
14614
14615         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14616         (gst_sub_parse_set_property):
14617           Rename recently-added 'encoding' property to 'subtitle-encoding'
14618           (so it can be proxied by playbin/decodebin in a generic way
14619           with less danger of false positives).
14620
14621 2006-05-29  Michael Smith  <msmith@fluendo.com>
14622
14623         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14624         (append_with_other_format), (set_structure_widths),
14625         (gst_audio_convert_transform_caps):
14626           Patch from #341562: give more specific audio caps in get_caps, so
14627           that basetransform  can make better decisions on what caps to
14628           negotiate.
14629
14630 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14631
14632         * tests/check/elements/volume.c:
14633         make it compile again
14634
14635 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14636
14637         * tests/check/elements/volume.c: (volume_suite):
14638         disable test until #343196 gets resolved
14639
14640 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14641
14642         * gst/adder/gstadder.c: (gst_adder_get_type):
14643         Make it easier to copy&paste
14644         
14645         * gst/volume/Makefile.am:
14646         * gst/volume/gstvolume.c: (volume_update_real_volume),
14647         (gst_volume_set_volume), (gst_volume_set_mute),
14648         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14649         (volume_transform_ip), (volume_update_mute),
14650         (volume_update_volume):
14651         * gst/volume/gstvolume.h:
14652         Add own debug category, move duplicate code to helper function, fix
14653         property texts, add more comments and prepare ffor liboil-goodness
14654         
14655         * tests/check/Makefile.am:
14656         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14657         add test for mute and passtrough case, be a bit more verbose to track
14658         failure
14659         
14660         * tests/check/generic/states.c: (GST_START_TEST):
14661         catch elements that fail to instantiate
14662
14663 2006-05-28  Edward Hervey  <edward@fluendo.com>
14664
14665         * tests/check/pipelines/simple-launch-lines.c:
14666         * tests/check/pipelines/theoraenc.c:
14667         * tests/check/pipelines/vorbisenc.c:
14668         Comment out tests using parse_launch() if core was built without
14669         parsing capabilities.
14670
14671 2006-05-27  Edward Hervey  <edward@fluendo.com>
14672
14673         * tests/check/Makefile.am:
14674         Extra bonus points for whoever explains to ensonic that you are meant
14675         to test unit tests thoroughly before commiting them, especially if
14676         you know it's going to break.
14677         De-activated element/adder tests.
14678
14679 2006-05-27  Edward Hervey  <edward@fluendo.com>
14680
14681         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14682         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14683         Marking caps conversion issues as GST_WARNING is way too verbose,
14684         Moving them to GST_LOG.
14685
14686 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14687
14688         * README:
14689           Replace current README (containing the release notes from
14690           some 0.9.x version) with a proper README taken from the core.
14691
14692 2006-05-26  Wim Taymans  <wim@fluendo.com>
14693
14694         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14695         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14696         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14697         (vorbis_dec_change_state):
14698         Small cleanups.
14699         Add some FIXMEs
14700         Clip output samples to segment boundaries.
14701
14702 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14703
14704         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14705         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14706         Improve the errors produced on bad output, including some human
14707         readable description strings.
14708         Handle the (theoretical for ximagesink) case where the XServer 
14709         has a different idea about the size required for a particular 
14710         frame and gives us too small a memory allocation.
14711
14712 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14713
14714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14715         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14716         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14717         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14718         Improve the errors produced on bad output, including some human 
14719         readable description strings.
14720         Handle RGB Xv formats properly by transforming them into our 
14721         big-endian caps description.
14722         Use gst_caps_truncate to ensure that we never try and choose a
14723         non-fixed caps in buffer_alloc.
14724         Handle the case where the XServer has a different idea about the size
14725         required for a particular frame and gives us too small a memory
14726         allocation.
14727         Use -1 to indicate 'no image format', because 0 is a valid XServer
14728         image format number.
14729         Put RGB Xv formats at the end of the caps, so that we always prefer
14730         YUV format frames.
14731         Iterate the available Xv Encodings to determine the maximum width and
14732         height, and then return that in our caps.
14733         (Closes #315312, #337544)
14734
14735 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14736
14737         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14738         When there is only one unfinished pad and it receives an event that
14739         doesn't match our requirements, we need to set alldone=FALSE so that
14740         the fakesink is not removed yet.
14741
14742 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14743
14744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14745           Use gst_type_find_helper_for_buffer() to find the type
14746           of stream from the first packet.
14747
14748         * configure.ac:
14749           Bump requirements to core CVS (needed for vorbis
14750           typefinding to work).
14751
14752 2006-05-24  Edward Hervey  <edward@fluendo.com>
14753
14754         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14755         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14756         contain.  Else they play perfectly fine with qtdemux.
14757
14758 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14759
14760         * ext/theora/theoradec.c:
14761         * ext/theora/theoraenc.c:
14762         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14763         * gst/audiorate/gstaudiorate.c:
14764           make more debug catagories static
14765         
14766         * tests/check/Makefile.am:
14767         * tests/check/elements/adder.c: (message_received),
14768         (test_event_message_received), (GST_START_TEST),
14769         (test_play_twice_message_received), (adder_suite):
14770           added test case for using element twice, extra bonus points for anyone
14771           who can make these test run reliably
14772
14773 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14774
14775         * ext/theora/theoradec.c: (theora_dec_chain):
14776           Make work with time-stamped input buffers that do not
14777           have a granulepos in BUFFER_OFFSET_END (like theora
14778           buffers coming from matroskademux). Fixes #342448.
14779
14780 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14781
14782         Patch by: Peter Kjellerstedt  <pkj at axis com>
14783
14784         * gst/tcp/Makefile.am:
14785           fdstresstest doesn't need Gtk+, fix compilation if 
14786           gtk is not available (#342566).
14787
14788 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14789          
14790         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14791           80 line columns
14792           Removed redundant floor()
14793
14794 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14797           On second thought, just skip JUNK chunks automatically, so
14798           the caller doesn't have to handle this. Fixes #342345.
14799           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14800           not GST_FLOW_ERROR.
14801
14802 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14803
14804         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14805           Don't bail out on JUNK chunks with a size of 0 (would try to
14806           pull_range 0 bytes before, which sources don't like too much).
14807           See #342345.
14808
14809 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14810
14811         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14813         Use the gstutil scaling function to preserve 64 bits while calculating
14814         output width and height from the display-aspect-ratio. (A continuation
14815         of #341542)
14816
14817 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14818
14819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14820         (gst_xvimagesink_buffer_alloc):
14821         * sys/xvimage/xvimagesink.h:
14822         When performing buffer allocations, remember the caps and image format
14823         we return so that if the same caps are asked for next time we can
14824         return them immediately without doing any caps intersections.
14825
14826 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14827          
14828         * gst-libs/gst/rtp/README:
14829           Some new documentation
14830         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14831           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14832         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14833         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14834           New RTP audio base payloader class. Supports frame or sample based
14835           codecs.  Not enabled in Makefile.am until approved.
14836
14837 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14838
14839         * tests/check/elements/alsa.c: (test_device_property_probe):
14840           Fix test case: don't try to free NULL GValueArray when there
14841           are no devices.
14842
14843 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14844
14845         * tests/check/Makefile.am:
14846         * tests/check/elements/alsa.c: (test_device_property_probe),
14847         (alsa_suite), (main):
14848           Add simple test that runs a device property probe on alsasrc,
14849           alsasink and alsamixer. Disable valgrind check for now (too
14850           many leaks in libasound, and valgrind ignored my suppressions
14851           additions).
14852
14853 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14854
14855         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14856         (gst_alsa_device_property_probe_probe_property),
14857         (gst_alsa_device_property_probe_needs_probe),
14858         (gst_alsa_device_property_probe_get_values),
14859         (gst_alsa_type_add_device_property_probe_interface):
14860         * ext/alsa/gstalsadeviceprobe.h:
14861         * ext/alsa/gstalsamixerelement.c:
14862         (gst_alsa_mixer_element_init_interfaces):
14863         * ext/alsa/gstalsamixerelement.h:
14864           Clean up and simplify alsa device probing. Make it actually work
14865           for multiple classes. Don't cache results any longer.
14866
14867         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14868         (gst_alsasink_init):
14869         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14870         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14871         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14872           Make alsasink and alsasrc implement the GstPropertyProbe interface
14873           for device probing (#342181).
14874           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14875
14876 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14877
14878         * gst/subparse/samiparse.c: (handle_start_font):
14879           Don't ignore return value of strtol (++compiler_happiness).
14880
14881 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14882
14883         Patch by: Young-Ho Cha  <ganadist chollian net>
14884
14885         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14886         (gst_sub_parse_class_init), (gst_sub_parse_init),
14887         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14888         (convert_encoding):
14889         * gst/subparse/gstsubparse.h:
14890           Add 'encoding' property (#341681).
14891
14892         * gst/subparse/samiparse.c: (characters_sami):
14893           Output is pango markup, so we need to escape text
14894           between tags (#342143).
14895
14896 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14897
14898         * gst-libs/gst/audio/multichannel.c:
14899         (gst_audio_check_channel_positions):
14900           It's okay to have caps with channels=1 and a channel position
14901           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14902           (deinterleavers might want to keep the position in the caps,
14903           so that they can be re-interleaved again properly later).
14904           Leave check for unexpected 2-channel layouts intact for now.
14905
14906 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14907
14908         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14909         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14910         basesrc can do its job correctly.
14911
14912 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14913
14914         * ext/alsa/Makefile.am:
14915         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14916         (gst_alsa_detect_formats), (get_channel_free_structure),
14917         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14918         (gst_alsa_probe_supported_formats):
14919         * ext/alsa/gstalsa.h:
14920         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14921           Refactor and improve caps probing code: probe signedness
14922           when we probe the supported formats/widths; set endianness
14923           to the one we actually probed for (ie. cpu endianness).
14924           
14925         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14926         (gst_alsasrc_close):
14927         * ext/alsa/gstalsasrc.h:
14928           Implement caps probing for alsasrc.
14929
14930 2006-05-15  Wim Taymans  <wim@fluendo.com>
14931
14932         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14933         (theora_dec_src_query), (theora_dec_src_event),
14934         (theora_dec_sink_event), (theora_handle_comment_packet),
14935         (theora_handle_data_packet), (theora_dec_change_state):
14936         Cleanups, add some G_LIKELY.
14937         Use segment helpers instead of our own wrong code.
14938         Clear queued buffers on seek and READY.
14939
14940         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14941         (vorbis_dec_convert), (vorbis_dec_src_query),
14942         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14943         (vorbis_handle_comment_packet), (vorbis_dec_push),
14944         (vorbis_handle_data_packet), (vorbis_dec_chain),
14945         (vorbis_dec_change_state):
14946         * ext/vorbis/vorbisdec.h:
14947         Remove old useless packetno variable.
14948         Do position query properly.
14949         Add some G_LIKELY.
14950         Do cleanup of queued buffers in new helper function
14951         and use it.
14952
14953 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14954
14955         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14956           Query supported sample rates. Fixes #341732.
14957
14958 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14959
14960         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14961         (gst_decode_bin_change_state): Make decodebin reusable
14962         when going from PAUSE_TO_READY and then back to PAUSED.
14963         Fixes #331678.
14964
14965 2006-05-15  Wim Taymans  <wim@fluendo.com>
14966
14967         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14968         (vorbis_dec_convert), (vorbis_dec_src_query),
14969         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14970         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14971         (vorbis_dec_clean_queued), (vorbis_dec_push),
14972         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14973         Cleanups. Use refcounting and DEBUG_OBJECT.
14974         Reset segment on flush, use code methods instead of our
14975         own wrong version.
14976         Fix potential memleak.
14977
14978 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14979
14980         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14981         (gst_alsasink_init):
14982         * ext/alsa/gstalsasink.h:
14983           Don't leak allocated snd_output_t structure if there's
14984           more than one alsasink instance at a time (#341873).
14985           Also fix GObject macros in header file.
14986           
14987 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14988
14989         * gst/subparse/gstsubparse.c:
14990         (gst_sub_parse_data_format_autodetect):
14991           Don't use libxml functions in the typefinding code.
14992
14993 2006-05-15  Wim Taymans  <wim@fluendo.com>
14994
14995         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14996         Fix seeking performance in the case where a non-header 
14997         packet has a 0 granulepos (busted theora case). 
14998         Fixes #341719
14999         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15000          the first place, you limelight stealer you)
15001
15002 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15003
15004         * gst/subparse/gstsubparse.c:
15005         (gst_sub_parse_data_format_autodetect):
15006           Improve SAMI typefinding: handle case where there are
15007           whitespaces or newlines in front of the first <SAMI>
15008           tag (#169936).
15009
15010 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15011
15012         * configure.ac:
15013           Build video4linux plugin even if there's no XVIDEO, just
15014           without implementing the GstXOverlay interface (#334002).
15015          
15016 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15017
15018         * configure.ac:
15019         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15020         (plugin_init):
15021           Add tentative support for libvisual-0.4 (#336881).
15022
15023 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15024
15025         Patch by: Young-Ho Cha <ganadist at chollian net>
15026
15027         * gst/subparse/samiparse.c: (handle_start_font):
15028           Need to map "silver" colour explicitly (#169936).
15029
15030 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15031
15032         Patch by: Young-Ho Cha  <ganadist at chollian net>
15033
15034         * gst/subparse/Makefile.am:
15035         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15036         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15037         (gst_sub_parse_format_autodetect), (feed_textbuf),
15038         (gst_subparse_type_find), (plugin_init):
15039         * gst/subparse/gstsubparse.h:
15040         * gst/subparse/samiparse.c:
15041         * gst/subparse/samiparse.h:
15042           Add support for SAMI subtitles (#169936).
15043
15044 2006-05-14  Michael Smith  <msmith@fluendo.com>
15045
15046         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15047           Fix #341696: crash when mixing L+R+C to mono or stereo.
15048         * tests/check/Makefile.am:
15049         * tests/check/elements/audioconvert.c: (set_channel_positions),
15050         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15051         (audioconvert_suite):
15052           Add test for the above, including some generic framework bits for
15053           testing multichannel things.
15054
15055 === release 0.10.7 ===
15056
15057 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15058
15059         * configure.ac:
15060           releasing 0.10.7, "Leave the gun"
15061
15062 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15063
15064         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15066         Fix the build.
15067
15068 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15069
15070         * docs/libs/gst-plugins-base-libs-docs.sgml:
15071         * docs/libs/gst-plugins-base-libs-sections.txt:
15072         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15073         * gst-libs/gst/video/video.h:
15074         * gst/videoscale/Makefile.am:
15075         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15077         * tests/check/Makefile.am:
15078         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15079         (main):
15080           Fix integer overflow problem with pixel-aspect-ratio calculations
15081           in videoscale and xvimagesink (#341542)
15082
15083 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15084
15085         * gst-libs/gst/tag/gstid3tag.c:
15086           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15087
15088 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15089
15090         * win32/MANIFEST:
15091           update win32 files listing
15092
15093 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15094
15095         patch by: Sjoerd Simons (sjoerd@luon.net)
15096
15097         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15098         (group_create), (group_destroy), (add_stream),
15099         (gst_play_base_bin_get_property),
15100         (gst_play_base_bin_get_streaminfo_value_array):
15101         * gst/playback/gstplaybasebin.h:
15102           API: GstPlayBaseBin::stream-info-value-array property
15103           use a more bindings-friendly way of exposing streaminfo
15104           using a GValueArray.  Tested in ipython.
15105           Closes #341114
15106
15107 2006-05-11  Wim Taymans  <wim@fluendo.com>
15108
15109         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15110         (queue_underrun_cb), (queue_filled_cb):
15111         Also catch queue underruns but don't do anything yet.
15112         Refactor and comment queue enlarging code a bit.
15113
15114         * gst/playback/gstplaybasebin.c: (queue_overrun),
15115         (queue_threshold_reached), (queue_out_of_data),
15116         (gen_preroll_element):
15117         If a queue over/underruns check that we don't create nasty
15118         deadlocks when the min-threshold is not reached but the
15119         max-bytes is. In those cases disable max-bytes when we
15120         know that the queue is fed timed data.
15121         Add more comments.
15122
15123 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15124
15125         * gst/playback/gstplaybin.c: (gen_audio_element):
15126           Make playbin automatically plug an 'audioresample'
15127           element before the audio sink as well. This solves
15128           problems with sinks that only accept a very specific
15129           sample rate, like esdsink (e.g. #340379).
15130
15131 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15132
15133         * gst/playback/gstplaybasebin.c: (gen_source_element):
15134           Make http sources send special headers so that we receive
15135           icecast metadata if the http stream is an icecast stream
15136           (otherwise the server will just ignore them). This also
15137           means that from now on users will need the 'icydemux'
15138           element from gst-plugins-good installed if they want to
15139           listen to icecast radio streams. (#341432, #333657).
15140
15141 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15142
15143         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15144         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15145           remove stupid example from docs - it should come with a simple
15146           C program instead.
15147           Clean up/fix docs
15148         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15149         (fail_if_can_read), (GST_START_TEST),
15150         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15151           add a test for changing streamheader which exposes a bug in
15152           multifdsink
15153
15154 2006-05-11  Michael Smith  <msmith@fluendo.com>
15155
15156         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15157         (gst_gnome_vfs_src_received_headers_callback):
15158         * ext/gnomevfs/gstgnomevfssrc.h:
15159           Don't set icy-caps unless we have a sane interval value. Move
15160           interval to a local variable; we never use it outside this function.
15161
15162 2006-05-11  Wim Taymans  <wim@fluendo.com>
15163
15164         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15166         Register special buffer types along with the objects so
15167         that they are not registered at runtime from N different
15168         streaming threads since they are not threadsafe.
15169
15170 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15171
15172         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15173         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15174           add two more tests, one doing streamheader
15175
15176 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15177
15178         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15179           clean up the bufqueue when shutting down
15180         * tests/check/Makefile.am:
15181         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15182         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15183         (main):
15184           add a test for the leak that was just fixed
15185
15186 2006-05-10  Wim Taymans  <wim@fluendo.com>
15187
15188         * gst/adder/gstadder.c: (gst_adder_setcaps),
15189         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15190         (gst_adder_src_event), (gst_adder_sink_event),
15191         (gst_adder_class_init), (gst_adder_finalize),
15192         (gst_adder_request_new_pad), (gst_adder_collected):
15193         * gst/adder/gstadder.h:
15194         Updated some docs. Added comments and FIXMEs all over the place.
15195         Improve debugging info.
15196         Fix leak on finalize by not calling the parent.
15197         Implement duration query.
15198         Make event forwarding threadsafe.
15199         Correctly send NEWSEGMENT at start and after flush.
15200         Handle EOS correctly.
15201         Post error when not negotiated.
15202
15203         * tests/check/elements/adder.c: (GST_START_TEST):
15204         Added FIXME in the test.
15205
15206 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15207
15208         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15209         (gst_text_overlay_halign_get_type),
15210         (gst_text_overlay_wrap_mode_get_type):
15211         * ext/theora/theoradec.c: (theora_handle_type_packet),
15212         (theora_handle_data_packet):
15213         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15214         (theora_enc_sink_setcaps), (theora_enc_chain):
15215         * gst-libs/gst/cdda/gstcddabasesrc.c:
15216         (gst_cdda_base_src_mode_get_type):
15217         * gst/audiotestsrc/gstaudiotestsrc.c:
15218         (gst_audiostestsrc_wave_get_type):
15219         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15220         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15221         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15222         (gst_sync_method_get_type), (gst_unit_type_get_type),
15223         (gst_client_status_get_type):
15224         * gst/videoscale/gstvideoscale.c:
15225         (gst_video_scale_method_get_type):
15226         * gst/videotestsrc/gstvideotestsrc.c:
15227         (gst_video_test_src_pattern_get_type):
15228         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15229         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15230         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15231         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15232         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15233         (paint_setup_RGB565), (paint_setup_xRGB1555):
15234           Const-ify GEnumValue and GFlagsValue arrays. Use
15235           GST_ROUND_UP_* macros instead of home-made ones.
15236
15237 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15238
15239         * configure.ac:
15240           Require core CVS for the new newsegment stuff.
15241
15242 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15243
15244         Patch by: Sjoerd Simons  <sjoerd at luon net>
15245
15246         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15247           Register nick for enum value (#341160).
15248
15249 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15250
15251         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15252         (plugin_init):
15253          backout typefind patch #340375
15254          
15255         * tests/check/elements/adder.c: (message_received),
15256         (GST_START_TEST), (adder_suite):
15257           redo, signal-handling of test
15258
15259 2006-05-09  Wim Taymans  <wim@fluendo.com>
15260
15261         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15262         (gst_adder_collected):
15263         * gst/adder/gstadder.h:
15264         Remove bogus segment merging and forwarding, we don't
15265         care about timestamps anyway and we just produce a
15266         continuous stream. 
15267         Also create a nice NEWSEGMENT event when we start.
15268         Use _scale_int some more.
15269
15270 2006-05-09  Edward Hervey  <edward@fluendo.com>
15271
15272         * tests/icles/stress-xoverlay.c:
15273         Fix if core was built without parsing support.
15274
15275 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15276
15277         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15278           Add SEDG (Samsung MPEG-4) fourcc.
15279
15280 2006-05-09  Edward Hervey  <edward@fluendo.com>
15281
15282         * tests/icles/stress-xoverlay.c:
15283         * tests/examples/volume/volume.c:
15284         Fix if core was built without parsing support.
15285
15286         * tests/examples/seek/seek.c:
15287         Disable the parse_launch example if core was built without parsing
15288         support.
15289
15290 2006-05-08  Edward Hervey  <edward@fluendo.com>
15291
15292         * autogen.sh: (CONFIGURE_DEF_OPT): 
15293         libtoolize on Darwin/MacOSX is called glibtoolize
15294
15295 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15296
15297         * tests/check/Makefile.am:
15298         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15299           Disable the adder test, until the build-slaves posses the kindness to 
15300           either like it or to give valid reason for not doing so 
15301
15302 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15303
15304         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15305         (adder_suite):
15306           Shuffle NULL state change around and raise timeout more
15307
15308 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15309
15310         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15311         (mp4_type_find), (plugin_init):
15312           Add typefind to distinguish between "audio/x-m4a" and new type
15313           "video/mp4". Fixes #340375
15314
15315         * tests/check/elements/adder.c: (adder_suite):
15316           Raise timeout to make buildbot happy
15317
15318 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15319
15320         * gst/adder/gstadder.c: (gst_adder_sink_event),
15321         (gst_adder_request_new_pad), (gst_adder_change_state):
15322         * gst/adder/gstadder.h:
15323         * tests/check/Makefile.am:
15324         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15325         (adder_suite), (main):
15326           Add sink-event handling to adder. It tries to merge incomming
15327           newsegment-events. Added test to check if segment_done is comming
15328           through. Fixes #340060
15329
15330 2006-05-05  Andy Wingo  <wingo@pobox.com>
15331
15332         * ext/theora/theoraparse.c (gst_theora_parse_init)
15333         (theora_parse_src_convert, theora_parse_src_query):
15334         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15335         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15336         query functions on the source pads of the theora and vorbis parse
15337         elements. Fixes position querying when doing a remux.
15338
15339 2006-05-05  Michael Smith  <msmith@fluendo.com>
15340
15341         * ext/theora/theoraparse.c: (parse_granulepos),
15342         (theora_parse_drain_queue_prematurely),
15343         (theora_parse_queue_buffer), (theora_parse_sink_event):
15344           Fix flushing.
15345           Fix invalid granulepos outputs when starting with a non-keyframe.
15346
15347 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15348
15349         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15350         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15351         Rearrange MPEG system stream detection, fixing some memleaks in the
15352         process.
15353         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15354         they clean up their data correctly.
15355         Remove unused ogganx caps and move the 'is_annodex' check to inside
15356         the 'is_ogg' if statement.
15357
15358 2006-05-05  Wim Taymans  <wim@fluendo.com>
15359
15360         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15361         Properly remove ghostpads. Fixes #340392
15362
15363 2006-05-04  David Schleef  <ds@schleef.org>
15364
15365         * gst/typefind/gsttypefindfunctions.c:
15366
15367 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15368
15369         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15370         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15371
15372         When typefinding an MP3 in push-based mode, don't penalise the
15373         probability down to 74% when we found 5 valid frames just because we
15374         can't peek the end of the file.
15375
15376         Make the probability for detecting MPEG Transport Streams based on the
15377         number of sequential headers we successfully detected.
15378
15379 2006-05-03  Wim Taymans  <wim@fluendo.com>
15380
15381         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15382         (vorbis_dec_push), (vorbis_dec_chain):
15383         Still produce an error when we receive an empty packet.
15384
15385 2006-05-03  Wim Taymans  <wim@fluendo.com>
15386
15387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15388         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15389         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15390         Mark buffers with DISCONT after seek and after activating new
15391         chains.
15392
15393         * ext/theora/gsttheoradec.h:
15394         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15395         (theora_get_query_types), (theora_dec_sink_event),
15396         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15397         (theora_dec_change_state):
15398         Fix frame counter.
15399         Detect and mark DISCONT buffers.
15400
15401         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15402         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15403         (vorbis_dec_change_state):
15404         * ext/vorbis/vorbisdec.h:
15405         Use GstSegment.
15406         Detect and mark DISCONT buffers.
15407         Don't crash on 0 sized buffers.
15408
15409 2006-05-03  Wim Taymans  <wim@fluendo.com>
15410
15411         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15412         (volume_transform_ip):
15413         Increase "volume" property to 10.0. Fixes #340369.
15414         Set the process function to NULL when capsnego fails so that
15415         we properly error out.
15416
15417 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15418
15419         * gst/playback/gstplaybin.c: (add_sink):
15420         * gst/playback/test.c: (main):
15421         * gst/playback/test5.c: (dump_element_stats):
15422         * gst/playback/test6.c: (main):
15423           free caps using gst_caps_unref, don't leak caps-strings
15424
15425 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15426
15427         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15428         (plugin_init):
15429           Refine musepack typefinding a bit. Return MAXIMUM
15430           probability when we detect stream version 7 to make
15431           sure the mpeg audio typefinder doesn't trump us.
15432
15433 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15434
15435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15436           Protect against unexpected NULL strf_data buffer.
15437
15438 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15439
15440         * tests/check/elements/audioconvert.c: (verify_convert),
15441         (GST_START_TEST):
15442           interpret the out[] buffer in the order the bytes are actually
15443           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15444           Other tests should use BYTE_ORDER since the array is filled in
15445           with actual values
15446
15447 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15448
15449         * tests/check/elements/audioconvert.c: (verify_convert),
15450         (GST_START_TEST):
15451           when a test fails, give an indication of which it is
15452
15453 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15454
15455         * gst-libs/gst/cdda/gstcddabasesrc.c:
15456           compile fix; strtol() needs <stdlib.h>
15457
15458 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15459
15460         * ext/alsa/gstalsamixerelement.c:
15461         * ext/alsa/gstalsasrc.c:
15462         * ext/cdparanoia/gstcdparanoiasrc.c:
15463         * ext/gnomevfs/gstgnomevfssink.c:
15464         * ext/gnomevfs/gstgnomevfssrc.c:
15465         * ext/ogg/gstoggdemux.c:
15466         * ext/ogg/gstoggmux.c:
15467         * ext/ogg/gstoggparse.c:
15468         * ext/ogg/gstogmparse.c:
15469         * ext/pango/gstclockoverlay.c:
15470         * ext/pango/gsttextoverlay.c:
15471         * ext/pango/gsttextrender.c:
15472         * ext/pango/gsttimeoverlay.c:
15473         * ext/theora/theoradec.c:
15474         * ext/theora/theoraenc.c:
15475         * ext/vorbis/vorbisdec.c:
15476         * ext/vorbis/vorbisenc.c:
15477         * gst-libs/gst/audio/gstaudiofilter.c:
15478         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15479         * gst/audioconvert/gstaudioconvert.c:
15480         * gst/audiorate/gstaudiorate.c:
15481         * gst/audioresample/gstaudioresample.c:
15482         * gst/audiotestsrc/gstaudiotestsrc.c:
15483         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15484         * gst/playback/gstdecodebin.c:
15485         * gst/playback/gstplaybin.c:
15486         * gst/playback/gststreamselector.c:
15487         * gst/subparse/gstsubparse.c:
15488         * gst/tcp/gstmultifdsink.c:
15489         * gst/tcp/gsttcpclientsink.c:
15490         * gst/tcp/gsttcpclientsrc.c:
15491         * gst/tcp/gsttcpserversink.c:
15492         * gst/tcp/gsttcpserversrc.c:
15493         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15494         * gst/videorate/gstvideorate.c:
15495         * gst/videoscale/gstvideoscale.c:
15496         * gst/videotestsrc/gstvideotestsrc.c:
15497         * gst/volume/gstvolume.c:
15498         * sys/v4l/gstv4ljpegsrc.c:
15499         * sys/v4l/gstv4lmjpegsink.c:
15500         * sys/v4l/gstv4lmjpegsrc.c:
15501         * sys/v4l/gstv4lsrc.c:
15502         * sys/ximage/ximagesink.c:
15503         * sys/xvimage/xvimagesink.c:
15504         * tests/check/libs/cddabasesrc.c:
15505           make GstElementDetails const
15506
15507 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15508
15509         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15510         (gst_adder_init):
15511           send events from src-pad to all sink-pads fixes #338657
15512
15513 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15514
15515         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15516         (alsasink_parse_spec):
15517           query width capabilities from alsa, fixes #338919
15518
15519 2006-04-28  Wim Taymans  <wim@fluendo.com>
15520
15521         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15522         (gst_multi_fd_sink_remove_client_link):
15523         * gst/tcp/gstmultifdsink.h:
15524         Fix race condition in multifdsink that can lead to spurious 
15525         duplicate clients. this patch adds a new signal that is fired when
15526         multifdsink has removed all references to the fd.
15527         Fixes #339574.
15528         Updated documentation.
15529         API: client-fd-removed signal added
15530
15531 2006-04-28  Michael Smith  <msmith@fluendo.com>
15532
15533         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15534           When asking g_value_array_new to prealloc elements, we may as well
15535           ask for the right number of elements.
15536
15537 2006-04-28  Wim Taymans  <wim@fluendo.com>
15538
15539         * gst-libs/gst/audio/gstbaseaudiosink.c:
15540         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15541         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15542         patch to make timestamp checking more tollerant to rounding 
15543         errors given that real discontinuities are to be marked on
15544         buffers. Fixes some asf files and #338778.
15545         Also avoid some crashers when we receive an event in the 
15546         NULL state.
15547
15548 2006-04-28  Michael Smith  <msmith@fluendo.com>
15549
15550         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15551         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15552         (gst_gnome_vfs_src_get_property),
15553         (gst_gnome_vfs_src_send_additional_headers_callback),
15554         (gst_gnome_vfs_src_received_headers_callback),
15555         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15556         (gst_gnome_vfs_src_stop):
15557         * ext/gnomevfs/gstgnomevfssrc.h:
15558           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15559           proper shared support within icydemux.
15560
15561 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15562
15563         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15564         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15565           fix up docs
15566           fix a leak when no caps negotiated
15567           fix counting of input frames
15568         * tests/check/elements/.cvsignore:
15569         * tests/check/elements/videorate.c: (assert_videorate_stats),
15570         (GST_START_TEST), (videorate_suite):
15571           add tests for these
15572
15573 2006-04-28  Wim Taymans  <wim@fluendo.com>
15574
15575         * gst-libs/gst/audio/gstringbuffer.c:
15576         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15577         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15578         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15579         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15580         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15581         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15582         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15583         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15584         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15585         Check arguments passed to public functions instead of
15586         crashing.
15587
15588 2006-04-28  Wim Taymans  <wim@fluendo.com>
15589
15590         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15591         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15592         GstBaseAudioSrc must be live or it does not work.
15593
15594         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15595         Don't set live to TRUE as this is the default in the parentclass.
15596
15597 2006-04-28  Wim Taymans  <wim@fluendo.com>
15598
15599         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15600         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15601         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15602         fixation cases better. Fixes #338991
15603
15604 2006-04-28  Wim Taymans  <wim@fluendo.com>
15605
15606         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15607         Handle 0/1 framerate correctly Fixes #331901.
15608
15609 2006-04-28  Wim Taymans  <wim@fluendo.com>
15610
15611         * tests/check/elements/audioconvert.c: (get_float_caps),
15612         (GST_START_TEST), (audioconvert_suite):
15613         Added check for correct clipping when doing float samples
15614         in audioconvert.
15615
15616 2006-04-28  Wim Taymans  <wim@fluendo.com>
15617
15618         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15619         (gst_video_rate_chain):
15620         Print more debugging info.
15621
15622 2006-04-28  Wim Taymans  <wim@fluendo.com>
15623
15624         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15625         (resample_set_state_from_caps):
15626         Add support for other formats audioresample can handle such as
15627         32 bits in and float and 64 bits float. Fixes #301759
15628
15629 2006-04-28  Wim Taymans  <wim@fluendo.com>
15630
15631         * gst/audioconvert/audioconvert.c: (float):
15632         correctly clip float samples > 1.0. Fixes #338718
15633
15634 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15635
15636         Patch by: Young-Ho Cha  <ganadist at chollian net>
15637
15638         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15639         (gst_text_overlay_render_text):
15640           Don't strip newlines from the text. Also, center lines
15641           within multi-line paragraphs (#339405).
15642
15643 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15644
15645         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15646           Fix wavpack typefinding to work in more cases (don't peek
15647           for chunks of multiple hundred kBs at once, but process
15648           things step-by-step in smaller units). Fixes #339786.
15649
15650 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15651
15652         * configure.ac:
15653           back to HEAD
15654
15655 === release 0.10.6 ===
15656
15657 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15658
15659         * configure.ac:
15660           releasing 0.10.6, "Chao"
15661
15662 2006-04-26  David Schleef  <ds@schleef.org>
15663
15664         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15665           Fixes #338897.
15666
15667 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15668
15669         * configure.ac:
15670         * win32/common/config.h:
15671           new prerelease
15672
15673 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15674
15675         patch by: Wim Taymans
15676
15677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15678         (gst_ogg_demux_perform_seek):
15679           make sure correct newsegments are sent, so that the decoder
15680           and the demuxer agree on timestamps.  Fixes playback of a lot
15681           of Ogg files that do not start from 0.  Fixes #339833.
15682
15683 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15684
15685         Patch by: Edward Hervey  <edward@fluendo.com>
15686
15687         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15688         * tests/check/Makefile.am:
15689         * tests/check/elements/videorate.c: (assert_videorate_stats),
15690         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15691         (videorate_suite), (main):
15692           Fix an infinite loop if frames are passed in with wrongly ordered
15693           timestamps.  Fixes #339013.
15694
15695 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15696
15697         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15698
15699         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15700           fix typefinding on some ISO files.  Fixes #339212.
15701
15702 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15703
15704         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15705
15706         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15707           add another H264 fourcc.  Fixes #339047.
15708
15709 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15710
15711         Patch by: Jan Schmidt
15712
15713         * gst/playback/gststreamselector.c:
15714         (gst_stream_selector_bufferalloc):
15715           Restore old StreamSelector behaviour.
15716           Fixes #338419.
15717
15718 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15719
15720         * configure.ac:
15721         * win32/common/config.h:
15722           prerelease
15723
15724 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15725
15726         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15727
15728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15729         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15730           Fix some memory leaks: on finalize, free buffers left in the queue
15731           before destroying the queue; in _push(), unref rtp_buf even if
15732           the process vfunc returned a NULL buffer as output buffer (#337548);
15733           demote some recuring debug messages to LOG level.
15734
15735 2006-04-11  Wim Taymans  <wim@fluendo.com>
15736
15737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15738         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15739         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15740         (gst_ogg_demux_loop):
15741         More cleanups.
15742         Respect segment stop when emiting EOS or SEGMENT_DONE.
15743         Fixes (#337945).
15744
15745 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15746
15747         * gst/playback/gststreamselector.c:
15748         (gst_stream_selector_get_property):
15749           Don't leak pad name.
15750
15751 2006-04-10  Michael Smith  <msmith@fluendo.com>
15752
15753         * tests/check/Makefile.am:
15754         * tests/check/gst-plugins-base.supp:
15755           Suppress an old libtheora bug (fixed in more recent versions), so 
15756           that FC4 buildslaves can pass.
15757
15758 2006-04-10  Wim Taymans  <wim@fluendo.com>
15759
15760         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15761         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15762         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15763         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15764         (gst_ogg_demux_loop):
15765         Don't leak events.
15766         Remember what error we got when finding chains, if we
15767         were shutdown, that would not be an error.
15768
15769 2006-04-10  Wim Taymans  <wim@fluendo.com>
15770
15771         * gst-libs/gst/audio/gstbaseaudiosink.c:
15772         (gst_base_audio_sink_event):
15773         Starting the ringbuffer when we did not acquire it can cause
15774         a deadlock, is pointless and causes nasty things for
15775         subclasses. 
15776         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15777
15778 2006-04-10  Wim Taymans  <wim@fluendo.com>
15779
15780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15781         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15782         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15783         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15784         (gst_ogg_demux_deactivate_current_chain),
15785         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15786         (gst_ogg_demux_bisect_forward_serialno),
15787         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15788         Add some more debugging.
15789
15790 2006-04-10  Wim Taymans  <wim@fluendo.com>
15791
15792         * ext/theora/theoradec.c: (theora_dec_src_event),
15793         (theora_handle_data_packet):
15794         Some more debug info.
15795
15796         * tests/examples/seek/seek.c: (start_seek), (main):
15797         Print element messages too.
15798
15799 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15800
15801         * gst/audioresample/debug.h:
15802           replace debug macros with variable number of parameters
15803           by a simple alias to gstreamer standard debug macros 
15804          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15805           supported by MSVC 6.0 and 7.1)
15806         * gst/audioresample/resample.h:
15807           define M_PI and rint for WIN32
15808         * win32/common/libgstaudio.def:
15809         * win32/common/libgstriff.def:
15810         * win32/common/libgsttag.def:
15811         * win32/common/libgstvideo.def:
15812           add new exported functions
15813         * win32/vs6:
15814           update project files
15815
15816 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15817
15818         * ext/alsa/gstalsamixeroptions.c:
15819         (gst_alsa_mixer_options_class_init):
15820         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15822         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15823         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15824         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15825         * gst-libs/gst/audio/gstaudiofilter.c:
15826         (gst_audio_filter_class_init):
15827         * gst-libs/gst/audio/gstaudiosink.c:
15828         (gst_audioringbuffer_class_init):
15829         * gst-libs/gst/audio/gstaudiosrc.c:
15830         (gst_audioringbuffer_class_init):
15831         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15832         * gst-libs/gst/interfaces/colorbalancechannel.c:
15833         (gst_color_balance_channel_class_init):
15834         * gst-libs/gst/interfaces/mixeroptions.c:
15835         (gst_mixer_options_class_init):
15836         * gst-libs/gst/interfaces/mixertrack.c:
15837         (gst_mixer_track_class_init):
15838         * gst-libs/gst/interfaces/tunerchannel.c:
15839         (gst_tuner_channel_class_init):
15840         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15841         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15842         (gst_netbuffer_class_init):
15843         * gst-libs/gst/rtp/gstbasertppayload.c:
15844         (gst_basertppayload_class_init):
15845         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15847         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15848         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15849         * gst/playback/gststreamselector.c:
15850         (gst_stream_selector_class_init):
15851         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15852         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15853         * sys/v4l/gstv4lcolorbalance.c:
15854         (gst_v4l_color_balance_channel_class_init):
15855         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15856         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15857         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15858         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15859         (gst_v4l_tuner_norm_class_init):
15860         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15862         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15863         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15864
15865 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15866
15867         * ext/pango/gsttextrender.h:
15868         * gst-libs/gst/audio/gstaudiosink.h:
15869         * gst-libs/gst/audio/gstaudiosrc.h:
15870         * gst-libs/gst/audio/gstbaseaudiosink.h:
15871         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15872         * gst-libs/gst/audio/gstringbuffer.h:
15873         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15874         * gst-libs/gst/rtp/gstbasertppayload.h:
15875         * gst-libs/gst/video/gstvideofilter.h:
15876         * gst-libs/gst/video/gstvideosink.h:
15877         * gst/playback/gstplaybasebin.h:
15878         * gst/tcp/gstmultifdsink.h:
15879         * sys/v4l/gstv4lelement.h:
15880         Fix broken GObject macros
15881
15882 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15883
15884         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15885         More debug to trace why my USB headset is not working with gst
15886
15887 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15888
15889         * gst/playback/gstplaybasebin.c: (group_destroy):
15890         Clean up our group elements properly in the case where it never 
15891         got committed - it still got added unconditionally to the bin.
15892
15893 2006-04-07  Wim Taymans  <wim@fluendo.com>
15894
15895         * ext/theora/theoradec.c: (theora_dec_sink_event),
15896         (theora_handle_data_packet), (theora_dec_chain):
15897         Unref unhandled events.
15898         Protect against empty buffers.
15899         Perform QoS on running time.
15900
15901 2006-04-07  Michael Smith  <msmith@fluendo.com>
15902
15903         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15904         (gst_vorbis_enc_chain):
15905           Remove leaks from vorbisenc.
15906           Mostly minor changes, the only significant one is that now the
15907           buffers we set as 'streamheader' on the caps are copies of the
15908           original buffers, to avoid circular refcounting problems.
15909
15910 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15911
15912         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15913           Don't remove our mute-probe if someone else already did so.
15914           Don't set a 2nd one if there is already one pending on the pad.
15915
15916         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15917         (do_playbin_seek):
15918           When a seek fails, ensure that playbin is still set back to playing.
15919           
15920         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15921         (mpeg_ts_type_find), (plugin_init):
15922           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15923
15924 2006-04-06  Andy Wingo  <wingo@pobox.com>
15925
15926         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15927         (gst_video_rate_init): Caps-related parameters should not be reset
15928         by a flush -- move their inits to the instance init function.
15929         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15930         is not OK, just return the result.
15931
15932         * gst/audiotestsrc/gstaudiotestsrc.c
15933         (gst_audio_test_src_class_init)
15934         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15935         broken by Stefan's commit on 24 March.
15936
15937         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15938         buffers being pushed out. Fixes oggmux ! multifdsink.
15939
15940 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15941
15942         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15943         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15944         * ext/vorbis/vorbisdec.h:
15945         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15946         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15947         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15948         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15949         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15950         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15951         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15952         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15953         (gst_vorbis_enc_buffer_from_packet),
15954         (gst_vorbis_enc_buffer_from_header_packet),
15955         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15956         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15957         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15958         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15959         (gst_vorbis_enc_change_state):
15960         * ext/vorbis/vorbisenc.h:
15961           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15962           vorbisenc adhere to the official nomenclature; use boilerplate
15963           macro.
15964
15965 2006-04-04  Andy Wingo  <wingo@pobox.com>
15966
15967         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15968         Whoops, fix bug introduced. Bad hacker!
15969         
15970         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15971         Properly handle the case where you get EOS before any buffers are
15972         received. Use gst_buffer_make_metadata_writable where appropriate.
15973
15974         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15975         is often negative -- make it signed so as not to wrap around.
15976         Fixes segfaults introduced on 9 March.
15977
15978 2006-04-03  Wim Taymans  <wim@fluendo.com>
15979
15980         * ext/theora/gsttheoradec.h:
15981         * ext/theora/theoradec.c: (theora_dec_src_event):
15982         Don't try to store a gdouble in a gboolean.
15983         Small cleanups.
15984
15985 2006-04-03  Michael Smith  <msmith@fluendo.com>
15986
15987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15988           Oggmux sucks.
15989           Make it suck slightly less by writing out the final page.
15990           Still can't encode a vorbis-in-ogg file correctly, though.
15991
15992 2006-04-03  Andy Wingo  <wingo@pobox.com>
15993
15994         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15995         a g_print.
15996
15997         * ext/theora/theora.c (plugin_init): Register theoraparse.
15998
15999         * ext/theora/gsttheoraparse.h: 
16000         * ext/theora/theoraparse.c: New files implementing a theora
16001         parser. Now we can properly remux ogg/theora+vorbis, yay.
16002
16003         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16004
16005 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16006
16007         * gst/audiotestsrc/gstaudiotestsrc.c:
16008           Fixed the sample pipeline (see #323798)
16009
16010 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16011
16012         * configure.ac:
16013         * win32/common/config.h:
16014         * win32/common/config.h.in:
16015           use AS_VERSION and AS_NANO
16016           more cleanups
16017
16018 2006-03-31  Andy Wingo  <wingo@pobox.com>
16019
16020         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16021         uninitialized variable return that would happen.
16022         
16023         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16024         uninitialized variable return that would never happen.
16025
16026         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16027         (vorbis_parse_sink_event): Add an event function to flush our
16028         state on a seek, and to drain buffers on a premature EOS.
16029         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16030         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16031         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16032         (vorbis_parse_drain_queue): Queue up buffers until we can set
16033         their timestamps and granulepos values.
16034
16035         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16036         and keep track of data needed for deriving granulepos and
16037         timestamps for buffers.
16038
16039 2006-03-29  Wim Taymans  <wim@fluendo.com>
16040
16041         Patch by: j^ <j at bootlab dot org>
16042
16043         * ext/alsa/gstalsamixerelement.c:
16044         (gst_alsa_mixer_element_class_init):
16045         * ext/alsa/gstalsasink.c:
16046         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16047         * ext/ogg/gstoggdemux.c:
16048         * ext/ogg/gstoggmux.c:
16049         * ext/ogg/gstoggparse.c:
16050         * ext/pango/gstclockoverlay.c:
16051         * ext/pango/gsttextoverlay.c:
16052         * ext/pango/gsttextrender.c:
16053         * ext/pango/gsttimeoverlay.c:
16054         * ext/theora/theoradec.c:
16055         * ext/theora/theoraenc.c:
16056         * ext/vorbis/vorbisdec.c:
16057         * ext/vorbis/vorbisenc.c:
16058         * gst/audioconvert/gstaudioconvert.c:
16059         * gst/subparse/gstsubparse.c:
16060         * gst/tcp/gstmultifdsink.c:
16061         * gst/tcp/gsttcpclientsink.c:
16062         * gst/tcp/gsttcpclientsrc.c:
16063         * gst/tcp/gsttcpserversink.c:
16064         * gst/tcp/gsttcpserversrc.c:
16065           better/unified long descriptions
16066           Fixes #336477
16067
16068 2006-03-29  Wim Taymans  <wim@fluendo.com>
16069
16070         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16071         (stop_seek):
16072         Don't let double and triple clicks mess up our state.
16073
16074 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16075
16076         * gst/playback/gstplaybin.c: (gen_video_element),
16077         (gen_text_element), (gen_audio_element), (gen_vis_element):
16078           Error out gracefully when we can't create any of the usual
16079           conversion elements for some reason. Also, don't try to
16080           create an audioscale (sic) element that's not used anyway.
16081
16082 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16083
16084         * gst/playback/gstplaybasebin.c: (setup_source):
16085           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16086           element for a particular protocol, that's confusing for users.
16087           Instead, post a RESOURCE_FAILED error, so that our own error
16088           message is actually shown in totem etc. (#336303).
16089
16090 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16091
16092         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16093
16094         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16095         (gst_gnome_vfs_src_get_icy_metadata):
16096           Fix some minor memory leaks (#336194).
16097
16098 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16099
16100         * ext/gnomevfs/gstgnomevfs.c:
16101         (gst_gnome_vfs_location_to_uri_string):
16102         * ext/gnomevfs/gstgnomevfs.h:
16103         * ext/gnomevfs/gstgnomevfssink.c:
16104         (gst_gnome_vfs_sink_set_property):
16105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16106           Make gnomevfssink accept filenames as well as URIs for the
16107           "location" property, just like gnomevfssrc does (and
16108           filesrc/filesink do) (#336190).
16109
16110 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16111
16112         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16113           set to NULL before unreffing, fixes a valgrind leak.
16114           Why was this not triggering the error that an object needs to
16115           be NULL before unreffing ?
16116         * win32/common/config.h:
16117           update
16118
16119 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16120
16121         * gst/subparse/gstsubparse.c: (convert_encoding),
16122         (gst_sub_parse_change_state):
16123         * gst/subparse/gstsubparse.h:
16124           Text subtitle files may or may not be UTF-8. If it's not, we
16125           don't really want to see '?' characters in place of non-ASCII
16126           characters like accented characters. So let's assume the input
16127           is UTF-8 until we come across text that is clearly not. If it's
16128           not UTF-8, we don't really know what it is, so try the following:
16129           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16130           is set; if not, check (b) if the current locale encoding is
16131           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16132           the current locale encoding is UTF-8 and the environment variable
16133           was not set to any particular encoding. Not perfect, but better
16134           than nothing (and better than before, I think) (fixes #172848).
16135
16136 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16137
16138         * configure.ac:
16139           update core requirement to 0.10.4.1 because of async_playback
16140           vmethod on GstBaseSink
16141
16142 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16143
16144         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16145         * gst/adder/gstadder.c: (gst_adder_init):
16146         use DEBUG_FUNCPTR for collectpads
16147
16148 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16149
16150         * docs/plugins/Makefile.am:
16151         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16152         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16153         * ext/cdparanoia/gstcdparanoiasrc.c:
16154         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16155         (gst_gnome_vfs_sink_class_init):
16156         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16158         * ext/ogg/gstoggmux.c:
16159         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16160         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16161         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16162         * ext/pango/gsttextoverlay.c:
16163         * ext/pango/gsttextrender.c:
16164         * ext/theora/theoradec.c:
16165         * ext/theora/theoraenc.c:
16166         * ext/vorbis/vorbisdec.c:
16167         * ext/vorbis/vorbisenc.c:
16168         * gst-libs/gst/audio/gstaudiofilter.c:
16169         (gst_audio_filter_base_init):
16170         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16171         (gst_audio_filter_template_base_init):
16172         * gst/adder/gstadder.c: (gst_adder_get_type):
16173         * gst/adder/gstadder.h:
16174         * gst/audioconvert/gstaudioconvert.c:
16175         * gst/audiotestsrc/gstaudiotestsrc.c:
16176         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16177         (gst_audio_test_src_create):
16178         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16179         * gst/playback/gstdecodebin.c:
16180         * gst/playback/gstplaybin.c:
16181         * gst/playback/gststreamselector.c:
16182         (gst_stream_selector_base_init):
16183         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16184         * gst/volume/gstvolume.c:
16185         * sys/v4l/gstv4lmjpegsink.c:
16186         * sys/v4l/gstv4lmjpegsrc.c:
16187         * tests/check/libs/cddabasesrc.c:
16188         * tests/old/examples/gob/gst-identity2.gob:
16189           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16190           define GstElementDetails at the top
16191
16192 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16193
16194         * win32/common/libgstinterfaces.def:
16195         Add a lot of export functions for gst-python
16196         * win32/vs6/libgstinterfaces.dsp:
16197         Add a missing include folder in the project configuration
16198         
16199 2006-03-23  Wim Taymans  <wim@fluendo.com>
16200
16201         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16202         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16203         (gst_base_audio_src_change_state):
16204         Fix audio sources, forgot to make the ringbuffer
16205         startable...
16206
16207 2006-03-23  Wim Taymans  <wim@fluendo.com>
16208
16209         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16210         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16211         (gst_base_audio_src_change_state):
16212         unparent instead of unref the ringbuffer.
16213
16214 2006-03-23  Wim Taymans  <wim@fluendo.com>
16215
16216         * gst-libs/gst/audio/gstbaseaudiosink.c:
16217         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16218         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16219         Implement new async_play vmethod to start slaving and allow
16220         playback start in case of async PLAY state changes. 
16221
16222         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16223         Enable QoS with new method in base class.
16224
16225 2006-03-23  Wim Taymans  <wim@fluendo.com>
16226
16227         Patch by: Julien MOUTTE <julien at moutte dot net>
16228
16229         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16230         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16231         Partially handle 0 framerate, only EOS after the first frame
16232         is missing.
16233
16234 2006-03-23  Wim Taymans  <wim@fluendo.com>
16235
16236         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16237
16238         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16239         (gst_riff_create_video_template_caps):
16240         * gst/ffmpegcolorspace/avcodec.h:
16241         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16242         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16243         (gst_ffmpegcsp_avpicture_fill):
16244         * gst/ffmpegcolorspace/imgconvert.c:
16245         Patch for support of YVU9 AVI files (#334822)
16246
16247 2006-03-22  Edward Hervey  <edward@fluendo.com>
16248
16249         * docs/design/design-decodebin.txt:
16250         Added design document for new decodebin
16251         (Target Caps): text/x-pango-markup is also a default target caps.
16252
16253 2006-03-22  Wim Taymans  <wim@fluendo.com>
16254
16255         * gst-libs/gst/audio/gstbaseaudiosink.c:
16256         (gst_base_audio_sink_dispose):
16257         Since we _parent the ringbuffer, we also need to
16258         _unparent instead of a plain _unref.
16259
16260 2006-03-22  Wim Taymans  <wim@fluendo.com>
16261
16262         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16263         (stop_seek), (scrub_toggle_cb), (main):
16264         Add scrub checkbox.
16265
16266 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16267
16268         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16269         (gst_ogg_parse_chain):
16270           Fix very inefficient usage of linked lists (#335365).
16271
16272 2006-03-21  Edward Hervey  <edward@fluendo.com>
16273
16274         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16275         * gst/playback/gstplaybin.c: (handoff):
16276         * gst/playback/gststreamselector.c:
16277         (gst_stream_selector_set_property):
16278         gcc 4.1 unreferenced pointer fixes.
16279         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16281         gst_buffer_ref() now takes a GstBuffer*.
16282
16283 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16284
16285         * sys/xvimage/xvimagesink.c:
16286         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16287         by Jan Schmidt.
16288
16289 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16290
16291         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16292         (id3v1_type_find), (apetag_type_find), (plugin_init):
16293           Can't do tag preferences via probability, as tags would then
16294           lose against types that are recognised with MAXIMUM probability
16295           (like .wav); so let all tag typefinders return MAXIMUM themselves
16296           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16297           that we can prefer APE to ID3v1 (fixes #335028).
16298           
16299 2006-03-17  Wim Taymans  <wim@fluendo.com>
16300
16301         * gst-libs/gst/audio/gstbaseaudiosink.c:
16302         (gst_base_audio_sink_change_state):
16303         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16304         (gst_ring_buffer_may_start):
16305         * gst-libs/gst/audio/gstringbuffer.h:
16306         Only start playback if we are playing.
16307         should fix #330748.
16308
16309 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16310
16311         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16312         * win32/common/config.h:
16313           Revert accidental commits to these files.
16314
16315 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16316
16317         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16318
16319         * tests/Makefile.am:
16320           Don't try to build tests in tests/icles if we
16321           don't have X (#323852)
16322
16323 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16324
16325         * gst-libs/gst/tag/gstid3tag.c:
16326           Add TXXX frame identifiers for replaygain stuff as used
16327           by some taggers (see #323721).
16328
16329 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16330
16331         * gst/playback/gststreamselector.c:
16332         (gst_stream_selector_set_property),
16333         (gst_stream_selector_bufferalloc):
16334           Preserve the existing buggy streamselector behaviour by performing
16335           a fallback buffer allocation when downstream isn't linked yet.
16336           This should really be fixed in playbin by blocking pads until it's
16337           linked them.
16338           Also, use gst_pad_alloc_buffer instead of
16339           gst_pad_alloc_buffer_and_set.
16340
16341 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16342
16343         * gst-libs/gst/tag/gstid3tag.c:
16344           Don't crash on unknown ID3v2 TXXX frames.
16345           
16346 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16347
16348         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16349           Chain up to the parent finalize method.
16350           Add 32-bit sample size to the template caps.
16351
16352         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16353         (gst_riff_create_video_template_caps):
16354           Add the fourcc that the VMWare codec uses.
16355           
16356         * gst/playback/gststreamselector.c:
16357         (gst_stream_selector_set_property),
16358         (gst_stream_selector_bufferalloc),
16359         (gst_stream_selector_request_new_pad):
16360           For the active pad, forward buffer-alloc requests, otherwise
16361           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16362           having to memcpy every frame when used by playbin.
16363
16364         * gst/tcp/gstmultifdsink.c:
16365         (gst_multi_fd_sink_handle_client_write):
16366           Get negotiated caps from the sink pad, rather than the sink
16367           pad's peer.
16368
16369 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16370
16371         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16372         
16373         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16374           Don't forget to set src->callbacks_pushed to FALSE again when
16375           popping them, otherwise re-activation in a different mode won't
16376           work (#334620).
16377
16378 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16379
16380         Patch by: Sebastien Moutte  <sebastien moutte net>
16381
16382         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16383         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16384         (gst_ffmpeg_smpfmt_to_caps):
16385           Replace __VA_ARGS__ caps creation macros with varargs functions.
16386           Makes things compile on MSVC (#320765), looks nicer, and we can
16387           tell the compiler to check for the NULL terminator.
16388
16389 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16390
16391         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16392
16393         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16394           Make sure the buffer we copy into is really always big
16395           enough, this time for real (#333488).
16396           
16397 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16398
16399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16400           Add support for 24bpp DIB (#305279).
16401
16402 2006-03-14  Wim Taymans  <wim@fluendo.com>
16403
16404         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16405         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16406         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16407         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16408         (gst_video_scale_init), (gst_video_scale_src_event):
16409         Re-enable QoS after the release.
16410         Rework videoscale to use the base class src_event handler.
16411
16412 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16413
16414         * configure.ac:
16415           back to CVS.
16416
16417 === release 0.10.5 ===
16418
16419 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16420
16421         * configure.ac:
16422           releasing 0.10.5, "Net"
16423
16424 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16425
16426         * docs/plugins/Makefile.am:
16427           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16428           
16429 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16430
16431         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16432         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16433         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16434           Add cdparanoiasrc to docs.
16435
16436         * gst-libs/gst/cdda/gstcddabasesrc.c:
16437           More GstCddaBaseSrc docs.
16438
16439 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16440
16441         * docs/libs/gst-plugins-base-libs-sections.txt:
16442         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16443         * gst-libs/gst/tag/tag.h:
16444           API: libgsttag: new method gst_tag_from_id3_user_tag().
16445
16446 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16447
16448         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16449           NULL-terminate array of mpeg4 video file extensions.
16450           Fixes crash on PPC (#334226).
16451
16452 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16453
16454         * ext/gnomevfs/gstgnomevfssrc.c:
16455         (gst_gnome_vfs_src_check_get_range):
16456           gnome_vfs_uri_is_local() alone is not a good indicator
16457           whether we can operate in pull-mode with a specific URI,
16458           as it returns FALSE for file:// URIs that point to an
16459           NFS-mounted path. Be more conservative here: whitelist
16460           local files, blacklist http URIs and use the old
16461           mechanism for anything else (fixes #334216).
16462
16463 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16464
16465         * configure.ac:
16466           back to trunk
16467
16468 === release 0.10.4 ===
16469
16470 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16471
16472         * configure.ac:
16473           releasing 0.10.4, "Power"
16474
16475 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16476
16477         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16478         Disable max-lateness by setting it to -1 for now, so that 
16479         we can bed QoS stuff in thoroughly between now and the next
16480         release.
16481
16482 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16483
16484         Patch by: Fabrizio Gennari
16485
16486         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16487           Make sure we don't read beyond the palette buffer in case of
16488           broken or manipulated files (#333488)
16489
16490 2006-03-10  Edward Hervey  <edward@fluendo.com>
16491
16492         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16493         Fix for variable not initialized.
16494
16495 2006-03-09  Wim Taymans  <wim@fluendo.com>
16496
16497         * ext/libvisual/visual.c: (gst_visual_get_type),
16498         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16499         (gst_visual_chain):
16500         Small cleanups.
16501
16502         * ext/theora/gsttheoradec.h:
16503         * ext/theora/theoradec.c: (gst_theora_dec_init),
16504         (gst_theora_dec_reset), (_theora_granule_time),
16505         (theora_dec_src_convert), (theora_dec_sink_convert),
16506         (theora_dec_src_query), (theora_dec_src_event),
16507         (theora_dec_sink_event), (theora_handle_comment_packet),
16508         (theora_handle_header_packet), (theora_dec_push),
16509         (theora_handle_data_packet), (theora_dec_chain),
16510         (theora_dec_change_state):
16511         Add simple QoS.
16512
16513 2006-03-09  Wim Taymans  <wim@fluendo.com>
16514
16515         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16516         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16517         Some cleanups.
16518
16519 2006-03-09  Wim Taymans  <wim@fluendo.com>
16520
16521         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16522         Don't try to activate NULL chains.
16523
16524 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16525
16526         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16527           Fix invalid memory access to region before peek'd data (#332964).
16528
16529 2006-03-09  Wim Taymans  <wim@fluendo.com>
16530
16531         Patch by: Christophe Fergeau
16532
16533         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16534         * ext/pango/gsttextrender.c: (gst_text_render_init):
16535         * gst/adder/gstadder.c: (gst_adder_init):
16536         Don't leak padtemplates, closes #333510.
16537
16538 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16539
16540         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16541           Fix invalid memory access: make sure string passed to
16542           regexec() is NUL-termianted.
16543
16544 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16545
16546         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16547         (mp3_type_find):
16548           Refactor mpeg/audio typefinding to make it more maintainable
16549           and easier to fine-tune. Make probing into middle of the file
16550           work properly (fixes #333900, also see #152688).
16551
16552 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16553
16554         * gst/typefind/gsttypefindfunctions.c:
16555         (utf8_type_find_have_valid_utf8_at_offset):
16556           Remove part from previous commit that was bogus:
16557           g_utf8_validate() does in fact not accept embedded
16558           zeroes, so we don't need to check for those (thanks
16559           to Mike for the hint).
16560
16561 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16562
16563         * gst/typefind/gsttypefindfunctions.c:
16564         (utf8_type_find_count_embedded_zeroes),
16565         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16566           Make plain/text typefinder more conservative: firstly, check
16567           for embedded zeroes, which are perfectly valid UTF-8 characters,
16568           but also a fairly good sign that something is not a plain text
16569           file; secondly, probe into the middle of the file if possible.
16570           If we can't probe into the middle, limit the probability value
16571           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16572
16573 2006-03-08  Michael Smith  <msmith@fluendo.com>
16574
16575         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16576           Make typefind function name for mpeg4 video unique.
16577
16578 2006-03-08  Wim Taymans  <wim@fluendo.com>
16579
16580         * ext/libvisual/visual.c: (gst_visual_init),
16581         (gst_visual_clear_actors), (gst_visual_dispose),
16582         (gst_visual_reset), (gst_visual_src_setcaps),
16583         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16584         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16585         (gst_visual_chain), (gst_visual_change_state):
16586         Cleanups, post nice errors.
16587         Handle sink and src events.
16588         Implement simple QoS.
16589
16590         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16591         Use new basesink methods to configure max-lateness.
16592         Small doc update.
16593
16594         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16595         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16596         Debug statement cleanups.
16597
16598         * gst/volume/gstvolume.c: (gst_volume_class_init):
16599         Simple cleanup.
16600
16601 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16602
16603         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16604         (gst_text_overlay_init), (gst_text_overlay_set_property),
16605         (gst_text_overlay_get_property):
16606           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16607           as string type properties, but mark them deprecated. Add
16608           'halignment' and 'valignment' properties that use enums
16609           instead of strings.
16610
16611 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16612
16613         Patch by: Fabrizio Gennari
16614
16615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16616           Allow palettes with less than 256 colours in AVI files
16617           (#333488)
16618
16619 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16620
16621         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16622         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16623         pad. We were releasing the queued text buffer when we should keep
16624         it until video pad gets EOS or discard the text buffer because it's
16625         too old. That was eating the last subtitle buffer. Add some more
16626         debug.
16627
16628 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16629
16630         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16631         (gst_text_overlay_video_chain):
16632           Fix invalid memory access (we can't access a buffer after it's been
16633           pushed downstream without taking a reference); fix memory leak (if
16634           there's no text to render, bail out before allocating stuff).
16635
16636 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16637
16638         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16639         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16640         * ext/pango/gsttextoverlay.h:
16641           If input is plain text, escape it before passing it to
16642           pango_layout_set_markup().
16643
16644 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16645
16646         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16647           Don't ignore flow return from gst_pad_push().
16648
16649 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16650
16651         Patch by: Fabrizio Gennari
16652
16653         * ext/libvisual/visual.c: (gst_visual_getcaps),
16654         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16656         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16657         (gst_vorbisenc_convert_sink):
16658         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16659         (gst_audio_duration_from_pad_buffer):
16660         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16661         (gst_audio_filter_chain):
16662         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16663         (gst_base_rtp_depayload_setcaps):
16664         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16665         (gst_video_get_size):
16666         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16667           Don't leak references returned by gst_pad_get_parent()
16668           (#333663)
16669
16670 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16671
16672         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16673           change location param details
16674         * gst/volume/gstvolume.c: (plugin_init):
16675           correct plugin description
16676
16677 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16680         (gst_gnome_vfs_src_check_get_range):
16681           Override GstBaseSrc::check_get_range() in order to avoid opening
16682           the resource just to check whether we can operate in pull-mode or
16683           not - we can predict that pretty well from the URI alone. Should
16684           fix problems with last.fm (#331690). (Requires latest core CVS).
16685
16686 2006-03-06  Wim Taymans  <wim@fluendo.com>
16687
16688         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16689         (gst_video_sink_class_init):
16690         Throw away frames that are later than 20 ms.
16691
16692 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16693
16694         Patch by: Fabrizio Gennari
16695
16696         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16697           Set depth on WMA caps (#333545)
16698
16699 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16700
16701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16702         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16703           put Theora BOS pages before others.  This hardcodes
16704           the Ogg/Theora I profile, but hey.
16705
16706 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16707
16708         * ext/ogg/README:
16709           updated with some examples
16710         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16711         (granulepos_add), (theora_buffer_from_packet):
16712         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16713         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16714         (gst_vorbisenc_chain):
16715           implement strategy from ext/ogg/README
16716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16717         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16718         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16719         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16720           Fix muxer so that oggz-validate is happy with all streams;
16721           except for no eos mark, and the BOS page ordering
16722         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16723         (check_buffer_granulepos):
16724         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16725           update tests to check for OFFSET being set as requested
16726           fixed type of granulepos, it's not a ClockTime
16727
16728 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16729
16730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16731         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16732         Check that the xvimage we are creating has a correct size
16733         before returning it. (#314897)
16734
16735 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16736
16737         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16738           Give id3 and ape tag typefinders a rank slightly higher
16739           than PRIMARY to ensure they're always run before any of
16740           the other typefinders (in particular wav and mp3) (#324186).
16741
16742 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16743
16744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16745           Add support for '3IVD' fourcc (#333403).
16746
16747 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16748
16749         * configure.ac:
16750           Bump requirements to GStreamer CVS for the new error enum.
16751
16752         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16753           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16754           space left on the device (fixes #333352).
16755
16756 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16757
16758         * win32/vs6:
16759           add a project file for libgstvolume
16760           update the workspace
16761
16762 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16763
16764         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16765         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16766         (GST_START_TEST):
16767           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16768           Set IN_CAPS on header buffers
16769
16770 2006-03-02  Wim Taymans  <wim@fluendo.com>
16771
16772         * docs/plugins/Makefile.am:
16773         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16774         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16775         Add audioresample to docs.
16776
16777         * gst/audioconvert/gstaudioconvert.c:
16778         Add revision date.
16779
16780         * gst/audioresample/gstaudioresample.c:
16781         (gst_audioresample_base_init), (gst_audioresample_class_init),
16782         (gst_audioresample_init), (gst_audioresample_dispose),
16783         (audioresample_get_unit_size), (audioresample_transform_caps),
16784         (resample_set_state_from_caps), (audioresample_transform_size),
16785         (audioresample_set_caps), (audioresample_event),
16786         (audioresample_do_output), (audioresample_transform),
16787         (audioresample_pushthrough), (gst_audioresample_set_property),
16788         (gst_audioresample_get_property), (plugin_init):
16789         * gst/audioresample/gstaudioresample.h:
16790         Added docs.
16791         Small code cleanups.
16792
16793 2006-03-02  Wim Taymans  <wim@fluendo.com>
16794
16795         * docs/plugins/Makefile.am:
16796         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16797         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16798         Added videoscale to docs.
16799
16800         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16801         (gst_video_rate_swap_prev), (gst_video_rate_event),
16802         (gst_video_rate_chain):
16803         Fix typo in docs.
16804
16805         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16806         (gst_video_scale_init), (gst_video_scale_prepare_size),
16807         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16808         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16809         * gst/videoscale/gstvideoscale.h:
16810         Added docs, examples.
16811         Some code cleanups.
16812         Post errors instead of g_warning.
16813
16814 2006-03-02  Wim Taymans  <wim@fluendo.com>
16815
16816         * docs/libs/gst-plugins-base-libs-docs.sgml:
16817         * docs/libs/gst-plugins-base-libs-sections.txt:
16818         * docs/libs/gst-plugins-base-libs.types:
16819         * docs/plugins/Makefile.am:
16820         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16821         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16822         Added some more docs to libs and plugins.
16823
16824         * gst-libs/gst/audio/gstringbuffer.c:
16825         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16826         * gst-libs/gst/audio/gstringbuffer.h:
16827         Document ringbuffer some more.
16828
16829         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16830         (gst_video_rate_setcaps), (gst_video_rate_reset),
16831         (gst_video_rate_init), (gst_video_rate_flush_prev),
16832         (gst_video_rate_swap_prev), (gst_video_rate_event),
16833         (gst_video_rate_chain), (gst_video_rate_change_state):
16834         * gst/videorate/gstvideorate.h:
16835         Fix videorate to use segments.
16836         Make it work with 0/1 framerates (closes #331903)
16837         Handle EOS correctly.
16838         Added docs.
16839
16840 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16841
16842         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16843         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16844         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16845           In state change function, first chain up to parent class,
16846           then handle downwards state change stuff. Remove some
16847           commented out cruft from 0.8 code.
16848
16849 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16850
16851         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16852         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16853         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16854         (gst_ogm_parse_chain):
16855           Don't remove/re-add source pad if the new caps are the same as
16856           the old caps anyway (#333042). When removing source pad, don't
16857           unref it afterwards - we didn't ref it when adding. Sprinkle some
16858           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16859           after using gst_pad_get_parent(). Return downstream flow return
16860           value in chain function.
16861
16862 2006-03-02  Wim Taymans  <wim@fluendo.com>
16863
16864         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16865         * docs/plugins/gst-plugins-base-plugins.args:
16866         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16867         * docs/plugins/gst-plugins-base-plugins.interfaces:
16868         * docs/plugins/gst-plugins-base-plugins.signals:
16869         Fix hierarchy, added some more elements to the docs.
16870
16871         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16872         (gst_ffmpegcsp_get_type):
16873         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16874         Fix docs for ffmpegcolorspace.
16875
16876 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16877
16878         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16879         (apetag_type_find), (ape_type_find), (plugin_init):
16880           Some typefinding fine-tuning:
16881           - rank ID3/APE tags in order of preference via probabilities, so that
16882             ID3v2 > APEv2 > APEv1 > ID3v1.
16883           - three or four bytes don't really justify MAXIMUM probability,
16884             change those to 'very likely' (musepack and monkeysaudio).
16885
16886 2006-03-01  Wim Taymans  <wim@fluendo.com>
16887
16888         * docs/plugins/Makefile.am:
16889         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16890         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16891         * ext/alsa/gstalsamixer.c:
16892         * ext/alsa/gstalsamixer.h:
16893         * ext/alsa/gstalsamixerelement.c:
16894         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16895         * ext/alsa/gstalsamixerelement.h:
16896         * ext/alsa/gstalsasink.c:
16897         * ext/alsa/gstalsasink.h:
16898         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16899         (gst_alsasrc_init):
16900         * ext/alsa/gstalsasrc.h:
16901         Added alsa docs.
16902         Small code cleanups.
16903
16904 2006-03-01  Wim Taymans  <wim@fluendo.com>
16905
16906         * ext/theora/Makefile.am:
16907         Dist new header too,
16908
16909 2006-03-01  Wim Taymans  <wim@fluendo.com>
16910
16911         * docs/plugins/Makefile.am:
16912         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16913         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16914         * ext/gnomevfs/gstgnomevfssink.h:
16915         * ext/gnomevfs/gstgnomevfssrc.h:
16916         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16917         * ext/vorbis/vorbisdec.h:
16918         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16919         * ext/vorbis/vorbisenc.h:
16920         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16921         (vorbis_parse_chain), (vorbis_parse_change_state):
16922         * ext/vorbis/vorbisparse.h:
16923         * gst/audioconvert/gstaudioconvert.h:
16924         * gst/tcp/gsttcpserversink.h:
16925         * gst/videotestsrc/gstvideotestsrc.c:
16926         * gst/videotestsrc/gstvideotestsrc.h:
16927         * gst/volume/gstvolume.c:
16928         * gst/volume/gstvolume.h:
16929         Fix some more docs.
16930         Added docs for vorbisdec and vorbisparse.
16931         Fix vorbisparse.
16932
16933 2006-03-01  Wim Taymans  <wim@fluendo.com>
16934
16935         * docs/plugins/Makefile.am:
16936         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16937         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16938         * ext/pango/gstclockoverlay.h:
16939         * ext/pango/gsttextoverlay.h:
16940         * ext/pango/gsttextrender.h:
16941         * ext/pango/gsttimeoverlay.h:
16942         * ext/theora/gsttheoradec.h:
16943         * ext/theora/gsttheoraenc.h:
16944         * ext/theora/theoradec.c:
16945         * ext/theora/theoraenc.c:
16946         * gst/audioconvert/gstaudioconvert.h:
16947         * gst/audiotestsrc/gstaudiotestsrc.h:
16948         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16949         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16950         * gst/tcp/gstmultifdsink.h:
16951         Updated/added documentation.
16952
16953         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16954         (gst_text_overlay_halign_get_type),
16955         (gst_text_overlay_wrap_mode_get_type),
16956         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16957         (gst_text_overlay_init), (gst_text_overlay_set_property),
16958         (gst_text_overlay_get_property):
16959         Fix up properties to be enums instead of string to make bindings,
16960         introspection and automatic GUI creation possible.
16961         Add getters for the properties.
16962
16963 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16964
16965         * gst/audiotestsrc/gstaudiotestsrc.c:
16966           added defines of M_PI and M_PI_2
16967         * gst/ffmpegcolorspace/avcodec.h:
16968           removed #include "stdint.h" for win32 as _stdint.h is 
16969           autogenerated to win32/common
16970         * win32/common/libgstaudio.def:
16971         * win32/common/libgsttag.def:
16972           added some exports
16973         * win32/vs6:
16974           some project files bugs corrected
16975         * win32/vs7:
16976           project files are reset to the default vs7 configuration 
16977           (they link to msvcr71.dll using default optimizations)
16978           
16979 2006-02-28  Wim Taymans  <wim@fluendo.com>
16980
16981         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16982         Fix some docs.
16983
16984 2006-02-28  Edward Hervey  <edward@fluendo.com>
16985
16986         * ext/alsa/gstalsasrc.c:
16987         Set proper class on the ElementDetails:
16988         Source/Audio instead of Src/Audio/
16989
16990 2006-02-28  Edward Hervey  <edward@fluendo.com>
16991
16992         * gst/videoscale/vs_scanline.c:
16993         (vs_scanline_resample_nearest_RGBA):
16994         Revert optimization in videoscale. It should go in liboil and have
16995         an appropriate liboil function.
16996
16997 2006-02-28  Wim Taymans  <wim@fluendo.com>
16998
16999         * gst-libs/gst/audio/gstbaseaudiosink.c:
17000         (gst_base_audio_sink_provide_clock):
17001         Don't try to provide a clock in the NULL state.
17002
17003 2006-02-28  Wim Taymans  <wim@fluendo.com>
17004
17005         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17006         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17007         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17008         (gst_ogg_demux_deactivate_current_chain),
17009         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17010         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17011         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17012         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17013         Use GstSegment infrastructure to remove duplicated code
17014         and handle more seek cases correctly.
17015
17016 2006-02-28  Wim Taymans  <wim@fluendo.com>
17017
17018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17019         (gst_ffmpegcsp_transform):
17020         Don't ignore return code from ffmpeg convert function.
17021
17022         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17023         Split out some long statements to ease debugging.
17024
17025 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17026
17027         * ext/libvisual/visual.c: (gst_visual_init),
17028         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17029         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17030         being able to renegotiate the size. Instead, use the negotiation
17031         algorithm from the goom plugin to pick an initial output caps. 
17032
17033         Also, allow theoretical libvisual plugins that might support non-GL 
17034         output even if they also do GL.
17035
17036 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17037
17038         * ext/libvisual/visual.c: (gst_visual_init),
17039         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17040         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17041         possible negotiation issues.
17042
17043 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17044
17045         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17046
17047 2006-02-24  Michael Smith  <msmith@fluendo.com>
17048
17049         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17050         (cmml_type_find), (plugin_init):
17051           Fix CMML type find function to not require a specific minor version
17052           of the CMML header.
17053
17054           Add an MPEG4 video elementary stream typefind function.
17055
17056 2006-02-04  Michael Smith  <msmith@fluendo.com>
17057
17058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17059         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17060         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17061         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17062         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17063         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17064           Annodex support in ogg demuxer. Doesn't do very much without the
17065           other annodex patches (to come).
17066
17067 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17068
17069         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17070
17071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17072           Pick up palette for MS video v1 (#327028)
17073
17074 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17075
17076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17077         (gst_ffmpegcsp_caps_remove_format_info),
17078         (gst_ffmpegcsp_get_unit_size):
17079           The 'palette_data' field from incoming RGB caps shouldn't be
17080           proxied on outgoing YUV caps; also, restrict unit size
17081           adjustment in case of paletted data only to the unit that
17082           actually has a palette. Fixes #330711.
17083
17084 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17085
17086         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17087         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17088         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17089         (gst_ffmpegcsp_get_unit_size):
17090           Plug some memory leaks.
17091
17092 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17093
17094         * sys/ximage/Makefile.am:
17095         * sys/xvimage/Makefile.am:
17096           Add some _CFLAGS and _LIBS that seem to be missing
17097           and/or required for Cygwin (see #317048).
17098
17099 2006-02-22  Wim Taymans  <wim@fluendo.com>
17100
17101         * ext/alsa/gstalsasrc.c:
17102         Fix description as pointed out by caugier.
17103
17104 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17105
17106         Reviewed by : Edward Hervey  <edward@fluendo.com>
17107
17108         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17109         (qt_type_find):
17110         Better 3gp typefinding (#331526).
17111
17112 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17113
17114         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17115           Don't send EOS event here, the base class will send one for us.
17116
17117         * gst/playback/gstplaybasebin.c: (prepare_output):
17118           Subpictures without video stream aren't allowed either.
17119         
17120         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17121           Fix debug statement copy'n'paste-o.
17122
17123 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17124
17125         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17126           Fix issues with mixer keeping state when muting/unmuting
17127           and when changing the volume whilst muted (see #331763
17128           and #331765).
17129
17130 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17131
17132         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17133         (parse_subrip), (gst_sub_parse_format_autodetect):
17134           Set right caps given that we send escaped text. Also,
17135           honour <i></i>, <b></b> and <u></u> markers that can be found
17136           in .srt files (fixes #310202).
17137
17138 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17139
17140         * gst-libs/gst/audio/mixerutils.c:
17141         (element_factory_rank_compare_func):
17142           Make order in which elements are tried more determinable.
17143
17144 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17145
17146         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17147         (remove_element_chain), (cleanup_decodebin),
17148         (gst_decode_bin_change_state): Make decodebin reusable by
17149         fixing remove_element_chain first and then introduce a
17150         cleaner in state change to ->NULL. (Closes #331678)
17151
17152 2006-02-19  Wim Taymans  <wim@fluendo.com>
17153
17154         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17155         use 0666 mask when creating files so umask gets applied
17156         correctly. Fixes #331295.
17157
17158 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17159
17160         * gst/subparse/Makefile.am:
17161         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17162         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17163         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17164         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17165         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17166         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17167         * gst/subparse/gstssaparse.h:
17168         * gst/subparse/gstsubparse.c: (plugin_init):
17169           Add very basic parser for SSA subtitle streams (as often
17170           found in matroska files).
17171
17172 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17173
17174         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17175           That should be text/x-pango-markup, not text/x-pango-layout.
17176
17177 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17178
17179         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17180         Polishing.
17181
17182 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17183
17184         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17185         (gst_text_overlay_finalize), (gst_text_overlay_init),
17186         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17187         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17188         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17189         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17190         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17191         Fix state change deadlock.
17192
17193 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17194
17195         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17196         (gst_text_overlay_finalize), (gst_text_overlay_init),
17197         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17198         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17199         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17200         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17201         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17202         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17203         and subtitles files.
17204
17205 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17206
17207         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17208         should be considered as raw.
17209
17210 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17211
17212         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17213         (cb_probe):
17214         * gst/playback/gststreaminfo.h: Introduce language informations.
17215
17216 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17217
17218         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17219         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17220         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17221         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17222         Set shared memory segments to be deleted as soon as we have attached,
17223         that way they get cleaned up automatically if we crash.
17224
17225 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17226
17227         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17228         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17229         functions are called with lock held.
17230
17231 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17232
17233         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17234         (gst_text_overlay_finalize), (gst_text_overlay_init),
17235         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17236         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17237         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17238         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17239         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17240         (gst_text_overlay_change_state): Refactoring of textoverlay
17241         without collectpads. This now supports sparse subtitles coming
17242         from a demuxer instead of a sub file. Seeking is still broken 
17243         though. Need to discuss with wtay some more on how to handle
17244         seeking correctly.
17245         * ext/pango/gsttextoverlay.h:
17246         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17247         subtitles coming from the demuxer.
17248
17249 2006-02-17  Wim Taymans  <wim@fluendo.com>
17250
17251         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17252         (gst_vorbisenc_convert_sink):
17253         Use some more scaling functions.
17254
17255 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17256
17257         * ext/cdparanoia/gstcdparanoiasrc.c:
17258         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17259         (gst_cd_paranoia_paranoia_callback),
17260         (gst_cd_paranoia_src_signal_is_being_watched),
17261         (gst_cd_paranoia_src_read_sector):
17262         * ext/cdparanoia/gstcdparanoiasrc.h:
17263           Add back 'transport-error' and 'uncorrected-error' signals and
17264           make them actually be fired when bad stuff happens (#319340).
17265
17266 2006-02-17  Wim Taymans  <wim@fluendo.com>
17267
17268         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17269         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17270         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17271         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17272         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17273         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17274         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17275         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17276         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17277         (gst_ring_buffer_clear):
17278         Small cleanups.
17279         Added some G_LIKELY.
17280
17281 2006-02-17  Wim Taymans  <wim@fluendo.com>
17282
17283         * gst-libs/gst/audio/TODO:
17284         Update TODO
17285
17286         * gst-libs/gst/audio/gstbaseaudiosink.c:
17287         (gst_base_audio_sink_get_offset):
17288         When trying to play samples ASAP and we don't have a
17289         previous sample, try to play at position 0 instead of
17290         an invalid position.
17291
17292 2006-02-17  Wim Taymans  <wim@fluendo.com>
17293
17294         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17295         (gst_alsasink_reset):
17296         Also release lock when we get an error in _reset();
17297         fix an error message.
17298
17299 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17300
17301         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17302         (gst_alsasink_init), (get_channel_free_structure),
17303         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17304         (gst_alsasink_close):
17305         * ext/alsa/gstalsasink.h:
17306           Add support for more than 2 channels (#326720).
17307
17308 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17309
17310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17311           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17312           with 4 or 6 channels, assume a default channel layout to make things
17313           work (not sure there's anything else we can do in those cases).
17314
17315 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17316
17317         * gst-libs/gst/audio/multichannel.c:
17318           Minor docs fix.
17319
17320         * gst-libs/gst/riff/Makefile.am:
17321         * gst-libs/gst/riff/riff-ids.h:
17322         * gst-libs/gst/riff/riff-media.c:
17323         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17324           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17325           channels and a channel layout map.
17326           
17327 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17328
17329         Reviewed by Edward Hervey  <edward@fluendo.com>
17330
17331         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17332         C-level optimization of the RGBA nearest neighbour function.
17333         Eventually this might end up in liboil with vectorized versions.
17334
17335 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17336
17337         * gst-libs/gst/audio/multichannel.c:
17338         (gst_audio_get_channel_positions):
17339           When we have more than 2 channels, but no channel layout is
17340           specified in the caps, return some default channel layout
17341           to the caller and warn about about a possibly buggy element
17342           (could be buggy filtercaps as well of course) (#317038).
17343
17344 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17345
17346         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17347           Add gst-libs/gst/cdda to list of lib search paths.
17348
17349 2006-02-15  Andy Wingo  <wingo@pobox.com>
17350
17351         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17352         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17353         to the Lord Jesus that I do not have to touch the ogg muxer ever
17354         again.
17355
17356 2006-02-15  Edward Hervey  <edward@fluendo.com>
17357
17358         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17359         quicktime movie files can also contain 'uuid' atoms.
17360
17361 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17362
17363         * gst/audioconvert/plugin.c: (plugin_init):
17364           Register the GstAudioChannelPosition enum type with the type
17365           system in the plugin_init function, so that it is known before
17366           any element actually makes use of multi-channel stuff. This is
17367           required for example if one wants to be able to deserialise/use
17368           a caps string with channel positions before any pipeline has
17369           been setup and started, like with gst-launch.
17370
17371 2006-02-14  Wim Taymans  <wim@fluendo.com>
17372
17373         * gst-libs/gst/audio/gstringbuffer.c:
17374         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17375         (gst_ring_buffer_samples_done), (wait_segment),
17376         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17377         Add some compiler G_(UN_)LIKELY help.
17378         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17379         make sure they can exit their functions. Should fix #330748
17380
17381 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17382
17383         * Makefile.am:
17384         * configure.ac:
17385         * win32/MANIFEST:
17386         * win32/common/_stdint.h:
17387           Windows does not have long long; copy the generated _stdint.h
17388         * win32/common/interfaces-enumtypes.c:
17389         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17390         (gst_mixer_track_flags_get_type),
17391         (gst_tuner_channel_flags_get_type):
17392         * win32/common/multichannel-enumtypes.c:
17393         (gst_audio_channel_position_get_type):
17394           update
17395
17396 2006-02-13  Wim Taymans  <wim@fluendo.com>
17397
17398         * gst-libs/gst/audio/gstbaseaudiosink.c:
17399         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17400         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17401         Always sync on first sample we receive when starting.
17402
17403 2006-02-13  Wim Taymans  <wim@fluendo.com>
17404
17405         * gst/playback/gstplaybin.c: (gen_vis_element):
17406         Update vis bin docs.
17407         Move queue after tee so we don't queue video buffers but
17408         audio samples instead. Fixes problems where the video queue
17409         is filled and the audio queue empty.
17410
17411 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17412
17413         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17414           No need to push an EOS event here, GstBaseSrc will do that for us
17415           when we return FLOW_UNEXPECTED.
17416           
17417 2006-02-12  Wim Taymans  <wim@fluendo.com>
17418
17419         * gst-libs/gst/audio/gstbaseaudiosink.c:
17420         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17421         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17422         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17423         Use scale functions when possible.
17424         Fix error messages.
17425         Free clockid when after waiting for EOS.
17426         Use G_(UN_)LIKLY when it makes sense.
17427         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17428
17429 2006-02-12  Edward Hervey  <edward@fluendo.com>
17430
17431         * gst/playback/gstplaybasebin.c: (prepare_output): 
17432         Remove stray semi-colon (fixes #330888).
17433
17434 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17435
17436         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17438         Fix up the XShm call testing so that we catch errors, and don't
17439         cause new ones by attempting to detach from a segment we failed
17440         to attach to. Fixes #312439.
17441
17442 2006-02-10  Edward Hervey  <edward@fluendo.com>
17443
17444         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17445         Added flv file typefind (video/x-flv).
17446
17447 2006-02-10  Edward Hervey  <edward@fluendo.com>
17448
17449         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17450         (gst_riff_create_video_template_caps):
17451         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17452         Also added the caps to the default set of riff video caps.
17453
17454 2006-02-09  Andy Wingo  <wingo@pobox.com>
17455
17456         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17457         time and the end time of the last packet in the page.
17458         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17459         on the pages in our queue, set the duration as well. Reflow a
17460         debug statement.
17461         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17462         Fixes bad muxing order.
17463
17464 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17465
17466         * gst-libs/gst/rtp/gstbasertppayload.c:
17467         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17468           update seqnum before setting it on the packet; this makes sure
17469           that the timestamp and seqnum properties match after pushing
17470           a buffer
17471
17472 2006-02-09  Andy Wingo  <wingo@pobox.com>
17473
17474         * gst-libs/gst/audio/gstringbuffer.c
17475         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17476         overflow after 13.5 hours of recording. Kapow!
17477
17478         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17479         the buffer size -- we don't care about underrun/overrun reporting
17480         right now, just need to return a useful value.
17481
17482 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17483
17484         * configure.ac:
17485           Back to CVS
17486
17487 === release 0.10.3 ===
17488
17489 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17490
17491         * configure.ac:
17492           releasing 0.10.3, "Under Pressure"
17493
17494 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17495
17496         * configure.ac:
17497         Drat. Bump libtool version number for new API.
17498         Prelease 0.10.2.3 (of 0.10.3)
17499
17500 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17501
17502         * configure.ac:
17503         * win32/common/config.h:
17504         0.10.2.2 prerelease (of 0.10.3).
17505
17506 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17507
17508         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17509           Revert Andy's newsegment change pending a more correct
17510           fix.
17511
17512 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17513
17514         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17515         (qt_type_find), (plugin_init):
17516           detect more files as 3gp
17517           group and reorder the iso file formats
17518
17519 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17520
17521         * ext/vorbis/vorbis.c: (plugin_init):
17522           Register musicbrainz tags, so apps don't have to.
17523
17524 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17525
17526         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17527         (gst_tag_to_vorbis_tag):
17528           Make sure we called gst_tag_register_musicbrainz_tags()
17529           before possibly mapping a vorbiscomment string from/to a
17530           musicbrainz tag.
17531
17532 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17533
17534         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17535           In case we can't find the required number of consecutive
17536           mpeg audio frames to positively identify an MPEG audio
17537           stream, check if there's at least a valid mpeg audio
17538           frame right at offset 0 and if so suggest mpeg/audio
17539           caps with a very low probability (#153004).
17540
17541 2006-02-07  Andy Wingo  <wingo@pobox.com>
17542
17543         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17544         a TIME segment if we get timestamped buffers. Requires recent
17545         fixes in core to work properly.
17546
17547 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17548
17549         * gst/playback/gstplaybasebin.c: (prepare_output):
17550           Don't print the URI as part of the error message, it
17551           makes error dialogs look rather ugly, especially if
17552           the URI is very long or has characters in it that
17553           need escaping.
17554
17555 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17556
17557         * gst/playback/gstplaybasebin.c: (prepare_output):
17558           Error out if we have only text or subtitles, but nothing
17559           else. Also error out if we have subtitles but no video
17560           stream.
17561
17562 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17563
17564         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17565           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17566           Post an error message on the bus when we encounter an
17567           error, which will hopefully be more meaningful than the
17568           'Internal Flow Error' message users get to see if we
17569           just return GST_FLOW_ERROR.
17570
17571 2006-02-07  Andy Wingo  <wingo@pobox.com>
17572
17573         * configure.ac (GST_MAJORMINOR): Update core version req to
17574         0.10.2.2, for the collectpads API addition (#330244).
17575
17576 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17577
17578         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17579           Return FALSE from plugin_init() when GnomeVFS can't
17580           be initialised for some reason (#328423).
17581
17582 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17583
17584         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17585         Stick to seeking theory until i find the bug.
17586         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17587
17588 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17589
17590         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17591         (theora_enc_finalize), (theora_enc_sink_setcaps),
17592         (theora_set_header_on_caps), (theora_enc_chain),
17593         (theora_enc_change_state):
17594         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17595           Make theoraenc and the tests leak free. Like, really.
17596
17597 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17598
17599         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17600         (theora_enc_finalize), (theora_enc_sink_setcaps):
17601           Add a finalize method to ensure we clean up state even if
17602           someone omitted the state change back to NULL.
17603
17604         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17605         (gst_vorbisenc_chain):
17606           Free some more leaked bits.
17607
17608         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17609         (stop_pipeline):
17610           Wait for state changes to happen if they're ASYNC.
17611
17612           This ought to teach those fancy pants buildbots a lesson.
17613
17614 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17615
17616         * gst-libs/gst/tag/gstid3tag.c:
17617           Add mapping for ID3 International Standard Recording Code
17618           tag "TSRC"
17619
17620 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17621
17622         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17623           Don't leak tag names.
17624
17625 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17626
17627         * docs/libs/gst-plugins-base-libs-docs.sgml:
17628         * docs/libs/gst-plugins-base-libs-sections.txt:
17629         * gst-libs/gst/tag/gstid3tag.c:
17630         * gst-libs/gst/tag/gstvorbistag.c:
17631         * gst-libs/gst/tag/tags.c:
17632           Split libgsttag docs into multiple sections.
17633
17634 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17635
17636         * docs/libs/Makefile.am:
17637         * docs/libs/gst-plugins-base-libs-docs.sgml:
17638         * docs/libs/gst-plugins-base-libs-sections.txt:
17639         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17640         * gst-libs/gst/tag/gstvorbistag.c:
17641         * gst-libs/gst/tag/tag.h:
17642         * gst-libs/gst/tag/tags.c:
17643           Add libgsttag to the docs.
17644
17645 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17646
17647         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17648         (gst_text_overlay_init), (gst_text_overlay_src_event),
17649         (gst_text_overlay_collected): Fix clockoverlay.
17650
17651 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17652
17653         * docs/libs/compiling.sgml:
17654           Fix typo: it's pkg-config, not pkg-gconfig
17655
17656         * docs/libs/gst-plugins-base-libs-docs.sgml:
17657         * docs/libs/gst-plugins-base-libs-sections.txt:
17658         * docs/libs/tmpl/gstgconf.sgml:
17659           There is no libgstgconf in 0.10, remove it
17660           from the docs.
17661
17662 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17663
17664         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17665         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17666         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17667         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17668         (gst_sub_parse_class_init), (gst_sub_parse_init),
17669         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17670         (parse_mpsub), (parser_state_init), (handle_buffer),
17671         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17672         * gst/subparse/gstsubparse.h: Introduce seeking code.
17673
17674 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17675
17676         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17677           Add comment about LANGUAGE tag inconsistency (we want
17678           ISO-639-1, but extract three-letter identifiers?)
17679
17680         * po/POTFILES.in:
17681           Add two translatable files.
17682
17683 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17684
17685         * gst-libs/gst/tag/Makefile.am:
17686         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17687         * gst-libs/gst/tag/tag.h:
17688         * gst-libs/gst/tag/tags.c:
17689         (gst_tag_register_musicbrainz_tags_internal),
17690         (gst_tag_register_musicbrainz_tags):
17691           Forward-port some tags stuff from the 0.8 branch. This is
17692           mostly the addition of musicbrainz tags and their mapping
17693           to vorbistags, and a vorbistag mapping of the language tag.
17694
17695 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17696
17697         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17698         refactoring.
17699
17700 2006-02-04  David Schleef  <ds@schleef.org>
17701
17702         * ext/ogg/gstoggmux.c:
17703         * gst/typefind/gsttypefindfunctions.c:
17704           Add Dirac typefinding and add dirac format to oggmux.
17705
17706 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17707
17708         * gst/playback/gstdecodebin.c: (try_to_link_1):
17709           Don't put essential function call into
17710           g_return_*() macro, otherwise it'll all be
17711           replaced by NOOPs when compiling with
17712           G_DISABLE_CHECKS defined.
17713
17714 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17715
17716         * ext/ogg/gstoggdemux.c:
17717         * ext/ogg/gstoggparse.c:
17718         * gst/tcp/gsttcpserversink.c:
17719         * sys/v4l/v4lsrc_calls.c:
17720         * sys/v4l/v4lsrc_calls.h:
17721         Just make it compile with --disable-gst-debug.
17722
17723 2006-02-03  Wim Taymans  <wim@fluendo.com>
17724
17725         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17726         (gst_alsasink_class_init), (gst_alsasink_init),
17727         (gst_alsasink_write), (gst_alsasink_reset):
17728         * ext/alsa/gstalsasink.h:
17729         Add lock to protect alsa calls.
17730         Implement reset to flush samples ASAP, does not work
17731         with dmix though.
17732
17733 2006-02-02  Wim Taymans  <wim@fluendo.com>
17734
17735         * gst-libs/gst/audio/gstbaseaudiosink.c:
17736         (gst_base_audio_sink_provide_clock):
17737         Ugh.. getting late I guess...
17738
17739 2006-02-02  Wim Taymans  <wim@fluendo.com>
17740
17741         * gst-libs/gst/audio/gstbaseaudiosink.c:
17742         (gst_base_audio_sink_provide_clock),
17743         (gst_base_audio_sink_set_property),
17744         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17745         Don't try to provide a clock when we are not negotiated since
17746         we might not be able to make it run.
17747
17748 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17749
17750         * gst/playback/gstdecodebin.c: (try_to_link_1):
17751           Unlinking two source pads is ... hard.
17752
17753 2006-02-02  Wim Taymans  <wim@fluendo.com>
17754
17755         * gst-libs/gst/audio/TODO:
17756         Updated.
17757
17758         * gst-libs/gst/audio/gstbaseaudiosink.c:
17759         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17760         On EOS, wait till the last sample is played before posting EOS.
17761
17762 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17763
17764         Patch by: Kai Vehmanen
17765         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17766           Adds ability to enable newsegment bypass by setting queue_delay to
17767           zero. Also avoid thread being started if queue_delay is zero.
17768
17769 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17770
17771         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17772           Make test work again by connecting fakesinks to each decoded pad,
17773           which makes the pipeline wait until each fakesink has a buffer
17774           queued before going to PAUSED state. At that point we know the
17775           decodebin pads are negotiated.
17776
17777 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17778
17779         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17780         (gst_cdda_base_src_handle_event):
17781         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17782           Pass unhandled queries to the parent class's query function.
17783
17784 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17785
17786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17787         (gst_ogg_pad_src_query):
17788         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17789         * ext/theora/theoradec.c: (theora_dec_src_query),
17790         (theora_dec_sink_query):
17791         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17792         (vorbis_dec_sink_query):
17793         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17794         (gst_vorbisenc_sink_query):
17795         * gst/adder/gstadder.c: (gst_adder_query):
17796           Pass unhandled queries upstream instead of just
17797           dropping them (#326447). Also, fix supported
17798           query types list for some elements.
17799
17800 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17801
17802         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17803         (paris_type_find), (ilbc_type_find), (plugin_init):
17804           Fix typefinding for audio/x-au, audio/x-paris and
17805           audio/iLBC-sh. We cannot use the START_WITH macros
17806           here, because there can only be one typefind factory
17807           with the same name (caps), so the second one would
17808           replace the first one and the first one would never
17809           be called when doing typefinding (see #161712).
17810           
17811
17812 2006-01-31  Wim Taymans  <wim@fluendo.com>
17813
17814         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17815         (vorbis_handle_header_packet), (vorbis_dec_push),
17816         (vorbis_handle_data_packet):
17817         Use scale_int when we can, add some more scaling.
17818         Check packettype before parsing it.
17819
17820 2006-01-31  Wim Taymans  <wim@fluendo.com>
17821
17822         * ext/theora/theoradec.c: (_theora_granule_time),
17823         (theora_dec_src_convert), (theora_dec_sink_convert):
17824         Call right _scale functions.
17825         Use parameter instead of some other random value.
17826
17827 2006-01-31  Wim Taymans  <wim@fluendo.com>
17828
17829         * ext/theora/theoradec.c: (_theora_granule_frame),
17830         (_theora_granule_time), (_inc_granulepos),
17831         (theora_dec_src_convert), (theora_dec_sink_convert),
17832         (theora_handle_type_packet), (theora_handle_data_packet),
17833         (theora_dec_chain):
17834         Use higher precision timestamps calculation.
17835         Convert some other conversions to _scale.
17836
17837 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17838
17839         * gst/audiotestsrc/gstaudiotestsrc.c:
17840         (gst_audio_test_src_create_sine_table), (plugin_init):
17841         * gst/volume/gstvolume.c: (plugin_init):
17842           initialize gst_controller before using
17843
17844 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17845
17846         * tests/check/pipelines/theoraenc.c:
17847         * tests/check/pipelines/vorbisenc.c:
17848         Define constant using G_GINT64_CONSTANT to avoid errors when
17849         passing it around - otherwise it gets truncated to 32 bits.
17850
17851         Fixes failing tests.
17852
17853 2006-01-31  Andy Wingo  <wingo@pobox.com>
17854
17855         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17856         caps being set doesn't have a framerate value. Basically a stopgap
17857         measure.
17858
17859         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17860         technically correct enough to put into core though.
17861         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17862         DURATION. Fixes theoraenc ! oggmux.
17863
17864         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17865         fraction, not double.
17866
17867 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17868
17869         * win32/vs7:
17870         add vs7 project files created by Sergey Scobich
17871
17872 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17873
17874         * win32/vs8:
17875         add vs8 project files created by Sergey Scobich
17876         
17877 2006-01-30  Andy Wingo  <wingo@pobox.com>
17878
17879         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17880         timestamp + duration, not just timestamp -- ogg pages should be
17881         ordered by stop time. Necessary fix given the change in vorbis
17882         timestamps.
17883
17884         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17885         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17886         (granulepos_add): New function, handles the messiness of adjusting
17887         granulepos values.
17888         (theora_buffer_from_packet):
17889         (theora_enc_chain):
17890         (theora_enc_sink_event): Use granulepos_add, not +.
17891
17892         * tests/check/pipelines/theoraenc.c
17893         (check_buffer_granulepos_from_starttime): Just check the frame
17894         count, not the actual granulepos -- we can't dictate to the
17895         encoder when it should be placing keyframes.
17896
17897 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17898
17899         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17900           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17901           play an http:// stream from a server that's not serving
17902
17903 2006-01-30  Andy Wingo  <wingo@pobox.com>
17904
17905         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17906         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17907         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17908         available.
17909
17910         * ext/theora/gsttheoraenc.h:
17911         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17912         although theoraenc was timestamping correctly. Added handling of
17913         streams that start with nonzero timestamps.
17914
17915         * tests/check/Makefile.am:
17916         * tests/check/pipelines/theoraenc.c: New file, basically does same
17917         tests as vorbisenc.
17918
17919         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17920
17921 2006-01-30  Wim Taymans  <wim@fluendo.com>
17922
17923         * gst-libs/gst/audio/gstaudiosink.c:
17924         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17925         (gst_audioringbuffer_pause):
17926         Implement pause that does not wait for completion.
17927
17928         * gst-libs/gst/audio/gstbaseaudiosink.c:
17929         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17930         Don't drop buffers when going to PAUSED but perform preroll on
17931         remaining samples now that core base class supports this.
17932
17933         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17934         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17935         (gst_ring_buffer_commit):
17936         Pause should not signal waiters.
17937         Implement return value of _commit correctly.
17938
17939 2006-01-30  Andy Wingo  <wingo@pobox.com>
17940
17941         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17942
17943         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17944         updated to timestamp from the first sample, not the last.
17945         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17946         special care of granulepos and timestamp for header packets.
17947         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17948         when the first buffer has a nonzero timestamp.
17949
17950         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17951         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17952         case when the first audio buffer we get has a nonzero timestamp.
17953         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17954         properly timestamp vorbis buffers with the time of the first
17955         sample, not the last.
17956         
17957         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17958         vorbis_granule_time_copy -- now it takes the granule/subgranule
17959         offset into account.
17960
17961         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17962         timestamps, durations, and granulepos on buffers produced by
17963         vorbisenc.
17964
17965 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17966
17967         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17968         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17969           Patch from Eric Jonas to support conversions to/from UYVY 
17970           (Fixes: #324626)
17971
17972 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17973
17974         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17975         (setup_subtitle), (setup_source), (set_active_source):
17976         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17977         (gen_text_element), (gen_audio_element), (gen_vis_element),
17978         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17979
17980 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17981
17982         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17983         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17984                 use gst_guint64_to_gdouble to be compliant with vs6
17985         * gst/playback/gstdecodebin.c: (try_to_link_1)
17986         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17987                 use G_GINT64_CONSTANT for int64 constants
17988         * win32/common/libgstinterfaces.def:
17989                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17990         * win32/vs6:
17991                 update and add new project files
17992                 
17993 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17994
17995         * Makefile.am:
17996         * win32/MANIFEST:
17997         * win32/common/interfaces-enumtypes.c:
17998         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17999         (gst_mixer_track_flags_get_type),
18000         (gst_tuner_channel_flags_get_type):
18001         * win32/common/interfaces-enumtypes.h:
18002         * win32/common/multichannel-enumtypes.c:
18003         (gst_audio_channel_position_get_type):
18004         * win32/common/multichannel-enumtypes.h:
18005           add a win32-update rule like in core, and copy over enumtypes files
18006
18007 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18008
18009         * win32/MANIFEST:
18010         * win32/common/config.h:
18011         * win32/common/config.h.in:
18012           add config files just like in core
18013
18014 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18015
18016         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18017           Make gcc-4.1 happy (part of #327357).
18018
18019 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18020
18021         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18022         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18023         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18024         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18025         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18026         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18027           Update all error messages.  All of them should either use
18028           the default translated message, or actually provide a
18029           translatable string.
18030           Make the string for channel count problems meaningful.
18031
18032 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18033
18034         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18035           check for and throw RESOURCE_BUSY
18036
18037 2006-01-27  David Schleef  <ds@schleef.org>
18038
18039         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18040           checked in this change -- it requires liboil features not
18041           in 0.3.6.  Revert parts.
18042
18043 2006-01-27  David Schleef  <ds@schleef.org>
18044
18045         * REQUIREMENTS:
18046         * configure.ac: update liboil requirement to 0.3.6
18047         * gst/videoscale/Makefile.am:
18048         * gst/videoscale/vs_scanline.c: liboilify
18049
18050 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18051
18052         * ext/libvisual/visual.c: (get_buffer):
18053           When pad_alloc returns a GstFlowReturn other
18054           than GST_FLOW_OK, make sure it is passed upstream.
18055
18056 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18057
18058         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18059         (gst_alsasink_class_init):
18060           Free the device name string.
18061
18062         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18063         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18064         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18065           Don't remove a pad from the collectpads structure until it
18066           is released - it's a request pad, and may receive data again
18067           if the element gets moved back to PLAYING state.
18068
18069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18070           Ensure we turn on double buffering on the Xv port, and
18071           set the colour key to something dark and mysterious that
18072           isn't black.
18073
18074 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18075
18076         * ext/alsa/gstalsaplugin.c: (plugin_init):
18077         * ext/cdparanoia/gstcdparanoiasrc.c:
18078         (gst_cd_paranoia_src_base_init), (plugin_init):
18079         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18081           - a library should not call setlocale. see "Libraries" node in
18082             gettext manual
18083           - make sure all plugins that use translation do bindtextdomain
18084             to point to the localedir
18085         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18086         (setup_sinks), (plugin_init):
18087           all this, and check for NULL when creating sinks
18088
18089 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18090
18091         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18092         (plugin_init): Make typefinding of subtitles work again.
18093
18094 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18095
18096         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18097         (mp3_type_frame_length_from_header), (mp3_type_find),
18098         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18099         (plugin_init):
18100           Backport a bunch of typefinding fixes from the 0.8 branch.
18101           Also, improve wavpack typefinding: if we can't peek the
18102           entire wavpack block, try to parse the bits we can get and
18103           see if we find what we're looking for in those.
18104
18105 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18106
18107         * sys/ximage/ximagesink.c:
18108         (gst_ximagesink_calculate_pixel_aspect_ratio):
18109         * sys/xvimage/xvimagesink.c:
18110         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18111         more cases of pixel aspect ratio.
18112
18113 2006-01-26  Edward Hervey  <edward@fluendo.com>
18114
18115         * gst/playback/gstdecodebin.c: (pad_probe):
18116         Also consider the flush-start and tag events as unblockers
18117         for the pad probes.
18118
18119 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18120
18121         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18122         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18123         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18124         On the fly visualisation switch, works disabling, enabling as
18125         well but it won't be able to enable vis in a playbin that was
18126         created with no visualisation.
18127
18128 2006-01-25  Wim Taymans  <wim@fluendo.com>
18129
18130         * gst-libs/gst/audio/gstbaseaudiosink.c:
18131         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18132         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18133         resume after pause.
18134
18135 2006-01-25  Wim Taymans  <wim@fluendo.com>
18136
18137         * gst-libs/gst/audio/gstbaseaudiosink.c:
18138         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18139         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18140         Improve debugging.
18141         Post error when caps cannot be parsed.
18142         Resync on discontinuity in the stream.
18143         Clip samples to segment boundaries.
18144         return WRONG_STATE sooner when we are flushing.
18145
18146         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18147         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18148         Make audiosrc operate in TIME.
18149         Set TIMESTAMP and DURATION on buffers.
18150
18151 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18152
18153         * tests/examples/seek/seek.c: (main):
18154           Output tag messages as well.
18155
18156 2006-01-23  Edward Hervey  <edward@fluendo.com>
18157
18158         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18159         (free_pad_probes), (remove_fakesink), (pad_probe),
18160         (close_pad_link), (gst_decode_bin_change_state):
18161         Replace GstPadBlockCallback with pad probes that detect
18162         first buffer AND eos before removing fakesink.
18163         Fixes hang with demuxers doing EOS while pre-rolling.
18164         Solves #328279
18165
18166 2006-01-23  Andy Wingo  <wingo@pobox.com>
18167
18168         * ext/alsa/gstalsasink.c:
18169         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18170         (gst_base_rtp_depayload_setcaps),
18171         (gst_base_rtp_depayload_add_to_queue),
18172         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18173         
18174         Patch by: Jens Granseuer <jensgr at gmx dot net>
18175
18176 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18177
18178         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18179         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18180         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18181         frames. We might get a frame destroyed after changing state to
18182         NULL, adding a safety check on xcontext.
18183
18184 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18185
18186         * gst-libs/gst/interfaces/xoverlay.c:
18187           Fix prepare-xwindow-id code example in the docs - we need to
18188           ignore all messages that aren't element messages as well.
18189           
18190 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18191
18192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18193           I think one day i'll completely undestand how caps negotiation
18194           is supposed to work. This refactoring handles buffer_alloc
18195           called with caps we can't handle. We definitely don't want a
18196           set_caps with those caps, so we define and allocate a buffer
18197           we would like to receive.
18198
18199 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18200
18201         * gst/playback/gstplaybasebin.c: (setup_source):
18202           Free iterator when done.
18203
18204 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18205
18206         * gst-libs/gst/audio/gstbaseaudiosink.c:
18207         (gst_base_audio_sink_render):
18208           Fix playback of non-synchronised streams by assuming a rate
18209           of 1.0 instead of a random one.
18210
18211           Makes this work again:
18212
18213           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18214           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18215           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18216           audioresample ! alsasink
18217
18218 === release 0.10.2 ===
18219
18220 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18221
18222         * configure.ac:
18223           releasing 0.10.2, "Then the devil is six"
18224
18225 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18226
18227         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18228         * gst/playback/gststreamselector.c:
18229         (gst_stream_selector_set_property):
18230           Comment out broken code that connects to the state-changed signal.
18231           At this point, changing current stream selection is broken, but 
18232           stuff like gst-launch playbin current-audio=1 works and filters
18233           to the chosen stream.
18234
18235 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18236
18237         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18238           Fix #327216 (null dereference in vorbisdec)
18239
18240 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18241
18242         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18243           Post taglist actually on bus instead of just freeing it
18244           (fixes #327114 and totem bug #327080).
18245
18246         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18247           Use gst_element_found_tags_for_pad(), so that the tags
18248           are sent downstream as an event as well.
18249
18250 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18251
18252         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18253         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18254         (gst_ximagesink_buffer_alloc):
18255         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18256         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18257         (gst_xvimagesink_buffer_alloc):
18258           move all regularly occurring messages to GST_LOG level
18259           add some more object logs
18260
18261 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18262
18263         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18264           fix a silly segfault
18265
18266 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18267
18268         * docs/libs/gst-plugins-base-libs-docs.sgml:
18269         * docs/libs/gst-plugins-base-libs-sections.txt:
18270         * gst-libs/gst/audio/mixerutils.c:
18271         * gst-libs/gst/audio/mixerutils.h:
18272           Add docs for mixerutils stuff.
18273
18274 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18275
18276         * gst/playback/gstplaybasebin.c: (setup_source):
18277           Fix playback for sources that emit raw audio or
18278           raw video streams (e.g.: cd audio sources) (#325984).
18279
18280 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18281
18282         * gst-libs/gst/audio/mixerutils.c:
18283         (gst_audio_mixer_filter_do_filter):
18284           actually save the element we create
18285
18286 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18287
18288         * gst-libs/gst/cdda/gstcddabasesrc.c:
18289         (gst_cdda_base_src_handle_track_seek):
18290           No need to post a tag message on the bus when seeking
18291           within the same track, only post it when the current
18292           track changes.
18293
18294 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18295
18296         * gst/playback/gstplaybasebin.c: (group_destroy),
18297         (probe_triggered), (new_decoded_pad), (mute_group_type),
18298         (set_active_source):
18299         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18300         * gst/playback/gststreamselector.c:
18301         (gst_stream_selector_base_init),
18302         (gst_stream_selector_set_property),
18303         (gst_stream_selector_request_new_pad):
18304           Reenable stream selection. These mechanisms need a complete overhaul
18305           in the face of 0.8->0.10 changes though.
18306
18307 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18308
18309         * ext/ogg/gstoggdemux.c:
18310           Change the pad template to src_%d to match the pads that 
18311           are created from it. decodebin needs this information in order
18312           to decide that oggdemux is capable of producing multiple pads
18313           (and hence needs queues inserted).
18314
18315         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18316         (gst_ogg_mux_collected):
18317           Make debug output more useful by using GST_PTR_FORMAT.
18318
18319 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18320
18321         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18322
18323         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18324           Set depth and width for alaw/mulaw (fixes #326601).
18325
18326 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18327
18328         * tests/icles/Makefile.am:
18329           don't build the tests if we don't have the libs
18330
18331 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18332
18333         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18334         (gst_cd_paranoia_paranoia_callback):
18335           Don't try to free NULL pointers.
18336
18337 2006-01-10  Edward Hervey  <edward@fluendo.com>
18338
18339         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18340         (gst_audio_rate_change_state), (plugin_init):
18341         Add debugging category.
18342         Fix type issues.
18343         Add case for incoming buffers without valid offset/offset_end.
18344
18345 2006-01-10  Michael Smith  <msmith@fluendo.com>
18346
18347         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18348           Don't leak GCond in audio sources.
18349
18350 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18351
18352         * gst/playback/gstplaybin.c: (gen_audio_element):
18353           Don't leak an autoaudiosink/alsasink when we generate
18354           a new audio element. (old code, I guess)
18355
18356 2006-01-10  Michael Smith  <msmith@fluendo.com>
18357
18358         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18359           Support float audio in audiorate.
18360           Use width rather than depth for selecting sample width.
18361
18362 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18363
18364         * gst/videotestsrc/videotestsrc.h:
18365           Use GLib types here (that way we don't have to include the
18366           generated _stdint.h header, which makes life easier for win32
18367           folks that don't use autotools for the build) (#325990, patch
18368           by: Sergey Scobich).
18369
18370 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18371
18372         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18373         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18374         (gst_ring_buffer_pause), (wait_segment):
18375         * gst-libs/gst/audio/gstringbuffer.h:
18376           Name (private) union, makes Forte compiler happy (this time
18377           for real) (#324900).
18378
18379 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18380
18381         * gst-libs/gst/audio/Makefile.am:
18382           Link against libgstinterfaces, needed for mixer
18383           and property probe stuff.
18384
18385 2006-01-09  Edward Hervey  <edward@fluendo.com>
18386
18387         * gst-libs/gst/Makefile.am:
18388
18389 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18390
18391         * gst-libs/gst/audio/Makefile.am:
18392         * gst-libs/gst/audio/mixerutils.c:
18393         (gst_audio_mixer_filter_do_filter),
18394         (gst_audio_mixer_filter_check_element),
18395         (gst_audio_mixer_filter_probe_feature),
18396         (element_factory_rank_compare_func),
18397         (gst_audio_default_registry_mixer_filter):
18398         * gst-libs/gst/audio/mixerutils.h:
18399           Add gst_audio_default_registry_mixer_filter() utility
18400           function.
18401
18402 2006-01-03  Michael Smith  <msmith@fluendo.com>
18403
18404         * gst/audioresample/resample.h:
18405           As before, but for o_buf
18406
18407 2006-01-03  Michael Smith  <msmith@fluendo.com>
18408
18409         * gst/audioresample/resample.h:
18410           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18411           since we do arithmetic on it.
18412
18413 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18414
18415         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18416         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18417         (gst_ring_buffer_pause), (wait_segment):
18418         * gst-libs/gst/audio/gstringbuffer.h:
18419           Sun's Forte compiler doesn't seem to like anonymous structs,
18420           so use same setup as in GstBaseSrc (fixes #324900).
18421
18422 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18423
18424         * configure.ac:
18425         * gst/volume/Makefile.am:
18426         * gst/volume/demo.c:
18427           move old example to tests/examples/volume/volune.c
18428         * tests/examples/Makefile.am:
18429         * tests/examples/seek/seek.c: (main):
18430           change window-close event from "delete-event" to "destroy"
18431         * tests/examples/volume/Makefile.am:
18432         * tests/examples/volume/volume.c: (value_changed_callback),
18433         (setup_gui), (message_received), (eos_message_received), (main):
18434           fix event handling and bus usage
18435
18436 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18437
18438         * gst/audiotestsrc/gstaudiotestsrc.c:
18439         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18440         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18441         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18442         (gst_audio_test_src_create_square),
18443         (gst_audio_test_src_create_saw),
18444         (gst_audio_test_src_create_triangle),
18445         (gst_audio_test_src_create_silence),
18446         (gst_audio_test_src_create_white_noise),
18447         (gst_audio_test_src_create_pink_noise),
18448         (gst_audio_test_src_init_sine_table),
18449         (gst_audio_test_src_create_sine_table),
18450         (gst_audio_test_src_change_wave),
18451         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18452         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18453         * gst/audiotestsrc/gstaudiotestsrc.h:
18454           update to basesrc changes, implement segmented seeking and eos
18455           handling, add a 'sine-tab' waveform for performance critical playback
18456
18457 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18458
18459         * po/POTFILES.in:
18460           ... and this time the other modified file that I missed last time.
18461
18462 2005-12-29  Michael Smith  <msmith@fluendo.com>
18463
18464         * gst/playback/gstdecodebin.c: (new_pad):
18465           Fix non-C89 variable declaration not at the start of a block. Should
18466           help some compilers.
18467
18468 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18469
18470         * tests/check/Makefile.am:
18471           And now fix 'make distcheck' (builddir != srcdir)
18472
18473 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18474
18475         * configure.ac:
18476         * ext/cdparanoia/Makefile.am:
18477         * ext/cdparanoia/gstcdparanoia.c:
18478         * ext/cdparanoia/gstcdparanoia.h:
18479         * ext/cdparanoia/gstcdparanoiasrc.c:
18480         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18481         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18482         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18483         (gst_cd_paranoia_paranoia_callback),
18484         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18485         (gst_cd_paranoia_src_set_property),
18486         (gst_cd_paranoia_src_get_property), (plugin_init):
18487         * ext/cdparanoia/gstcdparanoiasrc.h:
18488           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18489           plugin again (there are still fixes required to playbin to make
18490           cdda:// uris work there).
18491
18492 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18493
18494         * tests/check/Makefile.am:
18495           Fix test case compilation.
18496
18497 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18498
18499         * gst-libs/gst/cdda/gstcddabasesrc.c:
18500         (gst_cdda_base_src_update_duration),
18501         (gst_cdda_base_src_calculate_cddb_id):
18502           An integer is not a string. Fix access to uninitialised variable.
18503
18504         * tests/check/Makefile.am:
18505           Add cddabasesrc unit test; also actually enable the vorbis test.
18506
18507         * tests/check/generic/states.c:
18508           Blacklist new cd audio elements as well.
18509
18510         * tests/check/libs/cddabasesrc.c:
18511           Unit test for GstCddaBaseSrc (discid calculation mostly).
18512
18513 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18514
18515         * docs/libs/Makefile.am:
18516         * docs/libs/gst-plugins-base-libs-docs.sgml:
18517         * docs/libs/gst-plugins-base-libs-sections.txt:
18518         * docs/libs/gst-plugins-base-libs.types:
18519           Add docs for libgstcdda/GstCddaBaseSrc.
18520
18521         * gst-libs/gst/interfaces/mixertrack.h:
18522           Do one struct member per line with a semicolon at the end, that way
18523           even gtk-doc might parse it without complaining.
18524
18525 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18526
18527         * configure.ac:
18528         * gst-libs/gst/Makefile.am:
18529         * gst-libs/gst/cdda/Makefile.am:
18530         * gst-libs/gst/cdda/base64.c:
18531         * gst-libs/gst/cdda/base64.h:
18532         * gst-libs/gst/cdda/gstcddabasesrc.c:
18533         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18534         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18535         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18536         (gst_cdda_base_src_get_property),
18537         (gst_cdda_base_src_get_track_from_sector),
18538         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18539         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18540         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18541         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18542         (gst_cdda_base_src_uri_get_protocols),
18543         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18544         (gst_cdda_base_src_uri_handler_init),
18545         (gst_cdda_base_src_setup_interfaces),
18546         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18547         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18548         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18549         (gst_cdda_base_src_add_tags),
18550         (gst_cdda_base_src_add_index_associations),
18551         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18552         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18553         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18554         (gst_cdda_base_src_create):
18555         * gst-libs/gst/cdda/gstcddabasesrc.h:
18556         * gst-libs/gst/cdda/sha1.c:
18557         * gst-libs/gst/cdda/sha1.h:
18558           Add new libgstcdda with GstCddaBaseSrc class.
18559
18560 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18561
18562         * ext/gnomevfs/gstgnomevfssink.h:
18563           Use GstBaseSinkClass as parent_class member for class struct, not
18564           GstBaseSink.
18565
18566 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18567
18568         Patch by: Michael Benes
18569
18570         * gst/videotestsrc/gstvideotestsrc.c:
18571         (gst_video_test_src_class_init), (gst_video_test_src_start):
18572           Add start method to reset running time and number of frames sent
18573           when starting up (fixes #324696)
18574
18575 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18576
18577         * docs/plugins/Makefile.am:
18578         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18579         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18580         * docs/plugins/gst-plugins-base-plugins.args:
18581         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18582         * docs/plugins/gst-plugins-base-plugins.signals:
18583           Add docs stuff for gnomevfssrc and gnomevfssink.
18584
18585         * ext/gnomevfs/gstgnomevfssrc.c:
18586           Fix example pipeline in gtk-doc blurb.
18587
18588 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18589
18590         * ext/gnomevfs/Makefile.am:
18591         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18592         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18593         (gst_gnome_vfs_handle_get_type), (plugin_init):
18594         * ext/gnomevfs/gstgnomevfs.h:
18595         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18596         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18597         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18598         (gst_gnome_vfs_sink_set_property),
18599         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18600         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18601         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18602         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18603         (gst_gnome_vfs_sink_uri_get_type),
18604         (gst_gnome_vfs_sink_uri_get_protocols),
18605         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18606         (gst_gnome_vfs_sink_uri_handler_init):
18607         * ext/gnomevfs/gstgnomevfssink.h:
18608           Port gnomevfssink; add gtk-doc blurb.
18609
18610         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18611         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18612         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18613         (gst_gnome_vfs_src_uri_get_type),
18614         (gst_gnome_vfs_src_uri_get_protocols),
18615         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18616         (gst_gnome_vfs_src_uri_handler_init),
18617         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18618         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18619         (gst_gnome_vfs_src_send_additional_headers_callback),
18620         (gst_gnome_vfs_src_received_headers_callback),
18621         (gst_gnome_vfs_src_push_callbacks),
18622         (gst_gnome_vfs_src_pop_callbacks),
18623         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18624         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18625         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18626         * ext/gnomevfs/gstgnomevfssrc.h:
18627           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18628           file; add gtk-doc blurb with example pipelines.
18629
18630 === release 0.10.1 ===
18631
18632 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18633
18634         * configure.ac:
18635           releasing 0.10.1, "Dobro Dedek"
18636
18637 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18638
18639         * gst/typefind/gsttypefindfunctions.c:
18640         iLBC30 and iLBC20 added to typefind.
18641
18642 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18643
18644         * gst-libs/gst/audio/gstbaseaudiosink.c:
18645         (gst_base_audio_sink_class_init):
18646         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18647         (gst_base_audio_src_class_init):
18648           update strings, values are in microseconds
18649           change the default sink buffer time to something that is smaller
18650           (to help software volume mixing have a slightly lower delay) but
18651           still be acceptable on Wim's laptop
18652
18653 2005-12-20  Edward Hervey  <edward@fluendo.com>
18654
18655         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18656         Made a quack, forgot to add DUCK to the riff video template.
18657
18658 2005-12-19  Edward Hervey  <edward@fluendo.com>
18659
18660         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18661         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18662         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18663         (gst_ogm_parse_chain):
18664         Make sure pads are initialized correctly.
18665         * gst-libs/gst/riff/riff-ids.h:
18666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18667         (gst_riff_create_video_template_caps):
18668         Add a whole bunch of FOURCC <=> MimeType.
18669         Extend the riff video pad template to support the newly added fourcc.
18670
18671 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18672
18673         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18674         (gst_ogg_demux_activate_chain):
18675           Extra debug output when activating/deactivating chains.
18676
18677         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18678         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18679         (unlinked):
18680           Remove a queue from our list when it becomes unlinked.
18681           Don't add queues to elements in class 'Demux' if they
18682           can only produce one pad 
18683
18684 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18685
18686         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18687         (gst_video_sink_get_type): Add a debug category.
18688
18689 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18690
18691         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18692         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18693           Handle downstream newsegment by sending our own newsegment before the
18694           next buffer to be released. (#323900)
18695
18696 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18697
18698         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18699         (gst_base_rtp_depayload_set_gst_timestamp):
18700           add queue delay to new segment as well (as opposed to just the first
18701           buffer). (bug #322347)
18702
18703 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18704
18705         * ext/libvisual/visual.c: (make_valid_name):
18706           change some char* into char[]
18707         * gst/audiotestsrc/gstaudiotestsrc.c:
18708         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18709         (gst_audio_test_src_create):
18710         * gst/audiotestsrc/gstaudiotestsrc.h:
18711           prepare to handle EOS and SEGMENT_DONE
18712
18713 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18714
18715         * tests/check/generic/states.c: (GST_START_TEST):
18716           Blacklist cdparanoia element in state test.
18717
18718 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18719
18720           Patch by: Benjamin Pineau
18721
18722         * gst/tcp/gsttcp.c:
18723         * gst/tcp/gsttcpclientsink.c:
18724         * gst/tcp/gsttcpserversink.c:
18725         * gst/tcp/gsttcpserversrc.c:
18726           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18727
18728 2005-12-15  Michael Smith  <msmith@fluendo.com>
18729
18730         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18731         (gst_video_rate_chain):
18732           Fix timestamping for videorate when the first buffer it sees has a
18733           non-zero timestamp. Fix some misleading debug output.
18734
18735 2005-12-15  Michael Smith  <msmith@fluendo.com>
18736
18737         * gst/audioresample/gstaudioresample.c:
18738           Don't leak all input buffers to audioresample.
18739
18740 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18741
18742         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18743           Don't operate on empty text buffers. Strip newlines and
18744           tabs only from the end of the text, but leave them intact
18745           in the middle. Fix typo in gtk-doc description.
18746
18747 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18748
18749         * gst/playback/gstplaybasebin.c:
18750         * gst/playback/gstplaybin.c: (handoff):
18751           Make sure the video frame buffer we return to apps via the
18752           "frame" property always has caps set on it. Modify
18753           _gst_gvalue_set_object() macro to handle NULL objects
18754           gracefully too.
18755
18756 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18757
18758         * gst/audiotestsrc/gstaudiotestsrc.c:
18759         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18760         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18761         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18762         (gst_audio_test_src_create):
18763         * gst/audiotestsrc/gstaudiotestsrc.h:
18764         Adjust to some recent api changes and add wtays new cool seeking
18765         capabillities
18766
18767 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18768
18769         * ext/alsa/Makefile.am:
18770         * ext/alsa/gstalsadeviceprobe.c:
18771         * ext/alsa/gstalsadeviceprobe.h:
18772           Helper functions to add device probing via the GstPropertyProbe
18773           interface to a class.
18774
18775         * ext/alsa/gstalsamixer.h:
18776           Comment out GST_ALSA_MIXER, it returns a struct that's not
18777           used.
18778
18779         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18780           Add some debug info. 
18781
18782         * ext/alsa/gstalsamixerelement.c:
18783         (gst_alsa_mixer_element_interface_supported),
18784         (gst_implements_interface_init),
18785         (gst_alsa_mixer_element_init_interfaces),
18786         (gst_alsa_mixer_element_class_init),
18787         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18788         (gst_alsa_mixer_element_set_property),
18789         (gst_alsa_mixer_element_get_property),
18790         (gst_alsa_mixer_element_change_state):
18791         * ext/alsa/gstalsamixerelement.h:
18792           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18793           for device handling (gnome-volume-control will need that).
18794
18795 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18796
18797         * ext/Makefile.am: fix cdparanoia entry
18798         * gst-plugins-base.spec.in: add cdparanoia
18799
18800 2005-12-12  Michael Smith  <msmith@fluendo.com>
18801
18802         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18803           Use the correct function to free list of typefind factories.
18804
18805 2005-12-12  Wim Taymans  <wim@fluendo.com>
18806
18807         * gst/videotestsrc/gstvideotestsrc.c:
18808         (gst_video_test_src_class_init), (gst_video_test_src_init),
18809         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18810         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18811         (gst_video_test_src_create):
18812         * gst/videotestsrc/gstvideotestsrc.h:
18813         Implement seeking in videotestsrc.
18814         Small cleanups.
18815
18816 2005-12-12  Wim Taymans  <wim@fluendo.com>
18817
18818         * ext/cdparanoia/Makefile.am:
18819         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18820         (gst_paranoia_endian_get_type), (_do_init),
18821         (cdparanoia_class_init), (cdparanoia_init),
18822         (cdparanoia_set_property), (cdparanoia_get_property),
18823         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18824         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18825         (cdparanoia_convert), (cdparanoia_get_query_types),
18826         (cdparanoia_query), (cdparanoia_set_index),
18827         (cdparanoia_uri_set_uri):
18828         * ext/cdparanoia/gstcdparanoia.h:
18829         Partially ported cdparanoia now that basesrc can support a
18830         plugin like this..
18831
18832 2005-12-12  Wim Taymans  <wim@fluendo.com>
18833
18834         * tests/examples/seek/scrubby.c: (main):
18835         Set higher priority for bus events so they don't get reordered with
18836         gtk gui events.
18837
18838         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18839         (flush_toggle_cb), (main):
18840         Added checkbox to disable flushing seeks. 
18841         Disable scrubbing when doing non flushing seeks.
18842
18843 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18844
18845         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18846         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18847         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18848         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18849           Implement some sort of event handling that doesn't rely on
18850           g_return_if_fail; make sure we always push the last chunk of an 
18851           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18852           state change function; remove some old cruft. Seeking is still
18853           rather unlikely to work though.
18854
18855         * tools/.cvsignore:
18856           Ignore more.
18857
18858 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18859
18860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18861         Fixed a leak of the current image reference when cleaning up.
18862         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18863
18864 2005-12-09  Michael Smith  <msmith@fluendo.com>
18865
18866         * tools/Makefile.am:
18867         * tools/gst-launch-ext-m.m:
18868           Remove gst-launch-ext. It doesn't work, and is no longer
18869           particularly useful.
18870
18871 2005-12-08  Luca Ognibene  <luogni@tin.it>
18872
18873         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18874           don't pass random values to ogmparse convert function.
18875           Make seeking possible in the exile1.ogm file.
18876
18877 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18878
18879         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18880         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18881           Work around refcount problem with g_value_set_object() that occur
18882           if the core has been compiled against GLib-2.6 (g_value_set_object()
18883           will only g_object_ref() the element, but the caller will
18884           gst_object_unref() it and bad things will happen due to the way
18885           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18886           totem for people on FC4 using Thomas's 0.10 RPMs.
18887           
18888 2005-12-07  Edward Hervey  <edward@fluendo.com>
18889
18890         Time to welcome ogm to 0.10 :)
18891         
18892         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18893         (gst_ogg_pad_typefind):
18894         Oggdemux can now properly typefind elements with dynamic pads.
18895         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18896         Properly set caps on src pad, and set caps on outgoing buffers.
18897
18898 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18899
18900         * ext/alsa/gstalsamixer.h:
18901         * ext/alsa/gstalsamixerelement.h:
18902         * ext/alsa/gstalsamixeroptions.h:
18903         * ext/alsa/gstalsamixertrack.h:
18904         * ext/alsa/gstalsasink.c:
18905         * ext/alsa/gstalsasink.h:
18906         * ext/alsa/gstalsasrc.c:
18907         * ext/alsa/gstalsasrc.h:
18908         * ext/cdparanoia/gstcdparanoia.h:
18909         * ext/gnomevfs/gstgnomevfsuri.h:
18910         * ext/ogg/gstoggdemux.c:
18911         * ext/ogg/gstoggmux.c:
18912         * ext/pango/gsttextoverlay.h:
18913         * ext/theora/theoradec.c:
18914         * ext/theora/theoraenc.c:
18915         * ext/vorbis/vorbisdec.h:
18916         * ext/vorbis/vorbisenc.c:
18917         * ext/vorbis/vorbisenc.h:
18918         * ext/vorbis/vorbisparse.h:
18919         * gst-libs/gst/audio/gstaudioclock.h:
18920         * gst-libs/gst/audio/gstaudiosink.c:
18921         * gst-libs/gst/audio/gstaudiosink.h:
18922         * gst-libs/gst/audio/gstaudiosrc.c:
18923         * gst-libs/gst/audio/gstaudiosrc.h:
18924         * gst-libs/gst/audio/gstbaseaudiosink.c:
18925         * gst-libs/gst/audio/gstbaseaudiosink.h:
18926         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18927         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18928         * gst-libs/gst/audio/gstringbuffer.h:
18929         * gst-libs/gst/audio/multichannel.h:
18930         * gst-libs/gst/floatcast/floatcast.h:
18931         * gst-libs/gst/interfaces/colorbalance.c:
18932         * gst-libs/gst/interfaces/colorbalance.h:
18933         * gst-libs/gst/interfaces/colorbalancechannel.h:
18934         * gst-libs/gst/interfaces/mixer.h:
18935         * gst-libs/gst/interfaces/mixeroptions.h:
18936         * gst-libs/gst/interfaces/mixertrack.h:
18937         * gst-libs/gst/interfaces/navigation.h:
18938         * gst-libs/gst/interfaces/propertyprobe.h:
18939         * gst-libs/gst/interfaces/tuner.h:
18940         * gst-libs/gst/interfaces/tunerchannel.h:
18941         * gst-libs/gst/interfaces/tunernorm.h:
18942         * gst-libs/gst/interfaces/xoverlay.h:
18943         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18944         * gst-libs/gst/riff/riff-ids.h:
18945         * gst-libs/gst/riff/riff-media.h:
18946         * gst-libs/gst/riff/riff-read.h:
18947         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18948         * gst-libs/gst/rtp/gstbasertppayload.c:
18949         * gst-libs/gst/rtp/gstbasertppayload.h:
18950         * gst-libs/gst/rtp/gstrtpbuffer.c:
18951         * gst-libs/gst/rtp/gstrtpbuffer.h:
18952         * gst-libs/gst/tag/gsttageditingprivate.h:
18953         * gst-libs/gst/tag/gstvorbistag.c:
18954         (gst_tag_list_from_vorbiscomment_buffer):
18955         * gst-libs/gst/tag/tag.h:
18956         * gst-libs/gst/video/video.h:
18957         * gst/adder/gstadder.c:
18958         * gst/adder/gstadder.h:
18959         * gst/audioconvert/audioconvert.c:
18960         * gst/audioconvert/audioconvert.h:
18961         * gst/audioconvert/gstaudioconvert.c:
18962         * gst/audioconvert/gstchannelmix.c:
18963         * gst/audioconvert/gstchannelmix.h:
18964         * gst/audiorate/gstaudiorate.c:
18965         * gst/audioresample/buffer.h:
18966         * gst/audioresample/functable.h:
18967         * gst/audioresample/gstaudioresample.c:
18968         * gst/audioresample/resample.h:
18969         * gst/ffmpegcolorspace/avcodec.h:
18970         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18971         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18972         * gst/ffmpegcolorspace/imgconvert.c:
18973         * gst/ffmpegcolorspace/imgconvert_template.h:
18974         * gst/playback/gstdecodebin.c:
18975         * gst/playback/gstplaybasebin.h:
18976         * gst/playback/gstplaybin.c:
18977         * gst/playback/gststreaminfo.h:
18978         * gst/tcp/gstfdset.c:
18979         * gst/tcp/gstfdset.h:
18980         * gst/tcp/gstmultifdsink.c:
18981         * gst/tcp/gstmultifdsink.h:
18982         * gst/tcp/gsttcp.h:
18983         * gst/tcp/gsttcpclientsrc.c:
18984         * gst/tcp/gsttcpclientsrc.h:
18985         * gst/tcp/gsttcpplugin.h:
18986         * gst/tcp/gsttcpserversink.c:
18987         * gst/tcp/gsttcpserversrc.c:
18988         * gst/typefind/gsttypefindfunctions.c:
18989         * gst/videorate/gstvideorate.c:
18990         * gst/videotestsrc/gstvideotestsrc.h:
18991         * gst/videotestsrc/videotestsrc.h:
18992         * sys/v4l/gstv4lcolorbalance.h:
18993         * sys/v4l/gstv4ltuner.h:
18994         * sys/v4l/gstv4lxoverlay.h:
18995         * sys/v4l/v4l_calls.h:
18996         * sys/v4l/videodev_mjpeg.h:
18997         * tests/check/elements/audioconvert.c:
18998         * tests/check/elements/audioresample.c:
18999         * tests/check/elements/audiotestsrc.c:
19000         * tests/check/elements/videotestsrc.c:
19001         * tests/check/elements/volume.c:
19002         * tests/examples/seek/scrubby.c:
19003         * tests/examples/seek/seek.c:
19004           expand tabs
19005
19006 === release 0.10.0 ===
19007
19008 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19009
19010         * configure.ac:
19011           releasing 0.10.0, "Mont-d'or"
19012
19013 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19014
19015         * tests/examples/seek/Makefile.am:
19016         Build fix for when gtk is not available.
19017
19018 2005-12-05  Andy Wingo  <wingo@pobox.com>
19019
19020         * ext/libvisual/visual.c: (get_buffer):
19021         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19022         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19023         * ext/theora/theoradec.c: (theora_handle_data_packet):
19024         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19025         (theora_enc_chain):
19026         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19027         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19028         Update for alloc_buffer changes.
19029
19030 2005-12-05  Andy Wingo  <wingo@pobox.com>
19031
19032         patch by: Kai Vehmanen <kv2004 eca cx>
19033         
19034         * gst-libs/gst/rtp/gstbasertpdepayload.c
19035         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19036
19037 2005-12-04  Andy Wingo  <wingo@pobox.com>
19038
19039         patch by: Sebastien Cote <sebas642 yahoo ca>
19040         
19041         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19042         Fixes #319172.
19043
19044 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19045
19046         * docs/plugins/Makefile.am:
19047         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19048         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19049         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19050         * ext/pango/gstclockoverlay.c:
19051         * ext/pango/gsttextoverlay.c: 
19052         * ext/pango/gsttextrender.c:
19053         * ext/pango/gsttimeoverlay.c:
19054           Add gtk-doc blurbs to pango elements.
19055
19056 2005-12-02  Wim Taymans  <wim@fluendo.com>
19057
19058         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19059         * gst/audioresample/buffer.h:
19060         * gst/audioresample/gstaudioresample.c:
19061         * gst/audioresample/gstaudioresample.h:
19062         * gst/audioresample/resample.c: (resample_input_flush),
19063         (resample_input_pushthrough), (resample_input_eos),
19064         (resample_get_output_size_for_input),
19065         (resample_get_input_size_for_output), (resample_get_output_size),
19066         (resample_get_output_data):
19067         * gst/audioresample/resample.h:
19068         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19069         Fix audioresample, seek torture, new segments, reverse negotiation
19070         etc.. work fine.
19071
19072 2005-12-02  Wim Taymans  <wim@fluendo.com>
19073
19074         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19075         Small cleanups.
19076
19077 2005-12-02  Wim Taymans  <wim@fluendo.com>
19078
19079         * gst/audioconvert/gstaudioconvert.c:
19080         (gst_audio_convert_transform):
19081         Post errors.
19082
19083 === release 0.9.7 ===
19084
19085 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19086
19087         * configure.ac:
19088           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19089
19090 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19091
19092         * Makefile.am:
19093         * po/hu.po:
19094         * win32/MANIFEST:
19095         * win32/gst.sln:
19096           add win32 MANIFEST file
19097           do something to the hungarian translation
19098
19099 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19100
19101         * ext/Makefile.am:
19102           Add $(PANGO_DIR) to SUBDIRS
19103
19104         * ext/pango/gstclockoverlay.c:
19105         * ext/pango/gsttimeoverlay.c:
19106           Fix and improve element descriptions.
19107
19108 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19109
19110         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19111         * docs/plugins/inspect/plugin-libvisual.xml:
19112         * docs/plugins/inspect/plugin-pango.xml:
19113           add pango plugin to docs
19114
19115 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19116
19117         * configure.ac:
19118         * ext/Makefile.am:
19119           moved pango to base
19120
19121 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19122
19123         * configure.ac:
19124         * tests/Makefile.am:
19125         * tests/icles/.cvsignore:
19126         * tests/icles/Makefile.am:
19127         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19128         (close_display), (resize_window), (move_window), (create_window),
19129         (terminate_playback), (pause_playback), (start_playback), (main):
19130           add stress test for xoverlay from Julien
19131
19132 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19133
19134         * docs/libs/tmpl/gstcolorbalance.sgml:
19135         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19136         * gst-libs/gst/rtp/gstbasertppayload.c:
19137         * gst-libs/gst/rtp/gstrtpbuffer.c:
19138         * gst-libs/gst/rtp/gstrtpbuffer.h:
19139           Do burger's rename for rtp payloaders and depayloaders
19140
19141 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19142
19143         * win32/:
19144           add Visual Studio 6 build files
19145
19146 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19147
19148         * docs/libs/gst-plugins-base-libs-docs.sgml:
19149         * docs/libs/gst-plugins-base-libs-sections.txt:
19150         * docs/libs/tmpl/gstaudio.sgml:
19151         * docs/libs/tmpl/gstringbuffer.sgml:
19152         * gst-libs/gst/interfaces/xoverlay.c:
19153         * gst-libs/gst/video/gstvideofilter.c:
19154         * gst-libs/gst/video/gstvideosink.c:
19155           update documentation
19156
19157 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19158
19159         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19160         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19161         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19162         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19163         (gst_multi_fd_sink_get_stats),
19164         (gst_multi_fd_sink_remove_client_link),
19165         (gst_multi_fd_sink_handle_client_read),
19166         (gst_multi_fd_sink_client_queue_data),
19167         (gst_multi_fd_sink_client_queue_caps),
19168         (gst_multi_fd_sink_client_queue_buffer),
19169         (gst_multi_fd_sink_new_client),
19170         (gst_multi_fd_sink_handle_client_write),
19171         (gst_multi_fd_sink_recover_client),
19172         (gst_multi_fd_sink_queue_buffer),
19173         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19174         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19175         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19176         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19177         * gst/tcp/gstmultifdsink.h:
19178         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19179         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19180         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19181         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19182         (gst_tcp_client_sink_set_property),
19183         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19184         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19185         * gst/tcp/gsttcpclientsink.h:
19186         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19187         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19188         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19189         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19190         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19191         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19192         * gst/tcp/gsttcpclientsrc.h:
19193         * gst/tcp/gsttcpplugin.c: (plugin_init):
19194         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19195         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19196         (gst_tcp_server_sink_finalize),
19197         (gst_tcp_server_sink_handle_server_read),
19198         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19199         (gst_tcp_server_sink_set_property),
19200         (gst_tcp_server_sink_get_property),
19201         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19202         * gst/tcp/gsttcpserversink.h:
19203         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19204         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19205         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19206         (gst_tcp_server_src_set_property),
19207         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19208         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19209         * gst/tcp/gsttcpserversrc.h:
19210           more borgifying
19211
19212 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19213
19214         * docs/plugins/Makefile.am:
19215         * docs/plugins/gst-plugins-base-plugins.args:
19216         * docs/plugins/inspect/plugin-libvisual.xml:
19217         * gst/audioconvert/plugin.h:
19218         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19219         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19220         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19221         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19222         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19223         (plugin_init):
19224         * gst/audiotestsrc/gstaudiotestsrc.c:
19225         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19226         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19227         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19228         (gst_audio_test_src_get_query_types),
19229         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19230         (gst_audio_test_src_create_square),
19231         (gst_audio_test_src_create_saw),
19232         (gst_audio_test_src_create_triangle),
19233         (gst_audio_test_src_create_silence),
19234         (gst_audio_test_src_create_white_noise),
19235         (gst_audio_test_src_init_pink_noise),
19236         (gst_audio_test_src_generate_pink_noise_value),
19237         (gst_audio_test_src_create_pink_noise),
19238         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19239         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19240         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19241         (plugin_init):
19242         * gst/audiotestsrc/gstaudiotestsrc.h:
19243         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19244         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19245         (gst_sub_parse_init), (gst_sub_parse_formats),
19246         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19247         (convert_encoding), (get_next_line),
19248         (gst_sub_parse_data_format_autodetect),
19249         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19250         (gst_sub_parse_loop), (gst_sub_parse_chain),
19251         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19252         (plugin_init):
19253         * gst/subparse/gstsubparse.h:
19254         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19255         (gst_video_rate_base_init), (gst_video_rate_class_init),
19256         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19257         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19258         (gst_video_rate_init), (gst_video_rate_event),
19259         (gst_video_rate_chain), (gst_video_rate_set_property),
19260         (gst_video_rate_get_property), (gst_video_rate_change_state),
19261         (plugin_init):
19262         * gst/videoscale/gstvideoscale.c:
19263         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19264         (gst_video_scale_src_template_factory),
19265         (gst_video_scale_sink_template_factory),
19266         (gst_video_scale_get_type), (gst_video_scale_base_init),
19267         (gst_video_scale_class_init), (gst_video_scale_init),
19268         (gst_video_scale_set_property), (gst_video_scale_get_property),
19269         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19270         (gst_video_scale_prepare_size), (parse_caps),
19271         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19272         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19273         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19274         (plugin_init):
19275         * gst/videoscale/gstvideoscale.h:
19276         * gst/videotestsrc/gstvideotestsrc.c:
19277         (gst_video_test_src_pattern_get_type),
19278         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19279         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19280         (gst_video_test_src_set_pattern),
19281         (gst_video_test_src_set_property),
19282         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19283         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19284         (gst_video_test_src_event), (gst_video_test_src_get_times),
19285         (gst_video_test_src_create), (plugin_init):
19286         * gst/videotestsrc/gstvideotestsrc.h:
19287         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19288         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19289         (gst_video_test_src_black):
19290         * gst/videotestsrc/videotestsrc.h:
19291           borgify further
19292           clean up docs a little
19293
19294 2005-11-30  Wim Taymans  <wim@fluendo.com>
19295
19296         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19297         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19298         (gst_basertppayload_event), (gst_basertppayload_push),
19299         (gst_basertppayload_change_state):
19300         * gst-libs/gst/rtp/gstbasertppayload.h:
19301         closed #320644.
19302
19303 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19304
19305         * docs/libs/gst-plugins-base-libs-docs.sgml:
19306         * docs/libs/gst-plugins-base-libs-sections.txt:
19307         * gst-libs/gst/video/gstvideofilter.c:
19308         * gst-libs/gst/video/gstvideosink.c:
19309         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19310
19311 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19312
19313         * LICENSE:
19314           move
19315         * po/af.po:
19316         * po/az.po:
19317         * po/cs.po:
19318         * po/en_GB.po:
19319         * po/hu.po:
19320         * po/it.po:
19321         * po/nb.po:
19322         * po/nl.po:
19323         * po/or.po:
19324         * po/sq.po:
19325         * po/sr.po:
19326         * po/sv.po:
19327         * po/uk.po:
19328         * po/vi.po:
19329         * Makefile.am:
19330           update
19331         * scripts/autoplugins.sh:
19332           remove
19333
19334 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19335
19336         * Makefile.am:
19337         * configure.ac:
19338         * examples/Makefile.am:
19339         * examples/capsfilter/Makefile.am:
19340         * examples/capsfilter/capsfilter1.c:
19341         * examples/gob/Makefile.am:
19342         * examples/gob/gst-identity2.gob:
19343         * examples/indexing/.cvsignore:
19344         * examples/indexing/Makefile.am:
19345         * examples/indexing/indexmpeg.c:
19346         * examples/seeking/.cvsignore:
19347         * examples/seeking/Makefile.am:
19348         * examples/seeking/cdparanoia.c:
19349         * examples/seeking/cdplayer.c:
19350         * examples/seeking/chained.c:
19351         * examples/seeking/scrubby.c:
19352         * examples/seeking/seek.c:
19353         * examples/stats/Makefile.am:
19354         * examples/stats/mp2ogg.c:
19355         * examples/switch/.cvsignore:
19356         * examples/switch/Makefile.am:
19357         * examples/switch/switcher.c:
19358         * tests/Makefile.am:
19359         * tests/check/generic/.cvsignore:
19360         * tests/check/pipelines/.cvsignore:
19361         * tests/examples/Makefile.am:
19362         * tests/examples/seek/Makefile.am:
19363           reorganize stuff under tests/
19364
19365 2005-11-30  Edward Hervey  <edward@fluendo.com>
19366
19367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19368         Go away you stupid GstStaticPadTemplate memleak.
19369
19370 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19371
19372         * gst-libs/gst/net/Makefile.am:
19373         * gst-libs/gst/net/README:
19374         * gst-libs/gst/net/gstnetbuffer.c:
19375         * gst-libs/gst/net/gstnetbuffer.h:
19376           this was moved to "netbuffer"
19377
19378 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19379
19380         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19381         (gst_video_filter_class_init), (gst_video_filter_init):
19382         * gst-libs/gst/video/gstvideofilter.h:
19383           borgify name to bring in line with other classes
19384
19385 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19386
19387         * gst/audioscale/.cvsignore:
19388         * gst/audioscale/Makefile.am:
19389         * gst/audioscale/README:
19390         * gst/audioscale/audioscale.vcproj:
19391         * gst/audioscale/dtof.c:
19392         * gst/audioscale/dtos.c:
19393         * gst/audioscale/functable.c:
19394         * gst/audioscale/gstaudioscale.c:
19395         * gst/audioscale/gstaudioscale.h:
19396         * gst/audioscale/private.h:
19397         * gst/audioscale/resample.c:
19398         * gst/audioscale/resample.h:
19399         * gst/audioscale/test.c:
19400           remove
19401
19402 2005-11-30  Edward Hervey  <edward@fluendo.com>
19403
19404         * gst-libs/gst/netbuffer/Makefile.am:
19405         really, really tired
19406
19407 2005-11-30  Edward Hervey  <edward@fluendo.com>
19408
19409         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19410         Update for new GstTypeFindFactory _register()
19411
19412 2005-11-30  Edward Hervey  <edward@fluendo.com>
19413
19414         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19415         Let's not override libgstnet from core for no reason...
19416         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19417         Ok, maybe not so quick next time.
19418
19419 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19420
19421         * configure.ac:
19422         * gst-libs/gst/Makefile.am:
19423           moved gst-libs/gst/net to netbuffer through CVS surgery
19424           remove old directory
19425           updating build to accomodate
19426           (#322257)
19427
19428 2005-11-29  Andy Wingo  <wingo@pobox.com>
19429
19430         * pkgconfig/gstreamer-plugins-base.pc.in:
19431         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19432         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19433         (#322257).
19434
19435 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19436
19437         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19438         3rd time's the charm. Correct ref-counting for discarded buffers.
19439
19440 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19441
19442         * gst/playback/gststreamselector.c:
19443         (gst_stream_selector_class_init),
19444         (gst_stream_selector_set_property),
19445         (gst_stream_selector_get_property),
19446         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19447         Fix ref-counting
19448
19449 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19450
19451         * gst/subparse/gstsubparse.c: (feed_textbuf):
19452           Don't access already unref'ed buffer.
19453
19454 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19455
19456         * gst/playback/gststreamselector.c:
19457         (gst_stream_selector_class_init), (gst_stream_selector_init),
19458         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19459         (gst_stream_selector_get_property),
19460         (gst_stream_selector_get_linked_pad),
19461         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19462         * gst/playback/gststreamselector.h:
19463         Add the active-pad property for playbin to use shortly. Ignore buffers
19464         from any other pad, returning GST_FLOW_NOT_LINKED
19465
19466 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19467
19468         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19469         patch from bug #322704 (Alessandro Decina).
19470
19471 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19472
19473         * gst-libs/gst/audio/Makefile.am:
19474           folded audiofilter into the audio library
19475
19476 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19477
19478         * gst/videoscale/gstvideoscale.h:
19479         * gst/videoscale/gstvideoscale.c:
19480           remove unimplemented scale methods
19481
19482 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19483
19484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19485           Don't leak caps.
19486
19487 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19488
19489         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19490         (gst_ximagesink_setcaps):
19491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19492         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19493         happens (only visible on ximagesink but bug is in xv too) set_caps was
19494         destroying the internal x[v]image used to memcpy non locally alloced
19495         buffers so that it got renewed on next _chain. The issue is that 
19496         _expose will try to put that image as it reffed it in _put.
19497         Using gst_buffer_unref instead of destroy fixes it !
19498
19499 2005-11-28  Edward Hervey  <edward@fluendo.com>
19500
19501         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19502         (try_to_link_1), (queue_filled_cb):
19503         Better use of the queues. Start with a small size queue and only increase
19504         the size of the queues when the other queues are empty.
19505
19506 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19507
19508         * gst-libs/gst/video/Makefile.am:
19509           compile in copied-over videofilter into the video library
19510         * gst-libs/gst/video/videosink.h:
19511           rename the header to gstvideosink.h since it's a base GstObject class
19512         * sys/ximage/ximagesink.h:
19513         * sys/xvimage/xvimagesink.h:
19514           use the new header
19515
19516 2005-11-28  Wim Taymans  <wim@fluendo.com>
19517
19518         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19519         * gst/playback/gstplaybasebin.h:
19520         Prepare to handle errors betters.
19521
19522         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19523         Set sinks to PAUSED first before adding and linking them so that
19524         we don't interrupt dataflow.
19525
19526 2005-11-28  Wim Taymans  <wim@fluendo.com>
19527
19528         * gst-libs/gst/audio/TODO:
19529         Updated TODO
19530
19531         * gst-libs/gst/audio/gstaudiosink.c:
19532         (gst_audioringbuffer_open_device),
19533         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19534         (gst_audioringbuffer_release):
19535         Small cleanups.
19536
19537         * gst-libs/gst/audio/gstbaseaudiosink.c:
19538         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19539         (gst_base_audio_sink_change_state):
19540         Slave to the master clock when going to PLAYING and unslave when
19541         going to PAUSED.
19542
19543         * gst-libs/gst/audio/gstringbuffer.c:
19544         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19545         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19546         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19547         (gst_ring_buffer_clear_all), (wait_segment),
19548         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19549         (gst_ring_buffer_advance):
19550         * gst-libs/gst/audio/gstringbuffer.h:
19551         Add some docs and cleanups.
19552
19553 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19554
19555         * sys/xvimage/xvimagesink.c:
19556         (gst_xvimagesink_navigation_send_event): Fix navigation events
19557         coordinates translation with pixel aspect ratios.
19558
19559 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19560
19561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19562         Use calculated video geometry from _setcaps instead of buffer
19563         caps to respect pixel aspect ratio. (fixes #322388)
19564
19565 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19566
19567         * docs/libs/tmpl/gstcolorbalance.sgml:
19568         * docs/libs/tmpl/gstmixer.sgml:
19569         * docs/libs/tmpl/gstxoverlay.sgml:
19570         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19571         interface.
19572
19573 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19574
19575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19576         Refuse to create an XvImage if we can't find the format.
19577
19578 2005-11-28  Edward Hervey  <edward@fluendo.com>
19579
19580         * gst-libs/gst/riff/riff-media.c:
19581         (gst_riff_create_audio_template_caps):
19582         Add ATRAC3 to the list of riff-possible audio caps.
19583         I know we still don't have a plugin for atrac3, but it's saner to output
19584         that than a cryptic mimetype.
19585
19586 2005-11-27  Edward Hervey  <edward@fluendo.com>
19587
19588         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19589         Don't try to create a zero-sized subbuffer.
19590
19591 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19592
19593         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19594         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19595         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19596         (gst_ximagesink_expose): Fixed a tricky race.
19597         * sys/ximage/ximagesink.h:
19598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19599         (gst_xvimagesink_expose): Fixed a tricky race.
19600         * sys/xvimage/xvimagesink.h:
19601
19602 2005-11-27  Edward Hervey  <edward@fluendo.com>
19603
19604         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19605         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19606         Remove unused properties, and add queues between demuxers and decoders
19607         so that a lot more files can preroll properly.
19608
19609 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19610
19611         * gst-libs/gst/net/Makefile.am:
19612         * gst-libs/gst/rtp/Makefile.am:
19613         * gst-libs/gst/tag/Makefile.am:
19614           remove silly include
19615         * gst/tags/Makefile.am:
19616         * gst/tags/gsttagediting.c:
19617         * gst/tags/gsttageditingprivate.h:
19618         * gst/tags/tagedit.vcproj:
19619           remove directory, is as good as empty
19620
19621 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19622
19623         * configure.ac:
19624           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19625         * gst-libs/Makefile.am:
19626         * gst-libs/gst/audio/Makefile.am:
19627         * gst-libs/gst/interfaces/Makefile.am:
19628         * gst-libs/gst/net/Makefile.am:
19629         * gst-libs/gst/riff/Makefile.am:
19630         * gst-libs/gst/rtp/Makefile.am:
19631         * gst-libs/gst/tag/Makefile.am:
19632         * gst-libs/gst/video/Makefile.am:
19633           and use them
19634
19635 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19636
19637         * docs/libs/tmpl/gstcolorbalance.sgml:
19638         * docs/libs/tmpl/gstmixer.sgml:
19639         * docs/libs/tmpl/gstxoverlay.sgml:
19640         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19641         * sys/ximage/ximagesink.h:
19642         * sys/xvimage/xvimagesink.h: More and more documentation.
19643
19644 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19645
19646         * docs/libs/gst-plugins-base-libs-docs.sgml:
19647         * docs/libs/gst-plugins-base-libs-sections.txt:
19648         * docs/libs/tmpl/gstcolorbalance.sgml:
19649         * docs/libs/tmpl/gstmixer.sgml:
19650         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19651         to documentation.
19652
19653 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19654
19655         * docs/plugins/Makefile.am:
19656         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19657         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19658         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19659
19660 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19661
19662         * docs/plugins/Makefile.am:
19663         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19664         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19665         * docs/plugins/inspect/plugin-adder.xml:
19666         * docs/plugins/inspect/plugin-alsa.xml:
19667         * docs/plugins/inspect/plugin-audioconvert.xml:
19668         * docs/plugins/inspect/plugin-audiorate.xml:
19669         * docs/plugins/inspect/plugin-audioresample.xml:
19670         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19671         * docs/plugins/inspect/plugin-decodebin.xml:
19672         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19673         * docs/plugins/inspect/plugin-gnomevfs.xml:
19674         * docs/plugins/inspect/plugin-ogg.xml:
19675         * docs/plugins/inspect/plugin-playbin.xml:
19676         * docs/plugins/inspect/plugin-subparse.xml:
19677         * docs/plugins/inspect/plugin-tcp.xml:
19678         * docs/plugins/inspect/plugin-theora.xml:
19679         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19680         * docs/plugins/inspect/plugin-video4linux.xml:
19681         * docs/plugins/inspect/plugin-videorate.xml:
19682         * docs/plugins/inspect/plugin-videoscale.xml:
19683         * docs/plugins/inspect/plugin-videotestsrc.xml:
19684         * docs/plugins/inspect/plugin-volume.xml:
19685         * docs/plugins/inspect/plugin-vorbis.xml:
19686         * docs/plugins/inspect/plugin-ximagesink.xml:
19687         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19688         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19689
19690 2005-11-26  Edward Hervey  <edward@fluendo.com>
19691
19692         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19693         Properly return GstFlowReturn from gst_pad_push in chain functions.
19694
19695 2005-11-25  Michael Smith  <msmith@fluendo.com>
19696
19697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19698         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19699         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19700         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19701           Handle various conditions better when we don't understand a stream.
19702           Removes a heap of CRITICALs on ogg streams containing unknown data.
19703
19704 2005-11-24  Andy Wingo  <wingo@pobox.com>
19705
19706         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19707         Be threadsafe.
19708
19709 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19710
19711         * configure.ac: back to HEAD
19712
19713 === release 0.9.6 ===
19714
19715 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19716
19717         * configure.ac:
19718           releasing 0.9.6, "White Eight"
19719
19720 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19721
19722         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19723         * docs/plugins/inspect/plugin-sine.xml:
19724           remove sinesrc some more
19725
19726 2005-11-23  Wim Taymans  <wim@fluendo.com>
19727
19728         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19729         If we are reading too slowly, jump forward in the ringbuffer
19730         instead of blocking.
19731
19732 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19733
19734         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19735         (gst_visual_chain):
19736         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19737         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19738         (gst_videorate_chain):
19739         * gst/videotestsrc/gstvideotestsrc.c:
19740         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19741         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19742         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19743         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19744         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19745         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19746           Updates for API changes
19747
19748 2005-11-23  Wim Taymans  <wim@fluendo.com>
19749
19750         * gst-libs/gst/audio/gstbaseaudiosink.c:
19751         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19752         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19753         Fix for calibration API change.
19754
19755 2005-11-23  Michael Smith <msmith@fluendo.com>
19756
19757         * gst-libs/gst/audio/multichannel.c:
19758         (gst_audio_get_channel_positions),
19759         (gst_audio_set_channel_positions),
19760         (gst_audio_set_structure_channel_positions_list),
19761         (gst_audio_fixate_channel_positions):
19762           Use gst_value_array_*() functions on value arrays, not
19763           gst_value_list_*().
19764
19765 2005-11-23  Edward Hervey  <edward@fluendo.com>
19766
19767         * autogen.sh:
19768         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19769         Fixes autogen
19770
19771 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19772
19773         * check/Makefile.am:
19774         * check/elements/videotestsrc.c: (setup_videotestsrc),
19775         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19776         (main):
19777           add a test for videotestsrc
19778
19779 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19780
19781         * gst/sine/.cvsignore:
19782         * gst/sine/Makefile.am:
19783         * gst/sine/gstsinesrc.c:
19784         * gst/sine/gstsinesrc.h:
19785         * gst/sine/sinesrc.vcproj:
19786           and remove sinesrc from the repository.  Closes #321446
19787
19788 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19789
19790         * configure.ac:
19791         * gst-plugins-base.spec.in:
19792           remove sinesrc from the build
19793
19794 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19795
19796         * check/Makefile.am:
19797         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19798         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19799         (main):
19800           add a test for audiotestsrc, testing all waves.  Even seems
19801           leak-free at first glance, nice job Stefan
19802
19803 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19804
19805         * po/af.po:
19806         * po/az.po:
19807         * po/cs.po:
19808         * po/en_GB.po:
19809         * po/hu.po:
19810         * po/it.po:
19811         * po/nb.po:
19812         * po/nl.po:
19813         * po/or.po:
19814         * po/sq.po:
19815         * po/sr.po:
19816         * po/sv.po:
19817         * po/uk.po:
19818         * po/vi.po:
19819           Translation string updates
19820
19821         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19822         (gst_v4lsrc_set_caps):
19823         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19824         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19825         * sys/v4l/v4lsrc_calls.h:
19826           Improve v4lsrc, by making it work again.
19827
19828 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19829
19830         * ext/libvisual/visual.c: (gst_visual_chain):
19831           Fix the fps calculations.
19832
19833         * gst/ffmpegcolorspace/avcodec.h:
19834           Move structure element for clarity
19835
19836         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19837         * gst-libs/gst/interfaces/tunernorm.h:
19838         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19839         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19840         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19841         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19842         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19843         (gst_v4lmjpegsrc_getcaps):
19844         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19845         (gst_v4lsrc_set_caps):
19846         * sys/v4l/gstv4lsrc.h:
19847         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19848         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19849         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19850         * sys/v4l/v4lsrc_calls.h:
19851           Fractional framerates...
19852
19853 2005-11-22  Wim Taymans  <wim@fluendo.com>
19854
19855         * gst-libs/gst/audio/gstbaseaudiosink.c:
19856         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19857         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19858         And we provide a clock by default, of course...
19859
19860 2005-11-22  Wim Taymans  <wim@fluendo.com>
19861
19862         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19863         This clock can be slaved to a master clock now.
19864
19865         * gst-libs/gst/audio/gstbaseaudiosink.c:
19866         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19867         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19868         (gst_base_audio_sink_set_clock),
19869         (gst_base_audio_sink_set_property),
19870         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19871         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19872         * gst-libs/gst/audio/gstbaseaudiosink.h:
19873         Handle slaving the internal clock to the clock selected in the
19874         pipeline.
19875         Add property to make the basesink not provide a clock.
19876
19877         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19878         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19879         (gst_base_rtp_depayload_wait):
19880         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19881         We can use the clock in GstElement, no need to store it ourselves.
19882
19883 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19884
19885         * docs/libs/tmpl/gstaudio.sgml:
19886           update
19887         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19888         (gst_paranoia_endian_get_type):
19889         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19890         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19891         * gst/audiotestsrc/gstaudiotestsrc.c:
19892         (gst_audiostestsrc_wave_get_type):
19893         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19894         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19895         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19896         (gst_sync_method_get_type), (gst_unit_type_get_type),
19897         (gst_client_status_get_type), (gst_multifdsink_class_init),
19898         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19899         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19900         (gst_multifdsink_get_property):
19901         * gst/tcp/gstmultifdsink.h:
19902         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19903         * gst/videotestsrc/gstvideotestsrc.c:
19904         (gst_videotestsrc_pattern_get_type):
19905           remove deprecated properties
19906           fix up enums to correctly have short lowercase dashed nicks
19907
19908 2005-11-22  Michael Smith <msmith@fluendo.com>
19909
19910         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19911         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19912           Add underscore.
19913
19914 2005-11-22  Michael Smith <msmith@fluendo.com>
19915
19916         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19917         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19918           Use utility method for scaling clocktime for fractional framerates.
19919
19920 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19921
19922         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19923         (gst_visual_chain):
19924         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19925         * ext/theora/theoradec.c: (theora_handle_type_packet):
19926         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19927         (theora_enc_chain):
19928         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19929         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19930         * gst-libs/gst/video/video.h:
19931         * gst/ffmpegcolorspace/avcodec.h:
19932         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19933         (gst_ffmpeg_caps_to_pixfmt):
19934         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19935         (gst_ffmpegcsp_set_caps):
19936         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19937         (gst_videorate_setcaps), (gst_videorate_blank_data),
19938         (gst_videorate_chain):
19939         * gst/videotestsrc/gstvideotestsrc.c:
19940         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19941         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19942         (gst_videotestsrc_event), (gst_videotestsrc_create):
19943         * gst/videotestsrc/gstvideotestsrc.h:
19944         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19945         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19946         (gst_ximagesink_get_times), (gst_ximagesink_init):
19947         * sys/ximage/ximagesink.h:
19948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19949         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19950         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19951         * sys/xvimage/xvimagesink.h:
19952           Convert elements to use fractions for their framerate.
19953           V4L elements to come later tonight.
19954
19955 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19956
19957         * gst-libs/gst/audio/audio.c:
19958         * gst-libs/gst/audio/audio.h:
19959           remove some deprecated functions
19960
19961 2005-11-22  Andy Wingo  <wingo@pobox.com>
19962
19963         * Update for gst_tag_setter API changes.
19964
19965 2005-11-22  Andy Wingo  <wingo@pobox.com>
19966
19967         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19968         (gst_ogg_demux_perform_seek):
19969         * ext/theora/theoradec.c (theora_dec_sink_event):
19970         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19971         update-funcnames.
19972
19973 2005-11-22  Wim Taymans  <wim@fluendo.com>
19974
19975         * examples/seeking/seek.c: (main):
19976         Give higher priority to bus signals than the gtk events
19977         to fix a race condition in the segment looping.
19978
19979 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19980
19981         * ext/theora/Makefile.am:
19982         * ext/vorbis/Makefile.am:
19983         * gst-libs/gst/tag/Makefile.am:
19984         * gst-plugins-base.spec.in:
19985           Rename libgsttagedit to libgsttag (#322117).
19986
19987 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19988
19989         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19991           Call gst_x_overlay_prepare_xwindow_id() to give applications
19992           a final chance to set their own xwindow id before the video
19993           sink creates its own window.
19994
19995 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19996
19997         * sys/xvimage/xvimagesink.c:
19998         (gst_xvimagesink_navigation_send_event): Handle navigation
19999         events correcly with borders if applicable.
20000
20001 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20002
20003         Patch by: Luca Ognibene
20004
20005         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20006         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20007         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20008         (gst_ffmpegcsp_caps_remove_format_info):
20009         * gst/ffmpegcolorspace/imgconvert.c:
20010         * gst/ffmpegcolorspace/imgconvert_template.h:
20011           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20012           #318353); use gst_structure_has_name().
20013
20014 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20015
20016         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20017         (gst_ximagesink_class_init): Add debug macros on functions.
20018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20019         (gst_xvimagesink_xwindow_draw_borders),
20020         (gst_xvimagesink_xvimage_put),
20021         (gst_xvimagesink_xwindow_update_geometry),
20022         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20023         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20024         (gst_xvimagesink_xcontext_clear),
20025         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20026         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20027         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20028         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20029         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20030         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20031         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20032         expose while being PAUSED, out of data flow navigation events, etc..
20033
20034 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20035
20036         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20037         * gst-libs/gst/audio/audio.h:
20038           fix prototype - wondering why the test worked regardless
20039
20040 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20041
20042         * check/Makefile.am:
20043         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20044         * gst-libs/gst/audio/audio.h:
20045           add a method that returns a proper GstClockTime
20046
20047 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20048
20049         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20050         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20051         * gst-libs/gst/interfaces/xoverlay.h:
20052           Remove everything having to do with the desired size; add 
20053           gst_x_overlay_prepare_xwindow_id() function; remove the
20054           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20055           post a message on the bus instead (#321816).
20056
20057         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20059         (gst_xvimagesink_xoverlay_init):
20060           Remove desired size stuff (#321816).
20061
20062 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20063
20064         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20065         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20066         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20067           Terminate vararg functions with NULL instead of 0 to 
20068           make gcc4 happy.
20069
20070 2005-11-21  Andy Wingo  <wingo@pobox.com>
20071
20072         patch by: Sebastien Cote <sebas642@yahoo.ca>
20073         
20074         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20075         * gst-libs/gst/rtp/gstrtpbuffer.c
20076         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20077
20078 2005-11-21  Andy Wingo  <wingo@pobox.com>
20079
20080         * gst/playback/gstplaybin.c (gen_audio_element) 
20081         (gen_video_element): Use the new MISSING_PLUGIN core error
20082         category. Closes #320060.
20083
20084         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20085         * gst/videorate/gstvideorate.c (gst_videorate_event):
20086         * ext/theora/theoradec.c (theora_dec_sink_event): 
20087         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20088         stream lock.
20089
20090         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20091         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20092         stream lock changes.
20093
20094 2005-11-21  Wim Taymans  <wim@fluendo.com>
20095
20096         * gst-libs/gst/audio/gstbaseaudiosink.c:
20097         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20098         (gst_base_audio_sink_provide_clock),
20099         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20100         (gst_base_audio_sink_change_state):
20101         * gst/audioresample/gstaudioresample.c:
20102         Segment update fix.
20103
20104 2005-11-21  Andy Wingo  <wingo@pobox.com>
20105
20106         * *.h:
20107         * *.c: Ran scripts/update-macros. Oh yes.
20108
20109 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20110
20111         * sys/ximage/Makefile.am:
20112         * sys/ximage/ximage.c:
20113           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20114           remove your old libgstximage.* manually if necessary).
20115
20116 2005-11-21  Michael Smith <msmith@fluendo.com>
20117
20118         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20119           Minimal fix for bug #320200: set the min/max bitrate in the correct
20120           units. A better fix would be to upgrade to the RATEMANAGE2
20121           interface, rather than using the deprecated interface used here, but
20122           that would require an update in our libvorbis dependency (to 1.1),
20123           which is probably undesirable.
20124
20125 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20126
20127         * ext/libvisual/visual.c: (get_buffer):
20128         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20129         (gst_base_audio_src_fixate):
20130         * gst/audioconvert/gstaudioconvert.c:
20131         (gst_audio_convert_fixate_caps):
20132         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20133         * gst/audiotestsrc/gstaudiotestsrc.c:
20134         (gst_audiotestsrc_src_fixate):
20135         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20136         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20137         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20138         * gst/videotestsrc/gstvideotestsrc.c:
20139         (gst_videotestsrc_src_fixate):
20140         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20142           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20143           (#322027)
20144
20145
20146 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20147
20148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20149         (gst_riff_create_iavs_caps):
20150         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20151         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20152         (gst_riff_parse_info):
20153         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20154         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20156           Fixes for GST_FOURCC_FORMAT API change.
20157
20158 2005-11-21  Andy Wingo  <wingo@pobox.com>
20159
20160         patch by: Alessandro Dessina <alessandro nnva org>
20161
20162         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20163         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20164         (gst_ogg_parse_chain):
20165         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20166         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20167         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20168         gst_value_list calls on arrays. Fixes #321962.
20169
20170 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20171
20172         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20173         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20174         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20175         * gst/adder/gstadder.c: (gst_adder_init),
20176         (gst_adder_request_new_pad), (gst_adder_collected),
20177         (gst_adder_change_state):
20178           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20179           API change.
20180
20181 2005-11-21  Michael Smith <msmith@fluendo.com>
20182
20183         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20184         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20185           Properly handle pad_push return values.
20186
20187 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20188
20189         * gst-libs/gst/tag/Makefile.am:
20190         * gst-libs/gst/tag/gstvorbistag.c:
20191         (gst_tag_list_to_vorbiscomment_buffer):
20192           Remove obsolete vorbistag element and debug category.
20193
20194         * gst/playback/gstplaybasebin.c: (check_queue):
20195           Don't divide by 0 when queue-threshold is 0.
20196
20197         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20198           Don't modify an existing pixel-aspect-ratio if we fail to read
20199           a new one.
20200
20201 2005-11-20  Wim Taymans  <wim@fluendo.com>
20202
20203         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20204         (gst_vorbisenc_push_packet):
20205         GST_PAD_IS_USABLE is gone, use the return value of
20206         the push or pad_alloc_buffer instead.
20207
20208 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20209
20210         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20211         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20212         (gst_ximagesink_ximage_destroy),
20213         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20214         (gst_ximagesink_xwindow_new),
20215         (gst_ximagesink_xwindow_update_geometry),
20216         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20217         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20218         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20219         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20220         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20221         (gst_ximagesink_navigation_send_event),
20222         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20223         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20224         (gst_ximagesink_finalize), (gst_ximagesink_init),
20225         (gst_ximagesink_class_init):
20226         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20227         This new version brings correct software scaling, non flickering
20228         window while resizing, pixel aspect ratio handling, usage of
20229         hardware buffer pools, out of data flow event thread for 
20230         navigation and handling of expose events even when being PAUSED,
20231         a new property to keep video aspect ratio when resizing, etc...
20232
20233 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20234
20235         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20236         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20237         handling of PAR.
20238
20239 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20240
20241         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20242         Unsetting IS_SINK flag from the fakesink, so decodebin
20243         never behaves as a sink.
20244
20245 2005-11-17  Wim Taymans  <wim@fluendo.com>
20246
20247         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20248         (gst_base_audio_src_change_state):
20249         Fix the audiosrc base class again, we did not unflush.
20250
20251 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20252
20253         * examples/seeking/seek.c: (make_dv_pipeline),
20254         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20255         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20256         to ogg/vorbis/theora pipeline.
20257
20258 2005-11-17  Wim Taymans  <wim@fluendo.com>
20259
20260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20261         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20262         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20263         Fix EOS on multiple streams.
20264         More debugging.
20265
20266 2005-11-16  Wim Taymans  <wim@fluendo.com>
20267
20268         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20269         (gst_ogg_demux_perform_seek):
20270         Segment done must include stream time.
20271
20272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20273         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20274         (gst_ogg_mux_change_state):
20275         Fix ogg muxer again.
20276
20277 2005-11-16  Wim Taymans  <wim@fluendo.com>
20278
20279         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20280         Fix compile again.
20281
20282 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20283
20284         * ext/libvisual/visual.c: (gst_visual_init):
20285         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20286         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20287         (gst_ogg_parse_chain):
20288         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20289         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20290         * ext/theora/theoradec.c: (gst_theora_dec_init):
20291         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20292         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20293         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20294         * gst/adder/gstadder.c: (gst_adder_class_init),
20295         (gst_adder_dispose):
20296         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20297         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20298         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20299           Fix a whole set of pad template leaks
20300
20301 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20302
20303         * check/generic/states.c: (GST_START_TEST):
20304           fix the test so that it only checks for elements that are part of
20305           this source module
20306
20307 2005-11-16  Michael Smith <msmith@fluendo.com>
20308
20309         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20310         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20311         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20312         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20313         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20314         (gst_ogg_mux_change_state):
20315           Fix leaking collectpads.
20316
20317 2005-11-16  Edward Hervey  <edward@fluendo.com>
20318
20319         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20320         (gst_videorate_event), (gst_videorate_chain):
20321         Handle segment seeks
20322
20323 2005-11-16  Wim Taymans  <wim@fluendo.com>
20324
20325         * gst-libs/gst/audio/gstbaseaudiosink.c:
20326         (gst_base_audio_sink_provide_clock),
20327         (gst_base_audio_sink_change_state):
20328         Set ringbuffer to non-flushing when going to PAUSED, set to
20329         flushing again when going to READY.
20330
20331         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20332         (gst_ring_buffer_stop):
20333         Start in flushing mode by default.
20334         Don't set flushing in the _stop method, let the app call
20335         this explicitly.
20336
20337 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20338
20339         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20340         * gst-libs/gst/video/videosink.h: Add helper function needed
20341         for video sinks.
20342
20343 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20344
20345         * gst/videoscale/gstvideoscale.c:
20346         (gst_videoscale_handle_src_event):
20347           Don't leak reference to pad parent.
20348
20349 2005-11-16  Wim Taymans  <wim@fluendo.com>
20350
20351         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20352         Set ringbuffer to flushing when stopping so that we don't
20353         block on wait_segment anymore and livelock.
20354
20355 2005-11-16  Wim Taymans  <wim@fluendo.com>
20356
20357         * examples/seeking/seek.c: (send_event), (do_seek),
20358         (loop_toggle_cb), (segment_done), (main):
20359         Added looping checkbox.
20360
20361 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20362
20363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20364         (gst_ogg_demux_init):
20365         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20366         (gst_vorbis_dec_init):
20367           revert unrefs, they don't pass make check
20368
20369 2005-11-15  Johan Dahlin  <johan@gnome.org>
20370
20371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20372         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20373         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20374         (gst_vorbis_dec_init):
20375         Fix pad template leaks. 
20376
20377 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20378
20379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20380           Make state change function thread safe.
20381
20382 2005-11-15  Edward Hervey  <edward@fluendo.com>
20383
20384         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20385         (gst_ogg_demux_class_init):
20386         Implement GstElement::send_event, so we can send seek events
20387         in GST_STATE_READY
20388
20389 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20390
20391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20392         Discovered how to take away flickering while resizing the
20393         window. Please don't put that in ximagesink, refactoring in
20394         progress.
20395
20396 2005-11-14  Michael Smith <msmith@fluendo.com>
20397
20398         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20399         (gst_multifdsink_render):
20400           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20401
20402 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20403
20404         * gst/playback/gstplaybin.c: (gen_audio_element):
20405           Use autoaudiosink, it tends to be more widely available than
20406           autoaudiiosink.
20407           
20408 2005-11-14  Andy Wingo  <wingo@pobox.com>
20409
20410         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20411         as well if it is available. Fixes #316442.
20412
20413 2005-11-14  Michael Smith <msmith@fluendo.com>
20414
20415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20416         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20417         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20418         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20419         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20420         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20421         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20422         (gst_vorbisenc_change_state):
20423           Fix a small memory leak in vorbisenc.
20424           Fix large memory leaks in oggmux, also fix lots of state change
20425           bugs in oggmux.
20426
20427 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20428
20429         * gst/videotestsrc/gstvideotestsrc.c:
20430         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20431         (gst_videotestsrc_src_fixate):
20432           move fixation to a fixate function
20433           remove negotiate function, basesrc's is good enough
20434           fixes a bug for check when using the element alone
20435
20436 2005-11-13  Edward Hervey  <edward@fluendo.com>
20437
20438         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20439         (key_toggle_cb), (main):
20440         Added checkboxes for adding/removing the accurate and key_unit seek
20441         flags.
20442
20443 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20444
20445         * configure.ac: back to HEAD
20446
20447 === release 0.9.5 ===
20448
20449 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20450
20451         * configure.ac:
20452           releasing 0.9.5, "No No Kia"
20453
20454 2005-11-11  Edward Hervey  <edward@fluendo.com>
20455
20456         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20457         Added parse-launch syntax seeking mode for the seeking example.
20458         This should help stress-test even more cases.
20459         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20460
20461 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20462
20463         * sys/xvimage/xvimagesink.c:
20464         (gst_xvimagesink_navigation_send_event):
20465           Check whether peer pad exists before sending navigation events
20466           to it.
20467
20468 2005-11-11  Michael Smith <msmith@fluendo.com>
20469
20470         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20471         (gst_vorbisenc_buffer_from_packet):
20472         * ext/vorbis/vorbisenc.h:
20473           Set duration on encoded buffers. This allows oggmux's
20474           max_page_delay parameter to actually work.
20475
20476 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20477
20478         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20479         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20480         (gst_ffmpegcsp_avpicture_fill):
20481         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20482         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20483           Make palettes work again (see #132341). Use our own macros
20484           for rounding up.
20485
20486 2005-11-10  Andy Wingo  <wingo@pobox.com>
20487
20488         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20489         string doober.
20490
20491 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20492
20493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20494         (gst_ffmpegcsp_transform_caps):
20495           Prefer passthrough in transform_caps
20496
20497 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20498
20499         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20500           check for ALSA errors properly, instead of relying on ALSA's
20501           error strings to serve to the user.
20502
20503 2005-11-10  Wim Taymans  <wim@fluendo.com>
20504
20505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20506         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20507         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20508         Modernise the seek code.
20509
20510 2005-11-10  Michael Smith <msmith@fluendo.com>
20511         
20512         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20513         (setup_substreams), (set_active_source):
20514           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20515           trying to go to NULL if we failed to read a file.
20516
20517 2005-11-10  Wim Taymans  <wim@fluendo.com>
20518
20519         * gst/audiotestsrc/gstaudiotestsrc.c:
20520         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20521         (gst_audiotestsrc_create):
20522         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20523         (gst_sinesrc_get_times), (gst_sinesrc_create):
20524         * gst/videotestsrc/gstvideotestsrc.c:
20525         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20526         (gst_videotestsrc_create):
20527         The base class can now sync for us.
20528
20529 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20530
20531         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20532           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20533           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20534           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20535           format=(fourcc)I420" ! xvimagesink
20536
20537 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20538
20539         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20540         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20541         (gst_sinesrc_newsegment):
20542           Send newsegment event in TIME format, set duration if
20543           num-buffers is set, fix duration querying.
20544
20545 2005-11-10  Michael Smith <msmith@fluendo.com>
20546
20547         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20548         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20549         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20550         (gst_ogg_mux_collected):
20551          Fix EOS handling, partially. Now forwarding an EOS event once we have
20552          EOS on all pads works correctly. However, we still don't properly set
20553          EOS on the actual ogg stream pages.
20554
20555 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20556
20557         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20558           Set elements to NULL state before disposing of them.
20559
20560 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20561
20562         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20563
20564         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20565         (gst_base_rtp_depayload_init),
20566         (gst_base_rtp_depayload_set_gst_timestamp):
20567         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20568           We need to send a newsegment event for each instance, not
20569           just for the first instance of this class (get rid of
20570           static variable in function). (#321011).
20571           
20572 2005-11-08  Michael Smith <msmith@fluendo.com>
20573
20574         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20575         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20576         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20577         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20578           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20579           This makes us mux things correctly according to the ogg muxing
20580           rules. Still not handling EOS correctly right now, though.
20581
20582 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20583
20584         * gst/audioconvert/gstaudioconvert.c:
20585           Fix typo in docs. 
20586
20587 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20588
20589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20590         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20591           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20592           creating a new chain; should fix live streaming. Also
20593           add more debug output and fix a typo.
20594
20595 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20596
20597         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20598
20599         * gst/volume/gstvolume.c: (volume_set_caps):
20600           Fix compilation on Solaris with Forte. (#320923)
20601
20602 2005-11-08  Wim Taymans  <wim@fluendo.com>
20603
20604         * gst-libs/gst/audio/gstbaseaudiosink.c:
20605         (gst_base_audio_sink_render):
20606         No need to do a typecheck.
20607
20608 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20609
20610         * ext/alsa/gstalsa.h:
20611           We register a debug category, so let's use it.
20612
20613 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20614
20615         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20616         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20617         Fixed a small problem.
20618
20619 2005-11-04  Wim Taymans  <wim@fluendo.com>
20620
20621         * examples/seeking/Makefile.am:
20622         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20623         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20624         (make_playerbin_pipeline), (format_value), (update_scale),
20625         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20626         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20627         (print_usage), (main):
20628         Added app for playback speed testing.
20629
20630         * examples/seeking/seek.c: (dynamic_link),
20631         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20632         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20633         (message_received), (main):
20634         Updated seek example.
20635
20636 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20637
20638         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20639         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20640         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20641         (gst_base_rtp_depayload_set_clock):
20642         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20643         Don't sleep on the bench (system clock) when you have a nice 
20644         comfortable bed (Gstreamer clock) to sleep on.
20645
20646 2005-11-03  Wim Taymans  <wim@fluendo.com>
20647
20648         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20649         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20650         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20651         Handle the case where a pad_block failed.
20652
20653 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20654
20655         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20656
20657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20658         (gst_base_rtp_depayload_add_to_queue),
20659         (gst_base_rtp_depayload_push),
20660         (gst_base_rtp_depayload_set_gst_timestamp),
20661         (gst_base_rtp_depayload_queue_release):
20662           Fixes some bugs in the depayloader's queuing/de-queueing code.
20663
20664 2005-10-31  Michael Smith <msmith@fluendo.com>
20665
20666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20667         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20668         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20669           Patch from Alessandro Decina <alessandro@nnva.org>.
20670           Make oggdemux only find the final time in a chain, not per-pad,
20671           since the per-pad information can be very expensive to locate, and
20672           it isn't used anywhere. This makes reading a file containing
20673           OggSkeleton reasonably fast.
20674           Also, make chain finding work when there are logical bitstreams that
20675           can't be decoded. Fixes #319110.
20676
20677 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20678
20679         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20680         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20681         (gst_base_rtp_depayload_chain),
20682         (gst_base_rtp_depayload_add_to_queue),
20683         (gst_base_rtp_depayload_push),
20684         (gst_base_rtp_depayload_set_gst_timestamp),
20685         (gst_base_rtp_depayload_queue_release),
20686         (gst_base_rtp_depayload_start_thread),
20687         (gst_base_rtp_depayload_set_property),
20688         (gst_base_rtp_depayload_get_property):
20689         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20690         Some random fixes, to fullfill the desires of thomas.
20691
20692 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20693
20694         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20695         (gst_base_rtp_depayload_add_to_queue),
20696         (gst_base_rtp_depayload_push):
20697         Fixed the queueing algorithm.
20698
20699 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20700
20701         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20702         (gst_base_rtp_depayload_push):
20703         A small fix
20704
20705 2005-10-31  Wim Taymans  <wim@fluendo.com>
20706
20707         * gst-libs/gst/audio/gstringbuffer.h:
20708         Don't break ABI.
20709
20710         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20711         (gst_ffmpeg_caps_to_pixfmt):
20712         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20713         (gst_ffmpegcsp_set_caps):
20714         Some more comments.
20715         Handle missing required caps fields better.
20716
20717 2005-10-31  Wim Taymans  <wim@fluendo.com>
20718
20719         * gst-libs/gst/audio/gstbaseaudiosink.c:
20720         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20721         (gst_base_audio_sink_render):
20722         * gst-libs/gst/audio/gstringbuffer.c:
20723         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20724         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20725         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20726         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20727         (gst_ring_buffer_read):
20728         * gst-libs/gst/audio/gstringbuffer.h:
20729         Add flushing mode to the ringbuffer so that it in all cases does
20730         not try to handle more audio. This makes sure it does not try to
20731         block anymore when flushing and fixes a livelock.
20732
20733 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20734
20735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20736         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20737         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20738           Explicitly check for -1 values before doing a conversion
20739           and always map them to -1. (#315545)
20740
20741 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20742
20743         * gst/playback/gstplaybin.c: (gen_video_element):
20744           first try autovideosink, then xvimagesink, then error out
20745         * po/POTFILES.in:
20746           add translatable file
20747         * po/af.po:
20748         * po/az.po:
20749         * po/cs.po:
20750         * po/en_GB.po:
20751         * po/hu.po:
20752         * po/it.po:
20753         * po/nb.po:
20754         * po/nl.po:
20755         * po/or.po:
20756         * po/sq.po:
20757         * po/sr.po:
20758         * po/sv.po:
20759         * po/uk.po:
20760         * po/vi.po:
20761           update translations
20762
20763 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20764
20765         * gst-libs/gst/rtp/gstbasedepayload.c:
20766         * gst-libs/gst/rtp/gstbasedepayload.h:
20767           Minor cleanups
20768
20769 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20770
20771         * gst/playback/.cvsignore:
20772         * gst/playback/decodetest.c:
20773         * gst/playback/test3.c:
20774           Port these two tests as well.
20775
20776 2005-10-27  Wim Taymans  <wim@fluendo.com>
20777
20778         * ext/theora/theoradec.c: (theora_dec_src_query),
20779         (theora_dec_sink_event):
20780         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20781         (theora_enc_change_state):
20782         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20783         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20784         Take proper locks when handling events.
20785
20786 2005-10-27  Wim Taymans  <wim@fluendo.com>
20787
20788         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20789         (gst_adder_change_state):
20790         Fix timestamps and fix deadlock when stopping the collectpads.
20791
20792 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20793
20794         * gst-libs/gst/rtp/gstrtpbuffer.h:
20795         Declaring the payload types as strings too so that they can be used
20796         in the padtemplate inialization.
20797
20798 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20799
20800         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20801
20802         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20803         (gst_base_rtp_depayload_class_init):
20804         Fixes a small but nasty bug. The derived elements no longer segfaults
20805         on finalization.
20806
20807 2005-10-26  Michael Smith <msmith@fluendo.com>
20808
20809         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20810           When clearing an audioconvert context, set tmpbufsize to zero, so
20811           we'll allocate it again later if required.
20812           This fixes audioconvert re-negotiating formats, which previously
20813           segfaulted with a NULL destination buffer.
20814
20815 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20816
20817         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20818         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20819         (gst_base_rtp_depayload_set_gst_timestamp),
20820         (gst_base_rtp_depayload_queue_release):
20821         Fixed a smalll memleak.
20822
20823 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20824         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20825         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20826         (gst_base_rtp_depayload_finalize),
20827         (gst_base_rtp_depayload_setcaps),
20828         (gst_base_rtp_depayload_add_to_queue),
20829         (gst_base_rtp_depayload_push),
20830         (gst_base_rtp_depayload_set_gst_timestamp),
20831         (gst_base_rtp_depayload_queue_release),
20832         (gst_base_rtp_depayload_thread),
20833         (gst_base_rtp_depayload_change_state):
20834         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20835         Changed the C++ comments to C comments
20836
20837 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20838
20839         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20840         * gst/tcp/gsttcpclientsrc.h:
20841         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20842         * gst/tcp/gsttcpserversrc.h:
20843           Remove unused 'curoffset' structure member.
20844
20845 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20846
20847         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20848         (gst_base_rtp_depayload_base_init),
20849         (gst_base_rtp_depayload_finalize):
20850         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20851         * gst-libs/gst/rtp/gstbasertppayload.h:
20852           The pad-template on the sinkpad should be set by the derived classes.
20853           Also added some useful macros.
20854
20855 2005-10-24  Wim Taymans  <wim@fluendo.com>
20856
20857         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20858         Correctly flush decoder samples even if we could not
20859         copy them to an output buffer. Fixes #319618.
20860
20861 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20862
20863         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20865         the caps against our xcontext caps.
20866
20867 2005-10-24  Wim Taymans  <wim@fluendo.com>
20868
20869         * gst-libs/gst/audio/gstbaseaudiosink.c:
20870         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20871         Remove g_print
20872         Use sync property from baseclass to disable sync.
20873
20874 2005-10-24  Wim Taymans  <wim@fluendo.com>
20875
20876         * gst-libs/gst/audio/gstbaseaudiosink.c:
20877         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20878         Buffers with no timestamps get aligned with previous buffers or
20879         on underrun, played ASAP.
20880
20881 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20882
20883         * gst-libs/gst/video/video.h:
20884         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20885         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20887         here comes my change on caps for framerate and geometry range.
20888         We are now accepting 1 to MAXINT for width and height, and from
20889         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20890         to be blended correctly in videomixer.
20891
20892 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20893
20894         * configure.ac:
20895           back to HEAD
20896
20897 === release 0.9.4 ===
20898
20899 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20900
20901         * NEWS:
20902         * RELEASE:
20903         * configure.ac:
20904           releasing 0.9.4, "Velociraptor"
20905
20906 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20907
20908         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20909         * po/POTFILES.in:
20910           STOPPED -> FAILED
20911
20912 2005-10-21  Wim Taymans  <wim@fluendo.com>
20913
20914         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20915         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20916         (pad_blocked), (close_pad_link), (new_pad):
20917         Don't try to remove elements twice.
20918
20919 2005-10-21  Wim Taymans  <wim@fluendo.com>
20920
20921         * ext/theora/theoradec.c: (theora_dec_src_query),
20922         (theora_dec_sink_event):
20923         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20924         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20925         (vorbis_handle_data_packet):
20926         * ext/vorbis/vorbisdec.h:
20927         Fix old naming.
20928
20929         * gst-libs/gst/audio/gstbaseaudiosink.c:
20930         (gst_base_audio_sink_render):
20931         Don't try to sync on buffers without a timestamp.
20932
20933 2005-10-21  Wim Taymans  <wim@fluendo.com>
20934
20935         * ext/theora/theoradec.c: (theora_dec_src_query),
20936         (theora_dec_sink_event):
20937         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20938         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20939         (vorbis_handle_data_packet):
20940         * ext/vorbis/vorbisdec.h:
20941         Fix old naming.
20942
20943 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20944
20945         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20946         (gst_vorbisenc_src_query):
20947           Implement position and duration queries.
20948
20949         * gst/playback/test3.c: (update_scale), (main):
20950           Fix for async state changes and print nicer output.
20951
20952 2005-10-20  Wim Taymans  <wim@fluendo.com>
20953
20954         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20955         (dump_element_stats), (main):
20956         * gst/playback/test6.c: (main):
20957         Fix tests again
20958
20959 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20960
20961         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20962         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20963           Don't use functions for position queries when handling
20964           duration queries.
20965
20966 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20967
20968         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20969         (vorbis_handle_data_packet), (vorbis_dec_chain),
20970         (vorbis_dec_change_state):
20971         * ext/vorbis/vorbisdec.h:
20972           Vorbis streams can be embedded in other container formats
20973           than ogg, container formats where the demuxer might set 
20974           timestamps on encoded vorbis buffers instead of those silly 
20975           granulepos thingies. In short: make vorbisdec handle 
20976           timestamps on incoming buffers as well.
20977
20978 2005-10-20  Wim Taymans  <wim@fluendo.com>
20979
20980         * gst/playback/gstplaybasebin.c: (group_destroy),
20981         (gst_play_base_bin_change_state):
20982         Fix leak.
20983         Handle case where playbasebin is now ASYNC because
20984         decodebin is.
20985
20986 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20987
20988         * gst/audioconvert/Makefile.am:
20989         * gst/audioconvert/bufferframesconvert.c:
20990         * gst/audioconvert/plugin.c: (plugin_init):
20991         * gst/audioconvert/plugin.h:
20992           And bye bye buffer-frames-convert
20993
20994 2005-10-19  Wim Taymans  <wim@fluendo.com>
20995
20996         * check/elements/audioconvert.c:
20997         * docs/libs/tmpl/gstaudio.sgml:
20998         * docs/libs/tmpl/gstcolorbalance.sgml:
20999         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21000         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21001         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21002         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21003         * gst-libs/gst/audio/audio.h:
21004         * gst/audioconvert/audioconvert.h:
21005         * gst/audioconvert/gstaudioconvert.c:
21006         (gst_audio_convert_parse_caps):
21007         * gst/volume/gstvolume.c:
21008         Bye bye buffer-frames.
21009
21010 2005-10-19  Wim Taymans  <wim@fluendo.com>
21011
21012         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21013         (query_positions_elems), (query_positions_pads), (update_scale),
21014         (do_seek), (set_update_scale), (message_received), (main):
21015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21016         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21017         (gst_ogg_demux_loop):
21018         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21019         * ext/theora/theoradec.c: (theora_dec_src_query),
21020         (theora_dec_sink_event):
21021         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21022         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21023         * gst/adder/gstadder.c: (gst_adder_query):
21024         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21025         * gst/playback/test3.c: (update_scale):
21026         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21027         (dump_element_stats), (main):
21028         * gst/playback/test6.c: (main):
21029         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21030         Query API update.
21031
21032 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21033
21034         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21035         (xml_check_first_element), (xml_type_find), (smil_type_find),
21036         (plugin_init):
21037           Add typefinding for SMIL and for generic XML. Based on patch by
21038           Akos Maroy (#308663).
21039
21040 2005-10-18  Wim Taymans  <wim@fluendo.com>
21041
21042         * gst/playback/Makefile.am:
21043         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21044         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21045         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21046         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21047         (gst_decode_bin_change_state):
21048         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21049         (gst_play_bin_send_event_to_sink):
21050         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21051         (dump_element_stats), (main):
21052         * gst/playback/test6.c: (main):
21053         Make playbin async, it'll commit state to paused when all streams
21054         are detected.
21055         Remove ugly hack.
21056         Added test6.c to show async behaviour.
21057
21058 2005-10-18  Wim Taymans  <wim@fluendo.com>
21059
21060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21061         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21062         Fix for segment-start/stop API change.
21063
21064 2005-10-18  Wim Taymans  <wim@fluendo.com>
21065
21066         * check/Makefile.am:
21067         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21068         (main):
21069         Add future test for clock selection.
21070
21071 2005-10-18  Wim Taymans  <wim@fluendo.com>
21072
21073         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21074         (gst_alsasink_close):
21075         Set handle to NULL.
21076
21077         * gst-libs/gst/audio/gstringbuffer.c:
21078         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21079         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21080         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21081         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21082         (gst_ring_buffer_read):
21083         More debug info.
21084
21085 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21086
21087         * gst/audiotestsrc/Makefile.am:
21088         * gst/sine/Makefile.am:
21089         * gst/volume/Makefile.am:
21090           fix broken build of controllerized plugins
21091
21092 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21093
21094         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21095
21096         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21097         (gst_riff_create_video_template_caps):
21098           Add support for Indeo-3 (IV32).
21099
21100 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21101
21102         * configure.ac:
21103           rewrite
21104
21105 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21106
21107         * gst-libs/gst/video/video.c: (gst_video_get_size):
21108         * gst/audiotestsrc/gstaudiotestsrc.c:
21109           doc updates
21110
21111 2005-10-17  Andy Wingo  <wingo@pobox.com>
21112
21113         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21114         with the collectpads change.
21115         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21116
21117         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21118
21119         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21120
21121         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21122         alloc_buffer flow return to callers.
21123         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21124         change. Fix some memleaks in theoraenc.
21125
21126         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21127         in strange circumstance.
21128
21129 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21130
21131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21132         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21133         from caps, let's use the caps...
21134
21135 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21136
21137         * configure.ac:
21138           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21139
21140 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21141
21142         * gst-libs/gst/interfaces/Makefile.am:
21143           fix silly typo
21144
21145 2005-10-16  Andy Wingo  <wingo@pobox.com>
21146
21147         * gst/playback/gstdecodebin.c
21148         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21149         function!
21150         (try_to_link_1): Increase kraziness level.
21151
21152 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21153
21154         * configure.ac:
21155           restructure like the core one
21156         * gst-libs/gst/audio/Makefile.am:
21157         * gst-libs/gst/interfaces/Makefile.am:
21158         * gst-libs/gst/net/Makefile.am:
21159         * gst-libs/gst/riff/Makefile.am:
21160         * gst-libs/gst/rtp/Makefile.am:
21161         * gst-libs/gst/tag/Makefile.am:
21162         * gst-libs/gst/video/Makefile.am:
21163           use correct linker flags, now the libs are properly versioned
21164         * check/elements/audioconvert.c: (verify_convert):
21165         * ext/alsa/gstalsaplugin.c:
21166         * ext/cdparanoia/gstcdparanoia.c:
21167         * ext/gnomevfs/gstgnomevfs.c:
21168         * ext/libvisual/visual.c:
21169         * ext/ogg/gstogg.c:
21170         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21171         * ext/theora/theora.c:
21172         * ext/vorbis/vorbis.c:
21173         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21174         * gst-libs/gst/tag/gsttagediting.c:
21175         * gst-libs/gst/video/video.c:
21176         * gst/adder/gstadder.c:
21177         * gst/audioconvert/plugin.c:
21178         * gst/audiorate/gstaudiorate.c:
21179         * gst/audioresample/gstaudioresample.c:
21180         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21181         * gst/audioscale/gstaudioscale.c:
21182         * gst/audioscale/resample.c:
21183         * gst/audiotestsrc/gstaudiotestsrc.c:
21184         * gst/ffmpegcolorspace/gstffmpeg.c:
21185         * gst/playback/gstdecodebin.c: (close_pad_link):
21186         * gst/playback/gstplaybin.c: (gen_video_element),
21187         (gen_audio_element):
21188         * gst/sine/gstsinesrc.c:
21189         * gst/subparse/gstsubparse.c:
21190         * gst/tags/gsttagediting.c:
21191         * gst/tcp/gsttcpplugin.c:
21192         * gst/typefind/gsttypefindfunctions.c:
21193         * gst/videorate/gstvideorate.c:
21194         * gst/videoscale/gstvideoscale.c:
21195         * gst/videotestsrc/gstvideotestsrc.c:
21196         * gst/volume/gstvolume.c:
21197         * sys/v4l/gstv4l.c:
21198         * sys/ximage/ximage.c:
21199         * sys/xvimage/xvimagesink.c:
21200           fix up defines
21201
21202 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21203
21204         * ext/vorbis/vorbisenc.c:
21205         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21206         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21207         (gst_tag_to_vorbis_comments):
21208           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21209
21210 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21211
21212         * examples/stats/mp2ogg.c:
21213         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21214           typo fixes
21215
21216 2005-10-13  Michael Smith <msmith@fluendo.com>
21217
21218         * ext/ogg/gstoggmux.c:
21219           Use magic glib macros to define constants as 64 bit, to ensure
21220           appropriate vararg passing.
21221
21222 2005-10-13  Michael Smith <msmith@fluendo.com>
21223
21224         * ext/ogg/gstoggmux.c:
21225         * gst/audioconvert/audioconvert.c: (float):
21226           Don't use LL suffix, as it's not portable, and neither of these
21227           uses required it anyway.
21228
21229 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21230
21231         * examples/indexing/indexmpeg.c: (main):
21232         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21233         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21234         (cdparanoia_convert), (cdparanoia_query):
21235         * ext/cdparanoia/gstcdparanoia.h:
21236         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21237         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21238         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21239         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21240         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21241         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21242         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21243         (gst_multifdsink_render), (gst_multifdsink_start),
21244         (gst_multifdsink_stop):
21245         * gst/tcp/gstmultifdsink.h:
21246         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21247         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21248         (gst_tcpclientsink_stop):
21249         * gst/tcp/gsttcpclientsink.h:
21250         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21251         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21252         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21253         * gst/tcp/gsttcpclientsrc.h:
21254         * gst/tcp/gsttcpserversink.h:
21255         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21256         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21257         (gst_tcpserversrc_stop):
21258         * gst/tcp/gsttcpserversrc.h:
21259         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21260         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21261         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21262           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21263           moved bitshift from macro to enum definition
21264
21265 2005-10-12  Wim Taymans  <wim@fluendo.com>
21266
21267         * examples/seeking/Makefile.am:
21268         Oops.
21269
21270 2005-10-12  Wim Taymans  <wim@fluendo.com>
21271
21272         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21273         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21274         Don't assert on normal stuff.
21275
21276         * gst/playback/gstplaybin.c: (do_playbin_seek):
21277         API fix.
21278
21279 2005-10-12  Wim Taymans  <wim@fluendo.com>
21280
21281         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21282         * examples/seeking/Makefile.am:
21283         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21284         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21285         (do_seek), (set_update_scale), (message_received), (main):
21286         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21287         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21288         Update for _get_state() API change.
21289
21290 2005-10-11  Wim Taymans  <wim@fluendo.com>
21291
21292         * gst-libs/gst/audio/gstbaseaudiosink.c:
21293         (gst_base_audio_sink_render):
21294         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21295         (gst_base_audio_src_create):
21296         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21297         (gst_ring_buffer_read):
21298         Cleanups.
21299         Commit and read from ringbuffer in samples rather than bytes.
21300
21301 2005-10-11  Wim Taymans  <wim@fluendo.com>
21302
21303         * gst-libs/gst/audio/gstbaseaudiosink.c:
21304         (gst_base_audio_sink_render):
21305         Respect segment rate and accum when scheduling samples.
21306
21307 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21308
21309         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21310         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21311         EOS correctly, that needs more work.
21312
21313 2005-10-11  Wim Taymans  <wim@fluendo.com>
21314
21315         * check/generic/states.c: (GST_START_TEST):
21316         remove old property.
21317
21318         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21319         (gst_ogg_demux_perform_seek):
21320         * ext/theora/theoradec.c: (theora_dec_sink_event):
21321         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21322         (vorbis_handle_data_packet):
21323         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21324         (gst_base_rtp_depayload_set_gst_timestamp):
21325         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21326         Update for newsegment API change.
21327
21328 2005-10-11  Michael Smith <msmith@fluendo.com>
21329
21330         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21331         (do_playbin_seek), (gst_play_bin_send_event):
21332           Override send_event differently, so that we can takes bits of
21333           functionality from GstPipeline (special handling for seeks,
21334           including pausing/resuming, and resetting stream time) and still get
21335           the appropriate behaviour of only forwarding event to a single sink,
21336           rather than all of them.
21337           Unfortunately requires a lot of code duplication, but the
21338           alternatives are equally ugly in the end.
21339
21340 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21341
21342         * check/elements/audioconvert.c: (setup_audioconvert),
21343         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21344         (GST_START_TEST), (audioconvert_suite):
21345           clean up tests a little, fix some leaks.
21346
21347 2005-10-10  Wim Taymans  <wim@fluendo.com>
21348
21349         * ext/alsa/gstalsasink.c:
21350         Also allow unsigned int.
21351
21352         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21353         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21354         Small cleanup
21355
21356 2005-10-10  Wim Taymans  <wim@fluendo.com>
21357
21358         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21359         Small update, use API as stated in design docs.
21360
21361         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21362         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21363         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21364         (message_received), (main):
21365         Updated seek example for GOption. Some usability improvements.
21366
21367 2005-10-10  Wim Taymans  <wim@fluendo.com>
21368
21369         * gst/audioconvert/audioconvert.h:
21370         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21371         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21372         Alloc temp storage somewhere else where we can do it more
21373         portable.
21374
21375 2005-10-10  Wim Taymans  <wim@fluendo.com>
21376
21377         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21378         (gst_tcpserversrc_start):
21379         Don't block in accept while doing the state change, move
21380         to poll and make cancellable.
21381
21382 2005-10-09  Philippe Khalaf <burger@speedy.org>
21383
21384         * gst-libs/gst/rtp/rtpbasedepayload.c:
21385         Set timestamp and add queue delay to timestamp
21386         * gst-libs/gst/rtp/rtpbuffer.h:
21387         Set correct payload type for h263
21388
21389 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21390
21391         * gst/audiotestsrc/gstaudiotestsrc.c:
21392         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21393         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21394         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21395         (gst_audiotestsrc_create_triangle),
21396         (gst_audiotestsrc_create_silence),
21397         (gst_audiotestsrc_create_white_noise),
21398         (gst_audiotestsrc_init_pink_noise),
21399         (gst_audiotestsrc_generate_pink_noise_value),
21400         (gst_audiotestsrc_create_pink_noise),
21401         (gst_audiotestsrc_change_wave):
21402         * gst/audiotestsrc/gstaudiotestsrc.h:
21403           fixed typo, added pink noise
21404
21405 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21406
21407         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21408         (plugin_init):
21409           Add wavpack and spc typefind functions from 0.8 branch.
21410
21411 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21412
21413         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21414         (ar_type_find), (msdos_type_find), (plugin_init):
21415           Add typefind functions for tar archives, ar archives,
21416           RAR archives, and msdos-executables (dlls, exe, etc.).
21417           Some of those would be wrongly identified as mpeg
21418           streams of some sort before (#315550).
21419
21420 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21421
21422         * configure.ac:
21423         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21424         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21425         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21426         * gst/audiotestsrc/Makefile.am:
21427         * gst/audiotestsrc/gstaudiotestsrc.c:
21428         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21429         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21430         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21431         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21432         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21433         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21434         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21435         (gst_audiotestsrc_create_silence),
21436         (gst_audiotestsrc_create_white_noise),
21437         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21438         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21439         (gst_audiotestsrc_start), (plugin_init):
21440         * gst/audiotestsrc/gstaudiotestsrc.h:
21441           add new plugin and element
21442         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21443           use gobject_class
21444
21445 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21446
21447         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21448         (gst_adder_init), (gst_adder_request_new_pad),
21449         (gst_adder_change_state):
21450           Add query function to source pad, so adder reports the correct
21451           time/sample position when queried (#315457); fix state change
21452           function; use GST_DEBUG_FUNCPTR() for pad functions.
21453
21454 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21455
21456         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21457           Fix leaks in typefind registration
21458           Clean up the gratuitous commenting and whitespacing a little
21459
21460 2005-10-08  Wim Taymans  <wim@fluendo.com>
21461
21462         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21463         Only actually wait for the thread to be stopped if it's 
21464         running.
21465
21466 2005-10-08  Wim Taymans  <wim@fluendo.com>
21467
21468         * gst-libs/gst/audio/gstbaseaudiosink.c:
21469         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21470         If we receive EOS we can start playback of what we had.
21471
21472 2005-10-08  Wim Taymans  <wim@fluendo.com>
21473
21474         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21475         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21476         (gst_multifdsink_stop):
21477         Fix crasher when going to NULL multiple times.
21478
21479 2005-10-06  Wim Taymans  <wim@fluendo.com>
21480
21481         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21482         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21483         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21484         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21485         patch from Edgard Lima <edgard.lima@indt.org.br>
21486         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21487
21488 2005-10-06  Wim Taymans  <wim@fluendo.com>
21489
21490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21491         Report the FLOW_RETURN as string in the error message.
21492
21493         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21494         Don't assert when clearing an unnegotiated buffer.
21495
21496 2005-10-04  Michael Smith <msmith@fluendo.com>
21497
21498         * gst/playback/gstplaybasebin.c: (group_destroy),
21499         (gen_preroll_element), (remove_groups), (setup_source):
21500         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21501         (setup_sinks), (gst_play_bin_send_event),
21502         (gst_play_bin_change_state):
21503           Set state to NULL before removing from bin. Fix refcounting.
21504
21505 2005-10-04  Michael Smith <msmith@fluendo.com>
21506
21507         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21508           Correct refcounting in send_event() function. Previously was wrong
21509           if the first sink was unable to handle the event.
21510
21511 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21512
21513         * configure.ac:
21514           back to development
21515
21516 === release 0.9.3 ===
21517
21518 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21519
21520         * configure.ac:
21521           Releasing 0.9.3, "De Facto"
21522
21523 2005-10-03  Andy Wingo  <wingo@pobox.com>
21524
21525         * gst/playback/gstdecodebin.c (try_to_link_1)
21526         (remove_element_chain): set element to NULL before removing it.
21527
21528 2005-10-02  Johan Dahlin  <johan@gnome.org>
21529
21530         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21531         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21532         MT safe.
21533
21534 2005-10-02  Andy Wingo  <wingo@pobox.com>
21535
21536         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21537         (gst_ring_buffer_prepare_read): 
21538         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21539         Demote to LOG.
21540
21541 2005-09-29  Wim Taymans  <wim@fluendo.com>
21542
21543         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21544         * ext/theora/theoradec.c: (theora_handle_data_packet):
21545         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21546         Propagate error codes from alloc_buffer too.
21547
21548 2005-09-29  Wim Taymans  <wim@fluendo.com>
21549
21550         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21551         We use fixed caps.
21552
21553         * gst/playback/Makefile.am:
21554         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21555         (dump_element_stats), (main):
21556         Added example stream introspection code.
21557
21558 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21559
21560         * gst/adder/gstadder.c: (gst_adder_collected):
21561           fix adder for float elements
21562
21563 2005-09-28  Wim Taymans  <wim@fluendo.com>
21564
21565         * gst-libs/gst/audio/gstbaseaudiosink.c:
21566         (gst_base_audio_sink_class_init),
21567         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21568         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21569         (gst_base_audio_src_class_init),
21570         (gst_base_audio_src_provide_clock):
21571         get_clock -> provide_clock
21572
21573 2005-09-28  Andy Wingo  <wingo@pobox.com>
21574
21575         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21576         and unlocking.
21577
21578         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21579         unlocking.
21580
21581         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21582         Actually add the pad template.
21583         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21584
21585         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21586         I'm at it...
21587
21588         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21589         from fdsrc. Get caps in create() instead of start() so it can be
21590         interrupted. Interruption somewhat untested.
21591
21592         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21593         Proper EOS handling.
21594
21595 2005-09-27  Andy Wingo  <wingo@pobox.com>
21596
21597         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21598
21599         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21600
21601         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21602
21603         * gst/tcp/gsttcp.h: 
21604         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21605         out of tcpclientsrc.c. Cancellable.
21606         (gst_tcp_socket_read): Made private, cancellable, with better
21607         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21608         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21609         whole buffer, and better diagnostics.
21610         (gst_tcp_gdp_read_caps): Same.
21611
21612         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21613
21614 2005-09-26  Andy Wingo  <wingo@pobox.com>
21615
21616         * gst/sine/gstsinesrc.h:
21617         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21618         change the 'sync' property to 'is-live' and implement it halfway,
21619         update for controller api change.
21620
21621         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21622         controller api change.
21623
21624 2005-09-24  Wim Taymans  <wim@fluendo.com>
21625
21626         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21627         * gst-libs/gst/audio/gstaudiosink.c:
21628         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21629         (gst_audioringbuffer_stop):
21630         * gst-libs/gst/audio/gstbaseaudiosink.c:
21631         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21632         (gst_base_audio_sink_change_state):
21633         * gst-libs/gst/audio/gstbaseaudiosink.h:
21634         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21635         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21636         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21637         * gst-libs/gst/audio/gstringbuffer.h:
21638         Fix sync again. Moved sample alignment to basesink.
21639
21640 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21641
21642         * docs/plugins/Makefile.am:
21643         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21644         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21645         * gst/volume/gstvolume.c:
21646           add/fix docs
21647         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21648         * gst-libs/gst/audio/audio.h:
21649           add conversion macros for frames <-> clocktime
21650
21651 2005-09-23  David Schleef  <ds@schleef.org>
21652
21653         * gst/audioresample/Makefile.am:
21654         * gst/audioresample/debug.h:
21655         * gst/audioresample/gstaudioresample.c:
21656         * gst/audioresample/resample.c: Convert to using gst debugging
21657
21658 2005-09-22  Wim Taymans  <wim@fluendo.com>
21659
21660         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21661         (gst_play_bin_send_event):
21662         Only seek on one sink, the first one that succeeds.
21663
21664 2005-09-22  Michael Smith <msmith@fluendo.com>
21665
21666         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21667         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21668         Don't flush encoder state unless we have an initialised encoder.
21669         Clear out encoder state on PAUSED_TO_READY.
21670
21671 2005-09-22  Wim Taymans  <wim@fluendo.com>
21672
21673         * gst-libs/gst/rtp/gstbasertppayload.c:
21674         (gst_basertppayload_class_init), (gst_basertppayload_init),
21675         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21676         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21677         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21678         (gst_basertppayload_set_property),
21679         (gst_basertppayload_get_property),
21680         (gst_basertppayload_change_state):
21681         * gst-libs/gst/rtp/gstbasertppayload.h:
21682         Added max-ptime to control amount of data in the rtp packets.
21683
21684 2005-09-21  Andy Wingo  <wingo@pobox.com>
21685
21686         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21687         thingies.
21688
21689         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21690         can be called multiple times, dogs.
21691
21692 2005-09-21  Wim Taymans  <wim@fluendo.com>
21693
21694         * gst-libs/gst/rtp/gstbasertppayload.c:
21695         (gst_basertppayload_class_init), (gst_basertppayload_init),
21696         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21697         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21698         (gst_basertppayload_push), (gst_basertppayload_get_property),
21699         (gst_basertppayload_change_state):
21700         Allow 0 ssrc too.
21701
21702 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21703
21704         * docs/libs/compiling.sgml:
21705           fixing typos
21706
21707 2005-09-20  Wim Taymans  <wim@fluendo.com>
21708
21709         * gst-libs/gst/rtp/gstbasertppayload.c:
21710         (gst_basertppayload_class_init), (gst_basertppayload_init),
21711         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21712         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21713         (gst_basertppayload_push), (gst_basertppayload_set_property),
21714         (gst_basertppayload_get_property),
21715         (gst_basertppayload_change_state):
21716         * gst-libs/gst/rtp/gstbasertppayload.h:
21717         Added property to configure sequence number offsets.
21718
21719 2005-09-20  Wim Taymans  <wim@fluendo.com>
21720
21721         * gst-libs/gst/rtp/gstbasertppayload.c:
21722         (gst_basertppayload_class_init), (gst_basertppayload_init),
21723         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21724         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21725         (gst_basertppayload_push), (gst_basertppayload_set_property),
21726         (gst_basertppayload_get_property),
21727         (gst_basertppayload_change_state):
21728         * gst-libs/gst/rtp/gstbasertppayload.h:
21729         Make timestamp offset configurable.
21730
21731 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21732
21733         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21734           fix wrong pop/unref
21735
21736 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21737
21738         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21739
21740         * gst-libs/gst/interfaces/propertyprobe.c:
21741         (gst_property_probe_probe_property_name),
21742         (gst_property_probe_needs_probe_name),
21743         (gst_property_probe_get_values_name),
21744         (gst_property_probe_probe_and_get_values_name):
21745           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21746           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21747
21748 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21749
21750         * check/Makefile.am:
21751           have some tests be disabled for valgrinding
21752         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21753         (GST_START_TEST):
21754         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21755           Fix A Leak.  Chain To Parent Finalize.
21756
21757 2005-09-19  Wim Taymans  <wim@fluendo.com>
21758
21759         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21760         Fixed wav pipeline.
21761
21762 2005-09-19  Wim Taymans  <wim@fluendo.com>
21763
21764         * gst-libs/gst/rtp/gstbasertppayload.c:
21765         (gst_basertppayload_class_init), (gst_basertppayload_init),
21766         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21767         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21768         (gst_basertppayload_push), (gst_basertppayload_get_property),
21769         (gst_basertppayload_change_state):
21770         Posting ERROR and WARNING messages is good.
21771
21772 2005-09-19  Wim Taymans  <wim@fluendo.com>
21773
21774         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21775         (gst_base_rtp_depayload_add_to_queue),
21776         (gst_base_rtp_depayload_push),
21777         (gst_base_rtp_depayload_set_gst_timestamp),
21778         (gst_base_rtp_depayload_queue_release):
21779         This one was not supposed to go in.
21780
21781 2005-09-19  Wim Taymans  <wim@fluendo.com>
21782
21783         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21784         Fix for bus API.
21785
21786         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21787         (gst_base_rtp_depayload_chain),
21788         (gst_base_rtp_depayload_add_to_queue),
21789         (gst_base_rtp_depayload_push),
21790         (gst_base_rtp_depayload_set_gst_timestamp),
21791         (gst_base_rtp_depayload_queue_release):
21792         Some cleanups.
21793
21794         * gst-libs/gst/rtp/gstbasertppayload.c:
21795         (gst_basertppayload_class_init), (gst_basertppayload_init),
21796         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21797         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21798         (gst_basertppayload_get_property),
21799         (gst_basertppayload_change_state):
21800         Added debugging category.
21801
21802 2005-09-18  David Schleef  <ds@schleef.org>
21803
21804         * gst/playback/gstdecodebin.c: free plugin list correctly
21805         * gst/playback/gstplaybin.c: emit warning if autovideosink
21806           and autoaudiosink can't be found (instead of segfaulting)
21807
21808 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21809
21810         * check/elements/audioconvert.c: (GST_START_TEST):
21811           try out 24 bit conversion
21812
21813 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21814
21815         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21816         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21817         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21818         * ext/vorbis/vorbisenc.h:
21819           Fix EOS handling.  Still needs a fix in the ogg muxer to
21820           mark the last page as eos.
21821
21822 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21823
21824         * common/gtk-doc-plugins.mak:
21825         * docs/plugins/Makefile.am:
21826         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21827         * gst/ffmpegcolorspace/Makefile.am:
21828         * gst/ffmpegcolorspace/avcodec.h:
21829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21830         * gst/tcp/gstmultifdsink.c:
21831           fix up ffmpegcolorspace docs; extract header
21832
21833 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21834
21835         * common/gtk-doc-plugins.mak:
21836         * docs/plugins/Makefile.am:
21837         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21838         * ext/theora/Makefile.am:
21839         * ext/theora/gsttheoraenc.h:
21840         * ext/theora/theoraenc.c:
21841         * ext/vorbis/vorbisenc.c:
21842           pick up signals and args for vorbis; add some docs for vorbis
21843
21844 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21845
21846         * common/gstdoc-scangobj:
21847         * common/gtk-doc-plugins.mak:
21848         * docs/libs/Makefile.am:
21849         * docs/plugins/gst-plugins-base-plugins.args:
21850         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21851         * docs/plugins/gst-plugins-base-plugins.interfaces:
21852         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21853         * docs/plugins/gst-plugins-base-plugins.signals:
21854           only scanobj stuff from our source module.  Not sure yet
21855           if that's correct, given the hierarchy stuff :)
21856
21857 2005-09-15  Wim Taymans  <wim@fluendo.com>
21858
21859         * gst/audioconvert/gstaudioconvert.c:
21860         And enable 24 bits mode as well..
21861
21862 2005-09-15  Wim Taymans  <wim@fluendo.com>
21863
21864         * gst-libs/gst/rtp/Makefile.am:
21865         * gst-libs/gst/rtp/gstbasertppayload.c:
21866         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21867         (gst_basertppayload_class_init), (gst_basertppayload_init),
21868         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21869         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21870         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21871         (gst_basertppayload_set_property),
21872         (gst_basertppayload_get_property),
21873         (gst_basertppayload_change_state):
21874         * gst-libs/gst/rtp/gstbasertppayload.h:
21875         Added rtp payloader base class.
21876
21877 2005-09-15  Andy Wingo  <wingo@pobox.com>
21878
21879         * configure.ac (plugindir): Remove the EOL matcher from the
21880         regexp, as it causes me problems. Libtool? Make? Who knows?
21881
21882 2005-09-14  David Schleef  <ds@schleef.org>
21883
21884         * check/generic/states.c: 
21885         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21886         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21887           Fixes for changes in registry API.
21888
21889         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21890           to GST_PLUGIN_LDFLAGS.
21891         * ext/libvisual/visual.c: Make the library shut up.
21892         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21893         * gst-libs/gst/audio/gstaudiofilter.c: same
21894
21895 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21896
21897         * docs/plugins/Makefile.am:
21898         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21899         * docs/plugins/inspect/plugin-libvisual.xml:
21900         * docs/plugins/tmpl/element-tcpserversink.sgml:
21901         * ext/theora/theoraenc.c:
21902           add libvisual plugin and theoraenc element to docs
21903
21904 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21905
21906         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21907         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21908         * ext/theora/theoraenc.c:
21909           add theoraenc
21910
21911 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21912
21913         * gst/audioconvert/Makefile.am:
21914           Audioconvert derives from GstBaseTransform and should
21915           link to the library with our base elements to avoid
21916           unresolved symbols. Makes things work with MinGW (#316160)
21917
21918         * gst/playback/test4.c: (main):
21919           Fix MinGW build problem and use g_usleep() instead of 
21920           sleep() (#316162)
21921
21922 2005-09-12  Wim Taymans  <wim@fluendo.com>
21923
21924         * gst/audioconvert/audioconvert.c: (float),
21925         (audio_convert_prepare_context), (audio_convert_convert):
21926         * gst/audioconvert/audioconvert.h:
21927         Cleanups, speedups, simplifications, added back support
21928         for 24 bits.
21929
21930 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21931
21932         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21933         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21934         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21935         * docs/plugins/tmpl/element-tcpserversink.sgml:
21936         * gst/ffmpegcolorspace/gstffmpeg.c:
21937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21938         * gst/videotestsrc/gstvideotestsrc.c:
21939         * gst/volume/gstvolume.c:
21940           add more elements to the docs
21941
21942 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21943
21944         * check/Makefile.am:
21945         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21946         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21947           Add extra tests for basetransform based components. 
21948           Comment out the test_element_negotiation test until we decide
21949           if it's testing correct behaviour.
21950         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21951         (gst_visual_chain), (gst_visual_change_state):
21952           Slightly more correct but still bogus timestamping.
21953           Fix state change function.
21954         * gst/audioconvert/gstaudioconvert.c:
21955         (gst_audio_convert_class_init):
21956         * gst/audioresample/gstaudioresample.c:
21957         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21958         (gst_ffmpegcsp_class_init):
21959         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21960         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21961         (gst_videoscale_prepare_image):
21962         * gst/volume/gstvolume.c: (gst_volume_class_init),
21963         (volume_transform_ip):
21964           Basetransform updates. Enable passthrough modes.
21965         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21966         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21967         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21968           Negotiation fix that allows the window to return to the original
21969           size and renegotiate passthrough upstream. Extra debug output.
21970
21971 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21972
21973         * gst/sine/gstsinesrc.c:
21974         * gst/volume/gstvolume.c:
21975           fix up header include
21976
21977 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21978
21979         * gst-libs/gst/audio/gstbaseaudiosink.c:
21980         (gst_base_audio_sink_render):
21981         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21982         * gst/volume/gstvolume.c: (gst_volume_class_init),
21983         (volume_transform):
21984           fixing lost sync, some more debugging
21985
21986 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21987
21988         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21989         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21990         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21991         (gst_xvimagesink_check_xshm_calls):
21992           Fix compilation when XShm is not available.
21993
21994 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21995
21996         * ext/libvisual/visual.c: (gst_visual_dispose),
21997         (gst_visual_getcaps), (gst_visual_src_setcaps),
21998         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21999         (gst_visual_change_state):
22000           Finish fixing up libvisual plugin so that it runs. 
22001
22002 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22003
22004         * ext/vorbis/vorbisenc.c:
22005         * gst-libs/gst/tag/gstvorbistag.c:
22006           gsttaginterface.h -> gsttagsetter.h
22007
22008 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22009
22010         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22011           added another test that failes for me (test is not active by default)
22012
22013 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22014
22015         * configure.ac:
22016           v4l2 is no longer in gst-plugins-base
22017
22018 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22019
22020         * configure.ac:
22021           In the output at the end, don't show the first plugin on the same
22022           line as "Core plug-ins, always built:".
22023           Indent the output as for other plugin categories
22024         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22025           #define that can be used to not use peer buffer_alloc functions for
22026           test purposes.
22027         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22028         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22029         (gst_ximagesink_show_frame):
22030         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22031         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22032         (gst_xvimagesink_show_frame):
22033           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22034           fails gracefully instead of XError aborting or deadlocking.
22035
22036 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22037
22038         * ext/libvisual/Makefile.am:
22039           link against gst-base-libs
22040
22041 2005-09-06  David Schleef  <ds@schleef.org>
22042
22043         * configure.ac: Enable libvisual plugin.
22044         * ext/libvisual/Makefile.am:
22045         * ext/libvisual/visual.c: Fixes to make it compile.
22046
22047 === release 0.9.2 ===
22048
22049 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22050
22051         * NEWS:
22052         * RELEASE:
22053         * configure.ac:
22054         * docs/random/ChangeLog-0.8:
22055           releasing 0.9.2, "Spoon"
22056
22057 2005-09-05  Michael Smith <msmith@fluendo.com>
22058
22059         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22060           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22061           that in the vorbisenc element.
22062
22063 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22064
22065         * common/gtk-doc-plugins.mak:
22066         * docs/plugins/Makefile.am:
22067           fix distcheck
22068         * gst/audioresample/resample.c:
22069           fix wrong docstring
22070
22071 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22072
22073         * common/gst-xmlinspect.py:
22074         * common/gtk-doc-plugins.mak:
22075           only inspect plugins for this given package
22076           require gst-python 0.9
22077
22078 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22079
22080         * Makefile.am:
22081         * autogen.sh:
22082         * common/gst-xmlinspect.py:
22083         * configure.ac:
22084         * docs/Makefile.am:
22085         * docs/plugins/inspect/plugin-alsa.xml:
22086         * docs/plugins/inspect/plugin-audioresample.xml:
22087         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22088         * docs/plugins/inspect/plugin-ogg.xml:
22089         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22090         * docs/plugins/tmpl/element-multifdsink.sgml:
22091         * docs/plugins/tmpl/element-tcpserversink.sgml:
22092         * docs/plugins/tmpl/element-vorbisenc.sgml:
22093         * gst-plugins-base.spec.in:
22094           various doc-related updates
22095
22096 2005-08-31  Wim Taymans  <wim@fluendo.com>
22097
22098         * gst-libs/gst/audio/gstbaseaudiosink.c:
22099         (gst_base_audio_sink_render):
22100         Resync if the buffer timestamps drift more than a 10th 
22101         of a second.
22102
22103 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22104
22105         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22106         (gst_v4lsrc_get_property):
22107           The 'timestamp-offset' property is registered as an int64, so
22108           let's use g_value_{set|get}_int64() in our setter and getter
22109           functions (makes it work and fixes warnings with gst-inspect).
22110
22111 2005-08-30  Wim Taymans  <wim@fluendo.com>
22112
22113         * check/elements/audioconvert.c: (setup_audioconvert):
22114         * check/elements/audioresample.c: (setup_audioresample):
22115         * check/elements/volume.c: (setup_volume):
22116         Fix checks.
22117
22118 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22119
22120         * common/gtk-doc-plugins.mak:
22121         * common/plugins.xsl:
22122         * docs/plugins/Makefile.am:
22123           make module a param
22124
22125 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22126
22127         * examples/seeking/seek.c: (make_mp3_pipeline),
22128         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22129         (play_cb), (pause_cb), (stop_cb):
22130           update the example
22131
22132 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22133
22134         * gst/volume/gstvolume.c: (gst_volume_class_init),
22135         (volume_transform):
22136           do not update controlled params, if buffer has no timestamp
22137
22138 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22139
22140         * configure.ac:
22141         * gst/sine/Makefile.am:
22142         * gst/volume/Makefile.am:
22143           controllerized elements also need to link against controller-libs ;)
22144
22145 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22146
22147         * docs/libs/tmpl/gstcolorbalance.sgml:
22148         * docs/libs/tmpl/gstgconf.sgml:
22149         * docs/libs/tmpl/gstmixer.sgml:
22150         * docs/libs/tmpl/gstringbuffer.sgml:
22151         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22152         (gst_sinesrc_create):
22153         * gst/volume/gstvolume.c: (gst_volume_class_init),
22154         (volume_transform):
22155           controllerized two audio plugins
22156
22157 2005-08-29  Andy Wingo  <wingo@pobox.com>
22158
22159         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22160         (vorbis_handle_data_packet): Fix some int overflow errors.
22161
22162         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22163         -1.
22164         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22165         valid.
22166         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22167         if it's valid. Fixed streaming-mode playback.
22168
22169         * check/elements/volume.c (cleanup_volume): Fix for running
22170         CK_FORK=no.
22171
22172         * check/elements/audioconvert.c: Convert from native endian, not
22173         little endian.
22174
22175 2005-08-29  Michael Smith <msmith@fluendo.com>
22176
22177         * ext/ogg/Makefile.am:
22178         * ext/ogg/gstogg.c: (plugin_init):
22179         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22180         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22181         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22182         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22183         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22184         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22185         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22186         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22187         Add an ogg parser element.
22188
22189 2005-08-28  Andy Wingo  <wingo@pobox.com>
22190
22191         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22192
22193 2005-08-26  Wim Taymans  <wim@fluendo.com>
22194
22195         * gst/audioconvert/audioconvert.c: (if), (float),
22196         (audio_convert_get_func_index), (check_default),
22197         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22198         (audio_convert_clean_context), (audio_convert_get_sizes),
22199         (audio_convert_convert):
22200         Cleanups.
22201
22202 2005-08-26  Wim Taymans  <wim@fluendo.com>
22203
22204         * gst/audioconvert/audioconvert.c: (if), (float),
22205         (audio_convert_get_func_index), (check_default),
22206         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22207         (audio_convert_clean_context), (audio_convert_get_sizes),
22208         (audio_convert_convert):
22209         More elegant and working temp buffer selection algo.
22210
22211 2005-08-26  Wim Taymans  <wim@fluendo.com>
22212
22213         * gst/audioconvert/audioconvert.c: (if), (float),
22214         (audio_convert_get_func_index), (check_default),
22215         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22216         (audio_convert_clean_context), (audio_convert_get_sizes),
22217         (get_temp_buffer), (audio_convert_convert):
22218         Use realloc else we lose our original data.
22219
22220 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22221
22222         * gst/audioresample/gstaudioresample.c:
22223           use base class' newsegment to properly timestamp
22224
22225 2005-08-26  Wim Taymans  <wim@fluendo.com>
22226
22227         * gst/audioconvert/audioconvert.c: (if), (float),
22228         (audio_convert_get_func_index), (check_default),
22229         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22230         (audio_convert_clean_context), (audio_convert_get_sizes),
22231         (get_temp_buffer), (audio_convert_convert):
22232         * gst/audioconvert/gstaudioconvert.c:
22233         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22234         (gst_audio_convert_transform_caps),
22235         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22236         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22237         Oops, allocate enough space to perform the channel mix.
22238
22239 2005-08-26  Wim Taymans  <wim@fluendo.com>
22240
22241         * gst/audioconvert/Makefile.am:
22242         * gst/audioconvert/audioconvert.c: (if), (float),
22243         (audio_convert_get_func_index), (check_default),
22244         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22245         (audio_convert_clean_context), (audio_convert_get_sizes),
22246         (get_temp_buffer), (audio_convert_convert):
22247         * gst/audioconvert/audioconvert.h:
22248         * gst/audioconvert/gstaudioconvert.c:
22249         (gst_audio_convert_class_init), (gst_audio_convert_init),
22250         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22251         (gst_audio_convert_get_unit_size),
22252         (gst_audio_convert_transform_caps),
22253         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22254         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22255         * gst/audioconvert/gstaudioconvert.h:
22256         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22257         (gst_channel_mix_fill_identical),
22258         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22259         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22260         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22261         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22262         (gst_channel_mix_mix):
22263         * gst/audioconvert/gstchannelmix.h:
22264         Cleanups, librarify a bit, optimize, better negotiation and more.
22265
22266 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22267
22268         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22269         Another from MikeS:
22270         During typefinding, don't support negative offsets
22271         (offsets from the end of the stream) in our typefind->peek() function
22272         - nothing embedded in ogg ever needs them. However, we need to recognise
22273         those requests and reject them, otherwise we return invalid pointers.
22274
22275 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22276
22277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22278         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22279         (vorbisdec_finalize), (vorbis_handle_type_packet):
22280           Big shout-out to MikeS for fixing this giant memory leak.
22281           Huzzah!
22282
22283 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22284
22285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22286         (audio_convert_get_unit_size):
22287           plug some leaks
22288
22289 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22290
22291         * check/Makefile.am:
22292         * check/elements/audioconvert.c: (setup_audioconvert),
22293         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22294         (GST_START_TEST), (audioconvert_suite), (main):
22295           add a test for audioconvert
22296         * gst/audioresample/gstaudioresample.c:
22297         * gst/audioresample/gstaudioresample.h:
22298           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22299           note that for buffers of 1/3 sec this means DURATION(c) is 
22300           one nanosecond more than for a and b
22301
22302 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22303
22304         * check/Makefile.am:
22305         * check/elements/audioresample.c: (setup_audioresample),
22306         (cleanup_audioresample), (fail_unless_perfect_stream),
22307         (test_perfect_stream_instance), (GST_START_TEST),
22308           add a check for audioresample
22309         (audioresample_suite), (main):
22310         * check/elements/volume.c: (GST_START_TEST):
22311           remove unused method
22312         * gst/audioresample/gstaudioresample.c:
22313           set correct buffer parameters since we're changing them
22314         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22315           add some debug
22316
22317 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22318
22319         * gst/audioresample/debug.c:
22320         * gst/audioresample/gstaudioresample.c:
22321           add room for extra overlap samples when asked to transform size
22322           protect against possible mem corruption and check for discrepancies
22323           between written size and outbuffer's size so we can warn for
22324           potential problems
22325         * gst/audioresample/resample.c: (resample_init),
22326         (resample_get_output_size_for_input), (resample_get_output_size),
22327         (resample_set_n_channels), (resample_set_format):
22328           set debug level based on RESAMPLE_DEBUG env var
22329           make sure that get_output_size* returns a whole number of
22330           sample_size
22331           set sample_size each time either channel or format is set
22332         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22333         * gst/audioresample/resample_functable.c:
22334         (resample_scale_functable):
22335         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22336           remove r->sample_size, it's done in resample.c now
22337           add some debugging to the ref implementation
22338           make sure we only give back bytes that are wholes of the sample
22339           size
22340
22341 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22342         * gst/playback/gstplaybasebin.c: (fill_buffer):
22343         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22344
22345 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22346
22347         * gst/volume/gstvolume.c:
22348           made set_caps function static
22349
22350 2005-08-24  Wim Taymans  <wim@fluendo.com>
22351
22352         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22353         (gst_vorbisenc_change_state):
22354         Stop leaking taglists.
22355
22356 2005-08-24  Wim Taymans  <wim@fluendo.com>
22357
22358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22359         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22360         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22361         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22362         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22363         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22364         Parse seeking events better.
22365         Unref static caps.
22366         Generate correct newsegment events, fixes seeking in live oggs.
22367
22368         * ext/theora/theoradec.c: (theora_dec_src_query),
22369         (theora_dec_src_event), (theora_dec_src_getcaps),
22370         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22371         Use newsegment values to report correct play time.
22372
22373         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22374         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22375         * ext/vorbis/vorbisdec.h:
22376         Parse and use newsegment values to report correct play time.
22377
22378         * gst-libs/gst/audio/gstbaseaudiosink.c:
22379         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22380         Clear ringbuffer on flush.
22381         Use newsegment values to calculate playback time.
22382
22383         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22385         Basesink does newsegment calculations for us now.
22386
22387 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22388
22389         * check/Makefile.am:
22390         * configure.ac:
22391           add core's plugins to the mix so that playbin works
22392         * check/generic/states.c: (GST_START_TEST):
22393           set a 0 timeout on pipelines, so they don't force the next
22394           state change
22395         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22396         (gst_play_base_bin_change_state):
22397           remove the crappy error handling and do GST error handling
22398
22399 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22400
22401         * check/Makefile.am:
22402         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22403           add same test as to core, it bitches out on playbin atm.
22404
22405 2005-08-24  Wim Taymans  <wim@fluendo.com>
22406
22407         * configure.ac:
22408         Remove audioscale.
22409
22410 2005-08-24  Wim Taymans  <wim@fluendo.com>
22411
22412         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22413         (gst_videoscale_prepare_size), (parse_caps),
22414         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22415         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22416         (gst_videoscale_transform):
22417         * gst/videoscale/gstvideoscale.h:
22418         Refactor, make use of BaseTranform really well.
22419
22420 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22421
22422         * configure.ac:
22423           compile audioresample
22424         * gst/audioresample/Makefile.am:
22425         * gst/audioresample/buffer.c:
22426         * gst/audioresample/functable.c:
22427         * gst/audioresample/gstaudioresample.c:
22428         * gst/audioresample/gstaudioresample.h:
22429         * gst/audioresample/resample.c:
22430         (resample_get_output_size_for_input):
22431         * gst/audioresample/resample.h:
22432         * gst/audioresample/resample_chunk.c:
22433         * gst/audioresample/resample_functable.c:
22434         * gst/audioresample/resample_ref.c:
22435           port to use basetransform; doesn't work in all cases yet
22436
22437 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22438
22439         * gst/audioconvert/gstaudioconvert.c:
22440         (gst_audio_convert_class_init), (gst_audio_convert_init),
22441         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22442         (audio_convert_fixate_caps), (audio_convert_set_caps),
22443         (audio_convert_transform),
22444         (gst_audio_convert_buffer_to_default_format),
22445         (gst_audio_convert_buffer_from_default_format),
22446         (gst_audio_convert_channels):
22447         * gst/audioconvert/gstchannelmix.c:
22448         * gst/audioconvert/gstchannelmix.h:
22449           port to basetransform
22450         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22451         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22452         (gst_ffmpegcsp_get_unit_size):
22453         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22454         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22455           fix for basetransform changes
22456
22457 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22458
22459         * check/Makefile.am:
22460           Add CHECK_CFLAGS and LDFLAGS
22461
22462         * gst/playback/gstplaybasebin.c: (fill_buffer):
22463           GST_MESSAGE_SRC became a GObject
22464
22465 2005-08-24  Wim Taymans  <wim@fluendo.com>
22466
22467         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22468         (gst_ring_buffer_clear_all):
22469         * gst-libs/gst/audio/gstringbuffer.h:
22470         Added function to clear the ringbuffer.
22471
22472 2005-08-24  Andy Wingo  <wingo@pobox.com>
22473
22474         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22475         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22476         of _open and _close.
22477
22478         * sys/v4l/gstv4lxoverlay.h:
22479         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22480         an Xv connection here, instead of all the time. Make Xv only be
22481         loaded if you axe for it. Kindof a workaround for buggy behaviour
22482         of Xv when using remote xservers (XvQueryExtension would block).
22483         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22484         replace the _open and _close public API. Only start the xv
22485         connection if necessary.
22486         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22487
22488 2005-08-23  David Schleef  <ds@schleef.org>
22489
22490         * gst/audioresample/Makefile.am: Leet audioresampling code
22491         * gst/audioresample/buffer.c:
22492         * gst/audioresample/buffer.h:
22493         * gst/audioresample/debug.c:
22494         * gst/audioresample/debug.h:
22495         * gst/audioresample/functable.c:
22496         * gst/audioresample/functable.h:
22497         * gst/audioresample/gstaudioresample.c:
22498         * gst/audioresample/gstaudioresample.h:
22499         * gst/audioresample/resample.c:
22500         * gst/audioresample/resample.h:
22501         * gst/audioresample/resample_chunk.c:
22502         * gst/audioresample/resample_functable.c:
22503         * gst/audioresample/resample_ref.c:
22504
22505 2005-08-23  Wim Taymans  <wim@fluendo.com>
22506
22507         * examples/seeking/seek.c: (make_vorbis_pipeline),
22508         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22509         Small seek updates.
22510
22511 2005-08-23  Andy Wingo  <wingo@pobox.com>
22512
22513         * gst-libs/gst/audio/gstbaseaudiosrc.c
22514         (gst_base_audio_src_fixate): Only fixate endianness if it is
22515         present in the caps.
22516
22517 2005-08-22  Andy Wingo  <wingo@pobox.com>
22518
22519         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22520         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22521         device-name property.
22522
22523         * gst-libs/gst/audio/gstaudiosrc.h:
22524         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22525         close_device in the ring buffer, like gstaudiosink.
22526
22527         * ext/alsa/gstalsamixer.h:
22528         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22529         macro to implement the interface without much code. Cleanups. 
22530
22531         * ext/alsa/gstalsasrc.h:
22532         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22533         READY.
22534
22535         * ext/alsa/Makefile.am: Add new files.
22536         * ext/alsa/gstalsamixerelement.c: 
22537         * ext/alsa/gstalsamixerelement.c: Split element code out from
22538         mixer code so that alsasrc can be a mixer too.
22539
22540 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22541
22542         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22543         (GST_START_TEST):
22544         * check/elements/vorbisdec.c: (setup_vorbisdec),
22545         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22546         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22547         (vorbis_handle_identification_packet),
22548         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22549         (vorbis_handle_header_packet), (vorbis_dec_push),
22550         (vorbis_dec_chain):
22551           use the setup/teardown methods to save code.  save code is good.
22552
22553 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22554
22555         * check/Makefile.am:
22556           add ext dir for plugins
22557           add vorbisdec test conditionally
22558         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22559         (GST_START_TEST), (volume_suite):
22560           add a test with wrong caps
22561         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22562         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22563           add a vorbisdec test
22564         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22565         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22566           clean up debug output
22567         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22568           yay, fix a segfault/security issue in vorbisdec
22569           gst-launch fakesrc ! vorbisdec wasn't happy
22570         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22571         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22572         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22573         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22574         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22575         (gst_vorbisenc_set_metadata), (get_constraints_string),
22576         (update_start_message), (gst_vorbisenc_setup),
22577         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22578         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22579         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22580         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22581         * ext/vorbis/vorbisenc.h:
22582           march in line
22583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22584         (gst_ffmpegcsp_transform):
22585           have the kow come home
22586         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22587           debug my func ptr
22588         * gst/volume/gstvolume.c: (volume_set_caps):
22589           add a debug
22590
22591 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22592
22593         * Makefile.am:
22594         * check/.cvsignore:
22595         * check/Makefile.am:
22596         * check/elements/.cvsignore:
22597         * check/elements/volume.c: (chain_func), (event_func),
22598         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22599         (main):
22600         * configure.ac:
22601           add unit test structure for gst-plugins-base
22602           add a test for volume
22603         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22604         (gst_volume_set_volume), (gst_volume_get_volume),
22605         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22606         (volume_funcfind), (volume_process_float), (volume_process_int16),
22607         (volume_set_caps), (volume_transform), (volume_update_mute),
22608         (volume_update_volume), (volume_set_property),
22609         (volume_get_property):
22610           document a little; use basetransform vmethod _set_caps
22611
22612 2005-08-19  Andy Wingo  <wingo@pobox.com>
22613
22614         * ext/alsa/gstalsamixertrack.h:
22615         * ext/alsa/gstalsamixertrack.c:
22616         * ext/alsa/gstalsamixeroptions.h:
22617         * ext/alsa/gstalsamixeroptions.c:
22618         * ext/alsa/gstalsamixer.h:
22619         * ext/alsa/gstalsamixer.c: Port to 0.9.
22620
22621         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22622         Remove gstalsa.c and alsaclock. No more cruft here.
22623         
22624 2005-08-18  Wim Taymans  <wim@fluendo.com>
22625
22626         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22627         (gst_base_rtp_depayload_chain),
22628         (gst_base_rtp_depayload_add_to_queue),
22629         (gst_base_rtp_depayload_push),
22630         (gst_base_rtp_depayload_queue_release):
22631         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22632         Fix for RTPBuffer changes.
22633
22634         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22635         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22636         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22637         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22638         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22639         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22640         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22641         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22642         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22643         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22644         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22645         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22646         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22647         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22648         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22649         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22650         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22651         (gst_rtpbuffer_get_payload):
22652         * gst-libs/gst/rtp/gstrtpbuffer.h:
22653         Don't subclass GstBuffer but add methods and helper functions
22654         to construct and manipulate RTP packets in regular GstBuffers.
22655
22656 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22657
22658         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22659           moved statement below switch
22660         * gst/volume/gstvolume.c: (gst_volume_class_init):
22661           added debug ptr
22662
22663 2005-08-16  Wim Taymans  <wim@fluendo.com>
22664
22665         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22666         (gst_base_audio_src_change_state):
22667         Open and close device in READY<->NULL state change.
22668
22669 2005-08-16  Andy Wingo  <wingo@pobox.com>
22670
22671         * examples/seeking/Makefile.am: Don't compile non-compiling
22672         compiled objects with the compiler.
22673
22674         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22675         elements.
22676
22677 2005-08-12  Philippe Khalaf <burger@speedy.org>
22678         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22679         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22680           Made a thread to release the queue.
22681           Removed timestamp conversion for now.
22682
22683 2005-08-10  Philippe Khalaf <burger@speedy.org>
22684         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22685         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22686           Added rtp timestamp -> gst timestamp conversion.
22687           Fixed several problems with queue.
22688
22689 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22690
22691         * gst-libs/gst/audio/gstaudioclock.h:
22692         * gst-libs/gst/audio/gstaudiofilter.h:
22693         * gst-libs/gst/audio/gstaudiosink.h:
22694         * gst-libs/gst/audio/gstaudiosrc.h:
22695         * gst-libs/gst/audio/gstbaseaudiosink.h:
22696         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22697         * gst-libs/gst/audio/gstringbuffer.h:
22698         * gst-libs/gst/net/gstnetbuffer.h:
22699         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22700         * gst-libs/gst/rtp/gstrtpbuffer.h:
22701           Add padding (you will need to rebuild gst-plugins-base,
22702           gst-plugins and all applications afterwards!)
22703
22704 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22705
22706         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22707         (gst_riff_parse_chunk):
22708           Fix bug in debug message and add some more debug messages.
22709
22710 2005-08-08  Edward Hervey  <edward@fluendo.com>
22711
22712         * gst-libs/gst/riff/riff-media.c:
22713         backported updates since branch
22714
22715 2005-08-08  Andy Wingo  <wingo@pobox.com>
22716
22717         * gst-libs/gst/audio/gstbaseaudiosink.c
22718         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22719         like good elements should. Close on READY->NULL too.
22720
22721         * gst-libs/gst/audio/gstaudiosink.c
22722         (gst_audioringbuffer_open_device,
22723         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22724         (gst_audioringbuffer_release): Updates for new ring buffer API,
22725         hook into the new audio sink api.
22726
22727         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22728         (GstAudioSinkClass.close): Just open and close the device -- no
22729         resource allocation or configuration.
22730         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22731         vmethods, handle device setup and resource allocation.
22732
22733         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22734         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22735         base class API.
22736
22737         * gst-libs/gst/audio/gstringbuffer.h
22738         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22739         New vmethods.
22740
22741         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22742         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22743         New API functions. The device should be opened before acquiring
22744         and closed after releasing.
22745
22746 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22747
22748         * gst-libs/gst/interfaces/mixer.h:
22749           Reset padding to GST_PADDING.
22750
22751 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22752
22753         * gst/playback/gstplaybin.c: (remove_sinks):
22754           Remove visualization from parent explicitely; works around some
22755           apparent refcount issue that I haven't tracked down yet.
22756
22757 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22758
22759         * ext/alsa/gstalsasink.c: (set_hwparams):
22760           Assign debug category, add negotiation debug msgs.
22761
22762 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22763
22764         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22765           Fix error code for file-not-found to NOT_FOUND.
22766
22767 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22768
22769         * common/gtk-doc-plugins.mak:
22770         * docs/plugins/Makefile.am:
22771         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22772         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22773           renamed to actual element names, so much nicer to look at
22774         * docs/plugins/tmpl/gstmultifdsink.sgml:
22775           remove
22776         * docs/plugins/tmpl/multifdsink.sgml:
22777         * docs/plugins/tmpl/tcpserversink.sgml:
22778           add
22779         * ext/alsa/gstalsa.c:
22780         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22781         * ext/ogg/gstoggmux.c:
22782         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22783         * gst/playback/gstdecodebin.c:
22784         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22785         * gst/tcp/gsttcpserversink.c:
22786           various fixes and documentation additions
22787
22788 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22789
22790         * common/Makefile.am:
22791         * common/gstdoc-scangobj:
22792         * common/gtk-doc-plugins.mak:
22793         * common/gtk-doc.mak:
22794           add a custom scangobj that uses the registry
22795           add a custom gtk-doc-plugins.mak that uses it
22796           some doc build fixes
22797         * configure.ac:
22798         * docs/Makefile.am:
22799         * docs/plugins/Makefile.am:
22800         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22801         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22802         * docs/plugins/gst-plugins-base-plugins.types:
22803         * docs/plugins/tmpl/gstmultifdsink.sgml:
22804           add docs for one element, multifdsink
22805         * gst/adder/gstadder.h:
22806         * gst/volume/gstvolume.h:
22807           don't privatize enum
22808         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22809         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22810         (gst_sync_method_get_type), (gst_client_status_get_type),
22811         (gst_multifdsink_class_init),
22812         (gst_multifdsink_client_queue_buffer),
22813         (gst_multifdsink_handle_client_write):
22814         * gst/tcp/gstmultifdsink.h:
22815         * gst/tcp/gsttcp.h:
22816         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22817         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22818         (gst_tcpclientsink_render):
22819         * gst/tcp/gsttcpclientsink.h:
22820         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22821         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22822         (gst_tcpclientsrc_start):
22823         * gst/tcp/gsttcpclientsrc.h:
22824         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22825         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22826         * gst/tcp/gsttcpserversrc.h:
22827         * gst/typefind/gsttypefindfunctions.c:
22828           remove superfluous Type stuff
22829
22830 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22831
22832         * gst/playback/gstplaybin.c: (gen_video_element):
22833           Enable videoscale.
22834
22835 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22836
22837         * gst-libs/gst/gconf/gconf.c:
22838         * gst-libs/gst/gconf/gconf.h:
22839           Fix some Andy Problem [tm].
22840
22841 2005-08-04  Andy Wingo  <wingo@pobox.com>
22842
22843         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22844         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22845         (gst_ffmpegcsp_get_size): Adapt to API changes.
22846
22847         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22848         Implement an in-place do-nothing transform.
22849
22850 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22851
22852         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22853         (gst_ximagesink_renegotiate_size):
22854           Do not set new window sizes yet if we prepare a new buffer size
22855           for upstream renegotiation (software scaling) at some point in the
22856           future, because this new size waqs not actually accepted yet. Once
22857           accepted, renegotiation later on will set the new sizes just fine.
22858           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22859           embedding testcase.
22860
22861 2005-08-03  Andy Wingo  <wingo@pobox.com>
22862
22863         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22864         (gst_ximagesink_buffer_alloc): 
22865         Protect the height, width, and desired_caps with the pool_lock.
22866         Fixes videotestsrc ! queue ! ximagesink.
22867
22868 2005-08-02  Edward Hervey  <edward@fluendo.com>
22869
22870         * gst/volume/gstvolume.c:
22871         include left from controller cleanup
22872
22873 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22875           Stop collectpads before calling the parent state
22876           change function on PAUSED->READY.
22877
22878 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22879         * configure.ac:
22880           When testing for X libs, use the X CFlags 
22881         * gst/adder/gstadder.c: (gst_adder_change_state):
22882           Stop the collectpads before calling parent state change function
22883           on PAUSED->READY, otherwise we deadlock deactivating pads.
22884
22885 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22886
22887         * configure.ac:
22888         * docs/libs/tmpl/gstcolorbalance.sgml:
22889         * docs/libs/tmpl/gstmixer.sgml:
22890         * examples/Makefile.am:
22891         * gst/sine/Makefile.am:
22892         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22893         (gst_sinesrc_set_property), (plugin_init):
22894         * gst/sine/gstsinesrc.h:
22895         * gst/volume/Makefile.am:
22896         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22897         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22898         (volume_process_float), (volume_process_int16),
22899         (volume_set_property), (plugin_init):
22900         * gst/volume/gstvolume.h:
22901           deactivate and remove dparams (libgstcontrol)
22902
22903 2005-07-29  Wim Taymans  <wim@fluendo.com>
22904
22905         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22906         Convert me to BaseTransform!! help..
22907
22908 2005-07-29  Andy Wingo  <wingo@pobox.com>
22909
22910         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22911         sinks.
22912
22913         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22914         support of both endiannesses.
22915
22916 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22917
22918         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22919           Fix confusing debug message (s/event/query/)
22920
22921 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22922
22923         * gst/videotestsrc/videotestsrc.h:
22924           Use "_stdint.h" instead of <stdint.h>
22925
22926 2005-07-27  Wim Taymans  <wim@fluendo.com>
22927
22928         * ext/vorbis/Makefile.am:
22929         Revert wrong commit.
22930
22931 2005-07-27  Wim Taymans  <wim@fluendo.com>
22932
22933         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22934         More compilation fixen.
22935
22936 2005-07-27  Wim Taymans  <wim@fluendo.com>
22937
22938         * gst-libs/gst/audio/gstbaseaudiosink.c:
22939         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22940         (gst_base_audio_sink_create_ringbuffer),
22941         (gst_base_audio_sink_change_state):
22942         Fix compilation.
22943
22944 2005-07-27  Wim Taymans  <wim@fluendo.com>
22945
22946         * examples/seeking/seek.c: (setup_dynamic_link),
22947         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22948         (query_positions_elems), (query_positions_pads), (do_seek):
22949         Update seek example.
22950
22951         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22952         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22953         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22954         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22955         (gst_ogg_demux_handle_event),
22956         (gst_ogg_demux_deactivate_current_chain),
22957         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22958         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22959         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22960         (gst_ogg_demux_loop):
22961         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22962         * ext/theora/theoradec.c: (theora_dec_src_event),
22963         (theora_dec_src_getcaps), (theora_dec_sink_event),
22964         (theora_dec_push), (theora_dec_chain):
22965         * ext/vorbis/Makefile.am:
22966         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22967         (vorbis_dec_sink_event), (vorbis_dec_push),
22968         (vorbis_handle_data_packet):
22969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22970         (gst_vorbisenc_chain):
22971         * gst/playback/gststreaminfo.c: (cb_probe):
22972         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22973         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22974         * gst/videoscale/gstvideoscale.c:
22975         (gst_videoscale_handle_src_event):
22976         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22977         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22978         (gst_ximagesink_navigation_send_event):
22979         * sys/xvimage/xvimagesink.c:
22980         (gst_xvimagesink_navigation_send_event):
22981         Various event updates and cleanups
22982
22983 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22984
22985         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22986           Fix segfault for I420/YV12.
22987
22988 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22989
22990         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22991           Report bitrate.
22992
22993 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22994
22995         * gst/playback/gstplaybin.c: (gen_video_element),
22996         (gen_audio_element):
22997           Switch to auto*sink elements as default sinks; add volume element
22998           so that volume control in totem works.
22999
23000 2005-07-21  Wim Taymans  <wim@fluendo.com>
23001
23002         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23003         * gst/playback/gstplaybin.c: (setup_sinks),
23004         (gst_play_bin_change_state):
23005         Refcount fix and more comments.
23006
23007 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23008
23009         * sys/ximage/Makefile.am:
23010         * sys/ximage/ximage.c: (plugin_init):
23011         * sys/ximage/ximagesink.c:
23012         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23013         
23014
23015 2005-07-21  Wim Taymans  <wim@fluendo.com>
23016
23017         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23018         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23019         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23020         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23021         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23022         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23023         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23024         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23025         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23026         Generate correct disconts for live chained oggs.
23027
23028         * gst-libs/gst/audio/gstbaseaudiosink.c:
23029         (gst_base_audio_sink_render),
23030         (gst_base_audio_sink_create_ringbuffer),
23031         (gst_base_audio_sink_change_state):
23032         Handle discont math correctly.
23033
23034         * gst/playback/gstplaybin.c: (add_sink):
23035         Some small debug cleanup.
23036
23037 2005-07-21  Wim Taymans  <wim@fluendo.com>
23038
23039         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23040         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23041         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23042         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23043         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23044         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23045         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23046         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23047         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23048         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23049         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23050         (gst_ogg_demux_change_state), (gst_ogg_print):
23051         Reorganize code to send the right disconts when in streaming
23052         mode.
23053
23054 2005-07-20  Andy Wingo  <wingo@pobox.com>
23055
23056         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23057         fix (?), fixes a seggie mcfalterson (#310894).
23058
23059 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23060
23061         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23062         (gst_ogg_mux_set_header_on_caps):
23063         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23064         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23065         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23066         * gst-libs/gst/audio/multichannel.c:
23067         (gst_audio_set_channel_positions),
23068         (gst_audio_set_structure_channel_positions_list):
23069         * gst/playback/gstdecodebin.c: (dynamic_create):
23070         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23071         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23072           Fixes for API changes in core.
23073
23074 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23075
23076         * gst/playback/gstplaybasebin.c: (fill_buffer):
23077           Use _new_custom() so we can set custom message types for buffering
23078           messages.
23079
23080 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23081
23082         * configure.ac:
23083         * gst-libs/gst/Makefile.am:
23084         * gst-libs/gst/gconf/.cvsignore:
23085         * gst-libs/gst/gconf/Makefile.am:
23086         * gst-libs/gst/gconf/test-gconf.c:
23087         * pkgconfig/Makefile.am:
23088         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23089         * pkgconfig/gstreamer-gconf.pc.in:
23090           Remove gconf stuff, use gconf elements instead from now on.
23091
23092 2005-07-20  Wim Taymans  <wim@fluendo.com>
23093
23094         * gst-libs/gst/audio/TODO:
23095         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23096         (gst_audio_clock_get_internal_time):
23097         * gst-libs/gst/audio/gstaudioclock.h:
23098         * gst-libs/gst/audio/gstbaseaudiosink.c:
23099         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23100         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23101         (gst_base_audio_sink_render),
23102         (gst_base_audio_sink_create_ringbuffer),
23103         (gst_base_audio_sink_change_state):
23104         Make sure the audio clock always returns an increasing value.
23105
23106 2005-07-19  Andy Wingo  <wingo@pobox.com>
23107
23108         * gst/videotestsrc/: Cleanups.
23109
23110 2005-07-19  Wim Taymans  <wim@fluendo.com>
23111
23112         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23113         Better debugging.
23114
23115 2005-07-19  Wim Taymans  <wim@fluendo.com>
23116
23117         * examples/seeking/seek.c: (make_dv_pipeline),
23118         (make_vorbis_theora_pipeline), (query_rates),
23119         (query_positions_elems), (query_positions_pads), (do_seek):
23120         Make correct DV pipeline.
23121
23122 2005-07-18  Andy Wingo  <wingo@pobox.com>
23123
23124         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23125         default. Also because it's the only thing that really works. (This
23126         is used in the GConf elements).
23127         Use AS_LIBTOOL_TAGS.
23128
23129 2005-07-18  Wim Taymans  <wim@fluendo.com>
23130
23131         * gst/playback/gstdecodebin.c: (remove_element_chain):
23132         * gst/playback/gstplaybin.c: (add_sink):
23133         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23134         (gst_stream_info_set_mute):
23135         * gst/playback/gststreamselector.c:
23136         (gst_stream_selector_get_linked_pad),
23137         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23138         More leak and compile fixes.
23139
23140 2005-07-18  Wim Taymans  <wim@fluendo.com>
23141
23142         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23143         (query_rates), (query_positions_elems), (query_positions_pads),
23144         (do_seek), (seek_cb), (stop_seek):
23145         Updated seek example. 
23146
23147         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23148         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23149         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23150         * gst/playback/gstplaybin.c: (add_sink):
23151         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23152         (gst_stream_info_set_mute):
23153         Some refcount leak fixes.
23154
23155 2005-07-16  Wim Taymans  <wim@fluendo.com>
23156
23157         * gst-libs/gst/audio/gstbaseaudiosink.c:
23158         (gst_base_audio_sink_render):
23159         Align samples even if we have roundoff errors in the 
23160         timestamp conversion.
23161
23162 2005-07-16  Wim Taymans  <wim@fluendo.com>
23163
23164         * docs/libs/tmpl/gstringbuffer.sgml:
23165         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23166         (query_rates), (query_positions_elems), (query_positions_pads),
23167         (update_scale), (do_seek):
23168         Updated seek example.
23169
23170         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23171         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23172         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23173         (gst_ogg_demux_loop):
23174         Push out correct discont values.
23175
23176         * ext/theora/theoradec.c: (theora_dec_src_convert),
23177         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23178         (theora_dec_sink_event), (theora_handle_type_packet),
23179         (theora_handle_header_packet), (theora_dec_push),
23180         (theora_handle_data_packet), (theora_dec_chain),
23181         (theora_dec_change_state):
23182         Better timestamping.
23183
23184         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23185         (vorbis_dec_sink_event), (vorbis_dec_push),
23186         (vorbis_handle_data_packet), (vorbis_dec_chain):
23187         * ext/vorbis/vorbisdec.h:
23188         Better timestamping.
23189
23190         * gst-libs/gst/audio/gstbaseaudiosink.c:
23191         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23192         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23193         Handle syncing on timestamps instead of sample offsets. Make
23194         use of DISCONT values as described in design docs.
23195
23196         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23197         (gst_base_audio_src_get_time):
23198         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23199         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23200         (gst_ring_buffer_read):
23201         * gst-libs/gst/audio/gstringbuffer.h:
23202         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23203         (gst_ximagesink_show_frame):
23204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23205         Correcly convert buffer timestamp to stream time.
23206
23207 2005-07-16  Wim Taymans  <wim@fluendo.com>
23208
23209         * gst/audioconvert/gstaudioconvert.c:
23210         (gst_audio_convert_get_buffer):
23211         Timestamp buffers correctly.
23212
23213         * gst/playback/gstplaybin.c: (gen_video_element):
23214         Make internal fakesink silent.
23215
23216 2005-07-15  Wim Taymans  <wim@fluendo.com>
23217
23218         * gst/ffmpegcolorspace/Makefile.am:
23219         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23220         (gst_ffmpegcsp_caps_remove_format_info),
23221         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23222         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23223         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23224         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23225         Ported ffmpegcolorspace to basetransform.
23226
23227         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23228         * gst/volume/gstvolume.c: (volume_transform):
23229         Ported to new API.
23230
23231 2005-07-14  Wim Taymans  <wim@fluendo.com>
23232
23233         * gst/videotestsrc/Makefile.am:
23234         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23235         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23236         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23237         (gst_videotestsrc_init), (gst_videotestsrc_event),
23238         (gst_videotestsrc_create), (gst_videotestsrc_start),
23239         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23240         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23241         (gst_videotestsrc_get_property):
23242         * gst/videotestsrc/gstvideotestsrc.h:
23243         Make videotestsrc a pushsrc.
23244
23245 2005-07-14  Wim Taymans  <wim@fluendo.com>
23246
23247         * gst/tcp/gstfdset.c: (gst_fdset_free):
23248         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23249         (gst_multifdsink_add), (gst_multifdsink_remove),
23250         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23251         (gst_multifdsink_remove_client_link),
23252         (gst_multifdsink_client_queue_data),
23253         (gst_multifdsink_client_queue_caps),
23254         (gst_multifdsink_client_queue_buffer),
23255         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23256         (gst_multifdsink_stop):
23257         * gst/tcp/gstmultifdsink.h:
23258         0.8 backporting.
23259
23260         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23261         Also draw image when not from a pool.
23262
23263 2005-07-14  Wim Taymans  <wim@fluendo.com>
23264
23265         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23266         (mute_stream), (silence_stream):
23267         Small debug additions.
23268
23269 2005-07-14  Wim Taymans  <wim@fluendo.com>
23270
23271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23272         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23273         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23274         Better error recovery, ignore unconnected pads and
23275         non-fatal errors.
23276
23277 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23278
23279         * docs/libs/tmpl/gstaudio.sgml:
23280         * docs/libs/tmpl/gstcolorbalance.sgml:
23281         * docs/libs/tmpl/gstgconf.sgml:
23282         * docs/libs/tmpl/gstmixer.sgml:
23283         * docs/libs/tmpl/gstringbuffer.sgml:
23284         * docs/libs/tmpl/gsttuner.sgml:
23285         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23286         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23287         (gst_tcpclientsrc_class_init):
23288         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23289         (gst_tcpserversrc_class_init):
23290         * sys/v4l/gstv4lelement.c:
23291           more autistic cleanliness in functions/names/defines
23292
23293 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23294
23295         * configure.ac:
23296           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23297           added manually to each Makefile.am so we are sure it goes
23298           *last* and doesn't add -L flags before linking in libs of our
23299           own, like, say, internal .la libs, that then accidentally pick
23300           up the installed copy.
23301         * docs/libs/Makefile.am:
23302         * ext/alsa/Makefile.am:
23303         * ext/cdparanoia/Makefile.am:
23304         * ext/gnomevfs/Makefile.am:
23305         * ext/libvisual/Makefile.am:
23306         * ext/ogg/Makefile.am:
23307         * ext/theora/Makefile.am:
23308         * ext/vorbis/Makefile.am:
23309         * gst-libs/gst/video/Makefile.am:
23310         * gst/adder/Makefile.am:
23311         * gst/audioconvert/Makefile.am:
23312         * gst/audiorate/Makefile.am:
23313         * gst/audioscale/Makefile.am:
23314         * gst/ffmpegcolorspace/Makefile.am:
23315         * gst/playback/Makefile.am:
23316         * gst/sine/Makefile.am:
23317         * gst/subparse/Makefile.am:
23318         * gst/tags/Makefile.am:
23319         * gst/tcp/Makefile.am:
23320         * gst/typefind/Makefile.am:
23321         * gst/videorate/Makefile.am:
23322         * gst/videoscale/Makefile.am:
23323         * gst/videotestsrc/Makefile.am:
23324         * gst/volume/Makefile.am:
23325         * sys/v4l/Makefile.am:
23326         * sys/ximage/Makefile.am:
23327         * sys/xvimage/Makefile.am:
23328           adapt properly to this change. This should make sure that
23329           plugins and libs properly link to the as-yet-uninstalled
23330           copies of stuff like libgstinterfaces and libgstvideo
23331
23332 2005-07-13  Andy Wingo  <wingo@pobox.com>
23333
23334         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23335         (gst_v4lsrc_fixate): Fixate on format as well.
23336
23337         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23338         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23339         buffer points to it.
23340         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23341         rather just doing X calls ourselves. Also fixes a memleak.
23342
23343 2005-07-12  Andy Wingo  <wingo@pobox.com>
23344
23345         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23346         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23347         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23348         TRUE to avoid deadlocks if an element holds on to our buffers.
23349
23350 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23351
23352         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23353         (gst_sinesrc_init), (gst_sinesrc_create),
23354         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23355         (gst_sinesrc_start):
23356         * gst/sine/gstsinesrc.h:
23357           removing num-buffers property before moving it
23358
23359 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23360
23361         * configure.ac:
23362           use overridable ERROR_CFLAGS
23363         * docs/libs/gst-plugins-base-libs.types:
23364         * docs/libs/tmpl/gstringbuffer.sgml:
23365         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23366         (gst_alsasink_class_init):
23367         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23368         (gst_alsasrc_class_init):
23369         * gst-libs/gst/audio/audio.h:
23370         * gst-libs/gst/audio/gstaudioclock.h:
23371         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23372         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23373         (gst_audio_filter_link), (gst_audio_filter_init),
23374         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23375         (gst_audio_filter_get_property),
23376         (gst_audio_filter_class_add_pad_templates):
23377         * gst-libs/gst/audio/gstaudiofilter.h:
23378         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23379         (gst_audio_filter_template_get_type),
23380         (gst_audio_filter_template_base_init),
23381         (gst_audio_filter_template_class_init),
23382         (gst_audio_filter_template_init),
23383         (gst_audio_filter_template_set_property),
23384         (gst_audio_filter_template_get_property), (plugin_init),
23385         (gst_audio_filter_template_setup),
23386         (gst_audio_filter_template_filter),
23387         (gst_audio_filter_template_filter_inplace):
23388         * gst-libs/gst/audio/gstaudiosink.c:
23389         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23390         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23391         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23392         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23393         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23394         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23395         * gst-libs/gst/audio/gstaudiosink.h:
23396         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23397         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23398         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23399         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23400         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23401         (gst_audio_src_class_init), (gst_audio_src_init),
23402         (gst_audio_src_create_ringbuffer):
23403         * gst-libs/gst/audio/gstaudiosrc.h:
23404         * gst-libs/gst/audio/gstbaseaudiosink.c:
23405         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23406         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23407         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23408         (gst_base_audio_sink_set_property),
23409         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23410         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23411         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23412         (gst_base_audio_sink_create_ringbuffer),
23413         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23414         * gst-libs/gst/audio/gstbaseaudiosink.h:
23415         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23416         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23417         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23418         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23419         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23420         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23421         (gst_base_audio_src_event), (gst_base_audio_src_create),
23422         (gst_base_audio_src_create_ringbuffer),
23423         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23424         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23425         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23426         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23427         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23428         (gst_ring_buffer_debug_spec_caps),
23429         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23430         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23431         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23432         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23433         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23434         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23435         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23436         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23437         (gst_ring_buffer_clear):
23438         * gst-libs/gst/audio/gstringbuffer.h:
23439         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23440         (gst_video_sink_class_init), (gst_video_sink_get_type):
23441         * gst-libs/gst/video/videosink.h:
23442         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23443         (gst_multifdsink_class_init),
23444         (gst_multifdsink_handle_client_write),
23445         (gst_multifdsink_change_state):
23446         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23447         (gst_tcpclientsink_setcaps):
23448         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23449         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23450         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23451         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23452         (gst_ximagesink_send_pending_navigation),
23453         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23454         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23456         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23457         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23458         (gst_xvimagesink_send_pending_navigation),
23459         (gst_xvimagesink_navigation_send_event),
23460         (gst_xvimagesink_set_xwindow_id),
23461         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23462         (gst_xvimagesink_get_type):
23463         more macro splitting
23464
23465 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23466
23467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23468           plug a memleak, allows me to import 1479 albums in one go
23469           in jamboree
23470         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23471         (vorbis_handle_type_packet), (vorbis_dec_chain),
23472         (vorbis_dec_change_state):
23473           fix some format strings
23474
23475 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23476
23477         * docs/libs/tmpl/gstcolorbalance.sgml:
23478         * docs/libs/tmpl/gstmixer.sgml:
23479         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23480         (gst_alsasink_set_property), (gst_alsasink_get_property):
23481         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23482         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23483           add device property
23484
23485 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23486
23487         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23488         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23489         (audiocast_register_listener), (audiocast_thread_run),
23490         (gst_gnomevfssrc_send_additional_headers_callback),
23491         (gst_gnomevfssrc_received_headers_callback),
23492         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23493         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23494         (gst_gnomevfssrc_get_size):
23495           add/clean up debugging
23496         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23497           cleanups
23498
23499 2005-07-07  Andy Wingo  <wingo@pobox.com>
23500
23501         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23502         framerate. Need to get a handle on when exactly this function is
23503         called, tho.
23504
23505         * sys/v4l/v4lsrc_calls.h:
23506         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23507         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23508         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23509
23510         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23511         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23512         v4lelements are sources.
23513
23514         * sys/v4l/gstv4lxoverlay.h:
23515         * sys/v4l/gstv4lxoverlay.c:
23516         * sys/v4l/gstv4ltuner.h:
23517         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23518         
23519         * sys/v4l/gstv4lsrc.h:
23520         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23521         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23522         or something should handle that. Made a live source.
23523
23524         * sys/v4l/gstv4lelement.h:
23525         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23526         signals. Some cleanups.
23527
23528         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23529
23530         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23531         stuff.
23532
23533         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23534         stuff.
23535
23536         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23537
23538 2005-07-07  Wim Taymans  <wim@fluendo.com>
23539
23540         * ext/theora/theoradec.c: (theora_get_query_types),
23541         (theora_dec_src_getcaps), (theora_dec_push):
23542         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23543         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23544         Remove deprecated/unused query types.
23545
23546 2005-07-06  Wim Taymans  <wim@fluendo.com>
23547
23548         * ext/alsa/Makefile.am:
23549         * ext/alsa/gstalsaplugin.c: (plugin_init):
23550         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23551         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23552         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23553         (gst_alsasrc_class_init), (gst_alsasrc_init),
23554         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23555         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23556         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23557         (gst_alsasrc_reset):
23558         * ext/alsa/gstalsasrc.h:
23559         * gst-libs/gst/audio/Makefile.am:
23560         * gst-libs/gst/audio/gstaudiosink.c:
23561         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23562         (gst_audioringbuffer_start):
23563         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23564         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23565         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23566         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23567         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23568         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23569         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23570         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23571         * gst-libs/gst/audio/gstaudiosrc.h:
23572         * gst-libs/gst/audio/gstbaseaudiosink.c:
23573         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23574         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23575         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23576         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23577         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23578         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23579         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23580         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23581         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23582         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23583         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23584         (gst_baseaudiosrc_change_state):
23585         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23586         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23587         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23588         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23589         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23590         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23591         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23592         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23593         * gst-libs/gst/audio/gstringbuffer.h:
23594         Added audiosource base classes.
23595         Ported alsasrc, still very basic.
23596
23597 2005-07-06  Wim Taymans  <wim@fluendo.com>
23598
23599         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23600         (theora_dec_push), (theora_handle_data_packet):
23601         Prepare for better timestamp fix later.
23602
23603         * gst/audioconvert/gstaudioconvert.c:
23604         List most accurate caps first
23605
23606         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23607         Use proper pad task function.
23608
23609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23610         (gst_xvimagesink_show_frame):
23611         Fix deadlock when alloc failed.
23612
23613 2005-07-05  Andy Wingo  <wingo@pobox.com>
23614
23615         * ext/gnomevfs/gstgnomevfssrc.c:
23616         * gst/sine/gstsinesrc.c:
23617         * gst/tcp/gsttcpserversrc.c:
23618         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23619
23620         * sys/v4l/: Port from 0.8.
23621
23622         * Many files: Null if we got it....
23623
23624 2005-07-05  Andy Wingo  <wingo@pobox.com>
23625
23626         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23627         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23628         Signedness fixes.
23629
23630 2005-07-05  Wim Taymans  <wim@fluendo.com>
23631
23632         * configure.ac:
23633         * gst/tcp/Makefile.am:
23634         * gst/tcp/README:
23635         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23636         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23637         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23638         (is_sync_frame), (gst_multifdsink_handle_client_write),
23639         (gst_multifdsink_render), (gst_multifdsink_start),
23640         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23641         * gst/tcp/gstmultifdsink.h:
23642         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23643         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23644         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23645         * gst/tcp/gsttcp.h:
23646         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23647         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23648         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23649         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23650         * gst/tcp/gsttcpclientsink.h:
23651         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23652         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23653         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23654         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23655         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23656         * gst/tcp/gsttcpclientsrc.h:
23657         * gst/tcp/gsttcpplugin.c: (plugin_init):
23658         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23659         * gst/tcp/gsttcpserversink.h:
23660         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23661         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23662         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23663         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23664         (gst_tcpserversrc_stop):
23665         * gst/tcp/gsttcpserversrc.h:
23666         * gst/tcp/gsttcpsink.c:
23667         * gst/tcp/gsttcpsink.h:
23668         * gst/tcp/gsttcpsrc.c:
23669         * gst/tcp/gsttcpsrc.h:
23670         Ported tcp plugins to 0.9. 
23671         
23672
23673 2005-07-05  Andy Wingo  <wingo@pobox.com>
23674
23675         * gst/playback/gstplaybasebin.c (fill_buffer):
23676         message_new_application fixen.
23677
23678         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23679         Style fix.
23680
23681 2005-07-04  Wim Taymans  <wim@fluendo.com>
23682
23683         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23684         Set caps on output buffer.
23685
23686 2005-07-04  Andy Wingo  <wingo@pobox.com>
23687
23688         * ext/gnomevfs/gstgnomevfssrc.c
23689         (gst_gnomevfssrc_received_headers_callback) 
23690         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23691         hopefully.
23692
23693         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23694         No refcount leakage.
23695
23696         * configure.ac: Enable -Werror.
23697         
23698         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23699         * gst/audioconvert/bufferframesconvert.c
23700         (buffer_frames_convert_fixate):
23701         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23702         (gst_audio_convert_fixate):
23703         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23704         (gst_sinesrc_create): Fixate func changes.
23705         
23706         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23707         (gst_ximagesink_buffer_alloc): Unused var.
23708
23709 2005-07-01  Andy Wingo  <wingo@pobox.com>
23710
23711         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23712         getcaps to do explicit caps. Needs to be done in all decoders,
23713         possibly via a base class.
23714
23715         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23716
23717         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23718         caps on the sink pad, just rely on the pad template. Also, setting
23719         ANY caps on a pad is not valid because the caps are not fixed.
23720
23721         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23722         caps on the buffer, and get the width from the desired_caps if
23723         they're set.
23724         (gst_ximagesink_renegotiate_size): Implement via setting the
23725         desired_caps on the ximagesink.
23726         (gst_ximagesink_setcaps): Only reset the width of the player if it
23727         wasn't already set. Not sure if this is right.
23728         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23729
23730         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23731         that the user wants. NULL unless the window has been resized.
23732
23733         * gst/volume/gstvolume.c (volume_transform): Adapt to
23734         basetransform refcount changes.
23735         
23736 2005-07-01  Andy Wingo  <wingo@pobox.com>
23737
23738         * gst/videoscale/gstvideoscale.c:
23739         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23740         from BaseTransform, implements a transform_caps. Removed dead code
23741         including some PAR stuff that was never reached -- should probably
23742         be added back somehow.
23743
23744 2005-07-01  Andy Wingo  <wingo@pobox.com>
23745
23746         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23747         come later.
23748
23749 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23750
23751         * configure.ac:
23752         * docs/libs/Makefile.am:
23753         * docs/libs/gst-plugins-libs.types:
23754         * ext/alsa/Makefile.am:
23755         * ext/alsa/gstalsamixer.h:
23756         * ext/alsa/gstalsamixeroptions.h:
23757         * ext/alsa/gstalsamixertrack.h:
23758         * gst-libs/gst/Makefile.am:
23759         * gst-libs/gst/colorbalance/.cvsignore:
23760         * gst-libs/gst/colorbalance/Makefile.am:
23761         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23762         * gst-libs/gst/colorbalance/colorbalance.c:
23763         * gst-libs/gst/colorbalance/colorbalance.h:
23764         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23765         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23766         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23767         * gst-libs/gst/interfaces/Makefile.am:
23768         * gst-libs/gst/interfaces/colorbalance.c:
23769         (gst_color_balance_class_init):
23770         * gst-libs/gst/interfaces/colorbalance.h:
23771         * gst-libs/gst/interfaces/interfaces-marshal.list:
23772         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23773         * gst-libs/gst/interfaces/mixer.h:
23774         * gst-libs/gst/interfaces/mixeroptions.h:
23775         * gst-libs/gst/interfaces/navigation.c:
23776         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23777         * gst-libs/gst/interfaces/tuner.h:
23778         * gst/volume/Makefile.am:
23779         * gst/volume/gstvolume.c:
23780         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23781         * sys/ximage/Makefile.am:
23782         * sys/ximage/ximagesink.c:
23783         * sys/xvimage/Makefile.am:
23784         * sys/xvimage/xvimagesink.c:
23785           fold in all interfaces into an interfaces dir, preserving CVS
23786           history
23787
23788 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23789
23790         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23791           Fix build after riff changes.
23792
23793 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23794
23795         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23796         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23797         (gst_riff_create_video_template_caps),
23798         (gst_riff_create_audio_template_caps),
23799         (gst_riff_create_iavs_template_caps):
23800         * gst-libs/gst/riff/riff-media.h:
23801         * gst-libs/gst/riff/riff-read.h:
23802         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23803           Add gst_riff_init() to initialize the debug category, instead
23804           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23805
23806 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23807
23808         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23809           Oops, I shouldn't apply hacks.
23810
23811 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23812
23813         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23814           Remove pad_loop function which doesn't work.
23815
23816 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23817
23818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23819           Send EOS when deactivating.
23820         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23821         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23822         (gen_preroll_element), (probe_triggered), (mute_stream),
23823         (silence_stream), (new_decoded_pad), (setup_substreams),
23824         (set_active_source):
23825         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23826         (remove_sinks), (add_sink):
23827         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23828           Change for new probe API.
23829
23830 2005-06-29  Wim Taymans  <wim@fluendo.com>
23831
23832         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23833         * gst-libs/gst/audio/gstbaseaudiosink.c:
23834         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23835         (gst_baseaudiosink_change_state):
23836         * gst-libs/gst/audio/gstbaseaudiosink.h:
23837         * gst-libs/gst/audio/gstringbuffer.c:
23838         (gst_ringbuffer_set_callback):
23839         Fix compilation error.
23840         Ringbuffer starts out as not running.
23841         Free our clock in dispose.
23842         When releasing the ringbuffer we need to renegotiate so
23843         clear the pad caps.
23844
23845 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23846
23847         * autogen.sh:
23848         * configure.ac:
23849         * docs/Makefile.am:
23850         * docs/libs/Makefile.am:
23851         * docs/libs/gst-plugins-libs-docs.sgml:
23852         * docs/libs/gst-plugins-libs-sections.txt:
23853         * docs/libs/gst-plugins-libs.types:
23854         * docs/libs/tmpl/gstaudio.sgml:
23855         * docs/libs/tmpl/gstcolorbalance.sgml:
23856         * docs/libs/tmpl/gstringbuffer.sgml:
23857         * gst-libs/gst/audio/gstringbuffer.c:
23858         (gst_ringbuffer_set_callback):
23859           reinstate gtk-doc docs for plugin libs
23860
23861 2005-06-28  Wim Taymans  <wim@fluendo.com>
23862
23863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23864         (gst_ogg_demux_init):
23865         Removed pad loop function.
23866
23867 2005-06-28  Wim Taymans  <wim@fluendo.com>
23868
23869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23870         If we're building a chain we are not in an error case
23871         when we queue a buffer.
23872
23873 2005-06-28  Andy Wingo  <wingo@pobox.com>
23874
23875         * *.c: Don't cast to GstObject before reffing/unreffing.
23876
23877 2005-06-27  Andy Wingo  <wingo@pobox.com>
23878
23879         * gst/videotestsrc/gstvideotestsrc.c
23880         (gst_videotestsrc_activate_push): Activation API changes.
23881
23882         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23883         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23884         they have refs on the decodebin.
23885
23886         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23887         parent class.
23888         (gst_ogg_pad_typefind): Don't leak a pad ref.
23889         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23890         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23891         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23892
23893 2005-06-27  Edward Hervey  <edward@fluendo.com>
23894
23895         * ext/theora/theoradec.c: (theora_dec_change_state): 
23896         re-arranged call to parent's state change in order to avoid locks (or
23897         worse).
23898
23899 2005-06-26  Edward Hervey  <edward@fluendo.com>
23900
23901         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23902         2nd argument of 'unknow-type' signal is a GstCaps and not a
23903         GstMiniObject
23904
23905 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23906         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23907           Set the worker thread's running flag to TRUE before starting the
23908           thread.
23909         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23910           Catch a failure to add typefind to the bin.
23911
23912 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23913
23914         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23915         (gst_sinesrc_init), (gst_sinesrc_create),
23916         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23917         (gst_sinesrc_start):
23918         * gst/sine/gstsinesrc.h:
23919           add num-buffers and timestamp-offset properties
23920         * gst/videotestsrc/gstvideotestsrc.c:
23921         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23922         (gst_videotestsrc_get_property):
23923           add timestamp-offset property
23924
23925 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23926
23927         * configure.ac: add videorate
23928         * gst-plugins-base.spec.in: add videorate
23929
23930 2005-06-23  Wim Taymans  <wim@fluendo.com>
23931
23932         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23933         (gst_videorate_getcaps), (gst_videorate_setcaps),
23934         (gst_videorate_event), (gst_videorate_chain):
23935         Fixed videorate, fixating an already fixated caps is not
23936         an error.
23937
23938 2005-06-23  Wim Taymans  <wim@fluendo.com>
23939
23940         * ext/ogg/README:
23941         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23942         Buffer on caps is not boxed anymore.
23943
23944 2005-06-22  Wim Taymans  <wim@fluendo.com>
23945
23946         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23947         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23948         Set buffers on caps as miniobjects and not as boxed.
23949
23950 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23951
23952         * configure.ac:
23953           back to HEAD
23954
23955 === release 0.9.1 ===
23956
23957 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23958
23959         * .cvsignore:
23960         * NEWS:
23961         * README:
23962         * RELEASE:
23963         * configure.ac:
23964         * po/af.po:
23965         * po/az.po:
23966         * po/cs.po:
23967         * po/en_GB.po:
23968         * po/hu.po:
23969         * po/it.po:
23970         * po/nb.po:
23971         * po/nl.po:
23972         * po/or.po:
23973         * po/sq.po:
23974         * po/sr.po:
23975         * po/sv.po:
23976         * po/uk.po:
23977         * po/vi.po:
23978           updates for release
23979
23980 2005-06-09  Andy Wingo  <wingo@pobox.com>
23981
23982         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23983         
23984 2005-06-09  Andy Wingo  <wingo@pobox.com>
23985
23986         * configure.ac:
23987         * gst-libs/gst/Makefile.am:
23988         * gst-libs/gst/net/Makefile.am:
23989         Add gstnet to build.
23990
23991 2005-06-09  Andy Wingo  <wingo@pobox.com>
23992
23993         * gst-libs/gst/gconf/gconf.c:
23994         * gst/playback/test.c:
23995         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23996         fixes.
23997
23998         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23999
24000         * ext/theora/theoraenc.c (theora_enc_chain): 
24001         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24002
24003         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24004         RealPad.
24005
24006 2005-06-02  Wim Taymans  <wim@fluendo.com>
24007
24008         * gst-libs/gst/net/Makefile.am:
24009         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24010         * pkgconfig/gstreamer-libs.pc.in:
24011         Added net stuff, version net lib.
24012
24013 2005-06-02  Wim Taymans  <wim@fluendo.com>
24014
24015         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24016         (query_rates), (query_positions_elems), (query_positions_pads),
24017         (do_seek):
24018         Updated seek example.
24019
24020 2005-06-02  Andy Wingo  <wingo@pobox.com>
24021
24022         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24023         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24024         list.
24025
24026         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24027         remove the typefind, the bin dispose will do it for us. When it's
24028         removed and unreffed, the signal handler will be disconnected,
24029         too.
24030         (unlinked): It's too difficult to disconnect from unlinked
24031         handlers, as they are on pads not elements. Just punt if the pads
24032         aren't grandkids of the bin.
24033
24034 2005-06-02  Wim Taymans  <wim@fluendo.com>
24035
24036         * ext/ogg/README:
24037         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24038         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24040         * ext/theora/theoradec.c: (theora_dec_src_query),
24041         (theora_handle_data_packet):
24042         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24043         (theora_enc_chain):
24044         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24045         (vorbis_handle_data_packet):
24046         * gst/audioconvert/bufferframesconvert.c:
24047         (buffer_frames_convert_chain):
24048         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24049         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24050         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24051         (gst_ffmpegcsp_chain):
24052         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24053         (gst_videorate_getcaps), (gst_videorate_setcaps),
24054         (gst_videorate_event), (gst_videorate_chain):
24055         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24056         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24057         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24058         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24059         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24060         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24061         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24062         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24063         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24064         Cleanups and buffer alloc.
24065
24066 2005-05-31  Wim Taymans  <wim@fluendo.com>
24067
24068         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24069         Don't try to call the delay method when the device is not
24070         opened.
24071
24072 2005-05-31  Wim Taymans  <wim@fluendo.com>
24073
24074         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24075         Get actual segment size and buffer size after opening
24076         the device.
24077
24078 2005-05-30  Wim Taymans  <wim@fluendo.com>
24079
24080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24081         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24082         Also FLUSH upstream, makes the loop function exit faster.
24083         
24084         * ext/theora/theoradec.c: (theora_dec_src_query):
24085         Some more debug info in the query.
24086         
24087         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24088         (gst_ximagesink_setcaps):
24089         Release lock on par error, better error reporting.
24090
24091 2005-05-26  Wim Taymans  <wim@fluendo.com>
24092
24093         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24094         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24095         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24096         Clear chains in READY
24097         Queue packets until the chain is activated.
24098
24099 2005-05-25  Wim Taymans  <wim@fluendo.com>
24100
24101         * gst-libs/gst/audio/gstaudiosink.c:
24102         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24103         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24104         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24105         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24106         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24107         (gst_audiosink_create_ringbuffer):
24108         * gst-libs/gst/audio/gstbaseaudiosink.c:
24109         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24110         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24111         (gst_baseaudiosink_set_property), (build_linear_format),
24112         (debug_spec_caps), (debug_spec_buffer),
24113         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24114         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24115         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24116         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24117         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24118         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24119         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24120         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24121         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24122         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24123         (wait_segment), (gst_ringbuffer_commit),
24124         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24125         (gst_ringbuffer_clear):
24126         Various small cleanups.
24127
24128         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24129         (gst_audio_convert_change_state):
24130         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24131         No need to take the locks anymore.
24132
24133 2005-05-25  Wim Taymans  <wim@fluendo.com>
24134
24135         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24136         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24137         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24138         (type_found):
24139         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24140         (group_destroy), (group_commit), (queue_overrun),
24141         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24142         (mute_stream), (new_decoded_pad), (setup_substreams),
24143         (setup_source), (mute_group_type), (set_active_source),
24144         (gst_play_base_bin_change_state):
24145         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24146         (gen_video_element), (gen_text_element), (gen_audio_element),
24147         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24148         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24149         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24150         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24151         Some playbin cleanups mostly refcounting sloppyness.
24152
24153 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24154
24155         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24156           Work with streaming input.
24157
24158 2005-05-25  Wim Taymans  <wim@fluendo.com>
24159
24160         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24161         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24162         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24163         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24164         No need to take the STREAM lock anymore.
24165
24166 2005-05-25  Wim Taymans  <wim@fluendo.com>
24167
24168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24169         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24170         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24171         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24172         (gst_ogg_demux_sink_activate):
24173         * ext/theora/theoradec.c: (theora_dec_src_event),
24174         (theora_handle_comment_packet), (theora_dec_chain),
24175         (theora_dec_change_state):
24176         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24177         (vorbis_handle_data_packet), (vorbis_dec_chain),
24178         (vorbis_dec_change_state):
24179         Remove STREAM locks as they are taken in core now.
24180         Never set bogus granulepos on vorbis/theora.
24181         Fix leaks in theoradec tag parsing.
24182
24183 2005-05-25  Wim Taymans  <wim@fluendo.com>
24184
24185         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24186         Fix memleaks, GST_BUFFER_DATA() is not freed.
24187
24188 2005-05-25  Wim Taymans  <wim@fluendo.com>
24189
24190         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24191         Open non-blocking, set to blocking mode afterwards to avoid
24192         lockups when audio device is busy.
24193
24194 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24195
24196         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24197           This can't be good.
24198
24199 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24200
24201         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24202         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24203         (gst_audio_convert_setcaps):
24204           Implement instant setup switching.
24205
24206 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24207
24208         * gst/playback/gstplaybasebin.c: (probe_triggered):
24209           Fix missing unlock.
24210         * gst/playback/gstplaybin.c: (add_sink):
24211           First add, then link (otherwise pad link fails).
24212
24213 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24214
24215         * examples/Makefile.am:
24216         fix buildbot (make distcheck)
24217
24218 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24219
24220         * gst/playback/gstplaybin.c: (gen_vis_element):
24221           Remove some wrong code. Doesn't work yet.
24222
24223 2005-05-19  Wim Taymans  <wim@fluendo.com>
24224
24225         * gst-libs/gst/net/Makefile.am:
24226         * gst-libs/gst/net/README:
24227         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24228         (gst_netbuffer_class_init), (gst_netbuffer_init),
24229         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24230         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24231         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24232         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24233         * gst-libs/gst/net/gstnetbuffer.h:
24234         Added buffer subclass to store extra to/from addresses for
24235         network sources/sinks.
24236
24237 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24238
24239         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24240           Don't lock an unassigned variable.
24241
24242 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24243
24244         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24245           Increase buffer for video, decrease buffer for other media types.
24246         * gst/playback/gstplaybin.c: (gen_video_element),
24247         (gen_audio_element):
24248           Change names for debugging purposes.
24249
24250 2005-05-18  Wim Taymans  <wim@fluendo.com>
24251
24252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24253         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24254         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24255         (gst_ffmpegcsp_chain):
24256         Enable buffer alloc passthrough if the source and dest
24257         formats are the same.
24258
24259 2005-05-17  Wim Taymans  <wim@fluendo.com>
24260
24261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24262         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24263         (gst_ogg_demux_chain_unlocked):
24264         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24265         (gst_audio_convert_caps_remove_format_info),
24266         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24267         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24268         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24269         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24270         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24271         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24272         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24273         (gst_ffmpegcsp_get_property):
24274         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24275         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24276         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24277         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24278         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24279         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24280         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24281         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24282         Leak fixes in oggdemux.
24283         Some cleanups in audioconvert.
24284         Make passthrough work along with buffer_alloc etc.
24285         Make buffer_alloc and buffer recycling actually work in
24286         xvimagesink.
24287
24288 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24289
24290         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24291           make the compiler happy
24292
24293 2005-05-17  Wim Taymans  <wim@fluendo.com>
24294
24295         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24296         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24297         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24298         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24299         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24300         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24301         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24302         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24303         (gst_xvimagesink_set_xwindow_id):
24304         * sys/xvimage/xvimagesink.h:
24305         Port xvimagesink to new MiniObject.
24306
24307 2005-05-17  Wim Taymans  <wim@fluendo.com>
24308
24309         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24310         (gst_audiofilter_chain):
24311         * gst-libs/gst/audio/gstaudiosink.c:
24312         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24313         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24314         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24315         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24316         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24317         (gst_audiosink_create_ringbuffer):
24318         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24319         (gst_audio_convert_caps_remove_format_info),
24320         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24321         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24322         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24323         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24324         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24325         Fix passthrough in ffmpegcolorspace.
24326         Fix memset in audiosink on wrong memory.
24327
24328 2005-05-16  David Schleef  <ds@schleef.org>
24329
24330         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24331         to GstMiniObject.
24332
24333 2005-05-16  David Schleef  <ds@schleef.org>
24334
24335         Port from GstData to GstMiniObject.
24336         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24337         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24338         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24339         (gst_ogg_mux_collected):
24340         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24341         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24342         (theora_handle_data_packet):
24343         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24344         (theora_set_header_on_caps), (theora_enc_chain):
24345         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24346         (vorbis_handle_comment_packet):
24347         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24348         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24349         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24350         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24351         * gst/audioconvert/gstaudioconvert.c:
24352         (gst_audio_convert_get_buffer):
24353         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24354         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24355         (mute_stream), (silence_stream):
24356         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24357         * gst/volume/gstvolume.c: (volume_transform):
24358         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24359         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24360         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24361         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24362         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24363         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24364         (gst_ximagesink_buffer_alloc):
24365         * sys/ximage/ximagesink.h:
24366
24367 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24368
24369         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24370         (fill_buffer), (check_queue), (queue_threshold_reached),
24371         (queue_out_of_data):
24372         * gst/playback/gstplaybasebin.h:
24373           Post buffer-fullness on the bus.
24374
24375 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24376
24377         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24378         (try_to_link_1):
24379         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24380         (group_commit), (probe_triggered), (setup_source),
24381         (gst_play_base_bin_change_state):
24382         * gst/playback/gstplaybasebin.h:
24383         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24384         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24385         (gst_play_bin_change_state):
24386           Move setup_output_pads into a virtual function, remove
24387           group-switch (no longer needed) and redirect (handled by bus
24388           now) signals.
24389
24390 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24391
24392         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24393         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24394         (get_active_group), (get_building_group), (group_destroy),
24395         (group_commit), (check_queue), (queue_overrun),
24396         (queue_threshold_reached), (queue_out_of_data),
24397         (gen_preroll_element), (remove_groups), (unknown_type),
24398         (add_element_stream), (no_more_pads), (probe_triggered),
24399         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24400         (setup_substreams), (setup_source), (finish_source),
24401         (prepare_output), (muted_group_change_state),
24402         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24403         (gst_play_base_bin_change_state):
24404         * gst/playback/gstplaybasebin.h:
24405         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24406         (gst_play_bin_init), (gst_play_bin_set_property),
24407         (gen_video_element), (gen_text_element), (gen_audio_element),
24408         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24409         (gst_play_bin_change_state):
24410         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24411         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24412         (stream_info_change_state), (gst_stream_info_set_mute),
24413         (gst_stream_info_get_property):
24414         * gst/playback/gststreaminfo.h:
24415         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24416         (gst_stream_selector_get_linked_pad),
24417         (gst_stream_selector_getcaps),
24418         (gst_stream_selector_get_linked_pads),
24419         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24420         * gst/playback/gststreamselector.h:
24421           Rough port of playbin. Needs some more work, but is mostly done,
24422           and uses a few locks in important places, which should make stuff
24423           like chain-switches clean. Still uses GST_STATE() in a few places,
24424           which isn't all that good an idea, subtitles/elements disabled
24425           because no elements to test with and thus probably broken, query
24426           and event handling moved to GstBin, internal thread removed
24427           alltogether because the pipeline does that for us now. Can play
24428           Ogg/Vorbis files. Haven't tested anything else yet.
24429
24430 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24431
24432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24433           Do no-more-pads (needed for autoplugging).
24434
24435 2005-05-10  Andy Wingo  <wingo@pobox.com>
24436
24437         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24438         message to the bus with the tags. Still not sent downstream tho.
24439
24440         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24441         get_parent.
24442         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24443         avoid refcounting hassles.
24444
24445 2005-05-09  Andy Wingo  <wingo@pobox.com>
24446
24447         * gst/volume/Makefile.am:
24448         * gst/volume/demo.c
24449         * gst/volume/gstvolume.h
24450         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24451         basetransform. Probably need an audio filter base class.
24452
24453 2005-05-09  Wim Taymans  <wim@fluendo.com>
24454
24455         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24456         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24457         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24458         (gst_vorbisenc_chain):
24459         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24460         (gst_audio_convert_caps_remove_format_info),
24461         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24462         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24463         Make caps writable before writing to it.
24464         Fix negotiation in audioconvert some more.
24465
24466 2005-05-09  Wim Taymans  <wim@fluendo.com>
24467
24468         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24469         (gst_videorate_getcaps), (gst_videorate_setcaps),
24470         (gst_videorate_event), (gst_videorate_chain):
24471         Better negotiation.
24472
24473 2005-05-09  Wim Taymans  <wim@fluendo.com>
24474
24475         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24476         (gst_videorate_getcaps), (gst_videorate_setcaps),
24477         (gst_videorate_blank_data), (gst_videorate_init),
24478         (gst_videorate_event), (gst_videorate_chain),
24479         (gst_videorate_change_state):
24480         Port videorate, do a better job at negotiation while we're at
24481         it.
24482
24483 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24484
24485         * configure.ac:
24486           Disable libvisual
24487
24488         * examples/Makefile.am:
24489         * gst-libs/gst/audio/Makefile.am:
24490         * gst-libs/gst/riff/Makefile.am:
24491         * gst-libs/gst/tag/Makefile.am:
24492         * gst-libs/gst/video/Makefile.am:
24493           Fixups for missing variables.
24494
24495 2005-05-09  Wim Taymans  <wim@fluendo.com>
24496
24497         * examples/seeking/seek.c: (make_theora_pipeline),
24498         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24499         (query_rates), (query_positions_elems), (query_positions_pads),
24500         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24502         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24503         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24504         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24505         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24506         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24507         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24508         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24509         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24510         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24511         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24512         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24513         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24514         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24515         (theora_dec_src_convert), (theora_dec_sink_convert),
24516         (theora_dec_src_query), (theora_dec_sink_query),
24517         (theora_dec_src_event), (theora_dec_sink_event),
24518         (theora_handle_comment_packet), (theora_handle_type_packet),
24519         (theora_handle_header_packet), (theora_handle_data_packet),
24520         (theora_dec_chain):
24521         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24522         (vorbis_dec_convert), (vorbis_dec_src_query),
24523         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24524         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24525         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24526         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24528         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24529         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24530         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24531         (gst_play_bin_query):
24532         * gst/playback/test3.c: (update_scale):
24533         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24534         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24535         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24536         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24537         (gst_videotestsrc_src_query):
24538         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24539         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24540         (paint_hline_YUV9):
24541         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24542         Port to new query API.
24543         Updated seek.
24544         Cleanups in x[v]imagesink
24545
24546 2005-05-09  Andy Wingo  <wingo@pobox.com>
24547
24548         * ext/alsa/gstalsasink.h:
24549         * ext/gnomevfs/gstgnomevfssrc.c:
24550         (gst_gnomevfssrc_get_icy_metadata):
24551         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24552         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24553         * ext/theora/theoradec.c (theora_dec_src_query)
24554         (theora_dec_src_event, theora_dec_sink_event)
24555         (theora_handle_comment_packet, theora_handle_data_packet):
24556         * ext/theora/theoraenc.c (theora_enc_chain):
24557         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24558         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24559         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24560         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24561         (qt_type_find):
24562         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24563         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24564         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24565         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24566         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24567         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24568         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24569         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24570         (paint_setup_RGB565, paint_setup_xRGB1555):
24571         * gst/videotestsrc/videotestsrc.h:
24572         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24573         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24574         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24575         GCC4 fixes.
24576         
24577         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24578         gst_pad_query_position. Fixes oggdemux.
24579
24580 2005-05-08  David Schleef  <ds@schleef.org>
24581
24582         * configure.ac: Require liboil.
24583         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24584         a few more.
24585         * gst/videotestsrc/videotestsrc.c:
24586         * gst/videotestsrc/videotestsrc.h:
24587
24588 2005-05-06  Wim Taymans  <wim@fluendo.com>
24589
24590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24591         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24592         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24593         Well, unreffing a buffer right before pushing it is asking
24594         for trouble..
24595
24596 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24597
24598         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24599
24600 2005-05-06  Wim Taymans  <wim@fluendo.com>
24601
24602         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24603         (gst_audio_convert_caps_remove_format_info),
24604         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24605         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24606         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24607         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24608         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24609         * gst/sine/Makefile.am:
24610         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24611         (gst_sinesrc_class_init), (gst_sinesrc_init),
24612         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24613         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24614         (gst_sinesrc_update_freq):
24615         * gst/sine/gstsinesrc.h:
24616         * gst/tcp/gstmultifdsink.c:
24617         * sys/xvimage/xvimagesink.c:
24618         Fixed negotiation wrt _peer_get_caps()
24619         Some cleanups.
24620
24621
24622 2005-05-06  Wim Taymans  <wim@fluendo.com>
24623
24624         * gst-libs/gst/audio/gstaudiosink.c:
24625         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24626         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24627         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24628         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24629         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24630         (gst_audiosink_create_ringbuffer):
24631         * gst-libs/gst/audio/gstbaseaudiosink.c:
24632         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24633         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24634         (gst_baseaudiosink_set_property), (build_linear_format),
24635         (debug_spec_caps), (debug_spec_buffer),
24636         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24637         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24638         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24639         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24640         * gst-libs/gst/audio/gstbaseaudiosink.h:
24641         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24642         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24643         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24644         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24645         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24646         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24647         (wait_segment), (gst_ringbuffer_commit),
24648         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24649         (gst_ringbuffer_clear):
24650         * gst-libs/gst/audio/gstringbuffer.h:
24651         Make the base audiosink return an error when there is no
24652         audiobuffer negotiated.
24653
24654 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24655
24656         * ext/Makefile.am:
24657         Disable cdparanoia until someone ports it!
24658
24659 2005-05-06  Wim Taymans  <wim@fluendo.com>
24660
24661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24662         (gst_ogg_demux_sink_activate):
24663         And revert after wingo's revert.. sigh..
24664
24665 2005-05-05  Andy Wingo  <wingo@pobox.com>
24666
24667         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24668         GObject.
24669         * configure.ac: Return audiorate and subparse from the ghetto.
24670         Re-enable -Wall -Werror.
24671         * gst/subparse/gstsubparse.c:
24672         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24673         or chain-based. Cleaned up a bit. Not tested.
24674         
24675 2005-05-05  Christian Schaller <christian@fluendo.com> 
24676
24677         * Makefile.am: remove stuff that is not building
24678         * configure.ac: remove stuff that is not building
24679         * examples/Makefile.am: remove stuff that is not building
24680         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24681         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24682         * sys/Makefile.am: remove stuff that is not building
24683         * testsuite/Makefile.am: remove stuff that is not building
24684
24685 2005-05-05  Andy Wingo  <wingo@pobox.com>
24686
24687         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24688         * gst-libs/gst/tag/gstvorbistag.c:
24689         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24690         * gst/adder/gstadder.h:
24691         * gst/audioconvert/gstchannelmix.c:
24692         (gst_audio_convert_fill_one_other):
24693         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24694         (gst_audiorate_init), (gst_audiorate_chain):
24695         * gst/playback/gstplaybasebin.c: (setup_source):
24696         * gst/playback/test3.c: (update_scale):
24697         Some GCC4 fixes
24698         
24699         * po/af.po:
24700         * po/az.po:
24701         * po/cs.po:
24702         * po/en_GB.po:
24703         * po/hu.po:
24704         * po/it.po:
24705         * po/nb.po:
24706         * po/nl.po:
24707         * po/or.po:
24708         * po/sq.po:
24709         * po/sr.po:
24710         * po/sv.po:
24711         * po/uk.po:
24712         * po/vi.po: Foo
24713
24714 2005-05-05  Wim Taymans  <wim@fluendo.com>
24715
24716         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24717         (gst_audio_convert_caps_remove_format_info),
24718         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24719         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24720         * gst/videotestsrc/gstvideotestsrc.c:
24721         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24722         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24723         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24724         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24725         Don't ignore _push() return values.
24726         Make sure no processing is done when shutting down.
24727         Videotestsrc pad activation fix.
24728
24729 2005-05-05  Wim Taymans  <wim@fluendo.com>
24730
24731         * gst/adder/Makefile.am:
24732         * gst/adder/gstadder.c: (gst_adder_setcaps),
24733         (gst_adder_class_init), (gst_adder_init),
24734         (gst_adder_request_new_pad), (gst_adder_collected),
24735         (gst_adder_change_state):
24736         * gst/adder/gstadder.h:
24737         Ported adder as an example of a mixer element using
24738         collect pads. Needs more negotiation work.
24739
24740 2005-05-05  Wim Taymans  <wim@fluendo.com>
24741
24742         * ext/theora/theoradec.c: (_inc_granulepos),
24743         (theora_dec_src_event), (theora_dec_sink_event),
24744         (theora_handle_comment_packet), (theora_handle_type_packet),
24745         (theora_handle_header_packet), (theora_handle_data_packet),
24746         (theora_dec_chain):
24747         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24748         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24749         (theora_push_buffer), (theora_push_packet),
24750         (theora_enc_sink_event), (theora_enc_chain),
24751         (theora_enc_change_state), (theora_enc_set_property),
24752         (theora_enc_get_property):
24753         Added stream lock to decoder so that we can serialize
24754         the discont event.
24755         More theoraenc porting, recover from errors, do clean
24756         shutdown.
24757
24758 2005-05-05  Wim Taymans  <wim@fluendo.com>
24759
24760         * ext/ogg/Makefile.am:
24761         * ext/ogg/README:
24762         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24763         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24764         (gst_ogg_print):
24765         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24766         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24767         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24768         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24769         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24770         (gst_ogg_mux_change_state):
24771         Ported ogg muxer.
24772
24773 2005-05-05  Wim Taymans  <wim@fluendo.com>
24774
24775         * docs/design-audiosinks.txt:
24776         * gst-libs/gst/audio/TODO:
24777         * gst-libs/gst/audio/gstaudiosink.c:
24778         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24779         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24780         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24781         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24782         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24783         (gst_audiosink_create_ringbuffer):
24784         * gst-libs/gst/audio/gstbaseaudiosink.c:
24785         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24786         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24787         (gst_baseaudiosink_set_property), (build_linear_format),
24788         (debug_spec_caps), (debug_spec_buffer),
24789         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24790         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24791         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24792         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24793         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24794         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24795         (gst_ringbuffer_release), (gst_ringbuffer_play),
24796         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24797         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24798         (gst_ringbuffer_set_sample), (wait_segment),
24799         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24800         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24801         More work on the audiosink, mostly debugging and a race in
24802         shutdown.
24803
24804 2005-04-28  Wim Taymans  <wim@fluendo.com>
24805
24806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24807         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24808         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24809         (vorbis_dec_src_query), (vorbis_dec_src_event),
24810         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24811         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24812         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24813         Don't crap out when seeking back to position 0.
24814
24815 2005-04-28  Wim Taymans  <wim@fluendo.com>
24816
24817         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24818         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24819         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24820         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24821         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24822         Make audio sink configurable, use alsasink as default.
24823
24824 2005-04-28  Wim Taymans  <wim@fluendo.com>
24825
24826         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24827         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24828         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24829         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24830         (vorbis_dec_change_state):
24831         * ext/vorbis/vorbisdec.h:
24832         Refactor, use STREAM_LOCK.
24833
24834 2005-04-28  Wim Taymans  <wim@fluendo.com>
24835
24836         * ext/theora/theoradec.c: (_inc_granulepos),
24837         (theora_dec_sink_event), (theora_handle_comment_packet),
24838         (theora_handle_type_packet), (theora_handle_header_packet),
24839         (theora_handle_data_packet), (theora_dec_chain),
24840         (theora_dec_change_state):
24841         Refactor a bit, use STREAM_LOCK.
24842
24843 2005-04-28  Wim Taymans  <wim@fluendo.com>
24844
24845         * ext/alsa/Makefile.am:
24846         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24847         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24848         (gst_alsa_link), (gst_alsa_close_audio):
24849         * ext/alsa/gstalsaplugin.c: (plugin_init):
24850         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24851         (gst_alsasink_dispose), (gst_alsasink_base_init),
24852         (gst_alsasink_class_init), (gst_alsasink_init),
24853         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24854         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24855         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24856         (gst_alsasink_reset):
24857         * ext/alsa/gstalsasink.h:
24858         Implement alsasink with simple open/write/close API. 
24859         Make alsa dir build by disabling compilation of code.
24860
24861 2005-04-28  Wim Taymans  <wim@fluendo.com>
24862
24863         * gst-libs/gst/audio/Makefile.am:
24864         * gst-libs/gst/audio/audio.h:
24865         * gst-libs/gst/audio/audioclock.c:
24866         * gst-libs/gst/audio/audioclock.h:
24867         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24868         (gst_audio_clock_class_init), (gst_audio_clock_init),
24869         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24870         * gst-libs/gst/audio/gstaudioclock.h:
24871         * gst-libs/gst/audio/gstaudiosink.c:
24872         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24873         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24874         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24875         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24876         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24877         (gst_audiosink_create_ringbuffer):
24878         * gst-libs/gst/audio/gstbaseaudiosink.c:
24879         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24880         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24881         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24882         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24883         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24884         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24885         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24886         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24887         * gst-libs/gst/audio/gstbaseaudiosink.h:
24888         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24889         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24890         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24891         (gst_ringbuffer_release), (gst_ringbuffer_play),
24892         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24893         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24894         (gst_ringbuffer_set_sample), (wait_segment),
24895         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24896         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24897         * gst-libs/gst/audio/gstringbuffer.h:
24898         Make ringbuffer faster and more simple by removing the locks
24899         in the playback thread.
24900         Add sample accurate playback based on buffer sample offsets.
24901         Make the baseaudiosink provide a clock.
24902         Parse caps in the base class.
24903         Correctly handle seeking, flushing and state changes.
24904
24905 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24906
24907         * configure.ac:
24908         * gst/audioconvert/Makefile.am:
24909         * gst/audioscale/Makefile.am:
24910           Fix part of the build.  Come on guys, autogen didn't even work :)
24911
24912 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24913
24914         * configure.ac:
24915         * gst-libs/gst/Makefile.am:
24916         * gst-libs/gst/media-info/.cvsignore:
24917         * gst-libs/gst/media-info/Makefile.am:
24918         * gst-libs/gst/media-info/README:
24919         * gst-libs/gst/media-info/media-info-priv.c:
24920         * gst-libs/gst/media-info/media-info-priv.h:
24921         * gst-libs/gst/media-info/media-info-test.c:
24922         * gst-libs/gst/media-info/media-info.c:
24923         * gst-libs/gst/media-info/media-info.h:
24924         * gst-libs/gst/media-info/media-info.vcproj:
24925         * pkgconfig/Makefile.am:
24926         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24927         * pkgconfig/gstreamer-media-info.pc.in:
24928           Remove media-info, which is also successed by playbin (see Totem
24929           implementation).
24930
24931 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24932
24933         * configure.ac:
24934         * examples/Makefile.am:
24935         * examples/gstplay/.cvsignore:
24936         * examples/gstplay/Makefile.am:
24937         * examples/gstplay/player.c:
24938         * gst-libs/gst/Makefile.am:
24939         * gst-libs/gst/play/.cvsignore:
24940         * gst-libs/gst/play/Makefile.am:
24941         * gst-libs/gst/play/play.c:
24942         * gst-libs/gst/play/play.h:
24943         * gst-libs/gst/play/play.vcproj:
24944         * pkgconfig/Makefile.am:
24945         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24946         * pkgconfig/gstreamer-play.pc.in:
24947           Remove libgstplay, playbin is now the official successor.
24948
24949 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24950
24951         * configure.ac:
24952         * gst-libs/gst/Makefile.am:
24953         * gst-libs/gst/xwindowlistener/Makefile.am:
24954         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24955         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24956           Remove deprecated xwindowlistener (I've moved xwindowlistening
24957           in the v4l/v4l2 plugins over to serverside).
24958
24959 2005-04-25  David Schleef  <ds@schleef.org>
24960
24961         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24962         to examples/dynparams.  Examples do not belong interspersed with
24963         source code.
24964         * examples/dynparams/demo-dparams.c:
24965         * gst/sine/Makefile.am:
24966         * gst/sine/demo-dparams.c:
24967
24968 2005-04-25  David Schleef  <ds@schleef.org>
24969
24970         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24971         * gst-libs/gst/audio/Makefile.am:
24972         * gst-libs/gst/riff/Makefile.am:
24973         * gst-libs/gst/tag/Makefile.am:
24974         * gst-libs/gst/video/Makefile.am:
24975         * gst-libs/gst/xwindowlistener/Makefile.am:
24976
24977         Convert to 0.9 API, seems to work:
24978         * sys/ximage/Makefile.am:
24979         * sys/ximage/ximagesink.c:
24980
24981 2005-04-24  David Schleef  <ds@schleef.org>
24982
24983         Link plugins against libraries:
24984         * ext/alsa/Makefile.am:
24985         * gst/tcp/Makefile.am:
24986
24987         Remove asm code that should be in liboil
24988         * gst/videoscale/Makefile.am:
24989         * gst/videoscale/videoscale_x86_asm.s:
24990
24991         gettext wants these checked in:
24992         * po/af.po:
24993         * po/az.po:
24994         * po/cs.po:
24995         * po/en_GB.po:
24996         * po/hu.po:
24997         * po/it.po:
24998         * po/nb.po:
24999         * po/nl.po:
25000         * po/or.po:
25001         * po/sq.po:
25002         * po/sr.po:
25003         * po/sv.po:
25004         * po/uk.po:
25005         * po/vi.po:
25006
25007 2005-04-24  David Schleef  <ds@schleef.org>
25008
25009         Convert gst_main() to g_main_loop_run()
25010         * gst/playback/decodetest.c: (main):
25011         * gst/playback/test2.c: (main):
25012         * gst/playback/test3.c: (main):
25013         * gst/playback/test4.c: (main):
25014
25015         Link plugins against libraries:
25016         * ext/libvisual/Makefile.am:
25017         * sys/xvimage/Makefile.am:
25018
25019 2005-04-24  David Schleef  <ds@schleef.org>
25020
25021         * configure.ac: Remove idct and resample libs
25022         * gst-libs/gst/Makefile.am: same
25023
25024         Remove usage of gst_library_load():
25025         * ext/alsa/gstalsaplugin.c: (plugin_init):
25026         * ext/libvisual/visual.c: (plugin_init):
25027         * ext/ogg/gstogg.c: (plugin_init):
25028         * ext/theora/theora.c: (plugin_init):
25029         * ext/vorbis/vorbis.c: (plugin_init):
25030         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25031         * gst/audioscale/gstaudioscale.c:
25032         * gst/adder/gstadder.c: (plugin_init):
25033         * gst/audioconvert/plugin.c: (plugin_init):
25034         * sys/ximage/ximagesink.c: (plugin_init):
25035         * sys/xvimage/xvimagesink.c: (plugin_init):
25036         * gst/tcp/gsttcpplugin.c: (plugin_init):
25037
25038         Link plugins against libraries:
25039         * ext/ogg/Makefile.am:
25040         * ext/theora/Makefile.am:
25041         * ext/vorbis/Makefile.am:
25042         * gst/audioconvert/Makefile.am:
25043
25044         Create proper libraries:
25045         * gst-libs/gst/riff/Makefile.am:
25046         * gst-libs/gst/audio/Makefile.am:
25047         * gst-libs/gst/video/Makefile.am:
25048
25049         Move resample library to audioscale plugin directory:
25050         * gst-libs/gst/resample/Makefile.am:
25051         * gst-libs/gst/resample/README:
25052         * gst-libs/gst/resample/dtof.c:
25053         * gst-libs/gst/resample/dtos.c:
25054         * gst-libs/gst/resample/functable.c:
25055         * gst-libs/gst/resample/private.h:
25056         * gst-libs/gst/resample/resample.c:
25057         * gst-libs/gst/resample/resample.h:
25058         * gst-libs/gst/resample/resample.vcproj:
25059         * gst-libs/gst/resample/test.c:
25060         * gst/audioscale/Makefile.am:
25061         * gst/audioscale/README:
25062         * gst/audioscale/dtof.c:
25063         * gst/audioscale/dtos.c:
25064         * gst/audioscale/functable.c:
25065         * gst/audioscale/private.h:
25066         * gst/audioscale/resample.c:
25067         * gst/audioscale/resample.h:
25068         * gst/audioscale/test.c:
25069
25070         Move tagedit library to gst-libs:
25071         * gst-libs/gst/tag/Makefile.am:
25072         * gst-libs/gst/tag/gstid3tag.c:
25073         * gst-libs/gst/tag/gsttagediting.c:
25074         * gst-libs/gst/tag/gsttageditingprivate.h:
25075         * gst-libs/gst/tag/gstvorbistag.c:
25076         * gst/tags/Makefile.am:
25077         * gst/tags/gstid3tag.c:
25078         * gst/tags/gstvorbistag.c:
25079
25080         Fix for core changes:
25081         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25082         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25083         (gst_sinesrc_getrange):
25084
25085 2005-04-23  David Schleef  <ds@schleef.org>
25086
25087         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25088         in gst-plugins in a long time, and properly belongs in liboil.
25089         * gst-libs/gst/idct/Makefile.am:
25090         * gst-libs/gst/idct/README:
25091         * gst-libs/gst/idct/dct.h:
25092         * gst-libs/gst/idct/doieee:
25093         * gst-libs/gst/idct/fastintidct.c:
25094         * gst-libs/gst/idct/floatidct.c:
25095         * gst-libs/gst/idct/idct.c:
25096         * gst-libs/gst/idct/idct.h:
25097         * gst-libs/gst/idct/idtc.vcproj:
25098         * gst-libs/gst/idct/ieeetest.c:
25099         * gst-libs/gst/idct/intidct.c:
25100
25101 2005-04-20  Wim Taymans  <wim@fluendo.com>
25102
25103         * docs/design-audiosinks.txt:
25104         * gst-libs/gst/audio/Makefile.am:
25105         * gst-libs/gst/audio/TODO:
25106         * gst-libs/gst/audio/gstaudiosink.c:
25107         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25108         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25109         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25110         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25111         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25112         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25113         (gst_audiosink_class_init), (gst_audiosink_init),
25114         (gst_audiosink_create_ringbuffer):
25115         * gst-libs/gst/audio/gstaudiosink.h:
25116         * gst-libs/gst/audio/gstbaseaudiosink.c:
25117         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25118         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25119         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25120         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25121         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25122         (gst_baseaudiosink_create_ringbuffer),
25123         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25124         * gst-libs/gst/audio/gstbaseaudiosink.h:
25125         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25126         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25127         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25128         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25129         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25130         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25131         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25132         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25133         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25134         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25135         * gst-libs/gst/audio/gstringbuffer.h:
25136         An attempt at a set of audio base classes together with some
25137         design docs.
25138
25139 2005-04-20  Wim Taymans  <wim@fluendo.com>
25140
25141         * gst/audioconvert/Makefile.am:
25142         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25143         (gst_audio_convert_caps_remove_format_info),
25144         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25145         (gst_audio_convert_channels):
25146         Link against audio libs.
25147         Fix audio convert plugin.
25148
25149 2005-04-20  Wim Taymans  <wim@fluendo.com>
25150
25151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25152         (gst_ogg_demux_sink_activate):
25153         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25154         (theora_set_header_on_caps), (theora_enc_sink_event),
25155         (theora_enc_chain):
25156         Fix theora encoder.
25157
25158 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25159
25160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25161         * gst/playback/gstdecodebin.c: (find_compatibles):
25162           Work with staticpadtemplates in elementfactories.
25163
25164 2005-04-12  Wim Taymans  <wim@fluendo.com>
25165
25166         * gst/playback/README:
25167         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25168         (compare_ranks), (print_feature), (gst_decode_bin_init),
25169         (dynamic_create), (dynamic_free), (find_compatibles),
25170         (mimetype_is_raw), (close_pad_link), (got_redirect),
25171         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25172         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25173         (gst_decode_bin_change_state):
25174         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25175         (gst_play_base_bin_init), (group_destroy), (group_commit),
25176         (check_queue), (queue_overrun), (queue_threshold_reached),
25177         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25178         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25179         (got_redirect), (setup_source), (play_base_eos),
25180         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25181         (gst_play_base_bin_remove_element):
25182         * gst/playback/gstplaybasebin.h:
25183         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25184         (gst_play_bin_init), (gst_play_bin_dispose),
25185         (gst_play_bin_set_property), (gen_video_element),
25186         (gen_text_element), (gen_audio_element), (remove_sinks),
25187         (gst_play_bin_send_event):
25188         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25189         (stream_info_change_state), (gst_stream_info_set_mute):
25190         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25191         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25192         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25193         (gst_stream_selector_chain):
25194         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25195         (main):
25196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25197         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25198         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25199         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25200         Raw and crude port of decodebin. 
25201         Make playbin compile.
25202
25203 2005-04-06  Wim Taymans  <wim@fluendo.com>
25204
25205         * ext/gnomevfs/Makefile.am:
25206         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25207         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25208         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25209         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25210         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25211         (gst_gnomevfssrc_stop):
25212         * ext/ogg/Makefile.am:
25213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25214         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25215         * ext/theora/Makefile.am:
25216         * ext/theora/theoradec.c: (_inc_granulepos),
25217         (theora_dec_sink_event), (theora_dec_chain):
25218         * ext/vorbis/Makefile.am:
25219         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25220         (vorbis_dec_sink_event), (vorbis_dec_chain):
25221         * gst-libs/gst/audio/Makefile.am:
25222         * sys/xvimage/Makefile.am:
25223         Make gnomevfssrc extend the source base class.
25224         Fix linking against libs in various plugins.
25225
25226 2005-04-06  Andy Wingo  <wingo@pobox.com>
25227
25228         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25229         GST_BASE_LIBS.
25230
25231         * configure.ac: Add check and AC_SUBST for libgstbase.
25232
25233 2005-03-31  Wim Taymans  <wim@fluendo.com>
25234
25235         * examples/seeking/Makefile.am:
25236         * examples/seeking/cdparanoia.c: (main):
25237         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25238         (play_cb), (pause_cb), (stop_cb), (main):
25239         * examples/seeking/playbin.c:
25240         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25241         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25242         (make_sid_pipeline), (make_vorbis_pipeline),
25243         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25244         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25245         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25246         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25247         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25248         (stop_cb), (main):
25249         * examples/seeking/spider_seek.c:
25250         * examples/seeking/vorbisfile.c:
25251         * ext/gnomevfs/Makefile.am:
25252         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25253         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25254         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25255         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25256         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25257         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25258         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25259         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25260         * ext/ogg/README:
25261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25262         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25263         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25264         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25265         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25266         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25267         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25268         (gst_ogg_demux_factory_filter), (compare_ranks),
25269         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25270         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25271         (gst_ogg_chain_new), (gst_ogg_chain_free),
25272         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25273         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25274         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25275         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25276         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25277         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25278         (gst_ogg_demux_get_prev_page),
25279         (gst_ogg_demux_deactivate_current_chain),
25280         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25281         (gst_ogg_demux_bisect_forward_serialno),
25282         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25283         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25284         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25285         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25286         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25287         (gst_ogg_demux_change_state), (gst_ogg_print):
25288         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25289         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25290         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25291         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25292         (gst_ogg_mux_loop):
25293         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25294         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25295         (theora_dec_src_convert), (theora_dec_sink_convert),
25296         (theora_dec_src_query), (theora_dec_src_event),
25297         (theora_dec_sink_event), (theora_dec_chain),
25298         (theora_dec_change_state):
25299         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25300         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25301         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25302         (theora_enc_change_state):
25303         * ext/vorbis/Makefile.am:
25304         * ext/vorbis/oggvorbisenc.c:
25305         * ext/vorbis/oggvorbisenc.h:
25306         * ext/vorbis/vorbis.c: (plugin_init):
25307         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25308         (vorbis_dec_src_query), (vorbis_dec_src_event),
25309         (vorbis_dec_sink_event), (vorbis_dec_chain),
25310         (vorbis_dec_change_state):
25311         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25312         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25313         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25314         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25315         (gst_vorbisenc_change_state):
25316         * ext/vorbis/vorbisenc.h:
25317         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25318         * gst-libs/gst/audio/audioclock.c:
25319         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25320         (gst_audiofilter_init), (gst_audiofilter_chain):
25321         * gst-libs/gst/audio/testchannels.c: (main):
25322         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25323         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25324         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25325         (gmip_find_track_streaminfo), (gmip_find_track_format):
25326         * gst-libs/gst/media-info/media-info.c:
25327         (gst_media_info_read_idler):
25328         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25329         (gst_play_get_all_by_interface):
25330         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25331         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25332         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25333         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25334         (gst_riff_parse_info):
25335         * gst-libs/gst/riff/riff-read.h:
25336         * gst-libs/gst/riff/riff.c: (plugin_init):
25337         * gst-libs/gst/video/Makefile.am:
25338         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25339         (gst_videosink_class_init), (gst_videosink_get_type):
25340         * gst-libs/gst/video/videosink.h:
25341         * gst/audioconvert/bufferframesconvert.c:
25342         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25343         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25344         * gst/audioconvert/channelmixtest.c: (main):
25345         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25346         (gst_audio_convert_chain),
25347         (gst_audio_convert_caps_remove_format_info),
25348         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25349         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25350         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25351         (gst_audio_convert_buffer_to_default_format),
25352         (gst_audio_convert_buffer_from_default_format),
25353         (gst_audio_convert_channels):
25354         * gst/audioconvert/gstchannelmix.h:
25355         * gst/ffmpegcolorspace/avcodec.h:
25356         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25357         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25358         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25359         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25360         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25361         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25362         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25363         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25364         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25365         (dv_type_find):
25366         * gst/videotestsrc/gstvideotestsrc.c:
25367         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25368         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25369         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25370         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25371         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25372         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25373         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25375         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25376         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25377         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25378         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25379         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25380         (gst_xvimagesink_navigation_send_event),
25381         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25382         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25383         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25384         * sys/xvimage/xvimagesink.h:
25385         Plugin port to 0.9, ogg/theora playback should work in the seek
25386         example now.
25387         Removed old examples.
25388         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25389         explained in 0.9 TODO doc.
25390
25391
25392 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25393
25394         * autogen.sh:
25395         * configure.ac:
25396         * ext/Makefile.am:
25397         * gst/Makefile.am:
25398         * po/POTFILES.in:
25399         * po/af.po:
25400         * po/az.po:
25401         * po/cs.po:
25402         * po/en_GB.po:
25403         * po/hu.po:
25404         * po/it.po:
25405         * po/nb.po:
25406         * po/nl.po:
25407         * po/or.po:
25408         * po/sq.po:
25409         * po/sr.po:
25410         * po/sv.po:
25411         * po/uk.po:
25412         * po/vi.po:
25413         * sys/Makefile.am:
25414         * testsuite/Makefile.am:
25415           remove a whole bunch of plugins.  This module now contains a set
25416           of free reference plugins/elements as agreed.
25417
25418 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25419
25420         * configure.ac:
25421           hunting season on 0.9 is now OPEN
25422
25423 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25424
25425         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25426           Kick the hell out of gcc for not warning me about a symbol conflict.
25427
25428 2005-02-22  Luca Ognibene  <luogni@tin.it>
25429
25430         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25431
25432         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25433           Don't leak caps string (fixes #168134)
25434
25435         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25436         (gst_jpegenc_init), (gst_jpegenc_finalize),
25437         (gst_jpegenc_change_state):
25438           Don't leak line buffers and context struct (fixes #168133).
25439
25440 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25441
25442         * configure.ac:
25443         * ext/dirac/gstdiracdec.cc:
25444         (gst_diracdec_chain):
25445           Since dirac 0.5.0 the framerate in dirac is expressed as a
25446           rational number. Fix build and up requirement to 0.5.0, and
25447           also pass parameters to gst_diracdec_link in the right order
25448           (fixes #167959).
25449
25450 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25451
25452         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25453         * ext/faad/gstfaad.h:
25454         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25455         certain invalid muxed streams, where some packets will contain 
25456         junk after decoder data. Partially fixes #149158.
25457
25458 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25459         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25460           Make sure we only write to writable buffers
25461
25462 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25463
25464         * gst-libs/gst/riff/riff-media.c:
25465         (gst_riff_create_audio_caps_with_data):
25466           Do actually fix invalid RIFF fmt header values for alaw
25467           and mulaw audio instead of just saying so.
25468
25469         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25470           Give gst_riff_create_audio_caps_with_data() a chance to
25471           fix up broken format header fields before extracting any
25472           parameters from the header. (fixes #167633)
25473
25474 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25475
25476         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25477
25478         * gst/audioconvert/bufferframesconvert.c:
25479         (buffer_frames_convert_link):
25480           Don't leak othercaps. (fixes #167878)
25481
25482 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25483
25484         * configure.ac:
25485         * ext/libvisual/visual.c: (gst_visual_srclink),
25486         (gst_visual_change_state):
25487           Support libvisual 0.2.0.
25488
25489 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25490
25491         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25492         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25493           Use same rowstrides for I420 as used everywhere else.
25494
25495 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25496
25497         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25498           Declare variables at beginning of block and make gcc-2.95 happy
25499           (fixes # 167482, patch by Gergely Nagy).
25500           
25501         * gst/tcp/gsttcpclientsrc.c:
25502         * gst/tcp/gsttcpclientsrc.h:
25503           Move some includes into the header, so that struct sockaddr_in is
25504           defined when it should be defined on FreeBSD as well (fixes
25505           #167483).
25506           
25507         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25508           Don't pass uninitialised values to setsockopt() here either.
25509
25510 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25511
25512         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25513
25514         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25515           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25516
25517 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25518
25519         * gst/playback/gstplaybin.c: (add_sink):
25520           Invert bin_add/link order to workaround deadlock in opt.
25521
25522 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25523
25524         * gst/modplug/gstmodplug.cc:
25525           Add missing break causing position queries to fail.
25526
25527 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25528
25529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25530           Granpos can apparently be -1, which screws up calculations...
25531
25532 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25533
25534         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25535         (gst_ximagesink_send_pending_navigation),
25536         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25537         (gst_ximagesink_init):
25538         * sys/ximage/ximagesink.h:
25539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25540         (gst_xvimagesink_send_pending_navigation),
25541         (gst_xvimagesink_navigation_send_event),
25542         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25543         * sys/xvimage/xvimagesink.h:
25544           Use a mutex protected list to marshal navigation
25545           events into the stream thread from whichever thread
25546           sends them.
25547
25548 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25549
25550         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25551           Display current position and track length; misc. clean-ups.
25552           
25553         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25554         (speed_init), (speed_chain):
25555           Add query function, so that the stream length and current position
25556           get adjusted when queried (note that current position queries may
25557           still be wrong if the audio sink returns values based on buffer
25558           timestamps instead of passing on the query).
25559
25560 2005-02-13  Benjamin Otte  <otte@gnome.org>
25561
25562         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25563         (gst_audio_convert_channels):
25564           create channel conversion matrix when linking
25565         * gst/audioconvert/.cvsignore:
25566         * gst/audioconvert/Makefile.am:
25567         * gst/audioconvert/channelmixtest.c: (main):
25568           add (ugly) test that ensures stereo <=> mono conversion works
25569           correctly
25570
25571 2005-02-13  Benjamin Otte  <otte@gnome.org>
25572
25573         * gst/audioconvert/gstchannelmix.h:
25574           include missing header file
25575         * gst/audioconvert/gstchannelmix.c:
25576         (gst_audio_convert_fill_compatible):
25577           use same sign for both channels when converting to/from compatible
25578           channel. Previously used different signs made the signals cancel
25579           each other out and appear like silence. (fixes #167269)
25580
25581 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25582
25583         * gst/ffmpegcolorspace/avcodec.h:
25584         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25585         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25586         (gst_ffmpegcsp_avpicture_fill):
25587         * gst/ffmpegcolorspace/imgconvert.c:
25588           Convert to and from YV12 (fixes #156379).
25589
25590 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25591
25592         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25593         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25594         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25595         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25596         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25597         methods from chain and negotiation and vice versa (Fixes #166142).
25598         * sys/ximage/ximagesink.h: Add stream_lock.
25599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25600         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25601         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25602         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25603
25604 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25605
25606         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25607           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25608           error message when we can't open the DVD device (when dvdnav_open()
25609           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25610           the above). Send something more useful instead (fixes #167117).
25611
25612 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25613
25614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25615         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25616         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25617         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25618         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25619         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25620         methods from chain and negotiation and vice versa (Fixes #166142).
25621         Fix a possible bug of images in the buffer pool being discarded because
25622         we are looking at the wrong geometry.
25623         * sys/xvimage/xvimagesink.h: Add stream_lock.
25624
25625 2005-02-11  David Schleef  <ds@schleef.org>
25626
25627         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25628         unsigned int. (fixes #167128)
25629
25630 2005-02-11  David Schleef  <ds@schleef.org>
25631
25632         * gst/librfb/Makefile.am: Testing stuff before committing is
25633           for wimps... and people with fast machines.  Fix stupid
25634           mistake.
25635
25636 2005-02-11  David Schleef  <ds@schleef.org>
25637
25638         * configure.ac: Pull in librfb from my CVS tree, because it is
25639           too small and annoying to be separate.  Move rfbsrc plugin
25640           to gst/.
25641         * ext/Makefile.am:
25642         * ext/librfb/Makefile.am:
25643         * ext/librfb/gstrfbsrc.c:
25644         * gst/librfb/Makefile.am:
25645         * gst/librfb/gstrfbsrc.c:
25646         * gst/librfb/rfb.c:
25647         * gst/librfb/rfb.h:
25648         * gst/librfb/rfbbuffer.c:
25649         * gst/librfb/rfbbuffer.h:
25650         * gst/librfb/rfbbytestream.c:
25651         * gst/librfb/rfbbytestream.h:
25652         * gst/librfb/rfbcontext.h:
25653         * gst/librfb/rfbdecoder.c:
25654         * gst/librfb/rfbdecoder.h:
25655         * gst/librfb/rfbutil.h:
25656
25657 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25658
25659         * gst/speed/Makefile.am:
25660         * gst/speed/demo-mp3.c: (main):
25661         * gst/speed/filter.func:
25662         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25663         (speed_class_init), (speed_init), (speed_chain_int16),
25664         (speed_chain_float32), (speed_chain), (speed_set_property),
25665         (speed_get_property), (speed_change_state):
25666         * gst/speed/gstspeed.h:
25667           Fix speed element and make it chain-based (fixes #156467),
25668           and make it handle more than one channel.
25669
25670 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25671
25672         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25673         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25674         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25675         * ext/dts/gstdtsdec.h:
25676           Don't clobber the stack constructing the channels array.
25677           Make the element chain-based. DTS tracks can now be played.
25678           
25679 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25680
25681         * gst-libs/gst/audio/multichannel.h:
25682         * gst-libs/gst/gconf/gconf.h:
25683         * gst-libs/gst/idct/idct.h:
25684         * gst-libs/gst/media-info/media-info-priv.h:
25685         * gst-libs/gst/play/play.h:
25686         * gst-libs/gst/resample/private.h:
25687         * gst-libs/gst/resample/resample.h:
25688         * gst-libs/gst/riff/riff-ids.h:
25689         * gst-libs/gst/video/video.h:
25690         * gst-libs/gst/video/videosink.h:
25691           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25692           missing, so that they work when included from C++ code.
25693
25694 2005-02-09  David Schleef  <ds@schleef.org>
25695
25696         * testsuite/gst-lint: Check for non-statically scoped
25697           parent_class variables.  This won't be a problem once
25698           plugins are loaded with RTLD_LOCAL.
25699
25700 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25701
25702         * ext/mplex/gstmplexibitstream.cc:
25703           gcc madness.
25704
25705 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25706
25707         * ext/ogg/gstogmparse.c:
25708         * gst/debug/gstnavigationtest.c:
25709           Die, thou faulty symbol pollutors (non-static parent_class).
25710
25711 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25712
25713         * ext/mplex/gstmplexibitstream.cc:
25714           Fix event handling (#165525).
25715
25716 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25717
25718         * ext/mikmod/gstmikmod.c:
25719         * gst/modplug/gstmodplug.cc:
25720           Add missing endianness to template (fixes #165509).
25721
25722 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25723
25724         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25725           Fix wrong order of reading of optional bytes (#165290).
25726
25727 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25728
25729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25730           Implement FILLER event awareness.
25731
25732 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25733
25734         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25735           Fix track calculations (#166208).
25736
25737 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25738
25739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25740
25741         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25742         * ext/libpng/gstpngenc.c:
25743           Fix byte-order, use proper fixed caps. Fixes #164197.
25744
25745 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25746
25747         * configure.ac:
25748           Add dvdlpcmdec 
25749
25750         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25751         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25752           Don't push buffers if the src pad isn't negotiated yet.
25753           
25754         * gst/audioconvert/gstaudioconvert.c:
25755         (gst_audio_convert_buffer_to_default_format),
25756         (gst_audio_convert_buffer_from_default_format):
25757           Add support for 24-bit width.
25758
25759         * gst/dvdlpcmdec/.cvsignore:
25760         * gst/dvdlpcmdec/Makefile.am:
25761         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25762         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25763         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25764         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25765         (plugin_init):
25766         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25767           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25768           format. Needs support for the channels maps if someone can find 
25769           a DVD LPCM track with > 2 channels.
25770
25771         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25772         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25773         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25774         * gst/mpegstream/gstdvddemux.h:
25775         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25776         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25777         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25778         * gst/mpegstream/gstmpegdemux.h:
25779         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25780         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25781         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25782         (gst_mpeg_parse_handle_src_query),
25783         (gst_mpeg_parse_handle_src_event):
25784           Use audio/x-dvd-lpcm for LPCM output.
25785           Add DTS output.
25786
25787 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25788
25789         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25790
25791         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25792         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25793           Add BGRA handling (#165736).
25794
25795 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25796
25797         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25798
25799         * gst/law/alaw-decode.c: (alawdec_link):
25800         * gst/law/alaw-encode.c: (alawenc_link):
25801         * gst/law/mulaw-decode.c: (mulawdec_link):
25802         * gst/law/mulaw-encode.c: (mulawenc_link):
25803           Fix caps memleaks (#166600).
25804
25805 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25806
25807         * ext/tarkin/mem.h:
25808         * ext/tarkin/wavelet.h:
25809         * ext/tarkin/yuv.h:
25810         * gst/ffmpegcolorspace/avcodec.h:
25811           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25812           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25813
25814 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25815
25816         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25818         (gst_xvimagesink_change_state):
25819           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25820           Xv video (and thereby regenerate Xv colourkey) in clear() so
25821           that PLAY -> READY -> PLAY works (fixes #162504).
25822
25823 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25824
25825         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25826           Switch to list instead of range, since MJPEG-devices really just
25827           support decimations, not any size.
25828
25829 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25830         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25831         (gst_mpeg2dec_reset), (free_all_buffers),
25832         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25833         * ext/mpeg2dec/gstmpeg2dec.h:
25834           The libmpeg2 user-allocated buffer management is awkward, 
25835           to say the least. Hopefully this fixes things.
25836
25837 2005-02-04  Andy Wingo  <wingo@pobox.com>
25838
25839         * gst/audioconvert/bufferframesconvert.c
25840         (buffer_frames_convert_fixate): New function, fixates to 256
25841         frames per buffer by default. (Much better than 1.)
25842         (buffer_frames_convert_init): Set the fixate function for both src
25843         and sink pad.
25844         (buffer_frames_convert_link): After success setting nonfixed caps,
25845         get the negotiated caps so we can know how many buffer-frames it
25846         will be. No idea how this worked at all before.
25847
25848 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25849
25850         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25851         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25852         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25853         (handle_sequence), (handle_picture):
25854         * ext/mpeg2dec/gstmpeg2dec.h:
25855           Rearrange buffer tracking and refcounting and refactor
25856           a little for readability. 
25857
25858 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25859         * sys/v4l/gstv4l.c: (plugin_init):
25860         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25861         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25862         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25863         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25864         * sys/v4l/gstv4ljpegsrc.h:
25865         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25866         * sys/v4l/v4l_calls.h:
25867         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25868         (gst_v4lsrc_get_fps):
25869         * sys/v4l/v4lsrc_calls.h:
25870           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25871           you jpeg inside rgb frames" driver.
25872           Don't error in the v4lsrc link function, just return 
25873           REFUSED.
25874
25875 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25876
25877         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25878         (gst_qcamsrc_open):
25879           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25880
25881 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25882
25883         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25884           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25885
25886 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25887
25888         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25889           Reset negotiated state on PAUSED->READY.
25890
25891 2005-02-02  David Schleef  <ds@schleef.org>
25892
25893         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25894         whereever possible.  (Fixes #165997)
25895         * examples/capsfilter/capsfilter1.c: (main):
25896         * examples/dynparams/filter.c: (create_ui):
25897         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25898         * examples/seeking/chained.c: (main):
25899         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25900         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25901         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25902         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25903         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25904         * examples/switch/switcher.c: (main):
25905         * ext/dv/demo-play.c: (main):
25906         * ext/faad/gstfaad.c: (gst_faad_change_state):
25907         * ext/mad/gstmad.c: (gst_mad_chain):
25908         * ext/smoothwave/demo-osssrc.c: (main):
25909         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25910         (gst_gconf_render_bin_from_description),
25911         (gst_gconf_get_default_audio_sink),
25912         (gst_gconf_get_default_video_sink),
25913         (gst_gconf_get_default_audio_src),
25914         (gst_gconf_get_default_video_src),
25915         (gst_gconf_get_default_visualization_element):
25916         * gst/level/demo.c: (main):
25917         * gst/level/plot.c: (main):
25918         * gst/playback/gstplaybin.c: (gen_video_element),
25919         (gen_audio_element):
25920         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25921         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25922         * gst/sine/demo-dparams.c: (main):
25923         * gst/spectrum/demo-osssrc.c: (main):
25924         * gst/speed/demo-mp3.c: (main):
25925         * gst/volume/demo.c: (main):
25926         * testsuite/embed/embed.c: (main):
25927
25928 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25929
25930         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25931         (gst_tcpclientsink_finalize):
25932         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25933         (gst_tcpclientsrc_finalize):
25934         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25935         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25936         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25937         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25938           Don't leak the hostname when shutting down.
25939           In tcpserversrc, take a copy of the default hostname.
25940
25941 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25942
25943         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25944           Set caps to systemstream=TRUE.
25945
25946 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25947
25948         * testsuite/Makefile.am:
25949           Fix more OSX buildbots.
25950
25951 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25952
25953         * ext/mpeg2dec/gstmpeg2dec.c:
25954           Don't send things to NULL PAD_PEERs
25955
25956         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25957           Copy-on-write the incoming buffer.
25958
25959         * gst/mpegstream/gstdvddemux.h:
25960         * gst/mpegstream/gstmpegclock.h:
25961         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25962         (normal_seek), (gst_mpeg_demux_handle_src_event):
25963         * gst/mpegstream/gstmpegdemux.h:
25964         * gst/mpegstream/gstmpegpacketize.h:
25965         * gst/mpegstream/gstmpegparse.c:
25966         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25967         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25968         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25969         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25970         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25971         * gst/mpegstream/gstmpegparse.h:
25972         * gst/mpegstream/gstrfc2250enc.h:
25973           Various changes to the way time is computed that make seeking and
25974           total time estimation much better here.
25975           Use G_BEGIN/END_DECLS instead of __cplusplus
25976
25977         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25978           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25979
25980 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25981
25982         * gst/subparse/gstsubparse.c:
25983           Fix OSX buildbot.
25984
25985 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25986
25987         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25988         (theora_enc_chain), (theora_enc_change_state):
25989         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25990         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25991         (gst_vorbisenc_change_state):
25992         * ext/vorbis/vorbisenc.h:
25993           Set granulepos and timestamp correctly for streams not
25994           starting at 0, taking into account the initial delay.
25995
25996 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25997
25998         * gst/mpegstream/gstdvddemux.c:
25999           Add audio/x-dts to audio pad template caps
26000
26001 2005-01-30  David Schleef  <ds@schleef.org>
26002
26003         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26004         (create_context), (gst_polypsink_link): Fix silly endianness
26005         bug.  Add some debugging.  Remove float from caps; it doesn't
26006         work.  Attempt to get remote audio working.
26007
26008 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26009
26010         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26011           Add 3IV2 fourcc.
26012
26013 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26014
26015         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26016         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26017         (gst_avi_demux_stream_data):
26018         * gst/avi/gstavidemux.h:
26019           Invert DIB images. Fixes #132341.
26020
26021 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26022
26023         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26024         (gst_ffmpegcsp_chain):
26025           D'oh, reference the palette data, not the palette structure.
26026           Fixes color distortion in #132341.
26027
26028 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26029
26030         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26031           PAR can be non-fixed when not provided as argument (#162626).
26032
26033 2005-01-29  David Moore  <dcm@acm.org>
26034
26035         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26036
26037         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26038         (gst_qtdemux_loop_header):
26039           Re-apply patch from #142272 that allows non-seekable sources,
26040           re-proposed by Daniel Drake <dsd@gentoo.org>.
26041
26042 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26043
26044         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26045           Use the src template for creating the src pad (#162330).
26046
26047 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26048
26049         * configure.ac:
26050         * ext/musepack/Makefile.am:
26051         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26052         (gst_musepackdec_init), (gst_musepackdec_dispose),
26053         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26054         (gst_musepack_stream_init), (gst_musepackdec_loop),
26055         (gst_musepackdec_change_state):
26056         * ext/musepack/gstmusepackdec.cpp:
26057         * ext/musepack/gstmusepackdec.h:
26058         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26059         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26060         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26061         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26062         * ext/musepack/gstmusepackreader.cpp:
26063         * ext/musepack/gstmusepackreader.h:
26064           Update to 1.1 API (#165446).
26065
26066 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26067
26068         * ext/Makefile.am:
26069           Unbreak buildbot.
26070
26071 2005-01-28  Andy Wingo  <wingo@pobox.com>
26072
26073         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26074         to reflect a different dubious internet source. Add a reference
26075         and some commentary.
26076
26077 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26078
26079         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26080         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26081         * gst/playback/gststreamselector.h:
26082           Be more selective when we're redoing caps negotiation from
26083           within the chain function on a stream change.
26084
26085 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26086
26087         * configure.ac:
26088         * ext/Makefile.am:
26089         * ext/amrnb/Makefile.am:
26090         * ext/amrnb/amrnb.c: (plugin_init):
26091         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26092         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26093         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26094         (gst_amrnbdec_state_change):
26095         * ext/amrnb/amrnbdec.h:
26096         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26097         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26098         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26099         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26100         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26101         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26102         * ext/amrnb/amrnbparse.h:
26103           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26104         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26105           Add AMR-NB/-WB raw formats.
26106         * ext/alsa/gstalsa.c: (gst_alsa_link):
26107           Keep valid time when changing format.
26108         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26109         (qtdemux_parse_trak):
26110           Add some more format-specific options (#140141, #143555, #155163).
26111
26112 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26113
26114         * gst/matroska/matroska-demux.c:
26115         (gst_matroska_demux_parse_blockgroup):
26116           Fix logic error in timing of subtitle stream synchronization.
26117         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26118           Add skip-chunk, which is found in kodak-camera streams.
26119
26120 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26121
26122         * po/LINGUAS:
26123         * po/vi.po:
26124           Adding Vietnamese translation (submitted by Clytie Siddall)
26125
26126 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26127
26128         * gst/playback/gstdecodebin.c: (try_to_link_1):
26129           Use realpad for signal.
26130
26131 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26132
26133         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26134           Fix category so decodebin picks it up.
26135
26136 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26137
26138         * ext/mad/Makefile.am:
26139         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26140         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26141         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26142         (found_type), (gst_id3demux_bin_change_state):
26143         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26144         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26145         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26146         (gst_id3_tag_change_state), (plugin_init):
26147         * ext/mad/gstmad.h:
26148           Add id3demuxbin (which is a simple bin consisting of id3demux
26149           and typefind), take over rank from id3demux, remove typefind
26150           code from id3demux. Makes all broken mp3s that I know of work,
26151           and thereby fixes #152688.
26152
26153 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26154
26155         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26156
26157         * ext/mad/gstmad.c: (gst_mad_src_event):
26158         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26159           Allow seeks on audio pad, make mad forward those (#164826).
26160         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26161           Set duration (#165335).
26162
26163 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26164
26165         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26166         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26167         (gst_asf_demux_process_ext_content_desc),
26168         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26169         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26170         * gst/asfdemux/gstasfdemux.h:
26171           Improve metadata display, e.g. if the metadata comes before the
26172           streams are loaded (which is perfectly valid).
26173
26174 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26175
26176         * tools/gst-launch-ext-m.m:
26177           Fix AVI/ASF pipelines (#165340).
26178
26179 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26180         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26181         build failure on amd64
26182
26183 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26184
26185         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26186         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26187           Check environment variables GST_ID3V2_TAG_ENCODING,
26188           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26189           list of character encodings to force interpretation of non-unicode
26190           strings stored in an ID3v2 tag to a particular encoding. If none
26191           is specified, try to use current locale's encoding, then fall back
26192           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26193         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26194         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26195           Check environment variables GST_ID3V1_TAG_ENCODING,
26196           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26197           list of character encodings to use in case a string encountered
26198           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26199           specified, try to use the current locale's encoding, then fall
26200           back to ISO-8859-1 (which will always succeed).
26201
26202 2005-01-25  Benjamin Otte  <otte@gnome.org>
26203
26204         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26205           - on half framerate, compute the rate in advance so the comparisons
26206             don't compare wrong values
26207           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26208             behaviour
26209           - don't use mad_header_decode anymore, mad_frame_decode does that
26210             automatically
26211           - when getting rid of consumed bytes, reset the stream's skiplen
26212           (fixes #163867)
26213
26214 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26215
26216         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26217           Use 1/2 a second for default max_discont, as PES streams from DVB
26218           seem to have larger spacings in the SCR. 
26219           Fix a typo.
26220
26221 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26222
26223         * gst/playback/gstplaybasebin.c: (group_commit):
26224           Notify delayed stream-info availability.
26225
26226 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26227         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26228         (gst_a52dec_handle_event), (gst_a52dec_chain):
26229         Add some debug output. Check that a discont has a valid
26230         time associated.
26231         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26232         (gst_alsa_sink_loop):
26233         Ignore TAG events. A little extra debug for broken timestamps.
26234         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26235         (dvdnavsrc_change_state):
26236         Ensure we send a discont to engage the link before we send any
26237         other events.
26238         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26239         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26240         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26241         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26242         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26243         dvd://title works in totem because typefinding sends a seek that ends
26244         up going back to chapter 1 regardless.
26245         * ext/mpeg2dec/gstmpeg2dec.c:
26246         * ext/mpeg2dec/gstmpeg2dec.h:
26247         Output correct timestamps and handle disconts.
26248         * ext/ogg/gstoggdemux.c: (get_relative):
26249         Small guard against a null dereference.
26250         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26251         (gst_textoverlay_set_property):
26252         Free memory when done. Don't call gst_event_filler_get_duration on
26253         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26254         g_warning.
26255         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26256         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26257         (gst_sw_srclink), (gst_smoothwave_chain):
26258         Draw solid lines, prettier colours.
26259         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26260         Add a default palette that'll work for some movies.
26261         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26262         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26263         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26264         * gst/mpegstream/gstdvddemux.h:
26265         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26266         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26267         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26268         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26269         * gst/mpegstream/gstmpegparse.h:
26270         Use PTM/NAV events when for timestamp adjustment when connected to 
26271         dvdnavsrc. Don't use many discont events where one suffices.
26272         * gst/playback/gstplaybasebin.c: (group_destroy),
26273         (gen_preroll_element), (gst_play_base_bin_add_element):
26274         * gst/playback/gstplaybasebin.h:
26275         Make sure we remove subtitles from the same bin we put them in.
26276         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26277         (gst_subparse_buffer_format_autodetect),
26278         (gst_subparse_change_state):
26279         Fix some memleaks and invalid accesses.
26280         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26281         (oggskel_type_find), (cmml_type_find), (plugin_init):
26282         Some typefind functions for Annodex v3.0 files
26283         * gst/wavparse/gstwavparse.h:
26284         GstRiffReadClass is the correct parent class.
26285
26286 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26287
26288         * gst-libs/gst/riff/riff-media.c:
26289         (gst_riff_create_video_caps_with_data):
26290           Add extradata to huffyuv (fixes #165013).
26291         * gst-libs/gst/riff/riff-read.c:
26292         (gst_riff_read_strf_vids_with_data):
26293           Fix extradata extraction if it is in the chunk size.
26294
26295 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26296
26297         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26298
26299         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26300         (gst_quarktv_change_state), (gst_quarktv_dispose):
26301           Memory free'ing location fix (#164708).
26302
26303 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26304
26305         * gst/playback/gstplaybasebin.c: (group_commit),
26306         (gen_preroll_element), (probe_triggered), (gen_source_element),
26307         (setup_source), (gst_play_base_bin_change_state),
26308         (gst_play_base_bin_add_element):
26309           Don't block for streams.
26310         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26311         (gst_stream_info_set_mute):
26312           Use gst_pad_set_active_recursive.
26313
26314 2005-01-25  Andy Wingo  <wingo@pobox.com>
26315
26316         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26317         for #ifndef HAVE_XVIDEO.
26318
26319 2005-01-24  Jeffrey C. Ollie
26320
26321         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26322
26323         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26324         * ext/gsm/gstgsmdec.h:
26325         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26326         * ext/gsm/gstgsmenc.h:
26327         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26328         was given by property. Add proper buffer timestamps and offsets.
26329
26330 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26331
26332         * gst-libs/gst/riff/riff-media.c:
26333         (gst_riff_create_audio_caps_with_data):
26334           Audio can be <8000Hz.
26335
26336 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26337
26338         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26339           Explicit state change to workaround refcount bugs.
26340
26341 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26342
26343         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26344         (gst_avimux_riff_get_avi_header):
26345           Fix...
26346
26347 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26348
26349         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26350         (gst_riff_read_element_data):
26351         * gst-libs/gst/riff/riff-read.h:
26352           Add _peek version (req'ed in CDXA).
26353         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26354         (gst_cdxaparse_loop):
26355           Fix parsing in playbin.
26356         * gst/playback/gstdecodebin.c: (close_pad_link):
26357           Ignore current_ pads, they cause major annoyance.
26358
26359 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26360
26361         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26362           Safety guard.
26363
26364 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26365
26366         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26367           Fix padding...
26368
26369 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26370
26371         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26372           Allow for 0-sized buffers. Fixes length query problems in
26373           starwars.mkv from the testsuite.
26374
26375 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26376
26377         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26378         (gst_video_box_i420), (gst_video_box_chain):
26379           Fix row strides for I420 (fixes #163159)
26380           
26381 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26382
26383         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26384           MPEG2 has a useful rate property, so we can actually use that.
26385           For MPEG-1, continue using the bytes/time properties.
26386
26387 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26388
26389         * gst-libs/gst/riff/riff-media.c:
26390         (gst_riff_create_video_caps_with_data),
26391         (gst_riff_create_video_template_caps):
26392           Add intel-h263.
26393
26394 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26395
26396         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26397           Fail if caps negotiation fails. Should fix #162184, and should
26398           definately be in there regardless of it fixing the actual bug.
26399         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26400         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26401         (gst_avimux_riff_get_avix_header),
26402         (gst_avimux_riff_get_video_header),
26403         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26404         (gst_avimux_start_file), (gst_avimux_handle_event),
26405         (gst_avimux_change_state):
26406         * gst/avi/gstavimux.h:
26407           Refactor structure writing to use GST_WRITE_UINT macros, add
26408           metadata writing support.
26409
26410 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26411
26412         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26413           Elements may already be destroyed when this function is called.
26414
26415 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26416
26417         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26418         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26419           More memory leak fixes (#149162).
26420
26421 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26422
26423         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26424         (gst_qtdemux_add_stream):
26425           Fix two memleaks.
26426
26427 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26428
26429         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26430           Argh...
26431
26432 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26433
26434         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26435           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26436           when fixating to six channels in Totem.
26437
26438 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26439
26440         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26441           Fix compile warnings on Solaris 10 buildbot
26442
26443 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26444
26445         * ext/dvdread/dvdreadsrc.c: (_read):
26446           Don't read beyond the last cell in a chapter (fixes 
26447           invalid memory access)
26448
26449 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26450
26451         * ext/dvdread/stream_labels.c:
26452         (dvdreadsrc_get_audio_stream_labels):
26453           Use NULL for an empty GList instead of g_list_alloc(); fix 
26454           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26455           of GString (easier to bulk free later)
26456
26457 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26458
26459         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26460
26461         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26462         (gst_ffmpeg_pixfmt_to_caps):
26463           Fix BGRA32 caps (#164209).
26464
26465 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26466
26467         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26468
26469         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26470         (gst_ffmpeg_caps_to_pixfmt):
26471           alpha_mask can be RGBA/ABGR. Fixes #164265.
26472
26473 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26474
26475         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26476
26477         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26478         (gst_mpeg2dec_alloc_buffer):
26479         * ext/mpeg2dec/gstmpeg2dec.h:
26480           Crop if decoding size is not the actual image size (#163676).
26481
26482 2005-01-17  Steve Baker  <steve@stevebaker.org>
26483
26484         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26485
26486         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26487         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26488           Add libsndfile typefind functions (#163309).
26489
26490 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26491
26492         * tools/gst-launch-ext-m.m:
26493           Add .aac, fix .m1v/.m2v (#163891).
26494
26495 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26496
26497         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26498           Sanity check, don't wait endlessly since the clock might not
26499           actually run at this point (which is a deadlock). Fixes #164069.
26500
26501 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26502
26503         * gst/playback/gstplaybasebin.c: (probe_triggered):
26504           Of course, only pause if group is done...
26505
26506 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26507
26508         * gst/playback/gstplaybasebin.c: (probe_triggered):
26509           Thread safety.
26510
26511 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26512
26513         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26514           Don't return state change success when the parent
26515           failed.
26516
26517 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26518
26519         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26520           Free events (fix memleak in #162905).
26521
26522 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26523
26524         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26525
26526         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26527         (gst_ffmpeg_caps_to_pixfmt):
26528           Fix for depth = 15. Fixes #161675.
26529
26530 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26531
26532         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26533           Set FPS correctly, even for webcams and the like.
26534         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26535           Don error on setting while capturing.
26536
26537 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26538
26539         * ext/dv/gstdvdec.c:
26540         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26541         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26542           I'm a bad boy. using /1001. to force C to do float division
26543           and not integer division (as it did in my last commit)
26544           Thanks to David I. Lehn for pointing this mistake.
26545
26546 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26547
26548         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26549           Revert Johan's 1.35->1.36 since it breaks compat.
26550
26551 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26552
26553         * ext/dv/gstdvdec.c:
26554         * ext/libfame/gstlibfame.c:
26555         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26556         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26557           replace framerate aproximations by their real value
26558           (24000/1001, 30000/1001, 60000/1001)
26559           Finish fixing bug #164049
26560
26561 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26562
26563         * ext/ogg/gstoggmux.c:
26564           eos/bos debugging
26565         * gst/tcp/gstmultifdsink.c:
26566         * gst/tcp/gstmultifdsink.h:
26567         * gst/tcp/gsttcp.c:
26568         * gst/tcp/gsttcp.h:
26569         * gst/tcp/gsttcpclientsink.c:
26570         * gst/tcp/gsttcpclientsrc.c:
26571         * gst/tcp/gsttcpserversink.c:
26572         * gst/tcp/gsttcpserversrc.c:
26573           improve reusability of elements after state changes and errors
26574           make multifdsink throw away streamheaders when receiving new ones
26575
26576 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26577
26578         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26579           Fix for if items are already in list...
26580
26581 2005-01-12  Benjamin Otte  <otte@gnome.org>
26582
26583         * gst/adder/gstadder.c: (gst_adder_loop):
26584           fix adder a bit so it doesn't screw up with events as much anymore
26585
26586 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26587
26588         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26589         (pixbufscale_scale), (gst_pixbufscale_chain):
26590         * ext/gdk_pixbuf/pixbufscale.h:
26591           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26592           to ensure rowstrides are calculated the same way as 
26593           ffmpegcolorspace
26594           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26595           that we pick up duration and offset also.
26596
26597 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26598
26599         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26600         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26601           Reusability fixes.
26602
26603 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26604
26605         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26606         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26607         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26608         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26609           Update flags when requested.
26610
26611 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26612
26613         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26614           Fix dmix.
26615
26616 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26617
26618         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26619         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26620         (probe_triggered), (new_decoded_pad), (gen_source_element),
26621         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26622         * gst/playback/gstplaybasebin.h:
26623         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26624         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26625         (gst_play_bin_change_state):
26626           Implement group-switch signal for use in apps to clear metadata
26627           cache, clean up subtitle, add suburi property instead of # hack,
26628           some error-out fixes.
26629
26630 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26631
26632         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26633           Debug.
26634         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26635           If we got a state change in the _get handler, don't return success.
26636
26637 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26638
26639         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26640         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26641           Make jpegdec quiet on MJPEG decoding
26642         * gst/asfdemux/README:
26643           Fix mimetypes for MJPEG and H263
26644
26645 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26646
26647         * ext/theora/theoradec.c: (theora_dec_chain):
26648           Fix broken code generation by gcc by swapping arguments.
26649         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26650           Fix \n in debug.
26651
26652 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26653
26654         * TODO:
26655           delete this file, it is by far outdated
26656         * ext/alsa/gstalsa.1: remove
26657         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26658         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26659         (gst_alsa_get_caps):
26660           Add HW probing for supported sample rates. Fixes #161704
26661
26662 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26663
26664         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26665           Don't crash, biatch! :).
26666
26667 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26668
26669         * ext/musepack/gstmusepackreader.cpp:
26670         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26671           Some work on tags - still doesn't work in playbin...
26672         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26673           Handle events...
26674
26675 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26676
26677         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26678           Also shove tags on kid pads.
26679
26680 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26681
26682         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26683           Don't bail on unknown events.
26684         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26685           Don't crash on events before negotiation.
26686         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26687           Send tags on pads, too.
26688         * gst/playback/gststreamselector.c:
26689         (gst_stream_selector_request_new_pad):
26690           Forward events on first pad if no input was selected yet.
26691
26692 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26693
26694         * gst/playback/gstplaybasebin.c: (setup_substreams):
26695           Don't disable streamtype if the stream doesn't exist, since
26696           then playing a video after audio will disable both and nothing
26697           will happen. Fixes the testsuite.
26698
26699 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26700
26701         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26702         (gst_v4l_xoverlay_set_xwindow_id):
26703         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26704         (gst_v4l2_xoverlay_set_xwindow_id):
26705           Add debug categories, fix overlay disabling.
26706
26707 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26708
26709         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26710         * ext/alsa/gstalsa.h:
26711           Add HW probing for period_count/size and buffer_size MIX/MAX
26712           Adjust default/user defined value if out of bounds
26713           Should fix bug #162024
26714
26715 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26716
26717         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26718           Fix warning (#161191).
26719
26720 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26721
26722         * ext/dvdread/stream_labels.c:
26723         (dvdreadsrc_get_audio_stream_labels):
26724           Fix warning (init the good variable in switch default)
26725
26726 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26727
26728         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26729
26730         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26731           Fix gcc-2.95 compile (#163485).
26732
26733 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26734
26735         * configure.ac:
26736         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26737         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26738         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26739         (gst_flacenc_change_state):
26740         * ext/flac/gstflacenc.h:
26741           Update for API change in flac-1.1.1. Update requirement in
26742           configure.ac. Fixes #162974.
26743
26744 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26745
26746         * gst/playback/gstplaybasebin.c: (group_destroy):
26747           Remove hack to get rid of assert and get rid of unlinked
26748           signals properly.
26749
26750 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26751
26752         * gst/playback/gstplaybasebin.c: (setup_source):
26753           Set source to NULL so that resources are free'ed. Fixes issues
26754           with playback of CDDA and similar device-accessing things.
26755
26756 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26757
26758         * testsuite/embed/Makefile.am:
26759           test->noinst, fix make test in buildbot.
26760
26761 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26762
26763         * ext/dvdread/stream_labels.c: new file
26764         * ext/dvdread/stream_labels.h: new file
26765         * ext/dvdread/Makefile.am:
26766         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26767           Extract audio stream label from DVD IFO files.
26768           It only dump them on the console for now, still have to
26769           make playbin aware of them.
26770
26771 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26772
26773         * gst/playback/gstplaybasebin.c: (setup_source):
26774           Fix hanging subs.
26775
26776 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26777
26778         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26779         (gen_preroll_element), (remove_groups), (setup_subtitle),
26780         (gen_source_element), (setup_source):
26781         * gst/playback/gstplaybasebin.h:
26782           Multiple .sub files is just a stupid idea... Fix some threading
26783           mistakes. Interestingly, external .sub files cause playbin to
26784           hang, I don't know why... Parsing fixes contributed by Fran??ois
26785           Kooman <fkooman@tuxed.net>.
26786
26787 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26788
26789         * testsuite/embed/Makefile.am:
26790           Fix buildbot.
26791
26792 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26793
26794         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26795
26796         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26797         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26798         (gst_pngenc_set_property):
26799         * ext/libpng/gstpngenc.h:
26800           Add compression level property (#163323).
26801
26802 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * configure.ac:
26805         * examples/capsfilter/capsfilter1.c: (main):
26806         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26807         * ext/dvdread/Makefile.am:
26808         * ext/dvdread/demo-play:
26809         * ext/dvdread/demo-play.c:
26810         * gconf/gstreamer.schemas.in:
26811         * gst-libs/gst/gconf/gconf.c:
26812         * sys/v4l/TODO:
26813         * testsuite/Makefile.am:
26814         * testsuite/embed/Makefile.am:
26815         * testsuite/embed/embed.c: (cb_expose), (main):
26816           Remove all references to xvideosink, fix examples (#140845).
26817         * gst/playback/gstplaybasebin.c: (group_destroy):
26818           Apparently, disposal does not unlink - so do explicitely.
26819         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26820           Add debug.
26821
26822 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26823
26824         * README: fix PKG_CONFIG_PATH instructions, what was there
26825         previously was breaking default search path, not nice. 
26826         Fixes #163358
26827
26828 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26829
26830         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26831         (gst_audioscale_chain):
26832           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26833           when resampling - how the ^@$^!@^! is this possible?!?
26834
26835 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26836
26837         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26838           Reset variables on READY.
26839         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26840         (gst_matroska_mux_loop):
26841           Require data before writing header.
26842
26843 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26844
26845         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26846
26847         * ext/mad/gstmad.c: (gst_mad_chain):
26848           Don't call mad_stream_sync() directly after recovering sync.
26849           Fixes #151661.
26850
26851 2005-01-09  Martin Eikermann  <meiker@upb.de>
26852
26853         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26854
26855         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26856         (snapshot_handler), (gst_snapshot_sinkconnect),
26857         (gst_snapshot_chain):
26858           Allocate resources when required, fix recursive signal emission
26859           and fix caps. Fixes #161667.
26860
26861 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26862
26863         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26864
26865         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26866         (gst_pngdec_chain):
26867           Handle only 8-bppc (bits-per-pixel-component) images, better
26868           error handling and correct strides. Fixes #163177.
26869         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26870         (gst_pngenc_chain):
26871           Better error handling. Fixes #163348.
26872
26873 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26874
26875         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26876         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26877         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26878         (dvdnavsrc_uri_handler_init):
26879           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26880         * gst/playback/gstplaybasebin.c: (gen_source_element):
26881           Add MMS to streaming URIs.
26882
26883 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26884
26885         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26886         * sys/xvimage/xvimagesink.c:
26887         (gst_xvimagesink_navigation_send_event):
26888           Check for pad availability before sending event.
26889
26890 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26891
26892         * gst-plugins.spec.in:
26893           Add subparse.
26894
26895 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26896
26897         * configure.ac:
26898           Since we use functions from CVS, up requirement.
26899
26900 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26901
26902         * gst/playback/Makefile.am:
26903         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26904         (group_destroy), (group_commit), (group_is_muted),
26905         (gen_preroll_element), (add_stream), (unknown_type),
26906         (probe_triggered), (preroll_unlinked), (mute_stream),
26907         (silence_stream), (new_decoded_pad), (setup_substreams),
26908         (setup_source), (get_active_source), (mute_group_type),
26909         (muted_group_change_state), (set_active_source),
26910         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26911         (play_base_eos), (gst_play_base_bin_change_state):
26912         * gst/playback/gstplaybasebin.h:
26913         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26914         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26915         (gst_stream_info_dispose), (stream_info_mute_pad),
26916         (stream_info_change_state), (gst_stream_info_set_mute):
26917         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26918         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26919         (gst_stream_selector_init), (gst_stream_selector_dispose),
26920         (gst_stream_selector_get_linked_pad),
26921         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26922         (gst_stream_selector_get_linked_pads),
26923         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26924         * gst/playback/gststreamselector.h:
26925           Adding stream selection support plus required properties for
26926           applications to use this. Fully fixes #100931.
26927
26928 2005-01-08  Benjamin Otte  <otte@gnome.org>
26929
26930         * gst/games/gstpuzzle.c: (nav_event_handler):
26931           - handle nav events differently: forward every event no matter if it
26932             was handled or not.
26933           - translate events
26934           You can now cheat by using navigationtest ! puzzle and moving the
26935           mouse close to the edge of a tile. ;)
26936
26937 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26938
26939         * configure.ac:
26940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26941         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26942         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26943         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26944         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26945         (gst_ogm_parse_plugin_init):
26946         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26947         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26948         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26949         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26950         * ext/pango/gsttextoverlay.h:
26951         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26952         (gst_matroska_demux_handle_seek_event),
26953         (gst_matroska_demux_sync_streams),
26954         (gst_matroska_demux_parse_blockgroup),
26955         (gst_matroska_demux_subtitle_caps),
26956         (gst_matroska_demux_plugin_init):
26957         * gst/matroska/matroska-ids.h:
26958         * gst/playback/gstdecodebin.c: (close_pad_link):
26959         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26960         (gen_preroll_element), (remove_groups), (add_stream),
26961         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26962         (setup_source):
26963         * gst/playback/gstplaybasebin.h:
26964         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26965         * gst/subparse/Makefile.am:
26966         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26967         (gst_subparse_base_init), (gst_subparse_class_init),
26968         (gst_subparse_init), (gst_subparse_formats),
26969         (gst_subparse_eventmask), (gst_subparse_event),
26970         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26971         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26972         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26973         (parse_mpsub_deinit), (parse_mpsub_init),
26974         (gst_subparse_buffer_format_autodetect),
26975         (gst_subparse_format_autodetect), (gst_subparse_loop),
26976         (gst_subparse_change_state), (gst_subparse_type_find),
26977         (plugin_init):
26978         * gst/subparse/gstsubparse.h:
26979         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26980         (plugin_init):
26981           Add subtitle support, .sub parser (supports SRT and MPsub),
26982           OGM text support, Matroska UTF-8 text support, deadlock fixes
26983           all over the place, subtitle awareness in decodebin/playbin
26984           and some fixes to textoverlay to handle subtitles in a stream
26985           correctly. Fixes #100931.
26986
26987 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26988
26989         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26990           Check for pad availability before doing a query on it.
26991
26992 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26993
26994         * ext/dv/gstdvdec.c:
26995           really fix bpp24/32 dvdec caps (classic rgba indeed)
26996         * gst/asfdemux/gstasfdemux.c:
26997         (gst_asf_demux_process_ext_content_desc):
26998           don't send text tags if they are empty (bis repetita)
26999
27000 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27001
27002         * ext/dv/gstdvdec.c:
27003          remove unneeded comment from dvdec
27004           (related to DV 4CC codes in AVI files)
27005           moved them in gstreamer/docs/random/mimetypes
27006         * gst/asfdemux/gstasfdemux.c:
27007         (gst_asf_demux_process_ext_content_desc):
27008          don't send text tags if they are empty
27009          fix mem leak on error path
27010         * gst/ffmpegcolorspace/avcodec.h:
27011         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27012         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27013         (gst_ffmpegcsp_avpicture_fill):
27014         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27015         * gst/ffmpegcolorspace/imgconvert_template.h:
27016          adds BGR32 and BGRA32 to ffmpegcolorspace
27017           (still bad colors, fixing it on next commit)
27018           helps with dvdec outputing BGR32
27019
27020 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27021
27022         * ext/dv/gstdvdec.c:
27023          Fix audio caps i just broke (missing ',')
27024         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27025         (gst_matroska_mux_reset):
27026          Fix typo + add FIXME about old "x-gst-metadata" crap
27027
27028 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27029
27030         * ext/dv/demo-play.c: (main):
27031          xvideosink -> xvimagesink
27032         * ext/dv/gstdvdec.c:
27033          change rgb 32/32 caps to 24/32 (no alpha)
27034          change nb of channels to be a list (2 or 4, not 2)
27035          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27036         * gst/asfdemux/gstasfdemux.c:
27037         (gst_asf_demux_process_ext_content_desc):
27038          Add 'date/year' to extracted metadata list
27039
27040 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27041
27042         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27043           The return value of fixate_to does not imply that the requested
27044           value was set, so don't assume.
27045
27046 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27047
27048         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27049
27050         * ext/libpng/gstpngdec.c:
27051         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27052         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27053         * ext/libpng/gstpngenc.h:
27054           Alpha support (encoder; #163161), mime fixage.
27055
27056 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27057
27058         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27059
27060         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27061         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27062         (gst_faac_set_property), (gst_faac_get_property):
27063         * ext/faac/gstfaac.h:
27064           Allow for ADTS output (#153434).
27065
27066 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27067
27068         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27069           Fix against template (#150576).
27070
27071 2005-01-06  Benjamin Otte  <otte@gnome.org>
27072
27073         * gst/games/gstpuzzle.c: (draw_puzzle):
27074           don't draw a puzzle if either width or height of tiles would be 0.
27075
27076 2005-01-06  Benjamin Otte  <otte@gnome.org>
27077
27078         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27079         (gst_puzzle_class_init), (gst_puzzle_finalize):
27080           no memleaks, please
27081         (gst_puzzle_create), (gst_puzzle_init),
27082         (gst_puzzle_set_property), (gst_puzzle_setup):
27083           change initialization code around so we don't reshuffle on resize
27084         (draw_puzzle):
27085           fix another stupid typo
27086
27087 2005-01-06  Benjamin Otte  <otte@gnome.org>
27088
27089         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27090           fix stupid typo that borked copying on YUY2
27091
27092 2005-01-06  Benjamin Otte  <otte@gnome.org>
27093
27094         * gst/games/gstpuzzle.c: (draw_puzzle):
27095           fix edges when image sizes aren't multiples of tile sizes
27096
27097 2005-01-06  Benjamin Otte  <otte@gnome.org>
27098
27099         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27100           make RGB endianness work correctly
27101         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27102           refactor and fix race with initial shuffling
27103         (nav_event_handler):
27104           allow using the mouse to puzzle
27105         (draw_puzzle):
27106           insist on tiles having width and height as multiples of 4 to get
27107           clean YUV image handling
27108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27109         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27110           s/DEBUG/LOG/ for common messages
27111         (gst_xvimagesink_navigation_send_event):
27112           fix mouse event translation to not include screen PAR
27113         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27114           fix mouse event translation to actually work
27115
27116 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27117
27118         * gst/asfdemux/gstasfdemux.c:
27119         (gst_asf_demux_process_ext_content_desc):
27120          Extract TrackNumber metadata + clean up code
27121         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27122          Hope this is the good fix (var used unitialised)
27123
27124 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27125
27126         * ext/faad/gstfaad.c: (gst_faad_chain):
27127           Only increment timestamp if it's valid. Fixes raw AAC streams.
27128
27129 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27130
27131         * configure.ac:
27132         * gst/games/Makefile.am:
27133         * gst/games/gstpuzzle.c:
27134           add a puzzle game with...
27135         * gst/games/gstvideoimage.c:
27136         * gst/games/gstvideoimage.h:
27137           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27138           from videotestsrc and made into something that would be a nice
27139           library for a lot of other plugins.
27140
27141 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27142
27143         * configure.ac:
27144          don't compile faad plugin if a RC of 2.0 is found
27145          Fixes #155346 (and FC1 buildbot)
27146         * gst/asfdemux/gstasfdemux.c:
27147         (gst_asf_demux_process_ext_content_desc):
27148          try to make Solaris compiler happier
27149
27150 2005-01-06  Paul Jack  <pjack@sfaf.org>
27151
27152         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27153
27154         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27155           Fix segfault (#161667).
27156
27157 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27158
27159         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27160           Fix framerate reporting.
27161
27162 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27163
27164         * gst-libs/gst/riff/riff-ids.h:
27165         * gst/wavenc/riff.h:
27166          Add AMR (VBR and CBR) ids to riff.h audio codec list
27167         * gst/asfdemux/gstasfdemux.c:
27168         (gst_asf_demux_process_ext_content_desc),
27169         (gst_asf_demux_process_object):
27170           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27171
27172 2005-01-05  Martin Eikermann  <meiker@upb.de>
27173
27174         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27175
27176         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27177         (gst_dvd_demux_handle_discont):
27178         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27179         (gst_mpeg_demux_handle_discont):
27180           Recreate pads on new-media (#160730).
27181         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27182           Send discont even if manager changes timestamps (#161929).
27183
27184 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27185
27186         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27187
27188         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27189           Fix invalid memory access (#159211).
27190
27191 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27192
27193         * examples/gstplay/player.c: (main):
27194           Don't iterate.
27195         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27196           Add visualizations.
27197         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27198         (gst_a52dec_handle_frame):
27199           Set duration.
27200         * ext/dvdnav/gst-dvd:
27201           Add audioconvert. Fixes #161325.
27202         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27203           Explicitely case to gint64. Possible valgrind error.
27204         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27205         (gst_play_tick_callback), (gst_play_change_state),
27206         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27207         (gst_play_set_location), (gst_play_get_location),
27208         (gst_play_seek_to_time), (gst_play_set_data_src),
27209         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27210         (gst_play_set_visualization), (gst_play_connect_visualization),
27211         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27212         (gst_play_new):
27213           Use playbin. Fixes #139749 and #147744.
27214         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27215           Add genre tag.
27216         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27217         (audioscale_get_type), (gst_audioscale_base_init),
27218         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27219         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27220         (gst_audioscale_link), (gst_audioscale_get_buffer),
27221         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27222         (gst_audioscale_init), (gst_audioscale_dispose),
27223         (gst_audioscale_chain), (gst_audioscale_set_property),
27224         (gst_audioscale_get_property), (plugin_init):
27225           Indent properly.
27226         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27227           Fix LPCM.
27228         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27229         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27230         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27231           Add more metadata (fixes #162656).
27232
27233 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27234
27235         * configure.ac:
27236           back to cvs
27237
27238 === release 0.8.7 ===
27239
27240 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27241
27242         * NEWS:
27243         * RELEASE:
27244         * configure.ac:
27245           releasing 0.8.7, "Hyperspace"
27246
27247 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27248
27249         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27250
27251         * gst/playback/gstplaybasebin.c:
27252          Fix for #162924 - free caps after use, not before
27253
27254 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27255
27256         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27257
27258         * gst/playback/gstplaybasebin.c:
27259         * gst/wavparse/gstwavparse.c:
27260           Fix for #154773 - fixes playback of small .wav files
27261
27262 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27263
27264         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27265
27266         * gst/audioscale/gstaudioscale.c:
27267           Fix for #162819 - make audioscale reusable
27268           Fixes playback of more than one file with playbin/totem
27269
27270 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27271
27272         * gst/ffmpegcolorspace/avcodec.h:
27273         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27274         * gst/ffmpegcolorspace/imgconvert.c:
27275           clean up the mess that made me cry and avoid needless duplication
27276
27277 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27278
27279         * gst/ffmpegcolorspace/imgconvert.c:
27280           give some indication of why we're segfaulting
27281
27282 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27283
27284         * configure.ac:
27285           Fix indentation, fix v4l2 plugin detection.
27286         * ext/Makefile.am:
27287           Fix libmms location (Maciej, use diff -u!).
27288         * ext/alsa/gstalsa.c: (gst_alsa_init):
27289           Initialize caps cache to NULL.
27290         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27291           Only change state on audiosink if it exists.
27292
27293 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27294
27295         * gst/matroska/matroska-demux.c:
27296         * gst/matroska/matroska-ids.h:
27297         * gst/matroska/matroska-demux.h:
27298         Fix Vorbis streams failing to decode in some files, where cluster_time
27299         isn't 0, because then it doesn't send codec_priv before actual data.
27300         Remove time-based test and replace it with marker set on beginning of
27301         new stream
27302
27303 2004-12-28  David Schleef  <ds@schleef.org>
27304
27305         Merge patch from Ronald fixing problems with streaming
27306         text.
27307         * ext/cairo/gstcairo.c: (plugin_init):
27308         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27309         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27310         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27311         (gst_textoverlay_font_init), (gst_textoverlay_init),
27312         (gst_textoverlay_set_property):
27313         * ext/cairo/gsttextoverlay.h:
27314
27315 2004-12-27  David Schleef  <ds@schleef.org>
27316
27317         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27318         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27319         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27320         (gst_textoverlay_font_init), (gst_textoverlay_init),
27321         (gst_textoverlay_set_property): Improvements to actually
27322         render text as white on black outline on video, including
27323         font selection and horizontal/vertical alignment.  (Ronald's
27324         christmas present)
27325         * ext/cairo/gsttextoverlay.h:
27326
27327 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27328
27329         * ext/ogg/gstogg.c:
27330         * ext/ogg/gstogmparse.c:
27331           fix ogm[audio/video]parse plugin registration
27332           (riff won't load if bytestream is already loaded)
27333
27334 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27335
27336         * gst/audioconvert/gstchannelmix.c:
27337           fix for GLIB < 2.4
27338
27339 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27340
27341         * Makefile.am:
27342         * configure.ac:
27343           disable docs again until it actually passes make distcheck.
27344
27345 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27346
27347         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27348         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27349         (plugin_init):
27350           Add 3GP (variables name Q3GP because they can't start with a
27351           number). Add samr audio fourcc (used in .3gp files), decoder
27352           is work in progress. Also do a GST_WARNING instead of ERROR
27353           in case of unknown nodes, to decrease output.
27354
27355 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27356
27357         * Makefile.am:
27358           really fix dist
27359
27360 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27361
27362         * configure.ac:
27363         * ext/speex/gstspeexdec.h:
27364         * ext/speex/gstspeexenc.h:
27365           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27366           Fix detection code in configure.ac
27367
27368 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27369
27370         * gst/matroska/matroska-demux.c:
27371         (gst_matroska_demux_parse_blockgroup):
27372           Save position, so that queries give proper return values. Don't
27373           know how this could ever have worked before...
27374
27375 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27376
27377         * configure.ac:
27378           Put additional LAME check inside the conditional.  Fixes #152339
27379
27380 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27381
27382         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27383         (gst_avi_demux_stream_scan):
27384           Add some more debug. Fix logic error when setting movi offset
27385           while reading index.
27386
27387 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27388
27389         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27390         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27391         (gst_avi_demux_process_next_entry):
27392           Add some debugging. Better detection of broken indexes and the
27393           accompanying index recovery. No infinite loops on state changes
27394           when we're still in our loopfunction.
27395
27396 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27397
27398         * configure.ac:
27399           Fix up.
27400
27401 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27402
27403         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27404
27405         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27406           Normalizing the value before setting
27407         (gst_sunaudiomixer_get_volume):
27408           Normalizing the value after getting. Fixes bug# 161980
27409
27410 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27411
27412         * Makefile.am: Make sure docs gets disted
27413         * docs/Makefile.am: Make sure all needed files get disted
27414         * gst-plugins.spec.in: latest updates
27415
27416 2004-12-22  Wim Taymans  <wim@fluendo.com>
27417
27418         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27419         Revert patch 1.38 as clock distribution over schedulers does
27420         not work correcly in the core yet.
27421
27422 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27423
27424         * sys/oss/README: remove this file, which predates my birth
27425           (and which content is by far outdated)
27426
27427 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27428
27429         * Makefile.am:
27430         * configure.ac:
27431         * docs/Makefile.am:
27432         * docs/libs/Makefile.am:
27433         * docs/libs/gst-plugins-libs-docs.sgml:
27434         * docs/libs/gst-plugins-libs-sections.txt:
27435         * docs/libs/tmpl/gstgconf.sgml:
27436         * docs/upload.mak:
27437         * docs/version.entities.in:
27438           Added boilerplate gtk-doc files for plugin-libs documentation.
27439
27440 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27441
27442         * gst/auparse/gstauparse.c: fix int and float audio caps
27443
27444 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27445
27446         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27447         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27448           g_assert() can be a macro, don't use #ifdef inside it.
27449
27450 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27451
27452         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27453
27454         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27455         (gst_videorate_init), (gst_videorate_chain),
27456         (gst_videorate_change_state):
27457           Event handling (fixes #159986).
27458
27459 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27460
27461         * gst-libs/gst/riff/riff-media.c:
27462         (gst_riff_create_video_caps_with_data):
27463           Add BLZ0 (Blizzard's version of DivX) fourcc.
27464
27465 2004-12-18  David Schleef  <ds@schleef.org>
27466
27467         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27468         portability fix.
27469
27470 2004-12-18  David Schleef  <ds@schleef.org>
27471
27472         * gst/tta/ttadec.h: Disable some header code that isn't used
27473         and clearly isn't portable.
27474
27475 2004-12-18  David Schleef  <ds@schleef.org>
27476
27477         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27478         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27479         (avcodec_get_pix_fmt), (avpicture_layout),
27480         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27481         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27482         Fix code to not use GCC extensions (and c99 extensions that
27483         Forte does not like.)
27484
27485 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27486
27487         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27488
27489         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27490         (gst_deinterlace_chain):
27491           Rowstride fixes. Fixes #161039.
27492         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27493         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27494         (gst_video_crop_getcaps), (gst_video_crop_link),
27495         (gst_video_crop_i420), (gst_video_crop_chain),
27496         (gst_video_crop_change_state):
27497           Rework of negotiation. Actually works now. Fixes #158650.
27498
27499 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27500
27501         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27502           That was very stupid.
27503
27504 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27505
27506         * gst/matroska/matroska-demux.c:
27507         (gst_matroska_demux_parse_blockgroup):
27508           Fix possible crasher.
27509
27510 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27511
27512         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27513         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27514           Lace sizes can be zero.
27515
27516 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27517
27518         * ext/musepack/gstmusepackdec.cpp:
27519           Fetch error return values. Fixes #161624.
27520         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27521           Really EOS.
27522
27523 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27524
27525         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27526           Work for truncated (unfinished download etc.) files. Fixes #160514.
27527
27528 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27529
27530         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27531           Fix for integer overflow. Makes #156001 not crash. Probably masks
27532           the real bug.
27533
27534 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27535
27536         * gst/ac3parse/gstac3parse.c: (plugin_init):
27537           Parsers never have ranks. Fixes #159651.
27538
27539 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27540
27541         * gst/playback/gstdecodebin.c: (compare_ranks):
27542           make sure the facotries are ordered the same every time even if they
27543           have the same rank by using the name
27544         * gst/playback/gstdecodebin.c: (find_compatibles):
27545           make sure we don't add factories to the list twice
27546
27547 2004-12-16  David Schleef  <ds@schleef.org>
27548
27549         * configure.ac: look for musepack headers as musepack/*.h
27550         (fixes #159847)
27551         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27552         * ext/musepack/gstmusepackreader.h: same
27553
27554 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27555
27556         * gst-libs/gst/riff/riff-read.c:
27557         (gst_riff_read_strf_auds_with_data):
27558           Read extradata correctly (fixes #155879).
27559
27560 2004-12-16  David Schleef  <ds@schleef.org>
27561
27562         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27563         audio.  does _not_ attempt or allow conversion unless channels
27564         is 1 or 2.
27565
27566 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27567
27568         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27569
27570 2004-12-16  David Schleef  <ds@schleef.org>
27571
27572         * gst/audioscale/gstaudioscale.c: the resample library only
27573         handles 1 or 2 channels.  Change caps to compensate.
27574
27575 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27576
27577         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27578         (gst_matroska_demux_audio_caps):
27579           Some MPEG-AAC hacks, because else it doesn't work...
27580
27581 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27582
27583         * gst-libs/gst/riff/riff-media.c:
27584         (gst_riff_create_video_caps_with_data),
27585         (gst_riff_create_video_template_caps):
27586           Add h264.
27587
27588 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27589
27590         * gst-libs/gst/audio/Makefile.am:
27591           Try to fix buildbot.
27592
27593 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27594
27595         * gst/tcp/gstmultifdsink.c:
27596           Clean up and uniformize debugging.
27597
27598 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27599
27600         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27601
27602         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27603         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27604         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27605         (gst_mpeg_demux_change_state):
27606           Reset on ready. Fixes 160276.
27607
27608 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27609
27610         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27611
27612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27613         (gst_ffmpegcsp_pad_link):
27614           Fix memleak (#154815).
27615
27616 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27617
27618         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27619
27620         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27621         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27622         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27623         * ext/musicbrainz/gsttrm.h:
27624           Add support for using a proxy server when getting a trm id from
27625           the MusicBrainz database (#149613).
27626
27627 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27628
27629         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27630
27631         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27632         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27633           Fix memleaks (#157233).
27634
27635 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27636
27637         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27638
27639         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27640         * gst-libs/gst/resample/resample.h:
27641         * gst/audioscale/gstaudioscale.c:
27642           Fix memleak (#159215).
27643
27644 2004-12-16  Toni Willberg  <toniw@iki.fi>
27645
27646         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27647
27648         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27649         * sys/oss/oss_probe.c: (main):
27650           Check for mono/stereo support (similar to samplerate probing),
27651           fixes #159433. Also add missing copyright header to oss_probe.c.
27652
27653 2004-12-15  David Schleef  <ds@schleef.org>
27654
27655         * configure.ac: add audioresample and cairo plugins.  Remove
27656         HAVE_MMX stuff, because it's not used.
27657         * ext/Makefile.am: same
27658         * ext/audioresample/Makefile.am: You are not ready for an
27659         audio resampling element based on audioresample.
27660         * ext/audioresample/gstaudioresample.c:
27661         * ext/audioresample/gstaudioresample.h:
27662         * ext/cairo/Makefile.am: You are not ready for overlay elements
27663         based on cairo.  Don't look too closely, these elements kinda
27664         suck right now.
27665         * ext/cairo/gstcairo.c: new
27666         * ext/cairo/gsttextoverlay.c: new
27667         * ext/cairo/gsttextoverlay.h: new
27668         * ext/cairo/gsttimeoverlay.c: new
27669         * ext/cairo/gsttimeoverlay.h: new
27670         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27671         problem with compilers that don't support variadic macros.
27672
27673 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27674
27675         Reviewed by:  David Schleef  <ds@schleef.org>
27676
27677         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27678         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27679         bit.  Also ran indent-gst.
27680         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27681         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27682         (gst_sunaudiosrc_setparams):
27683
27684 2004-12-14  David Schleef  <ds@schleef.org>
27685
27686         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27687         output rate to 16000.  Should fix #160235.
27688
27689 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27690
27691         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27692         Add typefinding for mpeg2 pes streams
27693
27694 2004-12-13  David Schleef  <ds@schleef.org>
27695
27696         * configure.ac:  Applied patch from bug #143659, making default
27697         sources and sinks OS-dependent (for Solaris), and added code
27698         for OS/X.
27699         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27700
27701 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27702
27703         * gst-libs/gst/riff/riff-media.c:
27704           forgot to add h2.64 to avidemux template caps
27705
27706 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27707
27708         * gst/wavenc/riff.h:
27709         * gst-libs/gst/riff/riff-media.c:
27710         * gst-libs/gst/riff/riff-ids.h:
27711         * gst/avi/gstavimux.c
27712         add 4CC code for VideoSoft h264 in AVI (VSSH)
27713           fixes bug #160655
27714         remove s323 from riff, it's quicktime specific :(
27715
27716 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27717
27718         * gst/asfdemux/README
27719         * gst/wavenc/riff.h
27720         * gst-libs/gst/riff/riff-ids.h
27721         * gst-libs/gst/riff/riff-media.c
27722         * gst/qtdemux/qtdemux.c:
27723           add new 4CC codes for h263 related codecs
27724           fixes partially bug #155163
27725
27726 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27727
27728         * configure.ac: Update polyaudio requirement to 0.7
27729         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27730
27731 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27732
27733         * gst/interleave/deinterleave.c:
27734         fix my name's spelling! :)
27735
27736 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27737
27738         * AUTHORS ChangeLog
27739         * gst/auparse/gstauparse.c
27740         * gst/interleave/deinterleave.c
27741         * gst/law/:
27742                 alaw-decode.c alaw-encode.c
27743                 mulaw-decode.c mulaw-encode.c
27744         * gst/oneton/gstoneton.c
27745         * sys/osxaudio/:
27746                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27747         * sys/osxvideo/:
27748                 cocoawindow.h cocoawindow.m
27749                 osxvideosink.h osxvideosink.m
27750
27751         put the same mail address for Zaheer Abbas Merali everywhere
27752
27753 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27754
27755         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27756           Align by packetsize, and assert that we a packet available before
27757           playing. The first makes webstreams work (they often include
27758           trailing padding data in a packet), the second allows pausing a
27759           ASF stream in totem without getting demux errors afterwards.
27760
27761 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27762
27763         * ext/ogg/gstoggdemux.c: (get_relative):
27764           Check for non-NULL before accessing member (end-of-chain).
27765
27766 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27767
27768         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27769         (cdparanoia_set_property), (cdparanoia_get_property):
27770         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27771         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27772         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27773         (dvdreadsrc_init), (dvdreadsrc_set_property),
27774         (dvdreadsrc_get_property):
27775         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27776         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27777           Synchronize property names where not yet the case. Devices are
27778           now device=X, other versions are deprecated (but still exist).
27779           Also use g_free() unconditionally.
27780         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27781         (setup_source), (gst_play_base_bin_get_property):
27782           Expose source.
27783
27784 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27785
27786         * configure.ac: move GCONF macro outside conditional for the am
27787           conditional. Fixes #160439
27788
27789 2004-12-08  David Schleef  <ds@schleef.org>
27790
27791         * tools/gst-visualise-m.m: Switch to elements that currently
27792         exist.
27793
27794 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27795
27796         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27797           We love wrong commas.
27798
27799 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27800
27801         * gst/matroska/matroska-demux.c:
27802         (gst_matroska_demux_handle_src_query):
27803           Don't set DEFAULT, unsupported - makes length display incorrectly
27804           in some cases.
27805
27806 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27807
27808         * gst/monoscope/README: remove blurb about files being GPL
27809         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27810         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27811           monoscope is now effectively LGPL licensed
27812
27813 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27814
27815         * gst/monoscope/README: Update information to be more correct
27816         * gst/monoscope/convolve.c: Relicense to LGPL
27817         * gst/monoscope/convolve.h: Relicense to LGPL
27818
27819 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27820
27821         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27822           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27823         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27824           set default_duration for mpeg1 audio
27825
27826 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27827
27828         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27829         * ext/alsa/gstalsa.h:
27830           refactor big chunks of the core caps negotiation code to make it
27831           a lot faster, because people claim it's really slow
27832           (actually, just cache the getcaps when the device is opened)
27833
27834 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27835
27836         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27837         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27838         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27839         (gst_a52dec_change_state), (plugin_init):
27840         * ext/a52dec/gsta52dec.h:
27841           Do something useful with timestamps. Make chain-based (since
27842           there's really no reason to be loopbased).
27843         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27844           Update current_byte/frame correctly.
27845
27846 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27847
27848         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27849         (gst_ape_demux_stream_init):
27850           Forward tags, too.
27851
27852 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27853
27854         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27855           Let's make sure we're done typefinding when detecting tags.
27856
27857 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27858
27859         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27860         (gst_ebml_read_init), (gst_ebml_read_use_event),
27861         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27862         (gst_ebml_read_seek), (gst_ebml_read_skip),
27863         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27864         (gst_ebml_read_master):
27865         * gst/matroska/ebml-read.h:
27866         * gst/matroska/matroska-demux.c:
27867         (gst_matroska_demux_parse_contents),
27868         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27869           Disgustingly evil hack for working around INTERRUPT events and
27870           their extremely annoying habit of being a pain in the ass. We
27871           simply peek a cluster before reading any of it.
27872
27873 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27874
27875         * ext/musepack/gstmusepackdec.cpp:
27876           There's also floating point libmusepacks.
27877
27878 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27879
27880         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27881         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27882           Set DURATION even if source buffer didn't. Also use increasing
27883           timestamps.
27884         * gst-libs/gst/riff/riff-media.c:
27885         (gst_riff_create_audio_caps_with_data):
27886           Block_align can have larger values than 8192.
27887
27888 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27889
27890         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27891         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27892         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27893         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27894           Fix caps.
27895
27896 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27897
27898         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27899           Fix logic bug.
27900
27901 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27902
27903         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27904           Yay, another one.
27905
27906 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27907
27908         * ext/esd/esdsink.c: (gst_esdsink_chain):
27909           Make error actually say something useful (fixes #156798).
27910         * gst-libs/gst/riff/riff-media.c:
27911         (gst_riff_create_video_caps_with_data),
27912         (gst_riff_create_video_template_caps):
27913           Add Intel Video 5.0 fourcc (IV50).
27914
27915 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27916
27917         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27918         detection on mono and stereo mp3 files.
27919
27920 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27921
27922         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27923           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27924           the contained stream).
27925
27926 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27927
27928         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27929           Oops, remove debug.
27930
27931 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27932
27933         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27934
27935         * gst/law/alaw-decode.c: (alawdec_getcaps):
27936         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27937           Prevent warnings when negotiating caps (fixes #159338).
27938
27939 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27940
27941         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27942         (gst_ffmpegcsp_chain):
27943           Remove old leftover that shouldn't be there...
27944
27945 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27946
27947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27948
27949         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27950           Don't forward DISCONT events (fixes #159684).
27951
27952 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27953
27954         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27955           Unlink manually since sometimes bin disposal (and therefore
27956           pad unlinking) is delayed, which will cause a new media file
27957           to not be able to start playing instantly.
27958
27959 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27960
27961         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27962           On mute of an unlinked stream, check for pad availability so
27963           we don't crash on unlinked pad.
27964
27965 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27966
27967         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27968         (gst_avi_demux_massage_index):
27969           Fix quite humiliating bug in omitting 0-sized index chunks but
27970           forgetting to count them for timestamps.
27971
27972 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27973
27974         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27975           Actually leave the loop if we failed to sync. Don't crash.
27976
27977 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27978
27979         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27980         (gst_dvd_demux_process_private):
27981         * gst/mpegstream/gstdvddemux.h:
27982           Fix crash (#159759). Doesn't work, though. :-(.
27983
27984 2004-11-28  Benjamin Otte  <otte@gnome.org>
27985
27986         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27987           more overwriting protection due to modifying channels one by one
27988           instead of all at once
27989
27990 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27991
27992         * gst/audioconvert/gstchannelmix.c:
27993         (gst_audio_convert_fill_normalize):
27994           Normalize using absolute values.
27995
27996 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27997
27998         * configure.ac:
27999         * ext/Makefile.am:
28000         * ext/directfb/Makefile.am:
28001         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28002         (gst_directfbvideosink_get_pixel_format),
28003         (gst_directfbvideosink_get_format_from_fourcc),
28004         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28005         (gst_directfbvideosink_sink_link),
28006         (gst_directfbvideosink_change_state),
28007         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28008         (gst_directfbvideosink_buffer_alloc),
28009         (gst_directfbvideosink_interface_supported),
28010         (gst_directfbvideosink_interface_init),
28011         (gst_directfbvideosink_navigation_send_event),
28012         (gst_directfbvideosink_navigation_init),
28013         (gst_directfbvideosink_set_property),
28014         (gst_directfbvideosink_get_property),
28015         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28016         (gst_directfbvideosink_base_init),
28017         (gst_directfbvideosink_class_init),
28018         (gst_directfbvideosink_get_type), (plugin_init):
28019         * ext/directfb/directfbvideosink.h: Adding a first version of
28020         directfbvideosink.
28021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28022         more.
28023
28024 2004-11-28  Benjamin Otte  <otte@gnome.org>
28025
28026         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28027           walk the samples backwards if out_channels > in_channels so we don't
28028           overwrite data
28029
28030 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28031
28032         * gst/audioconvert/Makefile.am:
28033         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28034         (gst_audio_convert_link), (gst_audio_convert_change_state),
28035         (gst_audio_convert_channels):
28036         * gst/audioconvert/gstchannelmix.c:
28037         (gst_audio_convert_unset_matrix),
28038         (gst_audio_convert_fill_identical),
28039         (gst_audio_convert_fill_compatible),
28040         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28041         (gst_audio_convert_fill_others),
28042         (gst_audio_convert_fill_normalize),
28043         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28044         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28045         * gst/audioconvert/gstchannelmix.h:
28046           Implement a channel mixer.
28047
28048 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28049
28050         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28051         * ext/alsa/gstalsa.h:
28052         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28053         Make alsasink actually honor gst_element_set_clock and use that
28054         clock instead of its internal one.
28055
28056 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28057
28058         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28059         (gst_play_base_bin_change_state): nullify source and decoder when
28060         going from READY to NULL so that we don't try to do weird stuff with
28061         them when going from NULL to READY
28062         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28063         instead of g_object_unref
28064         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28065         it should be correct
28066         (gst_play_bin_change_state): don't call remove_sinks if we are
28067         currently disposing the object
28068
28069 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28070
28071         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28072           Don't forget bass if it's there. Else left channel is silent...
28073
28074 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28075
28076         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28077         (gst_a52dec_change_state):
28078           Don't do sample adjusting anymore, we use float audio now.
28079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28080           Don't fixate to non-existing properties.
28081
28082 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28083
28084         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28085         (gst_a52dec_change_state):
28086           Advertise that we can do surround sound.
28087
28088 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28089
28090         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28091           Add buffer-frames=0.
28092         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28093         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28094         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28095         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28096         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28097         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28098         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28099         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28100         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28101         * ext/dvdread/dvdreadsrc.h:
28102           Add seeking, querying for bytes, sectors, title, angle and
28103           chapter. Handle multiple chapters. Relicense to LGPL because
28104           Billy agreed on that (thanks Billy!).
28105
28106 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28107
28108         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28109         call parent dispose method
28110
28111 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28112
28113         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28114         (gst_audio_clock_get_internal_time):
28115         Fix active <-> inactive transitions: ensure time value always
28116         grows and avoid abrupt value changes.
28117
28118 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28119
28120         * configure.ac:
28121         * gst/tta/Makefile.am:
28122         * gst/tta/crc32.h:
28123         * gst/tta/filters.h:
28124         * gst/tta/gsttta.c:
28125         * gst/tta/gstttadec.c:
28126         * gst/tta/gstttadec.h:
28127         * gst/tta/gstttaparse.c:
28128         * gst/tta/gstttaparse.h:
28129         * gst/tta/ttadec.h:
28130           added TTA parser and decoder
28131
28132 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28133
28134         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28135         (probe_triggered), (check_queue), (buffer_underrun),
28136         (buffer_running), (buffer_overrun), (gen_source_element),
28137         (setup_source):
28138         * gst/playback/gstplaybasebin.h:
28139           Implement buffering. Needs some more work.
28140
28141 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28142
28143         * ext/theora/theoradec.c: (theora_dec_chain):
28144           Fix ilog mask range overflow.
28145
28146 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28147
28148         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28149           Don't omit the last (which in case of dmix is the only :) )
28150           channel count. Don't set channels if <= 2.
28151
28152 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28153
28154         * gst/playback/gstplaybin.c: (gen_video_element),
28155         (gen_audio_element): Removed 2 obsolete comments
28156
28157 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28158
28159         * ext/vorbis/oggvorbisenc.c
28160         * ext/vorbis/vorbisenc.c :
28161           change description fields of those plugins to differentiate them
28162           (pitivi show Encoders by description, they had the same one)
28163
28164 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28165
28166         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28167
28168         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28169         (gst_play_bin_set_property), (gen_video_element),
28170         (gen_audio_element):
28171           Refcounting fixes for provided audio-/videosinks.
28172
28173 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28174
28175         * gst/playback/gstplaybin.c: (gen_video_element),
28176         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28177           Don't reference all sinks, but only the video- and audiosinks.
28178           The vis. element should be disposed when we're done with it.
28179           We don't have any reason to keep it around. This fixes warnings
28180           when reusing playbin for playing multiple audio files with
28181           vis. enabled. Also release audio device on pause - idea stolen
28182           from Rhythmbox.
28183
28184 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28185
28186         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28187         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28188         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28189         * ext/alsa/gstalsaplugin.c: (plugin_init):
28190         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28191         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28192         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28193         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28194         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28195         (gst_faad_change_state), (plugin_init):
28196         * ext/faad/gstfaad.h:
28197         * ext/vorbis/vorbis.c: (plugin_init):
28198         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28199         * gst-libs/gst/audio/Makefile.am:
28200         * gst-libs/gst/audio/audio.c: (plugin_init):
28201         * gst-libs/gst/audio/multichannel.c:
28202         (gst_audio_check_channel_positions),
28203         (gst_audio_get_channel_positions),
28204         (gst_audio_set_channel_positions),
28205         (gst_audio_set_structure_channel_positions_list),
28206         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28207         (gst_audio_fixate_channel_positions):
28208         * gst-libs/gst/audio/multichannel.h:
28209         * gst-libs/gst/audio/testchannels.c: (main):
28210         * gst/audioconvert/gstaudioconvert.c:
28211         (gst_audio_convert_class_init), (gst_audio_convert_init),
28212         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28213         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28214         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28215         * gst/audioconvert/plugin.c: (plugin_init):
28216           Surround sound support.
28217
28218 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28219
28220         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28221           Fix position for discont if we're close as well. Nitpicking, but
28222           saves a few milliseconds of extra waiting or skipping.
28223
28224 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28225
28226         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28227           We sometimes need parsers for playback, so add those too.
28228
28229 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28230
28231         * configure.ac:
28232         * gst/apetag/Makefile.am:
28233         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28234         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28235         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28236         (gst_ape_demux_get_src_query_types),
28237         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28238         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28239         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28240         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28241         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28242         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28243         (gst_ape_demux_change_state):
28244         * gst/apetag/apedemux.h:
28245         * gst/apetag/apetag.c: (plugin_init):
28246         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28247         (plugin_init):
28248           APE v1/2 tag reader plus typefind function.
28249
28250 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28251
28252         * configure.ac:
28253         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28254         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28255           Remove hacks for older core. Require newer core version
28256           accordingly.
28257
28258 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28259
28260         * gst/cdxaparse/Makefile.am:
28261         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28262         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28263         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28264         * gst/cdxaparse/gstcdxaparse.h:
28265         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28266         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28267         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28268         (gst_cdxastrip_get_src_query_types),
28269         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28270         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28271         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28272         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28273         * gst/cdxaparse/gstcdxastrip.h:
28274           SVCD/VCD header stripping separated from CDXA image parsing.
28275         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28276         (plugin_init):
28277           Add VCD/SVCD header typefinding for VCD/SVCD.
28278         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28279         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28280         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28281         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28282         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28283         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28284         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28285         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28286         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28287         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28288         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28289         * sys/vcd/vcdsrc.h:
28290           Fix up, add seeking, querying, URI interface. Works in totem now.
28291
28292 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28293
28294         * configure.ac:
28295           back to CVS
28296
28297 === release 0.8.6 ===
28298
28299 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28300
28301         * NEWS:
28302         * RELEASE:
28303         * configure.ac:
28304         * po/af.po:
28305         * po/az.po:
28306         * po/cs.po:
28307         * po/en_GB.po:
28308         * po/hu.po:
28309         * po/it.po:
28310         * po/nb.po:
28311         * po/nl.po:
28312         * po/or.po:
28313         * po/sq.po:
28314         * po/sr.po:
28315         * po/sv.po:
28316         * po/uk.po:
28317           releasing 0.8.6, "IOU Love"
28318
28319 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28320
28321         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28322
28323         * gst/playback/gstplaybasebin.c:
28324           Fix unplayable files error handling.  Fixes #158365
28325
28326 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28327
28328         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28329
28330         * gst/typefind/gsttypefindfunctions.c:
28331           Fix broken mp3 typefinding.  Fixes #158375
28332
28333 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28334
28335         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28336
28337         * ext/ogg/gstoggdemux.c:
28338           Fix sync on broken files.  Fixes #158976
28339
28340 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28341
28342         patch by: Edward Hervey <bilboed@bilboed.com>
28343
28344         * ext/libpng/gstpngenc.c:
28345           Copy over buffer properties.  Fixes #158832
28346
28347 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28348
28349         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28350
28351         * ext/dvdread/dvdreadsrc.c:
28352           Fixes invalid reads (#158462)
28353
28354 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28355
28356         * sys/v4l/gstv4lsrc.c:
28357         * sys/v4l/gstv4lsrc.h:
28358         * sys/v4l/v4lsrc_calls.c:
28359           Probe less and cache it.  Fixes #159187.
28360
28361 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28362
28363         * gst/videorate/gstvideorate.c:
28364           Handle all video formats. Fixes #159186.
28365
28366 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28367         * gst/synaesthesia/gstsynaesthesia.c:
28368         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28369         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28370         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28371         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28372         (gst_synaesthesia_change_state), (plugin_init):
28373         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28374         Force 320x200 output, as that's the only thing the underlying
28375         synaesthesia implementation supports. Still needs to be made
28376         re-entrant.
28377
28378 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28379
28380         * configure.ac:
28381           Fix mpeg2enc configure check (similar to mplex check below).
28382
28383 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28384
28385         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28386
28387         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28388           Fix for gcc-2.95 (fixes #158221).
28389
28390 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28391
28392         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28393           Re-add clock distribution hack (until new core is released).
28394           Fixes #158125.
28395
28396 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28397         * configure.ac:
28398           fix mplex configure check segfaulting on some systems (bug #140994)
28399
28400 2004-11-13  Benjamin Otte  <otte@gnome.org>
28401
28402         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28403           add debugging
28404         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28405           do a wait when we enter the loop func with no data available to
28406           write instead of getting into an 100% CPU loop by just returning and
28407           being called again by the scheduler
28408
28409 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28410
28411         * configure.ac:
28412         * ext/libvisual/visual.c: (gst_visual_get_type),
28413         (libvisual_log_handler), (gst_visual_getcaps),
28414         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28415         (plugin_init):
28416           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28417         * ext/smoothwave/Makefile.am:
28418         * ext/smoothwave/demo-osssrc.c: (main):
28419         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28420         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28421         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28422         (plugin_init):
28423         * ext/smoothwave/gstsmoothwave.h:
28424           Make gstsmoothwave a working element in the 20th century.
28425
28426         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28427           Fix incorrect link function
28428
28429 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28430
28431         * gst/volume/gstvolume.c:
28432           Allow buffer-frames=0.
28433
28434 2004-11-12 Iain <iaingnome@gmail.com>
28435
28436         * configure.ac: Check for polypaudio
28437
28438         * ext/Makefile.am: Build the polyp dir
28439
28440         * ext/polyp: The polypsink sources.
28441
28442 2004-10-30 Iain <iaingnome@gmail.com>
28443
28444         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28445         caps to reflect the new number of channels.
28446
28447 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28448
28449         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28450           Fix for negotiation order problem. This would show when the
28451           ALSA loopfuction was called before any other function. ALSA
28452           wouldn't do anything because we're not negotiated yet, leading
28453           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28454
28455 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28456
28457         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28458
28459         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28460           No warnings (#157986).
28461
28462 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28463
28464         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28465           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28466
28467 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28468
28469         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28470           Signal no-more-pads (so it works in playbin).
28471
28472 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28473
28474         * ext/musepack/gstmusepackreader.cpp:
28475           Workaround for older core.
28476
28477 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28478
28479         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28480           Actually test for odd width/height rather than testing whether
28481           a temporary variable that was 0 before we subtracted 1 is now
28482           not equal to zero (which it always is).
28483
28484 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28485
28486         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28487         Fix compilation if HAVE_XVIDEO is not defined
28488
28489 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28490
28491         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28492         Fix compilation if HAVE_XVIDEO is not defined
28493
28494 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28495
28496         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28497         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28498         (gst_goom_change_state), (plugin_init):
28499         Use the bytestream adapter so goom doesn't depend on the input
28500         buffer size.
28501         Add a debug category
28502
28503 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28504
28505         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28506           Only set hardware parameters *after* negotiation. Before
28507           negotiation, it will set ANY and that seems to cause crashes
28508           (see e.g. #151288, #153227).
28509
28510 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28511
28512         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28513           This seems to be antique leftover. It needs to pass error
28514           checking.
28515         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28516         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28517         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28518         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28519           Fix GstXOverlay implementation (#151059).
28520
28521 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28522
28523         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28524           Don't assert (#157853).
28525
28526 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28527
28528         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28529           Fix bytes/samples confustion.
28530         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28531           Fix for underrun (#144389).
28532
28533 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28534
28535         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28536           Disable halfway-seek for pending release (since it needs a new
28537           core release).
28538
28539 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28540
28541         * sys/v4l/gstv4lsrc.c:
28542         * sys/v4l/gstv4lsrc.h:
28543         * sys/v4l/v4lsrc_calls.c:
28544           add autoprobe-fps property so we can separate autoprobing parts
28545
28546 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28547
28548         * sys/v4l/gstv4lsrc.c:
28549         * sys/v4l/v4lsrc_calls.c:
28550         initialise fourcc to catch unset fourcc's, and debug
28551
28552 2004-11-09  Wim Taymans  <wim@fluendo.com>
28553
28554         * gst/playback/README:
28555         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28556         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28557         (gst_play_bin_dispose), (gst_play_bin_set_property),
28558         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28559         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28560         (gst_play_bin_get_formats), (gst_play_bin_convert),
28561         (gst_play_bin_get_query_types), (gst_play_bin_query):
28562         Cleanups and some more documentation.
28563
28564 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28565
28566         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28567         (gst_cacasink_init), (gst_cacasink_chain):
28568         * ext/libcaca/gstcacasink.h:
28569         Cacasink inherits from VideoSink, so let that store the clock.
28570
28571 2004-11-09  Wim Taymans  <wim@fluendo.com>
28572
28573         * gst/playback/README:
28574         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28575         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28576         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28577         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28578         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28579         (setup_sinks):
28580         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28581         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28582         * gst/playback/gststreaminfo.h:
28583         Updated README.
28584         Only switch groups if all streams have muted (EOSed).
28585         Send Tags in sync with the stream playback instead of in
28586         the playback/preroll phase.
28587         Some cleanups, free the fakesrc elements.
28588
28589 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28590
28591         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28592           buffer-frames property was missing
28593         * ext/arts/gst_arts.c:
28594           rate missing from sinkcaps
28595         * ext/audiofile/gstafparse.c:
28596         * ext/audiofile/gstafsink.c:
28597         * ext/audiofile/gstafsrc.c:
28598         * ext/swfdec/gstswfdec.c:
28599           int audio doesn't know buffer-frames
28600         * ext/cdparanoia/gstcdparanoia.c:
28601           int audio doesn't know chunksize either
28602         * ext/nas/nassink.c:
28603           it's endianness, not endianess
28604         * gst-libs/gst/audio/audio.h:
28605           make float standard pad template caps really describe float
28606         * gst/law/mulaw.c: (linear_factory):
28607           signed only, please
28608         * gst/mpegstream/gstdvddemux.c:
28609           widths of 20 are not valid
28610
28611 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28612
28613         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28614
28615         * po/LINGUAS:
28616         * po/it.po:
28617           Add Italian
28618
28619 2004-11-08  Wim Taymans  <wim@fluendo.com>
28620
28621         * gst/playback/README:
28622         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28623         * gst/playback/gstplaybasebin.c: (probe_triggered),
28624         (gst_play_base_bin_change_state):
28625         Updated README, added more comments for fixmes etc..
28626
28627 2004-11-08  Wim Taymans  <wim@fluendo.com>
28628
28629         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28630         We can remove this hack now.
28631
28632 2004-11-08  Wim Taymans  <wim@fluendo.com>
28633
28634         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28635         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28636         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28637         Only mix AYUV for maximum quality.
28638
28639 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28640
28641         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28642         (gst_ogg_demux_push), (gst_ogg_pad_push):
28643           Let's act as if we're synchronized now! :).
28644         * ext/theora/theoradec.c: (theora_dec_chain):
28645           Add some debug.
28646
28647 2004-11-08  Wim Taymans  <wim@fluendo.com>
28648
28649         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28650         (gst_alpha_set_property), (gst_alpha_sink_link),
28651         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28652         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28653         (gst_alpha_init_params), (gst_alpha_chain):
28654         Implement alpha functions for AYUV too, this increases
28655         accuracy quite a bit.
28656
28657 2004-11-08  Wim Taymans  <wim@fluendo.com>
28658
28659         * gst/ffmpegcolorspace/avcodec.h:
28660         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28661         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28662         (gst_ffmpegcsp_avpicture_fill):
28663         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28664         (gst_ffmpegcsp_caps_remove_format_info):
28665         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28666         (shrink12), (img_get_alpha_info), (deinterlace_line),
28667         (deinterlace_line_inplace):
28668         * gst/ffmpegcolorspace/imgconvert_template.h:
28669         Added AYUV colorspace and handle RGBA a bit more respectful.
28670
28671 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28672
28673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28674           Actually always send a discont (cornercase when resending the
28675           same serial-tagged chain twice).
28676
28677 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28678
28679         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28680         (gst_ximagesink_finalize):
28681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28682         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28683
28684 2004-11-08  Wim Taymans  <wim@fluendo.com>
28685
28686         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28687         Don't segfault on NULL data.
28688
28689 2004-11-08  Wim Taymans  <wim@fluendo.com>
28690
28691         * gst/playback/gstdecodebin.c: (unlinked):
28692         * gst/playback/gstplay-marshal.list:
28693         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28694         (gst_play_base_bin_init), (group_create), (get_active_group),
28695         (get_building_group), (group_destroy), (group_commit),
28696         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28697         (add_element_stream), (no_more_pads), (probe_triggered),
28698         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28699         (state_change), (setup_source), (gst_play_base_bin_get_property),
28700         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28701         (gst_play_base_bin_link_stream),
28702         (gst_play_base_bin_get_streaminfo):
28703         * gst/playback/gstplaybasebin.h:
28704         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28705         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28706         Add support for chained ogg files. Prepare for playlist
28707         support. This patch introduces the concept of pad groups, which
28708         together compose one playable media file.
28709
28710 2004-11-07  David Schleef  <ds@schleef.org>
28711
28712         * testsuite/gst-lint: Check for pad templates that aren't statically
28713         scoped.
28714
28715 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28716
28717         * configure.ac:
28718         * ext/Makefile.am:
28719         * ext/musepack/Makefile.am:
28720         * ext/musepack/gstmusepackdec.cpp:
28721         * ext/musepack/gstmusepackdec.h:
28722         * ext/musepack/gstmusepackreader.cpp:
28723         * ext/musepack/gstmusepackreader.h:
28724           Add musepack decoder.
28725         * ext/faad/gstfaad.c: (gst_faad_base_init):
28726           Make pad templates static.
28727         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28728         (plugin_init):
28729           Add musepack typefinder, make mp3 typefinding work halfway stream,
28730           which doesn't actually work yet because id3demux doesn't implement
28731           _get_length().
28732
28733 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28734
28735         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28736         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28737           Fix interrupt event handling (#144436).
28738
28739 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28740
28741         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28742           Hide unused glory.
28743
28744 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28745
28746         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28747
28748         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28749           Fix weird caps (#157548).
28750
28751 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28752
28753         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28754
28755         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28756           Add missing NULL terminator (#157543).
28757
28758 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28759
28760         * gst/tcp/gsttcp.h:
28761         * gst/tcp/gsttcpclientsink.c:
28762         * gst/tcp/gsttcpclientsrc.c:
28763         * gst/tcp/gsttcpserversink.c:
28764         * gst/tcp/gsttcpserversrc.c:
28765           ports can go up to 65535.  Move common defines to gsttcp.h
28766
28767 2004-11-05  Wim Taymans  <wim@fluendo.com>
28768
28769         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28770         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28771         Added two more colorspaces.
28772
28773 2004-11-05  Wim Taymans  <wim@fluendo.com>
28774
28775         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28776         (gst_ffmpegcsp_avpicture_fill):
28777         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28778         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28779         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28780         More stride fixes.
28781
28782 2004-11-05  Wim Taymans  <wim@fluendo.com>
28783
28784         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28785         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28786         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28787         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28788         (gst_videomixer_loop):
28789         More stride fixes.
28790
28791 2004-11-05  Benjamin Otte  <otte@gnome.org>
28792
28793         * ext/mad/gstmad.c: (gst_mad_chain):
28794           don't overflow data buffer. Flush not needed sync data when syncing
28795           failed.
28796
28797 2004-11-04  Wim Taymans  <wim@fluendo.com>
28798
28799         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28800         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28801         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28802         (gst_alpha_init_params), (gst_alpha_chain),
28803         (gst_alpha_change_state):
28804         Updated the chroma keying algorithm with something more
28805         sophisticated.
28806
28807 2004-11-03  Wim Taymans  <wim@fluendo.com>
28808
28809         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28810         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28811         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28812         Fix stride issues. Does not completely work for odd
28813         heights.
28814
28815 2004-11-03  Wim Taymans  <wim@fluendo.com>
28816
28817         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28818         (gst_alpha_chroma_key), (gst_alpha_chain):
28819         Fix stride issues. Does not completely work for odd
28820         heights.
28821
28822 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28823
28824         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28825         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28826         leak fixes
28827
28828 2004-11-03  Wim Taymans  <wim@fluendo.com>
28829
28830         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28831         (gst_ffmpegcsp_avpicture_fill):
28832         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28833         (avpicture_alloc):
28834         * gst/ffmpegcolorspace/imgconvert_template.h:
28835         Use correct _fill function to get correct strides.
28836
28837 2004-11-02  David Schleef  <ds@schleef.org>
28838
28839         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28840         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28841         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28842         Change all g_print()s to debugging.  Add a bunch of consistency
28843         checks.
28844
28845 2004-11-02  Wim Taymans  <wim@fluendo.com>
28846
28847         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28848         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28849         (unlinked), (no_more_pads), (close_link):
28850         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28851         (unknown_type), (add_element_stream), (new_decoded_pad),
28852         (removed_decoded_pad), (setup_source):
28853         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28854         (gst_stream_info_class_init), (gst_stream_info_init),
28855         (gst_stream_info_new), (gst_stream_info_dispose),
28856         (stream_info_mute_pad), (gst_stream_info_set_property),
28857         (gst_stream_info_get_property):
28858         * gst/playback/gststreaminfo.h:
28859         Fix playback of multiple files.
28860         a slightly different approach to handling dynamic pad removals.
28861         This one only looks at pads that we have linked.
28862
28863 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28864
28865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28866         free" warning from libc.
28867
28868 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28869
28870         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28871         (get_unconnected_element), (remove_starting_from), (pad_removed),
28872         (close_link):
28873           Implement support for dynamic pad changing. We listen to "live"
28874           pad removals (i.e. while playing) and re-setup autoplugging
28875           after that. Playbasebin/playbin need some more work for this
28876           to finally work, but decodebin supports (and replugs) chained
28877           ogg now.
28878
28879 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28880
28881         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28882         (gst_alsa_finalize):
28883         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28884         (gst_cdaudio_finalize):
28885         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28886         (cdparanoia_finalize):
28887         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28888         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28889         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28890         (dvdreadsrc_finalize):
28891         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28892         (gst_flacdec_finalize):
28893         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28894         (gst_flacenc_finalize):
28895         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28896         (gst_gnomevfssink_finalize):
28897         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28898         (gst_gnomevfssrc_finalize):
28899         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28900         (gst_fameenc_finalize):
28901         * ext/nas/nassink.c: (gst_nassink_class_init),
28902         (gst_nassink_finalize):
28903         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28904         (gst_sdlvideosink_class_init):
28905         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28906         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28907         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28908         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28909         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28910         (gst_x_window_listener_dispose):
28911         * gst/audioscale/gstaudioscale.c:
28912         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28913         (play_on_demand_finalize):
28914         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28915         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28916         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28917         (cdplayer_finalize):
28918         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28919         (gst_glimagesink_class_init):
28920         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28921         (gst_osselement_finalize):
28922         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28923         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28924         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28925           Fixes a bunch of problems with finalize and dispose functions,
28926           either assumptions that dispose is only called once, or not calling
28927           the parent class dispose/finalize function
28928
28929 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28930
28931         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28932           added two api precondition guards
28933           use g_strdup with getenv to fix crash when using ENVVAR
28934
28935 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28936         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28937         (gst_esdsink_finalize):
28938         Use a finalize function, not dispose, and more importantly,
28939         call the parent class finalize function too
28940
28941 2004-11-01  Johan Dahlin  <johan@gnome.org>
28942
28943         * ext/ogg/gstoggdemux.c:
28944         * gst/tags/gstvorbistag.c:
28945         Plug leaks.
28946
28947 2004-10-31  Benjamin Otte  <otte@gnome.org>
28948
28949         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28950           lotsa memleaks today. But they're all small...
28951
28952 2004-10-31  Benjamin Otte  <otte@gnome.org>
28953
28954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28955           another memleak crushed
28956
28957 2004-10-31  Benjamin Otte  <otte@gnome.org>
28958
28959         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28960           fix memleak
28961
28962 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28963
28964         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28965           Hack to prevent crash when going to READY inside signal handler
28966           while this function is active.
28967
28968 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28969
28970         * gst/ffmpegcolorspace/Makefile.am:
28971         * gst/ffmpegcolorspace/avcodec.h:
28972         * gst/ffmpegcolorspace/common.h:
28973         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28974         * gst/ffmpegcolorspace/dsputil.h:
28975         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28976         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28977         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28978         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28979         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28980         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28981         (gst_ffmpegcsp_avpicture_fill):
28982         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28983         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28984         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28985         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28986         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28987         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28988         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28989         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28990         * gst/ffmpegcolorspace/imgconvert.c:
28991         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28992         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28993         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28994         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28995         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28996         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28997         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28998         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28999         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29000         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29001         (grow21), (grow22), (grow41), (grow44), (conv411),
29002         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29003         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29004         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29005         (avpicture_free), (is_yuv_planar), (img_convert),
29006         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29007         (deinterlace_line_inplace), (deinterlace_bottom_field),
29008         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29009         * gst/ffmpegcolorspace/imgconvert_template.h:
29010         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29011         * gst/ffmpegcolorspace/mmx.h:
29012         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29013         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29014         (av_freep), (avcodec_get_context_defaults),
29015         (avcodec_alloc_context), (avcodec_init):
29016           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29017           handling plus update from ffmpeg CVS. Large clean-up.
29018
29019 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29020
29021         * gst/playback/Makefile.am:
29022           We need the marshallers for decodebin, too.
29023
29024 2004-10-30  David Schleef  <ds@schleef.org>
29025
29026         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29027           quicktime typefinding work with 64-bit offsets.
29028
29029 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29030
29031         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29032           Set EOS on the element when processing an EOS event.
29033         * ext/speex/gstspeexdec.h:
29034         * ext/speex/gstspeexenc.h:
29035           Only keep a const ptr to the mode
29036         * gst-libs/gst/riff/riff-media.c:
29037         (gst_riff_create_audio_caps_with_data),
29038         (gst_riff_create_audio_template_caps):
29039           Allow WMAV3, with up to 6 channels.
29040         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29041           Don't call gst_pad_set_event_function on a sink pad.
29042         * gst/mpegstream/gstdvddemux.c:
29043         (gst_dvd_demux_get_subpicture_stream),
29044         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29045           Copy the explicit caps that were set across to the cur_* pads,
29046           instead of trying to use a possibly non-existent negotiated caps.
29047           Reset the type of subpicture pads to UNKNOWN after calling
29048           init_stream, so that the caps get set.
29049
29050 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29051
29052         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29053
29054         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29055           Don't touch buffer if it is of size 0 (fixes #151064).
29056
29057 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29058
29059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29060           Synchronized discont handling.
29061
29062 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29063
29064         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29065         (gst_ogg_demux_push):
29066           Make seeking sort-of exact again (fixes #156387).
29067
29068 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29069
29070         * gst/playback/gstplaybasebin.c: (unknown_type),
29071         (add_element_stream), (new_decoded_pad),
29072         (gst_play_base_bin_change_state):
29073         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29074         (gst_stream_info_init), (gst_stream_info_new),
29075         (gst_stream_info_dispose), (gst_stream_info_get_property):
29076         * gst/playback/gststreaminfo.h:
29077           Make caps explicitely available. Makes testing for unsupported
29078           types possible. Improves error reporting.
29079
29080 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29081
29082         * gst/audioconvert/gstaudioconvert.c:
29083         (gst_audio_convert_buffer_to_default_format):
29084           Really don't touch read-only buffers (#156563).
29085
29086 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29087
29088         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29089
29090         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29091           Fix memleak (#155223).
29092
29093 2004-10-29  Wim Taymans  <wim@fluendo.com>
29094
29095         * gst/tcp/.cvsignore:
29096         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29097         (gst_multifdsink_class_init), (gst_multifdsink_init),
29098         (gst_multifdsink_add), (gst_multifdsink_remove),
29099         (gst_multifdsink_remove_client_link), (is_sync_frame),
29100         (gst_multifdsink_new_client),
29101         (gst_multifdsink_handle_client_write),
29102         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29103         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29104         (gst_multifdsink_get_property):
29105         * gst/tcp/gstmultifdsink.h:
29106         Added burst on connect sync_method, deprecated sync_clients,
29107         streamlined the sync code some more.
29108
29109 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29110
29111         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29112         (gst_play_base_bin_change_state):
29113           Improve error reporting.
29114
29115 2004-10-28  Wim Taymans  <wim@fluendo.com>
29116
29117         * gst/tcp/Makefile.am:
29118         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29119         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29120         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29121         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29122         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29123         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29124         (gst_fdset_wait):
29125         Added more locks around fdset structures. Fixed/reworked
29126         the poll array resizing code.
29127         Added stress test for fdset.
29128
29129 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29130
29131         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29132         fix build
29133
29134 2004-10-28  Benjamin Otte  <otte@gnome.org>
29135
29136         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29137           fix link function to always query channels and query width for
29138           floats
29139         * configure.ac:
29140           add equalizer dir
29141         * gst/equalizer/Makefile.am:
29142         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29143         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29144         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29145         (arg_to_scale), (setup_filter),
29146         (gst_iir_equalizer_compute_frequencies),
29147         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29148         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29149         (plugin_init):
29150           add an equalizer
29151
29152 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29153
29154         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29155
29156         * po/LINGUAS:
29157         * po/nb.po:
29158           Added Norwegian Bokmaal translation
29159
29160 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29161
29162         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29163           Don't break on options (fixes #156488).
29164
29165 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29166
29167         * configure.ac:
29168         * ext/cdaudio/Makefile.am:
29169         * sys/Makefile.am:
29170           fix build on older automake
29171
29172 2004-10-26  Wim Taymans  <wim@fluendo.com>
29173
29174         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29175         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29176         Allow a little margin when negotiating the framerate.
29177
29178 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29179
29180         * gst/level/gstlevel.c:
29181           synchonised naming of pads and pad-templates
29182
29183 2004-10-26  Wim Taymans  <wim@fluendo.com>
29184
29185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29186         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29187         (_find_streams_check), (gst_ogg_demux_push):
29188         Fix EOS again. Needs to be done in a better way. We should not
29189         remove the pad if there is no new chained stream.
29190
29191 2004-10-26 Iain <iaingnome@gmail.com>
29192
29193         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29194         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29195         of the caps.
29196         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29197         pad.
29198         (interleave_release_pad): Remove the pad.
29199         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29200         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29201         the set device.
29202         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29203         attrs
29204         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29205         (gst_xvimagesink_finalize): Free the par.
29206
29207 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29208
29209         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29210         (gst_avimux_stop_file):
29211           First calculate the rate, and only then use it. Hdr.rate is a
29212           multiple and not a derivative of hdr.scale. Scale is not the
29213           same as blockalign but is solely related to rate.
29214
29215 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29216
29217         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29218         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29219           Implement seeking.
29220
29221 2004-10-25  James Henstridge  <james@jamesh.id.au>
29222
29223         Reviewed by:  David Schleef  <ds@schleef.org>
29224
29225         * examples/gstplay/player.c: (got_stream_length), (main):
29226         * examples/seeking/cdplayer.c: (update_scale):
29227         * examples/seeking/seek.c: (format_value), (update_scale):
29228         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29229         (stop_seek):
29230         Build fixes on AMD64.
29231
29232 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29233
29234         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29235
29236         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29237         Fix for some v4l cards which hang in v4lsrc
29238
29239 2004-10-25  Wim Taymans  <wim@fluendo.com>
29240
29241         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29242         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29243         Make sure to remove the pad when a new chain is
29244         encountered. Set some vars to NULL so we don't try
29245         to reference freed memory.
29246
29247 2004-10-25  Wim Taymans  <wim@fluendo.com>
29248
29249         * examples/seeking/Makefile.am:
29250         * examples/seeking/cdplayer.c: (update_scale):
29251         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29252         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29253         (format_value), (update_scale), (iterate), (start_seek),
29254         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29255         (print_usage), (main):
29256         Added some more examples, update others.
29257
29258 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29259
29260         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29261         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29262         * ext/theora/theoradec.c: (theora_dec_chain):
29263         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29264           Add codec-name metadata.
29265
29266 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29267
29268         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29269
29270         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29271         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29272         * ext/alsa/gstalsamixertrack.h:
29273         * po/POTFILES.in:
29274           ALSA mixer track label internationalization (#154054).
29275
29276 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29277
29278         * ext/theora/theoradec.c: (theora_dec_chain):
29279           Export bitrate as metadata.
29280
29281 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29282
29283         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29284         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29285         * ext/alsa/gstalsamixertrack.h:
29286           Fix names, fix loop.
29287
29288 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29289
29290         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29291         (speex_dec_convert):
29292           sinkconvert function so oggdemux can get the file length (totem).
29293
29294 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29295
29296         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29297
29298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29299           Don't push incomplete packets.
29300         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29301           Fix MPEG-4 audio typefinding.
29302
29303 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29304
29305         * sys/v4l/Makefile.am:
29306         * sys/v4l/gstv4l.c: (plugin_init):
29307         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29308         (gst_v4lelement_init), (gst_v4lelement_dispose),
29309         (gst_v4lelement_change_state):
29310         * sys/v4l/gstv4lelement.h:
29311         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29312         (gst_v4l_xoverlay_close), (idle_refresh),
29313         (gst_v4l_xoverlay_set_xwindow_id):
29314         * sys/v4l/gstv4lxoverlay.h:
29315         * sys/v4l/v4l-overlay_calls.c:
29316         * sys/v4l/v4l_calls.h:
29317         * sys/v4l2/Makefile.am:
29318         * sys/v4l2/gstv4l2.c: (plugin_init):
29319         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29320         (gst_v4l2element_init), (gst_v4l2element_dispose),
29321         (gst_v4l2element_change_state):
29322         * sys/v4l2/gstv4l2element.h:
29323         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29324         (gst_v4l2_xoverlay_close), (idle_refresh),
29325         (gst_v4l2_xoverlay_set_xwindow_id):
29326         * sys/v4l2/gstv4l2xoverlay.h:
29327         * sys/v4l2/v4l2-overlay_calls.c:
29328         * sys/v4l2/v4l2_calls.h:
29329           Remove client-side overlay handling, use the X-server v4l plugin
29330           for that. Nicer overlay, less code. Also make the plugin
29331           compileable without X (but then without overlay, obviously).
29332           Makes xwindowlistener obsolete, should we remove that?
29333
29334 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29335
29336         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29337         (gst_osssrc_src_query):
29338         * sys/oss/gstosssrc.h:
29339           OK, so people want offset in DEFAULT. This time, actually fix all
29340           cases.
29341         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29342           Add FPS properly.
29343
29344 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29345
29346         * gst/asfdemux/gstasfmux.c:
29347         * gst/avi/gstavimux.c:
29348           Framerate.
29349
29350 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29351
29352         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29353           Fix properties (channel, norm, frequency).
29354
29355 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29356
29357         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29358           Flag typo.
29359         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29360           No warnings.
29361
29362 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29363
29364         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29365           Fix hang.
29366
29367 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29368
29369         * sys/v4l2/gstv4l2element.h:
29370           Yet Another Hack (tm) for kernel header borkedness.
29371         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29372         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29373         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29374         (gst_v4l2src_change_state):
29375         * sys/v4l2/gstv4l2src.h:
29376         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29377         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29378           Fix caps, keep track of state, work.
29379
29380 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29381
29382         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29383           Quiet.
29384
29385 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29386
29387         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29388           Don't mix bytes and samples.
29389
29390 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29391
29392         * ext/ogg/gstoggmux.c:
29393           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29394           and theora. Any is incorrect.
29395         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29396           Fix caps.
29397         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29398         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29399         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29400         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29401         * sys/v4l/gstv4lmjpegsrc.h:
29402         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29403         (gst_v4lsrc_change_state):
29404         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29405         (gst_v4lmjpegsrc_capture_stop):
29406           Fix caps. Keep track of internal state. Work.
29407
29408 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29409
29410         * ext/Makefile.am:
29411           Fix the build fixes.
29412
29413 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29414
29415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29416         (gst_ogg_demux_src_event), (_find_chain_seek),
29417         (gst_ogg_pad_push):
29418           Check for pad availability before using it.
29419         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29420           Fix parsing of chained ogg. Needs more work on the decoder side.
29421
29422 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29423
29424         * gst/spectrum/Makefile.am:
29425         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29426         (idle_func):
29427           Fix demo and reenable it. Yes, I'm currently playing with audio
29428           analysis tools
29429
29430 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29431
29432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29433           We love it if files that start at zero work too...
29434
29435 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29436
29437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29438           Handle files with missing EOS headers.
29439
29440 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29441
29442         * gst/tcp/gsttcpserversink.c:
29443         (gst_tcpserversink_handle_server_read),
29444         (gst_tcpserversink_init_send):
29445         Zero some variables first (need for accept not to return EINVAL)
29446
29447 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29448
29449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29450         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29451         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29452         (theora_dec_chain):
29453         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29454         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29455           Seeking and querying finetune.
29456
29457 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29458
29459         * configure.ac:
29460         * ext/Makefile.am:
29461         * ext/raw1394/Makefile.am:
29462           fix the build
29463
29464 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29465
29466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29467           Wrong return.
29468         * gst/playback/Makefile.am:
29469         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29470         * gst/playback/gstplay-marshal.list:
29471         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29472           Fix marshallers.
29473
29474 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29475
29476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29477           Silence.
29478
29479 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29480
29481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29482         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29483         (gst_ogg_pad_push):
29484           Yay for non-lineair granulepos in theora.
29485
29486 2004-10-18  Wim Taymans  <wim@fluendo.com>
29487
29488         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29489         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29490         * ext/dv/gstdvdec.h:
29491         Make sure we renegotiate aspect ratio when the camera switches.
29492
29493 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29494
29495         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29496         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29497           Start at zero.
29498         * ext/theora/theoradec.c: (theora_dec_chain):
29499           Skip headers. Bad idea for chained ogg, but fixes seeking.
29500
29501 2004-10-18  Wim Taymans  <wim@fluendo.com>
29502
29503         * configure.ac:
29504         I swear, this is the last time I touch this.
29505
29506 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29507
29508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29509         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29510         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29511           Faster seeking.
29512         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29513           Time-to-default conversion.
29514         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29515           Don't error on unknown packets, just skip. We should probably
29516           read them if we want to support chained ogg.
29517
29518 2004-10-18  Wim Taymans  <wim@fluendo.com>
29519
29520         * configure.ac:
29521         Added cdaudio to wrong list.
29522
29523 2004-10-18  Wim Taymans  <wim@fluendo.com>
29524
29525         * configure.ac:
29526         Revive cdaudio.
29527
29528 2004-10-18  Wim Taymans  <wim@fluendo.com>
29529
29530         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29531         (gst_dvdec_video_link), (gst_dvdec_push):
29532         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29533         (gst_smokeenc_resync), (gst_smokeenc_chain):
29534         Fix mimetype on smoke encoder.
29535         Add aspect ratio to dvdec. Not sure if these
29536         values are correct though....
29537
29538 2004-10-18  Wim Taymans  <wim@fluendo.com>
29539
29540         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29541         Fix vorbis property descriptions and ranges.
29542
29543 2004-10-18  Wim Taymans  <wim@fluendo.com>
29544
29545         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29546         Really do nothing when no data is available.
29547         Go to the playing state when the stream is not seekable
29548         instead of failing.
29549
29550 2004-10-18  Wim Taymans  <wim@fluendo.com>
29551
29552         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29553         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29554         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29555         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29556         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29557         Added uri handler for cd://
29558         Port to new API.
29559
29560 2004-10-18  Wim Taymans  <wim@fluendo.com>
29561
29562         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29563         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29564         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29565         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29566         (remove_prerolls), (unknown_type), (add_element_stream),
29567         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29568         (gst_play_base_bin_remove_element),
29569         (gst_play_base_bin_link_stream):
29570         * gst/playback/gstplaybin.c: (gen_video_element),
29571         (gen_vis_element), (remove_sinks), (setup_sinks):
29572         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29573         (gst_stream_info_get_type), (gst_stream_info_class_init),
29574         (gst_stream_info_init), (gst_stream_info_new),
29575         (gst_stream_info_dispose), (stream_info_mute_pad),
29576         (gst_stream_info_set_property), (gst_stream_info_get_property):
29577         * gst/playback/gststreaminfo.h:
29578         Add sink padtemplate to decodebin.
29579         Added some more comments.
29580         Make queue size configurable in playbasebin.
29581         Added possibility to use elements as sinks (ex cdaudio).
29582
29583 2004-10-15  Wim Taymans  <wim@fluendo.com>
29584
29585         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29586         (gst_speexenc_chain):
29587         Fix speex timestamps so that it gets muxed properly.
29588
29589 2004-10-15  Wim Taymans  <wim@fluendo.com>
29590
29591         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29592         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29593         (gst_dv1394src_init), (gst_dv1394src_dispose),
29594         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29595         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29596         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29597         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29598         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29599         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29600         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29601         * ext/raw1394/gstdv1394src.h:
29602         Added conversion/query functions.
29603         Update buffer timestamps,
29604         Added signals.
29605         Added uri dv:// so it might play from the firewire in playbin.
29606         Fix a possible leak.
29607         Added debugging.
29608
29609 2004-10-15  Wim Taymans  <wim@fluendo.com>
29610
29611         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29612         (gst_dv1394src_init), (gst_dv1394src_set_property),
29613         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29614         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29615         * ext/raw1394/gstdv1394src.h:
29616         Added AV/C VTR control support needed for some cameras.
29617         Added automatic port detection.
29618         Added properties for selecting the channel.
29619         The configure.ac script is not yet updated to reflect the
29620         new libavc1394 and librom1394 dependencies.
29621
29622 2004-10-15  Wim Taymans  <wim@fluendo.com>
29623
29624         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29625         (qtdemux_parse), (gst_qtdemux_handle_esds):
29626         An esds box is not a container.
29627         Fix parsing of mp4v boxes.
29628         Do not try to renegotiate fps for each frame. Need to
29629         find a better method. This should fix mp4 playback.
29630
29631 2004-10-14  David Schleef  <ds@schleef.org>
29632
29633         * configure.ac: update for swfdec-0.3 and liboil-0.2
29634         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29635         * ext/swfdec/gstswfdec.h: same
29636         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29637         * gst/videotestsrc/videotestsrc.c: same
29638
29639 2004-10-14  Wim Taymans  <wim@fluendo.com>
29640
29641         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29642         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29643         (is_sync_frame), (gst_multifdsink_new_client),
29644         (gst_multifdsink_handle_client_write),
29645         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29646         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29647         Turn warnings into info.
29648         Don't allow a state change in the streaming thread.
29649
29650 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29651
29652         * ext/vorbis/oggvorbisenc.c:
29653         * ext/vorbis/vorbisdec.c:
29654           fix template sample rate
29655
29656 2004-10-13  Wim Taymans  <wim@fluendo.com>
29657
29658         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29659         Decoding the header first fixes some problems in resyncing
29660         in more mp3s.
29661
29662 2004-10-12  Wim Taymans  <wim@fluendo.com>
29663
29664         * gst/playback/gstplaybin.c: (gen_video_element),
29665         (gen_vis_element), (remove_sinks), (setup_sinks):
29666         Added vis plugin support, need to configure the vis
29667         element to activate it.
29668
29669 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29670
29671         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29672         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29673           Some debug.
29674         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29675         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29676         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29677         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29678         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29679         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29680         * gst/avi/gstavidemux.h:
29681           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29682           recovery (where, if part of the index is broken, we will still read
29683           the rest of the index and recover the broken part by stream
29684           scanning). More broken media support. EOS workarounds. General AVI
29685           braindamage headache recovery. Aspirin included.
29686
29687 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29688
29689         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29690         (cdparanoia_event), (cdparanoia_query):
29691           Get rid of hideous lead-in.
29692
29693 2004-10-11  Wim Taymans  <wim@fluendo.com>
29694
29695         * gst/playback/gstplaybasebin.c: (setup_source):
29696         Wrong var used to get g_list_next.
29697
29698 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29699
29700         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29701         (cdparanoia_get), (cdparanoia_open):
29702           Report discid as metadata, add duration.
29703
29704 2004-10-11  Wim Taymans  <wim@fluendo.com>
29705
29706         * gst/playback/gstplaybasebin.c: (setup_source):
29707         Cleanup the previous pipeline a little earlier for the
29708         case that a source element provides raw data.
29709
29710 2004-10-11  Benjamin Otte  <otte@gnome.org>
29711
29712         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29713           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29714           consuming the last 128 bytes, even though it was valid mp3 data.
29715
29716 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29717
29718         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29719         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29720         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29721         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29722
29723 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29724
29725         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29726         Fix for webcams that support only specific width or height
29727
29728 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29729
29730         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29731
29732         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29733           Fix wrong discont event setup (fixes #154967).
29734
29735 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29736
29737         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29738
29739         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29740           Error out on invalid data (fixes #154807).
29741
29742 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29743
29744         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29745
29746         * ext/dvdread/dvdreadsrc.c: (_read):
29747           Make titles > 0 work again (fixes #154834).
29748
29749 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29750
29751         * gst-libs/gst/riff/riff-media.c:
29752         (gst_riff_create_video_template_caps):
29753           WMV3 missing in template caps.
29754
29755 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29756
29757         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29758           OK, so the original code was too strict. It makes random AVI files
29759           hang for seconds upon opening, which is unacceptable and is far
29760           beyond the original goal of getting multiple chunks for one-chunk
29761           sounc stream files. So now do just that.
29762
29763 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29764
29765         * gst/playback/gstplaybasebin.c: (setup_source),
29766         (gst_play_base_bin_change_state):
29767           Actually clean up streaminfo if output fails. This would trigger
29768           if, for example, there was no CD in the drive. No preroll, so
29769           a streaminfo structure is created, but the subsequent state change
29770           of the thread fails.
29771         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29772           Don't change state if parent failed.
29773
29774 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29775
29776         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29777         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29778         (gen_video_element), (remove_sinks):
29779           Add small bits of code for screenshot handling.
29780
29781 2004-10-08  Wim Taymans  <wim@fluendo.com>
29782
29783         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29784         (gen_video_element), (gen_audio_element), (setup_sinks):
29785         Don't assume the user provided sinks are named "sink"...
29786
29787 2004-10-08  Wim Taymans  <wim@fluendo.com>
29788
29789         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29790         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29791         (gst_play_base_bin_link_stream):
29792         Do not try to autoplug sources that generate raw streams like
29793         cdparanoia.
29794         disconnect the preroll overrun signal when we don't need it anymore.
29795
29796 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29797
29798         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29799         Added reworked patch from #154903 from milosz derezynski (deadchip).
29800
29801 2004-10-08  Wim Taymans  <wim@fluendo.com>
29802
29803         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29804         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29805         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29806         (cdparanoia_convert), (cdparanoia_uri_get_type),
29807         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29808         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29809         * ext/cdparanoia/gstcdparanoia.h:
29810         This adds the cdda://<tracknum> uri.
29811
29812 2004-10-08  Wim Taymans  <wim@fluendo.com>
29813
29814         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29815         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29816         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29817         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29818         (unknown_type), (gst_play_base_bin_remove_element),
29819         (gst_play_base_bin_link_stream):
29820         * gst/playback/gstplaybasebin.h:
29821         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29822         (gst_play_bin_set_property), (gen_video_element),
29823         (gen_audio_element), (setup_sinks):
29824         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29825         (gst_stream_info_get_type), (gst_stream_info_class_init),
29826         (gst_stream_info_init), (gst_stream_info_new),
29827         (gst_stream_info_dispose), (stream_info_mute_pad),
29828         (gst_stream_info_set_property), (gst_stream_info_get_property):
29829         * gst/playback/gststreaminfo.h:
29830         Reuse the audio and video bins.
29831         Some internal cleanups in the stream selection code.
29832
29833 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29834
29835         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29836         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29837         * sys/ximage/ximagesink.h:
29838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29839         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29840         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29841         not coming from those elements. Moreover these elements should not keep
29842         the xid they have been given when in NULL state.
29843
29844 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29845
29846         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29847         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29848         * sys/ximage/ximagesink.h:
29849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29850         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29851         * sys/xvimage/xvimagesink.h:
29852           Actually only create a new toplevel window if we're not gonna
29853           embed it right after.
29854
29855 2004-10-07  Wim Taymans  <wim@fluendo.com>
29856
29857         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29858         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29859         * gst/playback/gstplaybin.c: (setup_sinks):
29860         Implement muting/unmuting of streams, mute streams that are not
29861         used.
29862
29863 2004-10-07  Wim Taymans  <wim@fluendo.com>
29864
29865         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29866         (plugin_init):
29867         Added lame audio/x-ac3 typefind function.
29868
29869 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29870
29871         * configure.ac:
29872           bump nano to cvs
29873
29874 === release 0.8.5 ===
29875
29876 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29877
29878         * NEWS:
29879         * RELEASE:
29880         * configure.ac:
29881           releasing 0.8.5, "Take You On"
29882
29883 2004-10-06  Wim Taymans  <wim@fluendo.com>
29884
29885         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29886         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29887         (no_more_pads), (close_link), (type_found):
29888         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29889         * gst/playback/gstplaybin.c: (gen_video_element):
29890         Do not signal the no_more_pads after the first pad when
29891         we are plugging a non dynamic element with multiple
29892         output pads (like swfdec, dvdec, ...).
29893
29894 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29895
29896         * configure.ac:
29897           bump for prerelease
29898
29899 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29900
29901         * gst/wavparse/gstwavparse.c:
29902           add ATRAC3 to STATIC CAPS to fix a warning
29903
29904         * gst/matroska/ebml-read.c:
29905         * gst-libs/gst/riff/riff-read.c:
29906           fix typos
29907
29908 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29909
29910         * gst-libs/gst/riff/riff-media.c:
29911           generate caps for ATRAC3 audio streams
29912
29913         * gst/realmedia/rmdemux.c:
29914           generate caps for ATRAC3 audio streams
29915
29916 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29917
29918         * gst/wavparse/Makefile.am
29919         * gst/wavparse/riff.h
29920         * gst/wavparse/wavparse.vcproj
29921           riff.h removal (unused and duplication with riff-ids.h)
29922
29923 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29924
29925         * gst/wavparse/gstwavparse.h
29926           remove duplicated defines for audio codec codes
29927
29928         * gst-libs/gst/riff/riff-ids.h
29929         * gst/wavenc/riff.h:
29930           add "4CC" code for ATRAC3 audio streams
29931           add "4CC" code for ITU_G721_ADPCM (unused for now)
29932
29933 2004-10-06  Wim Taymans  <wim@fluendo.com>
29934
29935         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29936         Actually _do_ negotiation. Pass gdouble as arg instead
29937         of guint64 for the framerate.
29938
29939 2004-10-06  Wim Taymans  <wim@fluendo.com>
29940
29941         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29942         (find_compatibles), (close_pad_link), (try_to_link_1),
29943         (no_more_pads), (close_link), (type_found):
29944         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29945         * gst/playback/gstplaybin.c: (gen_video_element),
29946         (gen_audio_element):
29947         Set state on newly added element to READY so that negotiation
29948         can happen ASAP.
29949         Addes some more debug info.
29950         Do not try to plug pads with multiple caps structures or ANY
29951         because it is too dangerous since we do not do dynamic
29952         replugging.
29953
29954 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29955
29956         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29957
29958         * po/LINGUAS:
29959         * po/or.po:
29960           add Oriya translation
29961
29962 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29963
29964         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29965           Prevent overwrite of size member. Makes audio sound crappy.
29966
29967 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29968
29969         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29970         Add rmvb to the list of known RealMedia extensions
29971
29972 2004-10-05  Wim Taymans  <wim@fluendo.com>
29973
29974         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29975         (mngdec_openstream), (mngdec_closestream),
29976         (mngdec_handle_sink_event), (mngdec_readdata),
29977         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29978         (mngdec_getcanvasline), (mngdec_refresh),
29979         (gst_mngdec_change_state):
29980         Set the framerate correctly.
29981
29982 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29983
29984         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29985           There was something wrong with the index massaging.
29986
29987 2004-10-04  Wim Taymans  <wim@fluendo.com>
29988
29989         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29990         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29991         (gst_smokedec_chain):
29992         * ext/jpeg/gstsmokedec.h:
29993         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29994         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29995         * ext/jpeg/gstsmokeenc.h:
29996         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29997         (smokecodec_decode_new), (smokecodec_info_free),
29998         (smokecodec_set_quality), (smokecodec_get_quality),
29999         (smokecodec_set_threshold), (smokecodec_get_threshold),
30000         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30001         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30002         (smokecodec_encode), (smokecodec_parse_id),
30003         (smokecodec_parse_header), (smokecodec_decode):
30004         * ext/jpeg/smokecodec.h:
30005         * ext/jpeg/smokeformat.h:
30006         Updated smoke, new bitstream, allows embedding in ogg.
30007
30008 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30009
30010         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30011           Fix seeking in some files. All this code is no longer needed (and
30012           actually breaks stuff) because we now synchronize the full index
30013           right when reading the header.
30014
30015 2004-10-04  Wim Taymans  <wim@fluendo.com>
30016
30017         * configure.ac:
30018         configure update for libmng.
30019
30020 2004-10-04  Wim Taymans  <wim@fluendo.com>
30021
30022         * ext/libmng/Makefile.am:
30023         * ext/libmng/gstmng.c: (plugin_init):
30024         * ext/libmng/gstmng.h:
30025         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30026         (gst_mngdec_base_init), (gst_mngdec_class_init),
30027         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30028         (gst_mngdec_loop), (gst_mngdec_get_property),
30029         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30030         (mngdec_closestream), (mngdec_handle_sink_event),
30031         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30032         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30033         (gst_mngdec_change_state):
30034         * ext/libmng/gstmngdec.h:
30035         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30036         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30037         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30038         (gst_mngenc_chain), (gst_mngenc_get_property),
30039         (gst_mngenc_set_property):
30040         * ext/libmng/gstmngenc.h:
30041         Added basic MNG decoder. Needs more work. The encoder does
30042         not work yet.
30043
30044 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30045
30046         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30047         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30048         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30049           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30050           no-more-pads.
30051
30052 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30053
30054         * configure.ac:
30055           you need at least 1.0.4 of speex
30056
30057 2004-10-04 Iain <iaingnome@gmail.com>
30058
30059         * ext/speex/gstspeexdec.h: Revert the includes changes.
30060
30061         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30062
30063 2004-09-30 Iain <iaingnome@gmail.com>
30064
30065         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30066         found during init or set as a property instead of hardcoding /dev/audio
30067
30068 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30069
30070         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30071         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30072         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30073         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30074         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30075         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30076         (gst_rmdemux_dump_data):
30077           Use debug category, fix EOS handling. filesrc ! rmdemux now
30078           works.
30079
30080 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30081
30082         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30083         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30084         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30085           Improve allocation, cutting and sorting of the index. How takes a
30086           few seconds instead of minutes.
30087
30088 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30089
30090         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30091           fixed compilation
30092
30093 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30094
30095         * gst-libs/gst/riff/riff-media.c:
30096         (gst_riff_create_video_caps_with_data),
30097         (gst_riff_create_video_template_caps):
30098           Add wing commander format mimetype/fourccs.
30099         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30100           Don't crash if some value is 0.
30101
30102 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30103
30104         * gst-libs/gst/riff/riff-media.c:
30105         (gst_riff_create_video_caps_with_data),
30106         (gst_riff_create_video_template_caps):
30107           Add DIB fourcc (raw, palettized 8-bit RGB).
30108         * gst-libs/gst/riff/riff-read.c:
30109         (gst_riff_read_strf_vids_with_data):
30110           Oops, fix strf_data reading bug.
30111         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30112           Use a non-NULL tag.
30113         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30114           Time for hacks. Sorry Dave. At least one quicktime movie (a
30115           trailer) that I've encountered contains multiple video tracks.
30116           One of those is the actual video track, the other are one-frame
30117           tracks (images). Unfortunately, the number of frames according
30118           to the trak header is 1 for each, so that doesn't help. So
30119           instead, I look at the duration and discard tracks with a
30120           duration shorter than 20% of the length of the stream. Better
30121           than nothing.
30122
30123 2004-10-01  Christian Schaller <christian@fluendo.com>
30124
30125         * ext/ivorbis/vorbis.c:
30126           Patch from Phil Blundell (Bug 152341)
30127
30128 2004-10-01  Wim Taymans  <wim@fluendo.com>
30129
30130         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30131         (speex_dec_get_formats), (speex_dec_convert),
30132         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30133         (speex_dec_chain), (gst_speexdec_get_property),
30134         (gst_speexdec_set_property):
30135         Small cleanups.
30136
30137 2004-10-01  Wim Taymans  <wim@fluendo.com>
30138
30139         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30140         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30141         (gst_wavparse_other), (gst_wavparse_loop),
30142         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30143         (gst_wavparse_srcpad_event):
30144         * gst/wavparse/gstwavparse.h:
30145         Added some more debugging info.
30146         Fix the case where the length of the file is 0.
30147         Make sure we seek to sample borders.
30148
30149 2004-10-01  Wim Taymans  <wim@fluendo.com>
30150
30151         * gst/playback/README:
30152         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30153         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30154         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30155         Add some debug info to decodebin, update README
30156
30157 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30158
30159         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30160           Don't use g_print(); use GST_DEBUG().
30161
30162 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30163
30164         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30165         (gst_ogg_mux_queue_pads):
30166           Handle EOS properly.
30167
30168 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30169
30170         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30171
30172         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30173         (gst_faad_chain), (gst_faad_change_state):
30174         * ext/faad/gstfaad.h:
30175           Allow playback of raw (unframed) MPEG AAC files (#148993).
30176
30177 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30178
30179         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30180
30181         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30182           Throw error if we didn't recognize the stream. Fixes #152289.
30183
30184 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30185
30186         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30187           Fix negotiation.
30188
30189 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30190
30191         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30192
30193         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30194           Fix memleak.
30195
30196 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30197
30198         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30199
30200         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30201           Solve #152805.
30202         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30203           Solve 152806.
30204
30205 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30206
30207         * gst-libs/gst/riff/riff-media.c:
30208         (gst_riff_create_video_caps_with_data),
30209         (gst_riff_create_audio_caps_with_data):
30210           Add codec_data handling (like asfdemux used to do).
30211         * gst/asfdemux/gstasf.c: (plugin_init):
30212         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30213         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30214           Use riff-media for caps creation instead of our own (mostly
30215           broken) copy of its functions.
30216
30217 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30218
30219         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30220           Don't actually error out if we get another return value than
30221           -EINVAL. Opposite to what I first thought, drivers have random
30222           return values for this, although -EINVAL is the expected return
30223           value. Since this is not fatal, we shouldn't use
30224           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30225
30226 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30227
30228         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30229         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30230         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30231         (dvdreadsrc_get), (dvdreadsrc_open_file),
30232         (dvdreadsrc_change_state):
30233           Fix. Don't do one big huge loop around the whole DVD, that will
30234           cache all data and thus eat sizeof(dvd) (several GB) before we
30235           see something.
30236         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30237           Actually NULL'ify event after using it.
30238         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30239         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30240         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30241         (gst_ebml_read_seek), (gst_ebml_read_skip):
30242           Handle events.
30243         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30244         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30245         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30246           Fix timing (this will probably break if I seek using menus, but
30247           I didn't get there yet). VOBs and normal DVDs should now work.
30248           Add a mpeg2-only pad with high rank so this get autoplugged for
30249           MPEG-2 movies.
30250         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30251         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30252         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30253         (gst_mpeg_demux_get_audio_stream),
30254         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30255         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30256           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30257           MPEG-1 but use dvddemux for MPEG-2.
30258         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30259         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30260         (gst_mpeg_parse_parse_packhead):
30261           Timing. Only add pad template if it exists. Add sink template from
30262           class and not from ourselves. This means we will always use the
30263           correct sink template even if it is not the one defined in this
30264           file.
30265
30266 2004-09-29  Wim Taymans  <wim@fluendo.com>
30267
30268         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30269         (gst_mpeg_demux_parse_pes):
30270         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30271         Fix playback of mpeg again, timestamps where screwed up by
30272         patch 1.61.
30273
30274 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30275
30276         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30277           Only return true if we actually filled something in. Prevents
30278           player applications from showing a random length for flac files.
30279         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30280         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30281         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30282         (gst_riff_read_strf_vids_with_data),
30283         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30284           OK, ok, so I implemented event handling. Apparently it's normal
30285           that we receive random events at random points without asking
30286           for it.
30287         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30288         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30289         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30290         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30291         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30292         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30293         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30294         * gst/avi/gstavidemux.h:
30295           Implement non-lineair chunk handling and subchunk processing.
30296           The first solves playback of AVI files where the audio and video
30297           data of individual buffers that we read are not synchronized.
30298           This should not happen according to the wonderful AVI specs, but
30299           of course it does happen in reality. It is also a prerequisite for
30300           the second. Subchunk processing allows us to cut chunks in small
30301           pieces and process each of these pieces separately. This is
30302           required because I've seen several AVI files with incredibly large
30303           audio chunks, even some files with only one audio chunk for the
30304           whole file. This allows for proper playback including seeking.
30305           This patch is supposed to fix all AVI A/V sync issues.
30306         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30307         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30308           Work.
30309         * gst/modplug/gstmodplug.cc:
30310           Proper return value setting for the query() function.
30311         * gst/playback/gstplaybasebin.c: (setup_source):
30312           Being in non-playing state (after, e.g., EOS) is not necessarily
30313           a bad thing. Allow for that. This fixes playback of short files.
30314           They don't actually playback fully now, because the clock already
30315           runs. This means that small files (<500kB) with a small length
30316           (<2sec) will still not or barely play. Other files, such as mod
30317           or flx, will work correctly, however.
30318
30319 2004-09-28  Wim Taymans  <wim@fluendo.com>
30320
30321         * ext/speex/gstspeex.c: (plugin_init):
30322         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30323         (gst_speex_dec_class_init), (speex_dec_get_formats),
30324         (speex_get_event_masks), (speex_get_query_types),
30325         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30326         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30327         (gst_speexdec_get_property), (gst_speexdec_set_property),
30328         (speex_dec_change_state):
30329         * ext/speex/gstspeexdec.h:
30330         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30331         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30332         (gst_speexenc_base_init), (gst_speexenc_class_init),
30333         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30334         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30335         (gst_speexenc_src_query), (gst_speexenc_init),
30336         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30337         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30338         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30339         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30340         (gst_speexenc_chain), (gst_speexenc_get_property),
30341         (gst_speexenc_set_property), (gst_speexenc_change_state):
30342         * ext/speex/gstspeexenc.h:
30343         Rewrote speex encoder, make sure it can be embedded in ogg.
30344         Implemented speex decoder.
30345
30346 2004-09-28  Christian Schaller <christian@fluendo.com>
30347
30348         * configure.ac:
30349         Remove kioslave plugin. Markey is brewing a new working one
30350         * ext/Makefile.am: Remove kioslave plugin
30351         * ext/kio: remove
30352         * gst-plugins.spec.in: remove kio plugin from spec
30353
30354 2004-09-27  Wim Taymans  <wim@fluendo.com>
30355
30356         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30357         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30358         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30359         (gst_multifdsink_new_client),
30360         (gst_multifdsink_handle_client_write),
30361         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30362         (gst_multifdsink_handle_clients):
30363         * gst/tcp/gstmultifdsink.h:
30364         Make syncing to keyframes actually work for new clients and lagging
30365         clients.
30366
30367 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30368
30369         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30370         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30371         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30372         * gst/debug/gstnavigationtest.h:
30373           make navigationtest display button-press and button-release events
30374
30375 2004-09-26 Iain <iaingnome@gmail.com>
30376
30377         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30378         the channels have received a new media event.
30379         (interleave_buffered_loop): Compresses a new media event on all
30380         channels into one.
30381
30382 2004-09-26 Iain <iaingnome@gmail.com>
30383
30384         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30385         call the sinkpad's default event handler and not the srcpads. He also
30386         says this is confusing :)
30387         (gst_wavenc_stop_file): Company says that seek events only go upstream
30388         we should send a discontinuous downstream instead.
30389
30390 2004-09-25  Christian Schaller <christian@fluendo.com>
30391
30392         * Update SPEC file to be usable in conjunction with Fedora Core,
30393           Fedora.us and freshrpms packages
30394         * Fix typo in multifilesrc test Makefile
30395
30396 2004-09-24  Wim Taymans  <wim@fluendo.com>
30397
30398         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30399         Only signal the no_more_pads signal when we have
30400         added the stream to our list.
30401
30402 2004-09-24  Wim Taymans  <wim@fluendo.com>
30403
30404         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30405         (new_decoded_pad):
30406         * gst/playback/gstplaybasebin.h:
30407         * gst/playback/gstplaybin.c: (setup_sinks):
30408         Don't try to preroll or decode more than one audio/video
30409         track.
30410
30411 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30412
30413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30414           Throw error if we failed to find a suitable output. This should
30415           throw an error if we successfully set up a pipeline (e.g. because
30416           we recognized a media file) but found no decodable streams in it
30417           (e.g. because it contains only media stream types for which we
30418           have no decoders, or because it's not a media type).
30419
30420 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30421
30422         * ext/dirac/Makefile.am:
30423         * ext/dirac/gstdirac.cc:
30424         * ext/dirac/gstdiracdec.cc:
30425         * ext/dirac/gstdiracdec.h:
30426           Do something. Don't actually know if this works because I don't
30427           have a demuxer yet.
30428         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30429           Add channels=1 to caps returned from _getcaps().
30430         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30431         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30432         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30433         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30434         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30435         (gst_ogm_parse_change_state):
30436           Separate between audio/video so ogmaudioparse actually uses the
30437           audio pad templates. Both audio and video work now, including
30438           autoplugging. Also use sometimes-srcpad hack.
30439         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30440           Handle events better. Don't hang on infinite loops.
30441         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30442         (gst_avi_demux_init), (gst_avi_demux_reset),
30443         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30444         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30445         (gst_avi_demux_change_state):
30446         * gst/avi/gstavidemux.h:
30447           Improve A/V sync. Still not perfect.
30448         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30449         (gst_ebml_read_skip):
30450           Handle events better.
30451         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30452         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30453         (qtdemux_audio_caps):
30454           Add IMA4. Improve event handling. Save offset after a seek when
30455           the headers are at the end of the file so that we don't end up in
30456           an infinite loop.
30457         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30458           Add low-priority typefind support for files with no length.
30459
30460 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30461
30462         * testsuite/multifilesink/Makefile.am:
30463         fix typo
30464
30465 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30466
30467         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30469         mistakes from thaytan's patches.
30470
30471 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30472
30473         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30474           For completeness, XSync in the destroy function as xvimage does.
30475
30476 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30477
30478         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30479            Correct caps negotiation
30480         * gst/volume/gstvolume.c: (volume_chain_float),
30481         (volume_chain_int16):
30482            Modify debug output to be little more informative
30483         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30485         (gst_xvimagesink_xvimage_destroy):
30486           Add XSync calls after detaching from the shared memory segment to
30487           avoid a crash.
30488
30489 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30490
30491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30492         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30493         * ext/vorbis/vorbis.c: (plugin_init):
30494         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30495         (gst_vorbisenc_chain):
30496         * ext/vorbis/vorbisenc.h:
30497         remove explicit newmedia support from oggmux and vorbisenc
30498         add debug category to vorbisenc
30499         * gst/multifilesink/gstmultifilesink.c:
30500         (gst_multifilesink_class_init), (gst_multifilesink_init),
30501         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30502         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30503         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30504         (plugin_init):
30505         * gst/multifilesink/gstmultifilesink.h:
30506         add support for streamheader in multifilesink
30507
30508 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30509
30510         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30511         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30512         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30513           Prevent infinite loops. More correct error reporting.
30514         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30515           Error out if negotiation fails.
30516         * gst/playback/gstplaybasebin.c: (setup_source),
30517         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30518         (gst_play_base_bin_found_tag):
30519           Error/tag forwarding. Pre-roll fixes for source errors on state
30520           changes (e.g. "file does not exist") to prevent hangs.
30521
30522 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30523
30524         * testsuite/multifilesink/Makefile.am:
30525         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30526         (gst_newmedia_class_init), (gst_newmedia_init),
30527         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30528         (newfile_signal), (test_signal), (main):
30529         * testsuite/multifilesink/multifilesrc_test.c: (main):
30530         * testsuite/multifilesink/oggtheora_test.c:
30531         (gst_newmedia_base_init), (gst_newmedia_class_init),
30532         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30533         (test_format), (newfile_signal), (test_signal), (main):
30534         * testsuite/multifilesink/oggvorbis_test.c:
30535         (gst_newmedia_base_init), (gst_newmedia_class_init),
30536         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30537         (test_format), (newfile_signal), (test_signal), (main):
30538         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30539         (gst_newmedia_class_init), (gst_newmedia_init),
30540         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30541         (newfile_signal), (test_signal), (main):
30542         New media tests
30543
30544 2004-09-20  Christian Schaller <christian@fluendo.com>
30545
30546         * Fix mikmod license to LGPL as they have relicensed
30547         * Move Dirac and Effectv into LGPL section of README_license
30548
30549 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30550
30551         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30552         (gst_mad_change_state):
30553           Allow for mp3 rate/channels changes. However, only very
30554           conservatively. Reason that we *have* to enable this is smiply
30555           because the mad find_sync() function is not good enough, it will
30556           regularly sync on random data as valid frames and therefore make
30557           us provide random caps as *final* caps of the stream. The best fix
30558           I could think of is to simply require several of the same stream
30559           changes in a row before we change caps.
30560           The actual testcase that works now is #
30561         * ext/ogg/Makefile.am:
30562         * ext/ogg/gstogg.c: (plugin_init):
30563         * ext/ogg/gstogmparse.c:
30564           OGM support (video only for now; I need an audio sample file).
30565         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30566         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30567         (gst_asf_demux_add_video_stream):
30568           WMV extradata.
30569         * gst/playback/gstplaybasebin.c: (unknown_type):
30570           Don't error out on single unknown-types after all. It's wrong.
30571           If we found type of video and audio but not of a subtitle stream,
30572           it will still error out (which is unwanted). Will find a better fix
30573           later on.
30574         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30575         (ogmaudio_type_find), (plugin_init):
30576           OGM support.
30577
30578 2004-09-20  Johan Dahlin  <johan@gnome.org>
30579
30580         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30581         after setting caps.
30582
30583 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30584
30585         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30586         * gst/wavenc/gstwavenc.h:
30587         Added newmedia support to wavenc
30588
30589 2004-09-17  Wim Taymans  <wim@fluendo.com>
30590
30591         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30592         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30593         (gst_fdset_fd_can_write), (gst_fdset_wait):
30594         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30595         (gst_multifdsink_init), (gst_multifdsink_add),
30596         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30597         (gst_multifdsink_remove_client_link),
30598         (gst_multifdsink_client_queue_buffer),
30599         (gst_multifdsink_handle_client_write),
30600         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30601         (gst_multifdsink_close), (gst_multifdsink_change_state):
30602         * gst/tcp/gstmultifdsink.h:
30603         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30604         (gst_tcpserversink_removed):
30605         Small cleanups in fdset.c
30606         Use a hastable to map fd to the client structure for faster
30607         lookup in _remove and get_stats.
30608         Added virtual function to close the fds.
30609         Handle clients even when the select/poll call was unblocked because
30610         of a command.
30611         Implement syncing to keyframe in the recovery procedure.
30612
30613 2004-09-16 Iain <iaingnome@gmail.com>
30614
30615         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30616         try caps.
30617
30618 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30619
30620         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30621           Caps are only set if the type of the stream is unknown, but this
30622           is initialized in ->init_stream(), so set to UNKNOWN after calling
30623           ->init_stream() so that capsnego starts.
30624
30625 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30626
30627         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30628         (gst_avi_demux_stream_data):
30629           Just hardcode for raw audio then. AVI audio sucks.
30630
30631 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30632
30633         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30634         * gst/matroska/matroska-mux.c: (audiosink_templ),
30635         (gst_matroska_mux_audio_pad_link):
30636         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30637         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30638
30639 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30640
30641         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30642         (gst_avi_demux_stream_data):
30643           Try to fix a/v sync issues.
30644
30645 2004-09-15  David Schleef  <ds@schleef.org>
30646
30647         * configure.ac: remove NASM check, since we don't use it.  Update
30648         dirac check to 0.4
30649         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30650         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30651         Initialized variables.
30652         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30653         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30654         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30655         SVQ3 format
30656
30657 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30658
30659         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30660         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30661         * gst/avi/gstavidemux.h:
30662           Fix for compressed audio (mp3) timestamp generation. How did this
30663           ever work?
30664
30665 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30666
30667         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30668           Volume is a double not a float.
30669
30670 2004-09-15  Wim Taymans  <wim@fluendo.com>
30671
30672         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30673         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30674         Don't close the fd in multifdsink as we didn't open it in the
30675         first place. Some cleanups.
30676
30677 2004-09-15  Wim Taymans  <wim@fluendo.com>
30678
30679         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30681         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30682         Fix the case where the muxer would mark pages as delta
30683         frames when they are not (vorbis only ogg).
30684
30685 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30686
30687         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30688         (gst_play_base_bin_change_state):
30689           Handle the case where we failed to setup a clear pipeline. This
30690           will throw an error (or EOS, another nice case) and if you don't
30691           catch that, the app will wait for the signal forever (and thus
30692           hang).
30693
30694 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30695
30696         * ext/gnomevfs/gstgnomevfssink.c:
30697         (gst_gnomevfssink_uri_get_protocols):
30698         * ext/gnomevfs/gstgnomevfssrc.c:
30699         (gst_gnomevfssrc_uri_get_protocols):
30700         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30701         * ext/gnomevfs/gstgnomevfsuri.h:
30702           Use _uri_new() instead of _open(), so it doesn't take as long and
30703           Christophe's computer won't hang.
30704         * gst/playback/gstplaybasebin.c: (unknown_type):
30705           Throw error on unknown media type, so apps actually display it.
30706
30707 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30708
30709         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30710           this script to work on Solaris since bash shell handles echo
30711           differenly than bash.
30712
30713 2004-09-17  Wim Taymans  <wim@fluendo.com>
30714
30715         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30716         (setup_source), (gst_play_base_bin_set_property),
30717         (gst_play_base_bin_add_element):
30718         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30719         Some more work on making sure seeking pauses the pipeline and
30720         that changing the uri actually does something.
30721
30722 2004-09-17  Wim Taymans  <wim@fluendo.com>
30723
30724         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30725         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30726         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30727         (gst_tcpserversink_close):
30728         Be a bit more paranoid when freeing memory.
30729
30730 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30731
30732         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30733         (qtdemux_parse_trak):
30734           Don't crash by dividing by zero (see sample movie in #126922).
30735
30736 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30737
30738         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30739           Don't touch non-existing data (fixes crash on file in #140147).
30740
30741 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30742
30743         * gst/playback/gstplaybasebin.c:
30744         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30745           Handle double disposals, and proper change of URIs.
30746
30747 2004-09-13  Martin Eikermann <meiker@upb.de>
30748
30749         * gst/mpegstream/gstmpegparse.c:
30750           fix synchronistation for streams recorded from digital PCR
30751           fixes bug #119376
30752
30753 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30754
30755         * ext/gnomevfs/Makefile.am:
30756         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30757         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30758         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30759         (gst_gnomevfssink_uri_get_type),
30760         (gst_gnomevfssink_uri_get_protocols),
30761         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30762         (gst_gnomevfssink_uri_handler_init),
30763         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30764         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30765         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30766         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30767         (gst_gnomevfssrc_uri_get_type),
30768         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30769         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30770         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30771         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30772         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30773         * ext/gnomevfs/gstgnomevfsuri.h:
30774           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30775           of fake URIs to see which this version of Gnome-VFS likes, and
30776           uses that for the Gst-URI interface. Makes playbin support http://
30777           streams. Also fix up some stupid behaviour in gnomevfssrc.
30778
30779 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30780
30781         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30782         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30783         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30784         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30785           Update mixer (to sync with other sessions) if we try to obtain
30786           a new value. This makes alsamixer work accross applications.
30787         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30788           Only call sync functions if we're running, else alsalib asserts.
30789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30790           Sometimes fails to compile. Possibly a gcc bug.
30791         * gst/playback/gstplaybin.c: (gen_video_element),
30792         (gen_audio_element):
30793           Add a reference to an application-provided object, because we lose
30794           this same reference if we add it to the bin. If we don't do this,
30795           we can only use this object once and thus crash if we go from
30796           ready to playing, back to ready and back to playing again.
30797           Also add an audioscale element because several cheap soundcards -
30798           like mine - don't support all samplerates.
30799         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30800         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30801           Fix wrong order or PAR calls. Makes automatically obtained PAR
30802           from the X server atually being used.
30803
30804 2004-09-12  David Schleef  <ds@schleef.org>
30805
30806         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30807         #151887, #152102, #152247.
30808         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30809         * examples/seeking/cdparanoia.c: same
30810         * examples/seeking/cdplayer.c: same
30811         * examples/seeking/seek.c: same
30812         * examples/seeking/spider_seek.c: same
30813         * examples/seeking/vorbisfile.c: same
30814         * examples/stats/mp2ogg.c: same
30815         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30816         (gst_esdsink_dispose): Dispose of element properly.
30817         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30818         fixes.
30819         * ext/nas/nassink.c: (gst_nassink_class_init),
30820         (gst_nassink_dispose): Dispose of element correctly.
30821         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30822         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30823         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30824         Fix 64-bit warning.
30825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30826         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30827         Fix 64-bit warning.
30828
30829 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30830
30831         * configure.ac : change speex detection as 1.1.6 now uses
30832           .pc/pkg-config and they changed their headers location.
30833
30834 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30835
30836         * gst/matroska/matroska-mux.h:
30837         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30838         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30839         (gst_matroska_mux_write_data):
30840           Write multiple blocks/frames per cluster.
30841                 Write meta-seek information (seek heads).
30842
30843 2004-09-09  Scott Wheeler <wheeler@kde.org>
30844
30845         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30846         (gst_play_bin_set_property), (gst_play_bin_get_property),
30847         (gen_audio_element), (gen_audio_element):
30848           Add a volume element / property to the pipeline.
30849
30850 2004-09-07  Wim Taymans  <wim@fluendo.com>
30851
30852         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30853         Copy timestamps from the master pad to the output buffers.
30854
30855 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30856
30857         * ext/raw1394/gstdv1394src.c:
30858           throw errors when applicable
30859
30860 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30861
30862         * gst/matroska/ebml-ids.h:
30863         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30864         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30865         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30866           automatically convert unix time <-> ebml time when reading/writing
30867           a date, use gst_ebml_write_uint to write CUETIME,
30868           not gst_ebml_write_date.
30869         * gst/matroska/matroska-ids.h:
30870         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30871         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30872         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30873         (gst_matroska_mux_write_data):
30874           Write track and segment UIDs, write muxing date, write
30875           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30876           Create cues for audio only files.
30877
30878 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30879
30880         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30881         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30882           Re-commit ALSA switches.
30883         * gst/adder/gstadder.c: (gst_adder_loop):
30884           64-bit fix (#151416).
30885         * gst/debug/progressreport.c: (gst_progressreport_report):
30886           64-bit fix (#151419).
30887         * gst/matroska/matroska-demux.c:
30888         (gst_matroska_demux_parse_contents):
30889           64-bit fix (#151420).
30890         * gst/playback/test3.c: (update_scale):
30891           64-bit fix (#151421).
30892
30893 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30894
30895         * configure.ac:
30896           bump nano to cvs
30897
30898 === release 0.8.4 ===
30899
30900 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30901
30902         * configure.ac: releasing 0.8.4, "Alias"
30903
30904 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30905
30906         * ext/theora/Makefile.am:
30907           fix makefile.  Fixes #151462.
30908
30909 2004-08-30  Wim Taymans  <wim@fluendo.com>
30910
30911         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30912         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30913         (gst_multifdsink_remove_client_link),
30914         (gst_multifdsink_client_queue_buffer),
30915         (gst_multifdsink_handle_client_write):
30916         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30917         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30918         Fix some memory leaks.
30919
30920 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30921
30922         Patch by: David Schleef
30923
30924         * configure.ac:
30925         * sys/Makefile.am:
30926           rename our detection macro for V4L2.  Fixes #151236.
30927
30928 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30929
30930         Patch by: David Schleef
30931
30932         * configure.ac:
30933           check to define LAMEPRESET.  Fixes #151232.
30934
30935 2004-08-27  David Schleef  <ds@schleef.org>
30936
30937         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30938         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30939         (gst_glimagesink_fixate):  Move local variable declarations to
30940         make gcc-2.95 happy.
30941
30942 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30943
30944         * configure.ac:
30945           bump nano for prerelease
30946
30947 2004-08-27  David Schleef  <ds@schleef.org>
30948
30949         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30950         * sys/sunaudio/gstsunaudiosrc.c:
30951         * sys/sunaudio/gstsunaudiosrc.h:
30952
30953 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30954
30955         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30956         handle EOS correctly
30957         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30958         * gst/matroska/matroska-mux.h:
30959         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30960         VFW compatibility mode
30961
30962 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30963
30964         patch by: Zaheer Abbas Merali
30965
30966         * ext/ogg/gstoggmux.c:
30967         * ext/vorbis/vorbisenc.c:
30968         * ext/vorbis/vorbisenc.h:
30969           handle NEWMEDIA
30970
30971 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30972
30973         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30974         fix byte order reversion on little endian machines.
30975         * gst/matroska/matroska-mux.c: (audiosink_templ),
30976         (gst_matroska_mux_audio_pad_link):
30977         add TTA codec to the list of supported codecs.
30978         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30979         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30980         (gst_matroska_mux_write_data):
30981         * gst/matroska/matroska-mux.h:
30982         write segment duration correctly, write muxing app string, fixes bugs
30983         #140897 and #140898.
30984         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30985         wait for all pads to be negotiated before starting to mux.
30986
30987 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30988
30989         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30990         * ext/lame/gstlame.h:
30991         Added new media support to lame
30992
30993 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30994
30995         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30996         send vorbis headers at the beginning of a stream, fixes bug #141554.
30997         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30998         bug #148950.
30999         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31000         (gst_matroska_demux_plugin_init):
31001         * gst/matroska/matroska-ids.h:
31002         enable demuxing of TTA audio streams, fixes bug #148951.
31003         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31004         enable typefinding for TTA audio files, fixes bug #148711.
31005         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31006         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31007         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31008
31009 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31010
31011         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31012         (gst_riff_read_element_data), (gst_riff_read_seek),
31013         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31014         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31015         <teuf@gnome.org>
31016
31017 2004-08-23 Iain <iaingnome@gmail.com>
31018
31019         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31020         tags. They appear to be handled differently to normal.
31021         (tag_list_to_id3_tag_foreach): Ditto.
31022
31023 2004-08-22  Wim Taymans  <wim@fluendo.com>
31024
31025         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31026         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31027         Make sure we never send -1 granulepos.
31028
31029 2004-08-20  Wim Taymans  <wim@fluendo.com>
31030
31031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31032         (gst_ogg_mux_loop):
31033         I will accept bitchslappings with non sharp objects.
31034
31035 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31036
31037         * configure.ac:
31038         Clean up the test for lame presets
31039
31040 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31041
31042         * configure.ac:
31043         * ext/lame/Makefile.am:
31044         * ext/lame/gstlame.c: (gst_lame_class_init),
31045         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31046         Only enable lame presets if version of lame has presets in API
31047
31048 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31049         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31050         * gst/udp/gstudpsrc.h:
31051           Don't call gst_pad_push in a get function. Fixes #150449
31052
31053 2004-08-18  Wim Taymans  <wim@fluendo.com>
31054
31055         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31056         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31057         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31058         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31059         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31060         (gst_fdset_wait):
31061         * gst/tcp/gstfdset.h:
31062         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31063         (gst_multifdsink_client_queue_buffer),
31064         (gst_multifdsink_handle_client_write):
31065         * gst/tcp/gstmultifdsink.h:
31066         Some extra checks in gstfdset.
31067         Only use send() when the fd is a socket. Don't try to
31068         read from write only fds.
31069
31070 2004-08-18  Wim Taymans  <wim@fluendo.com>
31071
31072         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31073         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31074         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31075         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31076         (gst_fdset_wait):
31077         Add more locking and bounds checking.
31078
31079 2004-08-18  Wim Taymans  <wim@fluendo.com>
31080
31081         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31082         Realloc test fdset in the lock and right before starting
31083         the poll call. Bump the limit to 4096.
31084
31085 2004-08-17  David Schleef  <ds@schleef.org>
31086
31087         * sys/sunaudio/Makefile.am:
31088         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31089         of rates and channels.  Make debugging less obnoxious.
31090
31091         Patch from Balamurali Viswanathan implementing a mixer for
31092         Sun audio.  (bug #144091):
31093         * sys/sunaudio/gstsunelement.c:
31094         * sys/sunaudio/gstsunelement.h:
31095         * sys/sunaudio/gstsunmixer.c:
31096         * sys/sunaudio/gstsunmixer.h:
31097
31098 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31099
31100         * gst/audioscale/gstaudioscale.c:
31101         * gst/audioscale/gstaudioscale.h:
31102         made audioscale resample from any sample rate to any sample rate
31103
31104 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31105
31106         * ext/libpng/gstpngdec.c:
31107           error out on unsupported types
31108
31109 2004-08-17  Iain <iaingnome@gmail.com>
31110
31111         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31112         mid_side and loose_mid_side properties if its a stereo stream.
31113
31114 2004-08-17  Wim Taymans  <wim@fluendo.com>
31115
31116         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31117         (theora_get_formats), (theora_dec_src_convert),
31118         (theora_dec_sink_convert), (theora_dec_src_query),
31119         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31120         Add a debug line.
31121
31122 2004-08-17  Wim Taymans  <wim@fluendo.com>
31123
31124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31125         (gst_ogg_pad_push):
31126         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31127         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31128         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31129         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31130         Mark delta units in the muxer.
31131         Try to decode the packet after an out-of-sync error from
31132         libogg.
31133
31134 2004-08-17  Wim Taymans  <wim@fluendo.com>
31135
31136         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31137         (gst_multifdsink_init), (gst_multifdsink_add),
31138         (gst_multifdsink_client_queue_buffer),
31139         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31140         * gst/tcp/gstmultifdsink.h:
31141         Added option to send a keyframe to clients as the first buffer.
31142         Make timeout property writable.
31143
31144 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31145
31146         patch by: Wim Taymans
31147
31148         * gst/tcp/gstfdset.c:
31149         * gst/tcp/gstmultifdsink.c:
31150           fix index comparison, should include 0
31151
31152 2004-08-16  Wim Taymans  <wim@fluendo.com>
31153
31154         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31155         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31156         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31157         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31158         (gst_fdset_wait):
31159           copy when reallocing for poll so the select arguments don't get
31160           changed during the call
31161
31162 2004-08-16  Wim Taymans  <wim@fluendo.com>
31163
31164         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31165         (gst_theora_enc_class_init), (theora_enc_sink_link),
31166         (theora_buffer_from_packet), (theora_enc_chain):
31167         Fix bug where buffers were not marked as keyframes
31168         correctly.
31169
31170 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31171
31172         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31173         (gst_lame_preset_get_type), (gst_lame_class_init):
31174         describe the enum values for vbr mode and presets more verbosely
31175
31176 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31177
31178         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31179         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31180         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31181         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31182         * ext/lame/gstlame.h:
31183         add preset property to lame so it can use lame presets
31184
31185 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31186
31187         * ext/lame/gstlame.c: (gst_lame_get_property):
31188         whoops forgot break, thanks teuf
31189
31190 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31191
31192         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31193         (gst_lame_class_init), (gst_lame_src_getcaps),
31194         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31195         (gst_lame_get_property), (gst_lame_setup):
31196         * ext/lame/gstlame.h:
31197         fix lame's broken vbr stuff, allow it to resample if need be, and also
31198         make xing header optional
31199
31200 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31201
31202         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31203         added getcaps function so samplerate doesnt get fixated to silly values
31204
31205 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31206
31207         * ext/lame/gstlame.c: (gst_lame_src_link):
31208         revert previous fix
31209
31210 2004-08-12  Johan Dahlin  <johan@gnome.org>
31211
31212         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31213         checks. Doesn't matter what state we are in. Interfaces are a
31214         compile time thing, not runtime. It also broke the python bindings.
31215
31216 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31217
31218         * ext/lame/gstlame.c: (gst_lame_src_link):
31219         made source pad link function check if sinkpad is ok..fixes the problem
31220         where core fixates the output rate of lame stupidly
31221
31222 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31223
31224         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31225         * sys/v4l/v4l_calls.c:
31226         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31227           fix fixate function to handle nonsimple caps.
31228           remove bogus check in _link
31229           cleanups
31230
31231 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31232
31233         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31234         set default compression ratio parameter to 0.0 so bitrate parameter
31235         works :)
31236
31237 2004-08-11  David Schleef  <ds@schleef.org>
31238
31239         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31240
31241 2004-08-11  David Schleef  <ds@schleef.org>
31242
31243         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31244         before.
31245
31246 2004-08-11  David Schleef  <ds@schleef.org>
31247
31248         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31249
31250 2004-08-11  David Schleef  <ds@schleef.org>
31251
31252         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31253           license field
31254         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31255         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31256           LGPL.
31257         * gst/auparse/gstauparse.c: Fix plugin license field.
31258         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31259         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31260         * gst/rtp/gstrtp.c: Fix plugin license field.
31261
31262 2004-08-11  Wim Taymans  <wim@fluendo.com>
31263
31264         * gst/tcp/Makefile.am:
31265         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31266         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31267         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31268         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31269         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31270         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31271         (gst_fdset_fd_can_write), (gst_fdset_wait):
31272         * gst/tcp/gstfdset.h:
31273         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31274         (gst_multifdsink_class_init), (gst_multifdsink_init),
31275         (gst_multifdsink_add), (gst_multifdsink_remove),
31276         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31277         (gst_multifdsink_remove_client_link),
31278         (gst_multifdsink_handle_client_read),
31279         (gst_multifdsink_client_queue_data),
31280         (gst_multifdsink_client_queue_caps),
31281         (gst_multifdsink_client_queue_buffer),
31282         (gst_multifdsink_handle_client_write),
31283         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31284         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31285         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31286         (gst_multifdsink_close):
31287         * gst/tcp/gstmultifdsink.h:
31288         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31289         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31290         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31291         (gst_tcpserversink_close):
31292         * gst/tcp/gsttcpserversink.h:
31293         Abstracted away the select call, implemented poll (yes we ran into
31294         the 1024 limit in production).
31295
31296 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31297
31298         * gst/tcp/gsttcp.c:
31299         * gst/tcp/gsttcpplugin.c:
31300           improve debuggging, remove assert
31301
31302 2004-08-10  Wim Taymans  <wim@fluendo.com>
31303
31304         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31305         (gst_client_status_get_type), (gst_multifdsink_class_init),
31306         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31307         (gst_multifdsink_handle_client_read),
31308         (gst_multifdsink_handle_client_write),
31309         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31310         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31311         (gst_multifdsink_get_property):
31312         * gst/tcp/gstmultifdsink.h:
31313         * gst/tcp/gsttcp-marshal.list:
31314         Starting to prepare for specifying buffer time in other units
31315         than buffers. Expose remove reason in signal.
31316
31317 2004-08-10  Wim Taymans  <wim@fluendo.com>
31318
31319         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31320         (gst_multifdsink_remove), (gst_multifdsink_clear),
31321         (gst_multifdsink_remove_client_link),
31322         (gst_multifdsink_handle_client_read),
31323         (gst_multifdsink_client_queue_data),
31324         (gst_multifdsink_client_queue_buffer),
31325         (gst_multifdsink_handle_client_write),
31326         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31327         (gst_multifdsink_chain), (gst_multifdsink_close):
31328         * gst/tcp/gstmultifdsink.h:
31329         Added more debugging info. Changed the way clients are
31330         removed from the lists. Fixed a bug where a bad file descriptor
31331         could cause many clients to be removed.
31332
31333 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31334
31335         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31336           allow all pixel-aspect-ratios, not just 1:1
31337
31338 2004-08-09  David Schleef  <ds@schleef.org>
31339
31340         * sys/glsink/ARB_multitexture.h:  Remove old files.
31341         * sys/glsink/EXT_paletted_texture.h:
31342         * sys/glsink/NV_register_combiners.h:
31343         * sys/glsink/gstgl_nvimage.c:
31344         * sys/glsink/gstgl_pdrimage.c:
31345         * sys/glsink/gstgl_rgbimage.c:
31346         * sys/glsink/gstglsink.c:
31347         * sys/glsink/gstglsink.h:
31348         * sys/glsink/gstglxwindow.c:
31349         * sys/glsink/regcomb_yuvrgb.c:
31350
31351 2004-08-09  David Schleef  <ds@schleef.org>
31352
31353         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31354         GL sink plugin.  (Bug #147302)
31355
31356         * configure.ac: Test for OpenGL
31357         * sys/Makefile.am: Use test for OpenGL
31358         * sys/glsink/Makefile.am:
31359         * sys/glsink/glimagesink.c: rewrite
31360         * sys/glsink/glimagesink.h: rewrite
31361
31362 2004-08-09  David Schleef  <ds@schleef.org>
31363
31364         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31365         sane framerates.
31366         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31368         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31369
31370 2004-08-09  Wim Taymans  <wim@fluendo.com>
31371
31372         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31373         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31374         (gst_multifdsink_client_remove),
31375         (gst_multifdsink_handle_client_read),
31376         (gst_multifdsink_handle_client_write),
31377         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31378         Do a bit more logging, make the client_read code more robust.
31379
31380 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31381
31382         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31383         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31384         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31385         (gst_jpegdec_init), (gst_jpegdec_chain):
31386         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31387         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31388           cleanups, debugging fixes and memleak plugging
31389
31390 2004-08-09  Wim Taymans  <wim@fluendo.com>
31391
31392         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31393         (theora_get_formats), (theora_dec_src_convert),
31394         (theora_dec_sink_convert), (theora_dec_src_query),
31395         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31396         (theora_dec_change_state):
31397         Don't crash on missing header packets.
31398
31399 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31400
31401         * po/LINGUAS:
31402         * po/sq.po:
31403           Added Albanian translation (Laurent Dhima)
31404         * po/cs.po:
31405           updated
31406
31407 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31408
31409         * ext/lame/gstlame.c:
31410           fix/add debugging
31411
31412 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31413
31414         * sys/ximage/ximagesink.c:
31415         * sys/xvimage/xvimagesink.c:
31416           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31417
31418 2004-08-06  Wim Taymans  <wim@fluendo.com>
31419
31420         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31421         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31422         (gst_multifdsink_client_remove),
31423         (gst_multifdsink_handle_client_read),
31424         (gst_multifdsink_handle_client_write),
31425         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31426         Make sure we don't try to read more from a client that what
31427         ioctl says us or we deadlock.
31428
31429 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31430
31431         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31432         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31433         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31434           decouple running_time and n_frames so it can handle changing
31435           framerate while running
31436
31437 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31438
31439         * po/nl.po:
31440         * po/sv.po:
31441           updated translations
31442
31443 2004-08-04  Benjamin Otte  <otte@gnome.org>
31444
31445         * gst/videotestsrc/gstvideotestsrc.c:
31446         (gst_videotestsrc_get_capslist), (generate_capslist),
31447         (plugin_init):
31448           generate the list of supported caps at startup and reuse it instead
31449           of always generating it
31450
31451 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31452
31453         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31454           whoops, last checkin broke normal build
31455
31456 2004-08-03  Benjamin Otte  <otte@gnome.org>
31457
31458         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31459         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31460         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31461         (gst_alsa_mixer_get_option):
31462         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31463         (dvdnavsrc_print_event):
31464         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31465         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31466         (gst_ogg_mux_pad_unlink):
31467         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31468         (gst_multipart_mux_pad_unlink):
31469         * gst/videofilter/gstvideobalance.c:
31470         (gst_videobalance_colorbalance_set_value):
31471         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31472         (gst_videomixer_pad_unlink):
31473         * po/uk.po:
31474         * sys/oss/gstossmixer.c:
31475         * sys/v4l/gstv4lcolorbalance.c:
31476         * sys/v4l/gstv4ltuner.c:
31477         * sys/v4l/v4lsrc_calls.c:
31478         * sys/v4l2/gstv4l2colorbalance.c:
31479         * sys/v4l2/gstv4l2tuner.c:
31480           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31481
31482 2004-08-03  Benjamin Otte  <otte@gnome.org>
31483
31484         * examples/dynparams/filter.c: (ui_control_create):
31485         * examples/gstplay/player.c: (print_tag):
31486         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31487         * ext/gdk_pixbuf/gstgdkanimation.c:
31488         (gst_gdk_animation_iter_may_advance):
31489         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31490         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31491         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31492         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31493         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31494         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31495         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31496         * gst/sine/demo-dparams.c: (main):
31497         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31498         * testsuite/alsa/formats.c: (create_pipeline):
31499         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31500           fixes for G_DISABLE_ASSERT and friends
31501         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31502         (mp3_type_frame_length_from_header), (mp3_type_find),
31503         (plugin_init):
31504           require mp3 typefinding to have at least MIN_HEADERS valid headers
31505           add typefinding for AAC adts files
31506
31507 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31508
31509         * sys/ximage/ximagesink.c:
31510         (gst_ximagesink_calculate_pixel_aspect_ratio):
31511         * sys/xvimage/xvimagesink.c:
31512         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31513         Make sure we calculate pixel-aspect-ratio using floating point maths
31514
31515 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31516
31517         * po/uk.po:
31518           updated translation
31519
31520 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31521
31522         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31524           add debugging for display PAR calculation
31525
31526 2004-08-02  David Schleef  <ds@schleef.org>
31527
31528         * configure.ac: Fix mikmod CFLAGS.
31529
31530 2004-07-27  Benjamin Otte  <otte@gnome.org>
31531
31532         * gst/audioscale/gstaudioscale.c:
31533         - fix templates to only support S16, it's the only format that works
31534         - make caps nego code use try_set_caps_nonfixed and fixation instead
31535         of try_set_caps twice, which is not nice for autopluggers
31536         - change rank to secondary, so autopluggers can pick it up after
31537         audioconvert
31538
31539 2004-08-02  Iain <iain@prettypeople.org>
31540
31541         * gst/interleave/interleave.c (interleave_init),
31542         (interleave_request_new_pad),
31543         (interleave_pad_removed),
31544         (interleave_buffered_loop): Use the real pad count, not the artificial
31545         one.
31546
31547 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31548
31549         * configure.ac: bump nano back to development
31550
31551 === release 0.8.3 ===
31552
31553 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31554
31555         * configure.ac: releasing 0.8.3, "Water"
31556
31557 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31558
31559         * sys/xvimage/xvimagesink.c:
31560         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31561         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31562         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31563         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31564         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31565         * sys/xvimage/xvimagesink.h:
31566           apply similar PAR fixes as to ximagesink
31567
31568 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31569
31570         patch from: Benjamin Otte
31571
31572         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31573           add link function to lame.  Fixes #148986.
31574
31575 2004-08-02  Johan Dahlin  <johan@gnome.org>
31576
31577         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31578         fix debugging log
31579
31580 2004-07-30  David Schleef  <ds@schleef.org>
31581
31582         * gst/videomixer/Makefile.am: Fix things that should have been
31583         fixed in the last checkin.
31584
31585 2004-07-30  David Schleef  <ds@schleef.org>
31586
31587         * gst/multipart/Makefile.am: Fix things that should have been
31588         fixed in the last checkin.
31589
31590 2004-07-30  David Schleef  <ds@schleef.org>
31591
31592         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31593
31594 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31595
31596         * configure.ac:
31597           bump nano for prerelease
31598         * po/af.po:
31599         * po/az.po:
31600         * po/cs.po:
31601         * po/en_GB.po:
31602         * po/hu.po:
31603         * po/nl.po:
31604         * po/sr.po:
31605         * po/sv.po:
31606         * po/uk.po:
31607           updates
31608
31609 2004-07-30  Wim Taymans  <wim@fluendo.com>
31610
31611         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31612         (gst_multifdsink_add), (gst_multifdsink_remove),
31613         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31614         (gst_multifdsink_client_remove),
31615         (gst_multifdsink_handle_client_write),
31616         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31617         * gst/tcp/gstmultifdsink.h:
31618         Recover from a select with a bad file descriptor by removing
31619         the client.
31620
31621 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31622
31623         * configure.ac:
31624           fix requirement of core
31625         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31626         (gst_play_pipeline_setup):
31627           don't use colorspace element.  do use hermescolorspace element.
31628           make macro to get a colorspace element.
31629           mark strings for translation.
31630         * po/POTFILES.in:
31631           add play.c
31632         * po/af.po:
31633         * po/az.po:
31634         * po/cs.po:
31635         * po/en_GB.po:
31636         * po/hu.po:
31637         * po/nl.po:
31638         * po/sr.po:
31639         * po/sv.po:
31640         * po/uk.po:
31641           update translations
31642
31643 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31644
31645         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31646         fix default for newmedia flag
31647
31648 2004-07-30  Wim Taymans  <wim@fluendo.com>
31649
31650         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31651         (gst_theora_dec_init), (theora_get_formats),
31652         (theora_dec_src_convert), (theora_dec_sink_convert),
31653         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31654         (theora_dec_chain), (theora_dec_set_property),
31655         (theora_dec_get_property):
31656         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31657         (gst_theora_enc_class_init), (gst_theora_enc_init),
31658         (theora_enc_sink_link), (theora_enc_chain),
31659         (theora_enc_set_property), (theora_enc_get_property):
31660         Added cropping option to theora decoder.
31661         Added border option to theora encoder.
31662
31663 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31664
31665         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31666         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31667         (gst_pngenc_set_property):
31668         * ext/libpng/gstpngenc.h:
31669         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
31670
31671 2004-07-30  Wim Taymans  <wim@fluendo.com>
31672
31673         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31674         (theora_enc_sink_link), (theora_enc_chain),
31675         (theora_enc_set_property), (theora_enc_get_property):
31676         Fix encoding of non-multiple-of-16 video.
31677
31678 2004-07-29  David Schleef  <ds@schleef.org>
31679
31680         * configure.ac: make test for audiofile more strict
31681
31682 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31683
31684         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31685           give different names to typefind functions
31686
31687 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31688
31689         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31690         (gst_ximagesink_calculate_pixel_aspect_ratio),
31691         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31692         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31693         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31694         (gst_ximagesink_get_property), (gst_ximagesink_init):
31695         * sys/ximage/ximagesink.h:
31696           allocate PAR's dynamically.
31697           use autodetected PAR if no object-set PAR is given.
31698           add workaround for directfb's X not setting physical size.
31699           fix to xvimagesink will follow tomorrow.
31700
31701 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31702
31703         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31704         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31705         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31706         (gst_shout2send_class_init), (gst_shout2send_init),
31707         (set_shout_metadata), (gst_shout2send_set_metadata),
31708         (gst_shout2send_chain), (gst_shout2send_set_property),
31709         (gst_shout2send_get_property), (gst_shout2send_connect),
31710         (gst_shout2send_change_state):
31711         * ext/shout2/gstshout2.h:
31712         - fix for sending mp3 audio to icecast2 server, if pad link function not
31713         called before PAUSED state
31714         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31715         - added tagging support for mp3 audio broadcasted
31716         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31717         debug info
31718
31719 2004-07-28  Wim Taymans  <wim@fluendo.com>
31720
31721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31722         (gst_ogg_demux_push):
31723         Return query failure when we don't know the length of
31724         an ogg stream insteda of returning TRUE with a bogus value.
31725
31726 2004-07-28  Wim Taymans  <wim@fluendo.com>
31727
31728         * ext/theora/theoradec.c: (theora_get_formats),
31729         (theora_dec_src_convert), (theora_dec_sink_convert),
31730         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31731         (theora_dec_chain):
31732         Don't screw up the 1 Chroma for 1 luma sample situation when we
31733         have an odd offset/width by adding a black border in those cases.
31734
31735 2004-07-28  Wim Taymans  <wim@fluendo.com>
31736
31737         * ext/theora/theoradec.c: (theora_get_formats),
31738         (theora_dec_src_convert), (theora_dec_sink_convert),
31739         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31740         (theora_dec_chain):
31741         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31742         Added first attempt at cropping of the image as required by the
31743         theora spec. We need more properties in the caps (offset_x,
31744         offset_y,stride) to implement this correctly.
31745
31746 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31747
31748         * ext/dvdnav/README:
31749           Update the README to use dvddemux
31750         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31751           Ensure getcaps returns a subset of the template caps
31752         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31753         (gst_mpeg2subt_init):
31754           Ensure getcaps returns a subset of the template caps
31755         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31756         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31757         (gst_dvd_demux_get_subpicture_stream),
31758         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31759         * gst/mpegstream/gstdvddemux.h:
31760           Set the explicit caps on the current_video pad before pushing
31761           anything
31762         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31763         (gst_mpeg_demux_get_audio_stream):
31764           Free caps used to gst_pad_set_explicit_caps, which takes a const
31765           GstCaps *
31766
31767 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31768
31769         * configure.ac: update GStreamer requirement to 0.8.4 because of
31770           GstFraction.
31771
31772 2004-07-28  Wim Taymans  <wim@fluendo.com>
31773
31774         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31775         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31776         Add the pad to the element after setting up the caps. This
31777         makes it a lot easier to autoplug.
31778
31779 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31780
31781         * gst/median/gstmedian.c:
31782         * gst/mpeg2subt/gstmpeg2subt.c:
31783         * gst/mpegaudioparse/gstmpegaudioparse.c:
31784         * gst/mpegstream/gstdvddemux.c:
31785         * gst/mpegstream/gstmpegdemux.c:
31786         * gst/mpegstream/gstmpegpacketize.c:
31787         * gst/rtjpeg/gstrtjpeg.c:
31788         * gst/rtjpeg/gstrtjpegdec.c:
31789         * gst/rtjpeg/gstrtjpegenc.c:
31790         * gst/sine/gstsinesrc.c:
31791         * gst/smooth/gstsmooth.c:
31792         * gst/smpte/gstsmpte.c:
31793         * gst/smpte/gstsmpte.h:
31794         * gst/stereo/gststereo.c:
31795         * gst/videofilter/gstgamma.c:
31796         * gst/videofilter/gstvideobalance.c:
31797         * gst/videofilter/gstvideofilter.c:
31798         * gst/videofilter/gstvideoflip.c:
31799         * gst/videoscale/gstvideoscale.c:
31800         * gst/videoscale/videoscale.c:
31801         * gst/videotestsrc/gstvideotestsrc.c:
31802         * gst/videotestsrc/videotestsrc.c:
31803         * gst/wavenc/gstwavenc.c:
31804         * gst/wavparse/gstwavparse.c:
31805           fix local includes and 64 bits constants
31806
31807 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31808
31809         * win32/gst.sln:
31810         * gst-libs/gst/*/*.vcproj:
31811         * gst/*/*.vcproj:
31812           more working plugins
31813
31814 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31815
31816         * testsuite/alsa/Makefile.am:
31817         * testsuite/alsa/srcstate.c:
31818         add test for alsasrc changing state
31819
31820 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31821
31822         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31823         (gst_silence_get):
31824         * gst/silence/gstsilence.h:
31825         fix silence generation for 16bit raw audio
31826
31827 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31828
31829         * gst/matroska/matroska-demux.c:
31830         (gst_matroska_demux_parse_metadata),
31831         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31832         * gst/mpegaudio/common.c:
31833         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31834         (gst_videoscale_getcaps), (gst_videoscale_link),
31835         (gst_videoscale_src_fixate), (gst_videoscale_init),
31836         (gst_videoscale_finalize):
31837         * gst/videoscale/gstvideoscale.h:
31838         * gst/videotestsrc/gstvideotestsrc.c:
31839         (gst_videotestsrc_get_capslist):
31840         * gst/wavenc/gstwavenc.c:
31841         * sys/oss/gstossmixer.c: (fill_labels):
31842         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31843         (gst_ximagesink_handle_xevents),
31844         (gst_ximagesink_calculate_pixel_aspect_ratio),
31845         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31846         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31847         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31848         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31849         (gst_ximagesink_init), (gst_ximagesink_class_init):
31850         * sys/ximage/ximagesink.h:
31851         * sys/xvimage/xvimagesink.c:
31852         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31853         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31854         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31855         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31856         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31857         * sys/xvimage/xvimagesink.h:
31858           first batch of pixel aspect ratio commits.
31859
31860 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31861
31862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31863         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31864         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31865           handle stride, needs work if we want to move stride handling
31866           upstream, but works correctly for our purposes.
31867
31868 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31869
31870         * gst/videoscale/README:
31871           add testing examples
31872         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31873         (gst_videoscale_chain):
31874         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31875         (gst_videoscale_get_size):
31876           add get_size function that handles stride like videotestsrc.
31877           fixes conversion for YUV formats for as much as I can test them.
31878
31879 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31880
31881         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31882         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31884         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31885         (gst_xvimagesink_xvimage_put):
31886           further cleanups, logging, error handling and synchronizing
31887
31888 2004-07-27  Wim Taymans  <wim@fluendo.com>
31889
31890         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31891         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31892         (gst_videomixer_pad_set_property),
31893         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31894         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31895         (gst_videomixer_class_init), (gst_videomixer_init),
31896         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31897         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31898         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31899         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31900         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31901         (gst_videomixer_loop), (plugin_init):
31902         Be a nicer negotiation citizen and provide a getcaps function on
31903         the srcpad. This also fixes a crash when resizing.
31904
31905 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31906
31907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31908         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31909
31910 2004-07-27  Wim Taymans  <wim@fluendo.com>
31911
31912         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31913         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31914         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31915         (gst_pngenc_set_property):
31916         * ext/libpng/gstpngenc.h:
31917         Added snapshot property to pngenc.
31918         removed g_print from pngdec
31919
31920 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31921
31922         * gst/ac3parse/ac3parse.vcproj
31923         * gst/adder/adder.vcproj
31924         * gst/alpha/alpha.vcproj
31925         * gst/alpha/alphacolor.vcproj
31926         * gst/asfdemux/asf.vcproj
31927         * gst/audioconvert/audioconvert.vcproj
31928         * gst/audiorate/audiorate.vcproj
31929         * gst/audioscale/audioscale.vcproj
31930         * gst/auparse/auparse.vcproj
31931         * gst/avi/avi.vcproj
31932         * gst/cdxaparse/cdxaparse.vcproj
31933         * gst/chart/chart.vcproj
31934         * gst/colorspace/colorspace.vcproj
31935         * gst/cutter/cutter.vcproj
31936         * gst/debug/debug.vcproj
31937         * gst/debug/efence.vcproj
31938         * gst/debug/navigationtest.vcproj
31939         * gst/deinterlace/deinterlace.vcproj
31940         * gst/effectv/effectv.vcproj
31941         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31942         * gst/filter/filter.vcproj
31943         * gst/flx/flxdec.vcproj
31944         * gst/goom/goom.vcproj
31945         * gst/interleave/interleave.vcproj
31946         * gst/law/alaw.vcproj
31947         * gst/law/mulaw.vcproj
31948         * gst/matroska/matroska.vcproj
31949         * gst/median/median.vcproj
31950         * gst/mixmatrix/mixmatrix.vcproj
31951         * gst/mpeg1sys/mpeg1systemencode.vcproj
31952         * gst/mpeg1videoparse/mp1videoparse.vcproj
31953         * gst/mpeg2sub/mpeg2subt.vcproj
31954         * gst/mpegaudio/mpegaudio.vcproj
31955         * gst/mpegaudioparse/mpegaudioparse.vcproj
31956         * gst/mpegstream/mpegstream.vcproj
31957         * gst/multifilesink/multifilesink.vcproj
31958         * gst/multipart/multipart.vcproj
31959         * gst/oneton/oneton.vcproj
31960         * gst/overlay/overlay.vcproj
31961         * gst/passthrough/passthrough.vcproj
31962         * gst/qtdemux/qtdemux.vcproj
31963         * gst/realmedia/rmdemux.vcproj
31964         * gst/rtjpeg/rtjpeg.vcproj
31965         * gst/rtp/rtp.vcproj
31966         * gst/silence/silence.vcproj
31967         * gst/sine/sinesrc.vcproj
31968         * gst/smooth/smooth.vcproj
31969         * gst/smpte/smpte.vcproj
31970         * gst/spectrum/spectrum.vcproj
31971         * gst/speed/speed.vcproj
31972         * gst/stereo/stereo.vcproj
31973         * gst/switch/switch.vcproj
31974         * gst/tags/tagedit.vcproj
31975         * gst/tcp/tcp.vcproj
31976         * gst/typefind/typefindfunctions.vcproj
31977         * gst/udp/udp.vcproj
31978         * gst/videobox/videobox.vcproj
31979         * gst/videocrop/videocrop.vcproj
31980         * gst/videodrop/videodrop.vcproj
31981         * gst/videofilter/gamma.vcproj
31982         * gst/videofilter/videobalance.vcproj
31983         * gst/videofilter/videofilter.vcproj
31984         * gst/videofilter/videoflip.vcproj
31985         * gst/videoflip/videoflip.vcproj
31986         * gst/videomixer/videomixer.vcproj
31987         * gst/videorate/videorate.vcproj
31988         * gst/videoscale/videoscale.vcproj
31989         * gst/videotestsrc/videotestsrc.vcproj
31990         * gst/virtualdub/virtualdub.vcproj
31991         * gst/volenv/volenv.vcproj
31992         * gst/volume/volume.vcproj
31993         * gst/wavenc/wavenc.vcproj
31994         * gst/wavparse/wavparse.vcproj
31995         * gst/y4m/y4menc.vcproj
31996         * gst-libs/gst/audio/audio.vcproj
31997         * gst-libs/gst/audio/audiofilter.vcproj
31998         * gst-libs/gst/colorbalance/colorbalance.vcproj
31999         * gst-libs/gst/idct/idtc.vcproj
32000         * gst-libs/gst/media-info/media-info.vcproj
32001         * gst-libs/gst/mixer/mixer.vcproj
32002         * gst-libs/gst/navigation/navigation.vcproj
32003         * gst-libs/gst/play/play.vcproj
32004         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32005         * gst-libs/gst/resample/resample.vcproj
32006         * gst-libs/gst/riff/riff.vcproj
32007         * gst-libs/gst/tuner/tuner.vcproj
32008         * gst-libs/gst/video/video.vcproj
32009         * gst-libs/gst/xoverlay/xoverlay.vcproj
32010           avoid problems with math.h, fix release dependancy
32011           rename GStreamer-0.8.lib to libgstreamer.lib
32012
32013 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32014
32015         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32017         the atom is not available we have to unlock the mutex. Fixes #148023
32018
32019 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32020
32021         * gst-libs/gst/media-info/media-info.h:
32022           issue for a vararg macro with MSVC
32023
32024 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32025
32026         * gst/effectv/effectv.vcproj
32027         * gst-libs/gst/idct/idct.vcproj:
32028         * gst-libs/gst/media-info/media-info.vcproj:
32029         * gst-libs/gst/navigation/navigation.vcproj:
32030         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32031         * gst-libs/gst/video/video.vcproj:
32032         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32033           fixes for build problems
32034
32035 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32036
32037         * gst-libs/gst/audio/audio.def:
32038         * gst-libs/gst/audio/riff.def:
32039           add some definitions needed by plugins
32040
32041 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32042
32043         * gst/asfdemux/gstasfmux.c
32044           Fix some 64 bits constants to be glib friendly
32045
32046 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32047
32048         * gst/ac3parse/gstac3parse.c
32049         * gst/audioscale/gstaudioscale.c
32050         * gst/auparse/gstauparse.c
32051         * gst/colorspace/gstcolorspace.c
32052         * gst/colorspace/yuv2rgb.h
32053           local include fixes
32054
32055 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32056
32057         * win32/gst.sln
32058           add more plugins to the build
32059
32060 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32061
32062         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32063         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32064
32065 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32066
32067         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32068         (gst_level_set_property), (gst_level_get_property),
32069         (gst_level_base_init), (gst_level_class_init):
32070           add debugging categories.  cleanups.
32071
32072 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32073
32074         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32075         (gst_videoscale_planar411), (gst_videoscale_planar400),
32076         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32077         (gst_videoscale_scale_nearest_str1),
32078         (gst_videoscale_scale_nearest_str2),
32079         (gst_videoscale_scale_nearest_str4),
32080         (gst_videoscale_scale_nearest_16bit),
32081         (gst_videoscale_scale_nearest_24bit):
32082           fixed stride issues
32083           tested with 320x240 -> 321, 322, 324 x240
32084           tested with YV12, I420, YUY2, UYVY
32085           fixed packed422rev (don't think it could have worked before)
32086           by testing with UYVY
32087
32088 2004-07-26  Benjamin Otte  <otte@gnome.org>
32089
32090         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32091         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32092         (plugin_init):
32093           add debugging category, add error checks like checking return values
32094           of setup calls, make sure it still works after
32095           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32096
32097 2004-07-26  Wim Taymans  <wim@fluendo.com>
32098
32099         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32100         (gst_mpeg_demux_get_audio_stream),
32101         (gst_mpeg_demux_process_private):
32102         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32103         Check for error codes from the negotiation functions. Make sure
32104         we really set the pad caps when a new pad is created.
32105
32106 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32107
32108         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32109         (gst_ffmpeg_caps_to_pix_fmt):
32110         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32111         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32112         (gst_ffmpegcolorspace_pad_link):
32113           don't make function do two things at the same time without reason.
32114
32115 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32116
32117         * gst/ac3parse/ac3parse.vcproj
32118         * gst/adder/adder.vcproj
32119         * gst/alpha/alpha.vcproj
32120         * gst/alpha/alphacolor.vcproj
32121         * gst/asfdemux/asf.vcproj
32122         * gst/audioconvert/audioconvert.vcproj
32123         * gst/audiorate/audiorate.vcproj
32124         * gst/audioscale/audioscale.vcproj
32125         * gst/auparse/auparse.vcproj
32126         * gst/avi/avi.vcproj
32127         * gst/cdxaparse/cdxaparse.vcproj
32128         * gst/chart/chart.vcproj
32129         * gst/colorspace/colorspace.vcproj
32130         * gst/cutter/cutter.vcproj
32131         * gst/debug/debug.vcproj
32132         * gst/debug/efence.vcproj
32133         * gst/debug/navigationtest.vcproj
32134         * gst/deinterlace/deinterlace.vcproj
32135         * gst/effectv/effectv.vcproj
32136         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32137         * gst/filter/filter.vcproj
32138         * gst/flx/flxdec.vcproj
32139         * gst/goom/goom.vcproj
32140         * gst/interleave/interleave.vcproj
32141         * gst/law/alaw.vcproj
32142         * gst/law/mulaw.vcproj
32143         * gst/matroska/matroska.vcproj
32144         * gst/median/median.vcproj
32145         * gst/mixmatrix/mixmatrix.vcproj
32146         * gst/mpeg1sys/mpeg1systemencode.vcproj
32147         * gst/mpeg1videoparse/mp1videoparse.vcproj
32148         * gst/mpeg2sub/mpeg2subt.vcproj
32149         * gst/mpegaudio/mpegaudio.vcproj
32150         * gst/mpegaudioparse/mpegaudioparse.vcproj
32151         * gst/mpegstream/mpegstream.vcproj
32152         * gst/multifilesink/multifilesink.vcproj
32153         * gst/multipart/multipart.vcproj
32154         * gst/oneton/oneton.vcproj
32155         * gst/overlay/overlay.vcproj
32156         * gst/passthrough/passthrough.vcproj
32157         * gst/qtdemux/qtdemux.vcproj
32158         * gst/realmedia/rmdemux.vcproj
32159         * gst/rtjpeg/rtjpeg.vcproj
32160         * gst/rtp/rtp.vcproj
32161         * gst/silence/silence.vcproj
32162         * gst/sine/sinesrc.vcproj
32163         * gst/smooth/smooth.vcproj
32164         * gst/smpte/smpte.vcproj
32165         * gst/spectrum/spectrum.vcproj
32166         * gst/speed/speed.vcproj
32167         * gst/stereo/stereo.vcproj
32168         * gst/switch/switch.vcproj
32169         * gst/tags/tagedit.vcproj
32170         * gst/tcp/tcp.vcproj
32171         * gst/typefind/typefindfunctions.vcproj
32172         * gst/udp/udp.vcproj
32173         * gst/videobox/videobox.vcproj
32174         * gst/videocrop/videocrop.vcproj
32175         * gst/videodrop/videodrop.vcproj
32176         * gst/videofilter/gamma.vcproj
32177         * gst/videofilter/videobalance.vcproj
32178         * gst/videofilter/videofilter.vcproj
32179         * gst/videofilter/videoflip.vcproj
32180         * gst/videoflip/videoflip.vcproj
32181         * gst/videomixer/videomixer.vcproj
32182         * gst/videorate/videorate.vcproj
32183         * gst/videoscale/videoscale.vcproj
32184         * gst/videotestsrc/videotestsrc.vcproj
32185         * gst/virtualdub/virtualdub.vcproj
32186         * gst/volenv/volenv.vcproj
32187         * gst/volume/volume.vcproj
32188         * gst/wavenc/wavenc.vcproj
32189         * gst/wavparse/wavparse.vcproj
32190         * gst/y4m/y4menc.vcproj
32191           more plugins supported under windows
32192
32193 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32194
32195         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32196         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32197         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32199         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32200           Add debugging statements.  Use the sizes as returned by the
32201           *CreateImage calls.
32202
32203 2004-07-26  Johan Dahlin  <johan@gnome.org>
32204
32205         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32206         the pad is negotiated.
32207
32208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32209
32210 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32211
32212         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32213         * gst-libs/gst/idct/idct.vcproj:
32214         * gst-libs/gst/media-info/media-info.vcproj:
32215         * gst-libs/gst/mixer/mixer.vcproj:
32216         * gst-libs/gst/navigation/navigation.vcproj:
32217         * gst-libs/gst/play/play.vcproj:
32218         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32219         * gst-libs/gst/resample/resample.vcproj:
32220         * gst-libs/gst/tuner/tuner.vcproj:
32221         * gst-libs/gst/video/video.vcproj:
32222         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32223           more plugins supported under windows
32224
32225 2004-07-25 Iain <iain@prettypeople.org>
32226
32227         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32228         pad now rather than when the pad is created because state changes wipe
32229         explicit caps (fixes #148043).
32230
32231 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32232
32233         reviewed by Benjamin Otte  <otte@gnome.org>
32234
32235         * ext/mad/gstmad.c:
32236           fix mad plugin crashing on Sun (fixes #148289)
32237
32238 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32239
32240         * gst/avi/avi.def:
32241         * gst/avi/avi.vcproj:
32242         * gst/matroska/matroska.def:
32243         * gst/matroska/matroska.vcproj:
32244           remove unused .def files
32245
32246 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32247
32248         * gst-libs/gst/audio/gstaudiofilter.c:
32249           Clean the local include
32250
32251 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32252
32253         * win32/gst.sln:
32254         * gst-libs/gst/audio/audio.def:
32255         * gst-libs/gst/audio/audio.vcproj:
32256         * gst-libs/gst/audio/audiofilter.vcproj:
32257         * gst-libs/gst/audio/riff.def:
32258         * gst-libs/gst/audio/riff.vcproj:
32259         * gst-libs/gst/gst-libs.def:
32260         * gst-libs/gst/gst-libs.vcproj:
32261         * gst/avi/avi.vcproj:
32262         * gst/avi/avi.vcproj:
32263           Copy the files where needed after building, cleaner projects
32264
32265 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32266
32267         * gst/matroska/ebml-write.c:
32268           Fix some 64 bits constants to be glib friendly
32269
32270 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32271
32272         * win32/gst.sln:
32273         * gst-libs/gst/gst-libs.def:
32274         * gst-libs/gst/gst-libs.vcproj:
32275         * gst/matroska/matroska.def:
32276         * gst/matroska/matroska.vcproj:
32277           Add the preliminary canvas to build plugins on Win32
32278
32279 2004-07-23  Benjamin Otte  <otte@gnome.org>
32280
32281         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32282           don't enfore negotiation from source side, it breaks
32283           sinesrc ! audioconvert ! osssink
32284
32285 2004-07-22  David Schleef  <ds@schleef.org>
32286
32287         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32288         for ELF files, since they can easily be recognized as audio/mpeg.
32289         (bug #147441)
32290
32291 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32292
32293         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32294         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32295         (gst_videoscale_scale_nearest_24bit),
32296         (gst_videoscale_scale_nearest_16bit):
32297           fix 16bit and 24bit for stride (24bit might need testing)
32298           don't pretend we do more than one algorithm
32299
32300 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32301
32302         * configure.ac:
32303         * gst/Makefile.am:
32304         * gst/multifilesink/Makefile.am:
32305         * gst/multifilesink/gstmultifilesink.c:
32306         (gst_multifilesink_get_formats),
32307         (gst_multifilesink_get_query_types), (_do_init),
32308         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32309         (gst_multifilesink_init), (gst_multifilesink_dispose),
32310         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32311         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32312         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32313         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32314         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32315         (gst_multifilesink_uri_get_type),
32316         (gst_multifilesink_uri_get_protocols),
32317         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32318         (gst_multifilesink_uri_handler_init), (plugin_init):
32319         * gst/multifilesink/gstmultifilesink.h:
32320         * testsuite/Makefile.am:
32321         * testsuite/multifilesink/Makefile.am:
32322         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32323         (gst_newmedia_class_init), (gst_newmedia_init),
32324         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32325         (newfile_signal), (test_signal), (main):
32326         multifilesink plugin for creating new files every time a new media
32327         discontinuity event occurs
32328
32329 2004-07-22  Wim Taymans  <wim@fluendo.com>
32330
32331         * gst/alpha/Makefile.am:
32332         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32333         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32334         (gst_alpha_color_init), (gst_alpha_color_set_property),
32335         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32336         (transform), (gst_alpha_color_chain),
32337         (gst_alpha_color_change_state), (plugin_init):
32338         Stupid plugin to to RGBA to AYUV conversion because none of
32339         the colorspace plugins can handle that yet.
32340
32341 2004-07-22  Wim Taymans  <wim@fluendo.com>
32342
32343         * examples/seeking/seek.c: (update_scale), (main):
32344         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32345         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32346         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32347         (gst_decode_bin_init), (gst_decode_bin_dispose),
32348         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32349         (no_more_pads), (close_link), (type_found),
32350         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32351         (plugin_init):
32352         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32353         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32354         (gst_play_base_bin_dispose), (queue_overrun),
32355         (gen_preroll_element), (remove_prerolls), (unknown_type),
32356         (no_more_pads), (new_stream), (setup_source),
32357         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32358         (play_base_eos), (gst_play_base_bin_change_state),
32359         (gst_play_base_bin_add_element),
32360         (gst_play_base_bin_remove_element),
32361         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32362         (gst_play_base_bin_unlink_stream),
32363         (gst_play_base_bin_get_streaminfo):
32364         * gst/playback/gstplaybin.c: (gen_video_element),
32365         (gen_audio_element):
32366         * gst/playback/gststreaminfo.h:
32367         More playback updates, attempt to fix things after the state change
32368         breakage.
32369
32370 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32371
32372         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32373         (gst_videoscale_scale_nearest_16bit):
32374           comment algorithm
32375
32376 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32377
32378         * gst/videotestsrc/gstvideotestsrc.c:
32379         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32380         (gst_videotestsrc_init), (gst_videotestsrc_get),
32381         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32382         (gst_videotestsrc_get_property):
32383         * gst/videotestsrc/gstvideotestsrc.h:
32384         * gst/videotestsrc/videotestsrc.c:
32385         * gst/videotestsrc/videotestsrc.h:
32386           cleanup and commenting
32387
32388 2004-07-21  Wim Taymans  <wim@fluendo.com>
32389
32390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32391         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32392         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32393         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32394         (_find_chain_get_unknown_part), (_find_streams_check),
32395         (gst_ogg_demux_push), (gst_ogg_pad_push):
32396         * ext/theora/theoradec.c: (theora_get_formats),
32397         (theora_dec_src_convert), (theora_dec_sink_convert),
32398         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32399         (theora_dec_chain):
32400         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32401         (vorbis_dec_convert), (vorbis_dec_src_query),
32402         (vorbis_dec_src_event), (vorbis_dec_event):
32403         More seeking fixes, oggdemux now supports seeking to time and
32404         uses the downstream element to convert granulepos to time.
32405         Seeking in theora-only ogg files now works.
32406
32407 2004-07-21  Wim Taymans  <wim@fluendo.com>
32408
32409         * ext/theora/theoradec.c: (gst_theora_dec_init),
32410         (theora_get_formats), (theora_get_event_masks),
32411         (theora_get_query_types), (theora_dec_src_convert),
32412         (theora_dec_sink_convert), (theora_dec_src_query),
32413         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32414         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32415         (vorbis_get_event_masks), (vorbis_get_query_types),
32416         (gst_vorbis_dec_init), (vorbis_dec_convert),
32417         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32418         Added query/convert/formats functions to vorbis and theora decoders
32419         so that the outside world can use them too. Fixed seeking on an
32420         ogg/theora/vorbis file by disabling the seeking seeking on the
32421         theora srcpad.
32422
32423 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32424
32425         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32426         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32427         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32428         images creation for both elements. We don't create the image on caps
32429         nego or renego, we just destroy the internal one if present if it does
32430         not match the needs. The chain function takes care of creating a new
32431         image when needed.
32432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32433         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32434         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32435         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32436         the image format information. The buffer pool checks for the context
32437         image format and discard images with different formats.
32438         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32439
32440 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32441
32442         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32443         (gst_ffmpegcolorspace_chain):
32444           no point in doing any chaining if the pad we want to push from
32445           isn't usable.
32446
32447 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32448
32449         * gst-libs/gst/riff/riff-media.c:
32450         (gst_riff_create_audio_caps_with_data):
32451           Fix double end-to-native symbol conversion (#148021).
32452
32453 2004-07-20  David Schleef  <ds@schleef.org>
32454
32455         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32456         Don't use an Atom that doesn't exist.
32457
32458 2004-07-20  Wim Taymans  <wim@fluendo.com>
32459
32460         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32461         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32462         (gst_multifdsink_client_remove),
32463         (gst_multifdsink_handle_client_write),
32464         (gst_multifdsink_queue_buffer):
32465         * gst/tcp/gstmultifdsink.h:
32466         More multifdsink stats. Avoid deadlock by releasing locks
32467         before sending out a signal.
32468
32469 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32470
32471         * po/LINGUAS:
32472         * po/hu.po:
32473           added Hungarian translation (Laszlo Dvornik)
32474
32475 2004-07-20  Wim Taymans  <wim@fluendo.com>
32476
32477         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32478         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32479         (gst_multifdsink_handle_client_write),
32480         (gst_multifdsink_queue_buffer):
32481         * gst/tcp/gsttcp-marshal.list:
32482         Fixed the stupid marshal definition.
32483
32484 2004-07-20  Wim Taymans  <wim@fluendo.com>
32485
32486         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32487         (gst_multifdsink_init), (gst_multifdsink_add),
32488         (gst_multifdsink_client_remove),
32489         (gst_multifdsink_handle_client_write),
32490         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32491         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32492         (gst_multifdsink_init_send):
32493         * gst/tcp/gstmultifdsink.h:
32494         Added more stats, added timeout for a client, fixed some typos
32495         and added some comments.
32496
32497 2004-07-20  Wim Taymans  <wim@fluendo.com>
32498
32499         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32500         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32501         (gst_multifdsink_client_remove),
32502         (gst_multifdsink_handle_client_write):
32503         * gst/tcp/gstmultifdsink.h:
32504         * gst/tcp/gsttcp-marshal.list:
32505         Added get_stats method that returns a GValueArray of
32506         stats values.
32507
32508 2004-07-19  Benjamin Otte  <otte@gnome.org>
32509
32510         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32511           make sure longname, description and author are valid UTF-8
32512
32513 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32514
32515         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32516         (gst_ximagesink_set_property):
32517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32518         (gst_xvimagesink_set_property):
32519           make sure SYNCHRONOUS is respected after getting the X context
32520
32521 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32522
32523         * gst/matroska/matroska-demux.c:
32524         (gst_matroska_demux_handle_src_event),
32525         (gst_matroska_demux_parse_blockgroup):
32526         * gst/matroska/matroska-ids.h:
32527           add BlockReference tag and ignore it to clear out log.
32528           ignore NAVIGATION events to clear out log.
32529
32530 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32531
32532         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32533         (gst_matroska_demux_add_stream):
32534         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32535           add debug categories
32536
32537 2004-07-16  Wim Taymans  <wim@fluendo.com>
32538
32539         * ext/libpng/Makefile.am:
32540         * ext/libpng/gstpng.c: (plugin_init):
32541         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32542         (gst_pngdec_get_type), (gst_pngdec_base_init),
32543         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32544         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32545         * ext/libpng/gstpngdec.h:
32546         Added png decoder.
32547
32548 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32549
32550         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32551         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32552         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32553         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32554         (gst_ximagesink_buffer_alloc):
32555         * sys/ximage/ximagesink.h:
32556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32557         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32558         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32559         (gst_xvimagesink_buffer_alloc):
32560         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32561         again. Using internal data pointer of the x(v)image to store image's
32562         data to be coherent with the buffer alloc mechanism. Investigated the
32563         image destruction code to be sure that everything gets freed correctly.
32564
32565 2004-07-16  Wim Taymans  <wim@fluendo.com>
32566
32567         * gst-libs/gst/riff/riff-read.c:
32568         (gst_riff_read_strf_vids_with_data),
32569         (gst_riff_read_strf_auds_with_data):
32570         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32571         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32572         Make sure we don't create 0 sized subbuffers in riff-read.
32573         Signal the no more pads signal after reading the avi header.
32574
32575 2004-07-16  Wim Taymans  <wim@fluendo.com>
32576
32577         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32578         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32579         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32580         (gst_decode_bin_init), (gst_decode_bin_dispose),
32581         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32582         (no_more_pads), (close_link), (type_found),
32583         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32584         (gst_decode_bin_change_state), (plugin_init):
32585         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32586         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32587         (gst_play_base_bin_dispose), (queue_overrun),
32588         (gen_preroll_element), (remove_prerolls), (unknown_type),
32589         (no_more_pads), (new_stream), (setup_source),
32590         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32591         (play_base_eos), (gst_play_base_bin_change_state),
32592         (gst_play_base_bin_add_element),
32593         (gst_play_base_bin_remove_element),
32594         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32595         (gst_play_base_bin_unlink_stream),
32596         (gst_play_base_bin_get_streaminfo):
32597         * gst/playback/gstplaybasebin.h:
32598         Better error recovery. Added configurable preroll queue size. Faster
32599         detection of no-more-pads.
32600
32601 2004-07-16  Wim Taymans  <wim@fluendo.com>
32602
32603         * gst-libs/gst/video/video.h:
32604         Added 32 bits RGBA. Not sure if we should use another mime-type
32605         for alpha rgb. Currently the presence of the alpha_mask property
32606         signals an alpha channel.
32607
32608 2004-07-16  Wim Taymans  <wim@fluendo.com>
32609
32610         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32612         FPS seems to be 0.0 to MAX everywhere else.
32613
32614 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32615
32616         * gst-libs/gst/riff/riff-media.c:
32617         (gst_riff_create_video_caps_with_data):
32618           mp42/mp43 (no caps) exist too.
32619         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32620           Set pixel_width/height; we've got them in-caps.
32621         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32622         * gst/wavparse/gstwavparse.c: (plugin_init):
32623           Both are valid primary.
32624         * sys/oss/gstossmixer.c:
32625           Remove i18n hack and enable translations.
32626
32627 2004-07-15  Benjamin Otte  <otte@gnome.org>
32628
32629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32630         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32631           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32632
32633 2004-07-15  Benjamin Otte  <otte@gnome.org>
32634
32635         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32636         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32637         (gst_alsa_close_audio):
32638           disable some of the debugging code for now. Writing debugging to a
32639           buffer is broken in current alsalib releases.
32640
32641 2004-07-12  Benjamin Otte  <otte@gnome.org>
32642
32643         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32644           use bufferpools
32645
32646 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32647
32648         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32649         (theora_dec_src_query), (theora_dec_event):
32650         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32651           add debugging categories.  Remove \n's.
32652
32653 2004-07-13  Johan Dahlin  <johan@gnome.org>
32654
32655         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32656         (gst_play_bin_get_property): Impl.
32657
32658 2004-07-13  Wim Taymans  <wim@fluendo.com>
32659
32660         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32661         When trying to find the stream length, seek back N pages
32662         instead of just one, where N is the number of streams in
32663         the current chain.
32664
32665 2004-07-13  Wim Taymans  <wim@fluendo.com>
32666
32667         * gst-libs/gst/riff/riff-media.c:
32668         (gst_riff_create_audio_caps_with_data),
32669         (gst_riff_create_audio_caps),
32670         (gst_riff_create_audio_template_caps):
32671         * gst-libs/gst/riff/riff-media.h:
32672         * gst-libs/gst/riff/riff-read.c:
32673         (gst_riff_read_strf_vids_with_data),
32674         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32675         * gst-libs/gst/riff/riff-read.h:
32676         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32677         (gst_avi_demux_add_stream):
32678         Set codec_data on caps for avidemuxer.
32679
32680 2004-07-12  David Schleef  <ds@schleef.org>
32681
32682         * configure.ac: Fix test for Objective C
32683
32684 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32685         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32686         (gst_gdk_pixbuf_chain):
32687           Add svg and pcx to template caps, and ensure that getcaps returns a
32688           subset of the template caps.
32689           Copy each row manually for output, as gdkpixbuf may pad the
32690           rowstride to a 32-bit word boundary.
32691
32692 2004-07-12  Wim Taymans  <wim@fluendo.com>
32693
32694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32695         (gst_riff_create_video_template_caps):
32696         Fix the template caps to include some more media types.
32697
32698 2004-07-12  Wim Taymans  <wim@fluendo.com>
32699
32700         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32701         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32702         (compare_ranks), (print_feature), (gst_decode_bin_init),
32703         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32704         (try_to_link_1), (new_pad), (close_link), (type_found),
32705         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32706         (gst_decode_bin_change_state), (plugin_init):
32707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32708         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32709         (gst_play_base_bin_dispose), (queue_overrun),
32710         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32711         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32712         (gst_play_base_bin_get_property), (play_base_eos),
32713         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32714         (gst_play_base_bin_remove_element),
32715         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32716         (gst_play_base_bin_unlink_stream),
32717         (gst_play_base_bin_get_streaminfo):
32718         * gst/playback/gstplaybasebin.h:
32719         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32720         (gst_play_bin_class_init), (gst_play_bin_init),
32721         (gst_play_bin_dispose), (gst_play_bin_set_property),
32722         (gst_play_bin_get_property), (gen_video_element),
32723         (gen_audio_element), (remove_sinks), (setup_sinks),
32724         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32725         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32726         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32727         (gst_play_bin_query), (plugin_init):
32728         * gst/playback/test4.c: (main):
32729         More fixes on reusing of the element.
32730
32731 2004-07-11  Benjamin Otte  <otte@gnome.org>
32732
32733         * ext/mad/gstmad.c: (normal_seek):
32734           allow seeking for other methods than just SET
32735
32736 2004-07-11  Andy Wingo  <wingo@pobox.com>
32737
32738         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32739         float, "any" caps -> buffer_frames=[0,MAX].
32740
32741         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32742         doesn't intersect our caps with the template any more. Do it
32743         ourselves.
32744         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32745
32746 2004-07-09  Wim Taymans  <wim@fluendo.com>
32747
32748         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32749         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32750         (compare_ranks), (print_feature), (gst_decode_bin_init),
32751         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32752         (try_to_link_1), (new_pad), (close_link), (type_found),
32753         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32754         (gst_decode_bin_change_state), (plugin_init):
32755         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32756         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32757         (gst_play_base_bin_dispose), (queue_overrun),
32758         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32759         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32760         (gst_play_base_bin_get_property), (play_base_eos),
32761         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32762         (gst_play_base_bin_remove_element),
32763         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32764         (gst_play_base_bin_unlink_stream),
32765         (gst_play_base_bin_get_streaminfo):
32766         * gst/playback/gstplaybasebin.h:
32767         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32768         (gst_play_bin_class_init), (gst_play_bin_init),
32769         (gst_play_bin_dispose), (gst_play_bin_set_property),
32770         (gst_play_bin_get_property), (gen_video_element),
32771         (gen_audio_element), (remove_sinks), (setup_sinks),
32772         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32773         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32774         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32775         (gst_play_bin_query), (plugin_init):
32776         * gst/playback/test4.c: (main):
32777         Work on object reuse and seeking.
32778
32779 2004-07-09  Wim Taymans  <wim@fluendo.com>
32780
32781         * examples/seeking/seek.c: (iterate):
32782         Don't consume all CPU in the idle loop.
32783
32784 2004-07-09  Wim Taymans  <wim@fluendo.com>
32785
32786         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32787         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32788         Add pad to element *after* setting the pad functions so that
32789         the scheduler can use the correct ones.
32790
32791 2004-07-09  Wim Taymans  <wim@fluendo.com>
32792
32793         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32794         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32795         Sync to keyframe after seek
32796
32797 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32798
32799         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32800         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32801         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32802         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32803         * ext/libvisual/visual.c: (gst_visual_change_state):
32804         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32805         * ext/theora/theoradec.c: (theora_dec_change_state):
32806         * ext/theora/theoraenc.c: (theora_enc_change_state):
32807         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32808         * gst-libs/gst/navigation/navigation.c:
32809         * gst/adder/gstadder.c: (gst_adder_change_state):
32810         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32811         (gst_audio_convert_get_buffer):
32812         * gst/multipart/multipartdemux.c:
32813         (gst_multipart_demux_change_state):
32814         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32815         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32816         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32817         * gst/videoscale/gstvideoscale.c:
32818         (gst_videoscale_handle_src_event):
32819         * gst/volume/gstvolume.c: (volume_chain_int16):
32820           don't assert in state change, this should be done by the base
32821           GstElement class.
32822           various debugging fixes.
32823
32824 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32825
32826         * configure.ac:
32827         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32828         (gst_play_dispose), (gst_play_set_location),
32829         (gst_play_set_data_src), (gst_play_set_video_sink),
32830         (gst_play_set_audio_sink), (gst_play_set_visualization),
32831         (gst_play_connect_visualization), (gst_play_get_sink_element),
32832         (gst_play_get_all_by_interface):
32833         * gst-libs/gst/play/play.h:
32834           add new method to get elements implementing an interface.
32835           add various error logging
32836
32837 2004-07-08  Wim Taymans  <wim@fluendo.com>
32838
32839         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32840         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32841         (make_playerbin_pipeline), (query_durations_elems),
32842         (query_durations_pads), (query_positions_elems),
32843         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32844         (main):
32845         Added playbin seeking example.
32846
32847 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32848
32849         * gst-libs/gst/play/play.c: (gst_play_set_location),
32850         (gst_play_set_data_src), (gst_play_set_video_sink),
32851         (gst_play_set_audio_sink), (gst_play_set_visualization),
32852         (gst_play_connect_visualization), (gst_play_get_framerate):
32853           use a macro to look up elements from hash table
32854
32855 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32856
32857         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32858         (gst_play_get_length_callback), (gst_play_set_location),
32859         (gst_play_seek_to_time), (gst_play_set_data_src),
32860         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32861         (gst_play_set_visualization), (gst_play_connect_visualization),
32862         (gst_play_get_sink_element):
32863         - add debugging info
32864         - fix looking up sink elements by iterating over complete caps
32865         - put everything except for source and autoplugger in a complete bin
32866
32867 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32868
32869         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32870         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32871         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32872         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32873         * ext/alsa/gstalsasink.h:
32874         - add debugging info
32875         - clean up schizophrenia of data/buffer/event
32876         - fix double event unref error
32877
32878 2004-07-08  Wim Taymans  <wim@fluendo.com>
32879
32880         * gst/playback/Makefile.am:
32881         Add headers to noinst
32882
32883 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32884
32885         * tools/gst-launch-ext-m.m:
32886         * tools/gst-launch-ext.1.in:
32887           convert to the third millenium
32888
32889 2004-07-07  David Schleef  <ds@schleef.org>
32890
32891         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32892
32893 2004-07-07  Wim Taymans  <wim@fluendo.com>
32894
32895         * gst/playback/Makefile.am:
32896         * gst/playback/README:
32897         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32898         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32899         (compare_ranks), (print_feature), (gst_decode_bin_init),
32900         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32901         (try_to_link_1), (new_pad), (close_link), (type_found),
32902         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32903         (plugin_init):
32904         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32905         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32906         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32907         (gen_preroll_element), (no_more_pads), (new_stream),
32908         (setup_source), (gst_play_base_bin_set_property),
32909         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32910         (gst_play_base_bin_add_element),
32911         (gst_play_base_bin_remove_element),
32912         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32913         (gst_play_base_bin_unlink_stream),
32914         (gst_play_base_bin_get_streaminfo):
32915         * gst/playback/gstplaybasebin.h:
32916         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32917         (gst_play_bin_class_init), (gst_play_bin_init),
32918         (gst_play_bin_dispose), (gst_play_bin_set_property),
32919         (gst_play_bin_get_property), (gen_video_element),
32920         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32921         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32922         (gst_play_bin_get_formats), (gst_play_bin_convert),
32923         (gst_play_bin_get_query_types), (gst_play_bin_query),
32924         (plugin_init):
32925         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32926         (gst_stream_info_get_type), (gst_stream_info_class_init),
32927         (gst_stream_info_init), (gst_stream_info_new),
32928         (gst_stream_info_dispose), (gst_stream_info_set_property),
32929         (gst_stream_info_get_property):
32930         * gst/playback/gststreaminfo.h:
32931         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32932         (main):
32933         * gst/playback/test2.c: (main):
32934         * gst/playback/test3.c: (update_scale), (main):
32935         More playbin fixes. Added README. Do better element filtering.
32936         Added base class to preroll media. Added test apps.
32937
32938 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32939
32940         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32941         * ext/mpeg2dec/gstmpeg2dec.h:
32942           various debugging improvements.  Reset stream to next picture
32943           instead of sequence header, otherwise seeks cannot work.
32944
32945 2004-07-07  Wim Taymans  <wim@fluendo.com>
32946
32947         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32948         (gst_video_box_class_init), (gst_video_box_set_property),
32949         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32950         Use pad_alloc where possible.
32951
32952 2004-07-07  Wim Taymans  <wim@fluendo.com>
32953
32954         * sys/oss/gstosselement.c: (gst_osselement_reset),
32955         (gst_osselement_parse_caps):
32956         * sys/oss/gstosselement.h:
32957         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32958         Fix offset on osssrc.
32959
32960 2004-07-07  Wim Taymans  <wim@fluendo.com>
32961
32962         * ext/theora/theora.c: (plugin_init):
32963         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32964         (theora_dec_src_query), (theora_dec_chain):
32965         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32966         (theora_enc_sink_link), (theora_buffer_from_packet),
32967         (theora_push_packet), (theora_enc_chain):
32968         Fix theora granulepos calculation.
32969         Fix overflow in duration/position calculation.
32970         Bump rank to PRIMARY for theoradec.
32971         Use granulepos of last packet to calculate position.
32972         Set keyframe flag on buffers when needed.
32973
32974 2004-07-06  David Schleef  <ds@schleef.org>
32975
32976         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32977         serious?  (Fixed, obviously.)
32978
32979 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32980
32981         * po/LINGUAS:
32982         * po/cs.po:
32983           added Czech translation (Miloslav Trmac)
32984
32985 2004-07-05  Wim Taymans  <wim@fluendo.com>
32986
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_get_event_masks),
32993         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32994         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32995         (gst_decode_bin_query), (plugin_init):
32996         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32997         (gst_play_bin_class_init), (gst_play_bin_init),
32998         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32999         (get_video_element), (new_pad), (setup_source),
33000         (gst_play_bin_set_property), (gst_play_bin_get_property),
33001         (gst_play_bin_change_state), (gst_play_bin_add_element),
33002         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33003         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33004         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33005         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33006         * gst/playback/test.c: (main):
33007         More fixes, cleaned up playbin, make it use decodebin. Added
33008         threaded property to playbin.
33009
33010 2004-07-05  Wim Taymans  <wim@fluendo.com>
33011
33012         * configure.ac:
33013         * gst/playback/Makefile.am:
33014         * gst/playback/decodetest.c: (main):
33015         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33016         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33017         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33018         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33019         (close_link), (type_found), (gst_decode_bin_set_property),
33020         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33021         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33022         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33023         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33024         (plugin_init):
33025         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33026         (gst_play_bin_class_init), (gst_play_bin_init),
33027         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33028         (collect_sink_pads), (find_compatibles), (close_pad_link),
33029         (try_to_link_1), (new_pad), (close_link), (type_found),
33030         (setup_source), (gst_play_bin_set_property),
33031         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33032         (compare_ranks), (gst_play_bin_collect_factories),
33033         (gst_play_bin_change_state), (gst_play_bin_add_element),
33034         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33035         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33036         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33037         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33038         * gst/playback/test.c: (main):
33039         Added some playback helper elements and some test apps, very alpha
33040         still.
33041
33042 2004-07-04  Benjamin Otte  <otte@gnome.org>
33043
33044         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33045           only restart audio when we indeed have an xrun to fix repeated
33046           xruns. Fix suggested by Giuliano Pochini.
33047
33048 2004-07-03  David Schleef  <ds@schleef.org>
33049
33050         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33051         call to gst_debug_log() if debugging is disabled (bug #145118)
33052
33053 2004-07-03  Benjamin Otte  <otte@gnome.org>
33054
33055         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33056           use our own functions for restarting the alsa device.
33057         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33058           I should apply patches myself - use MIN for the third argument, not
33059           the second, this fixes seeking
33060
33061 2004-07-02  David Schleef  <ds@schleef.org>
33062
33063         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33064         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33065         do with the logic.
33066
33067 2004-07-02  David Schleef  <ds@schleef.org>
33068
33069         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33070         output buffers.  Fix logic mistake.  (bug #144866)
33071
33072 2004-07-02  David Schleef  <ds@schleef.org>
33073
33074         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33075         on X.  (bug #144753)
33076
33077 2004-07-02  David Schleef  <ds@schleef.org>
33078
33079         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33080         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33081         (bug #144624)
33082         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33083         (gst_osselement_rate_probe_check): Add another workaround for
33084         buggy drivers (bug #145336)
33085
33086 2004-07-02  David Schleef  <ds@schleef.org>
33087
33088         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33089         Most systems don't have MSG_NOSIGNAL.
33090
33091 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33092
33093         * Makefile.am:
33094         * gst-libs/gst/colorbalance/Makefile.am:
33095         * gst-libs/gst/mixer/Makefile.am:
33096         * gst-libs/gst/play/Makefile.am:
33097         * gst-libs/gst/tuner/Makefile.am:
33098           (hopefully) fix both install and dist and make error message useful.
33099           needs testing across automakes.
33100
33101 2004-07-02  Benjamin Otte  <otte@gnome.org>
33102
33103         * ext/ogg/gstogg.c: (plugin_init):
33104           we require bytestream now
33105         * ext/ogg/gstoggdemux.c:
33106           huge diff to implement chain setup in a fast and generic way. This
33107           improves tag reading and startup of huge files (read: Theora videos)
33108           quite a bit. It probably contains bugs, too, so please test.
33109           Seeking is not improved to the fast method.
33110
33111 2004-06-29  Wim Taymans  <wim@fluendo.com>
33112
33113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33114         * ext/ogg/gstoggmux.c:
33115         Fix memleak in oggdemux when running unconnected pads.
33116         doc update in mux, start working on keyframe mode.
33117
33118 2004-06-29  Benjamin Otte  <otte@gnome.org>
33119
33120         * sys/oss/gstosssink.c:
33121         * sys/oss/gstosssrc.c:
33122           advertise correct template caps - we indeed do non-native endianness
33123           and 8bit audio has no endianness
33124         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33126           avoid (wrong) duplications in getcaps function and return
33127           template caps
33128
33129 2004-06-29  Wim Taymans  <wim@fluendo.com>
33130
33131         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33132         (gst_multifdsink_class_init), (gst_multifdsink_add),
33133         (gst_multifdsink_remove), (gst_multifdsink_clear),
33134         (gst_multifdsink_client_remove),
33135         (gst_multifdsink_handle_client_read),
33136         (gst_multifdsink_client_queue_data),
33137         (gst_multifdsink_client_queue_caps),
33138         (gst_multifdsink_client_queue_buffer),
33139         (gst_multifdsink_handle_client_write),
33140         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33141         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33142         (gst_multifdsink_init_send), (gst_multifdsink_close):
33143         Fix wrong GList iteration that could crash the server when
33144         more then 2 clients disconnect at the same time. Read all the
33145         pending commands in one batch to recover from command storms under
33146         very heavy load.
33147
33148 2004-06-28  Wim Taymans  <wim@fluendo.com>
33149
33150         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33151         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33152         (gst_videomixer_pad_set_property),
33153         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33154         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33155         (gst_videomixer_class_init), (gst_videomixer_init),
33156         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33157         (pad_zorder_compare), (gst_videomixer_sort_pads),
33158         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33159         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33160         (gst_videomixer_update_queues), (gst_videomixer_loop),
33161         (plugin_init):
33162         Avoid divide by zero, choose masterpad as the pad with the highest
33163         framerate.
33164
33165 2004-06-27  Julien Moutte  <julien@moutte.net>
33166
33167         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33168         (gst_ximagesink_xwindow_new):
33169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33170         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33171         function directly. We might want to call it from somewhere else one day.
33172
33173 2004-06-27  Julien Moutte  <julien@moutte.net>
33174
33175         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33176         (gst_ximagesink_xwindow_new):
33177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33178         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33179         window decorations.
33180
33181 2004-06-27  Wim Taymans  <wim@fluendo.com>
33182
33183         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33184         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33185         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33186         (gst_dvdec_set_property), (gst_dvdec_get_property):
33187         * ext/dv/gstdvdec.h:
33188         Implement drop_factor property to lower the framerate with
33189         a factor.
33190
33191 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33192
33193         * gst-libs/gst/colorbalance/Makefile.am:
33194         * gst-libs/gst/mixer/Makefile.am:
33195         * gst-libs/gst/play/Makefile.am:
33196         * gst-libs/gst/tuner/Makefile.am:
33197           unbreak Company's fix that didn't install the -enum.h files
33198
33199 2004-06-27  Wim Taymans  <wim@fluendo.com>
33200
33201         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33202         (gst_dvdec_change_state):
33203         * ext/dv/gstdvdec.h:
33204         Fix timestamp, duration and offset of the buffers.
33205
33206 2004-06-27  Wim Taymans  <wim@fluendo.com>
33207
33208         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33209         (gst_multifdsink_class_init), (gst_multifdsink_add),
33210         (gst_multifdsink_remove), (gst_multifdsink_clear),
33211         (gst_multifdsink_client_remove),
33212         (gst_multifdsink_handle_client_read),
33213         (gst_multifdsink_client_queue_data),
33214         (gst_multifdsink_client_queue_caps),
33215         (gst_multifdsink_client_queue_buffer),
33216         (gst_multifdsink_handle_client_write),
33217         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33218         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33219         (gst_multifdsink_init_send), (gst_multifdsink_close):
33220         * gst/tcp/gstmultifdsink.h:
33221         * gst/tcp/gsttcpserversink.c:
33222         (gst_tcpserversink_handle_server_read),
33223         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33224         More multifdsink fixes, more recovery policy fixes.
33225         Removed stupid g_print
33226
33227 2004-06-26  Wim Taymans  <wim@fluendo.com>
33228
33229         * gst/tcp/Makefile.am:
33230         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33231         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33232         (gst_multifdsink_class_init), (gst_multifdsink_init),
33233         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33234         (gst_multifdsink_handle_client_read),
33235         (gst_multifdsink_client_queue_data),
33236         (gst_multifdsink_client_queue_caps),
33237         (gst_multifdsink_client_queue_buffer),
33238         (gst_multifdsink_handle_client_write),
33239         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33240         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33241         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33242         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33243         (gst_multifdsink_close), (gst_multifdsink_change_state):
33244         * gst/tcp/gstmultifdsink.h:
33245         * gst/tcp/gsttcpplugin.c: (plugin_init):
33246         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33247         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33248         (gst_tcpserversink_handle_server_read),
33249         (gst_tcpserversink_handle_select),
33250         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33251         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33252         * gst/tcp/gsttcpserversink.h:
33253         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33254         one of the locks, added recovery policy to multifdsink.
33255
33256 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33257
33258         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33259           fix decision for when getting frames with same timestamp
33260         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33261         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33262         (gst_v4lsrc_get_property):
33263         * sys/v4l/gstv4lsrc.h:
33264           add latency offset property
33265
33266 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33267
33268         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33269         (plugin_init):
33270           fix debugging. add category.
33271
33272 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33273
33274         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33275           fix wrong offsets
33276
33277 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33278
33279         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33280         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33281         (gst_alsa_src_change_state):
33282           return a time that is in sync with the element's processing
33283
33284 2004-06-25  Wim Taymans  <wim@fluendo.com>
33285
33286         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33287         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33288         (gst_tcpserversink_client_remove),
33289         (gst_tcpserversink_handle_client_read),
33290         (gst_tcpserversink_client_queue_data),
33291         (gst_tcpserversink_client_queue_caps),
33292         (gst_tcpserversink_client_queue_buffer),
33293         (gst_tcpserversink_handle_client_write),
33294         (gst_tcpserversink_queue_buffer),
33295         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33296         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33297         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33298         (gst_tcpserversink_close):
33299         * gst/tcp/gsttcpserversink.h:
33300         Serversink rewrite. Really do non blocking writes to clients and
33301         maintain an internal queue to handle slower clients while not
33302         disturbing fast clients.
33303
33304 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33305
33306         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33307           better debug, don't override OFFSET and OFFSET_END
33308
33309 2004-06-25  Iain <iain@prettypeople.org>
33310
33311         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33312         name=source for the wavparse pipeline.
33313
33314 2004-06-24  Johan Dahlin  <johan@gnome.org>
33315
33316         * ext/theora/theoraenc.c (theora_enc_chain): Call
33317         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33318         streamheader caps are set correctly.
33319
33320 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33321
33322         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33323         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33324           respect minimum bitrate; same could be done for max bitrate
33325
33326 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33327
33328         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33329         (gst_vorbisenc_setup):
33330           fix sample rate range
33331
33332 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33333
33334         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33335         (gst_oggvorbisenc_setup):
33336         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33337         (gst_vorbisenc_setup):
33338           resolve ambiguities in code and description
33339
33340 2004-06-24  Wim Taymans  <wim@fluendo.com>
33341
33342         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33343         * ext/alsa/gstalsa.h:
33344         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33345         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33346         Use alsa trigger_tstamp to get the timestamp of the first
33347         sample in the buffer for more precise sync. Some cleanups.
33348
33349 2004-06-24  Wim Taymans  <wim@fluendo.com>
33350
33351         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33352         (gst_audiorate_init), (gst_audiorate_chain),
33353         (gst_audiorate_set_property), (gst_audiorate_get_property):
33354         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33355         (gst_videorate_chain):
33356         Added some logging, fixed an overflow bug in videorate.
33357
33358 2004-06-24  Benjamin Otte  <otte@gnome.org>
33359
33360         * ext/kio/Makefile.am:
33361           fix for builddir != srcdir and distcheck
33362
33363 2004-06-24  Benjamin Otte  <otte@gnome.org>
33364
33365         * gst-libs/gst/colorbalance/Makefile.am:
33366         * gst-libs/gst/mixer/Makefile.am:
33367         * gst-libs/gst/play/Makefile.am:
33368         * gst-libs/gst/tuner/Makefile.am:
33369         * gst/tcp/Makefile.am:
33370         * sys/dxr3/Makefile.am:
33371           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33372           tarball.
33373           Also add all *.list files that were missing.
33374         * Makefile.am:
33375           add a distcheck hook to ensure the above doesn't happen again.
33376
33377 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33378
33379         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33380
33381 2004-06-23  Colin Walters  <walters@redhat.com>
33382
33383         * m4/Makefile.am: Distribute gst-fionread.m4.
33384
33385 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33386
33387         * configure.ac: back to dev
33388
33389 2004-06-23  Wim Taymans  <wim@fluendo.com>
33390
33391         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33392         (gst_alsa_xrun_recovery):
33393         * ext/alsa/gstalsa.h:
33394         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33395         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33396         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33397         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33398         (gst_alsa_src_loop):
33399         Add clock to alsasrc. Take new capture timestamp when
33400         restarting after an overrun. Split up some functions between
33401         alsasrc and alsasink.
33402
33403 === release 0.8.2 ===
33404
33405 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33406
33407         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33408         (gst_alsa_change_state), (gst_alsa_update_avail),
33409         (gst_alsa_xrun_recovery):
33410         * ext/alsa/gstalsa.h:
33411         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33412           merge back changes from release
33413
33414 2004-06-23  Wim Taymans  <wim@fluendo.com>
33415
33416         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33417         (gst_audiorate_init), (gst_audiorate_chain),
33418         (gst_audiorate_set_property), (gst_audiorate_get_property):
33419         Implement sample dropping and notify
33420
33421 2004-06-22  Wim Taymans  <wim@fluendo.com>
33422
33423         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33424         (theora_enc_sink_link), (theora_buffer_from_packet),
33425         (theora_push_packet), (theora_enc_chain):
33426         Some cleanups, make sure the timestamps are correct.
33427
33428 2004-06-22  Wim Taymans  <wim@fluendo.com>
33429
33430         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33431         (gst_alsa_change_state), (gst_alsa_update_avail),
33432         (gst_alsa_xrun_recovery):
33433         * ext/alsa/gstalsa.h:
33434         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33435         Cleanups, take queued samples into account when reporting
33436         the time.
33437
33438 2004-06-22  Wim Taymans  <wim@fluendo.com>
33439
33440         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33441         (gst_videorate_init):
33442         Initialize the property as well.
33443
33444 2004-06-22  Wim Taymans  <wim@fluendo.com>
33445
33446         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33447         (gst_videorate_init), (gst_videorate_chain),
33448         (gst_videorate_set_property), (gst_videorate_get_property):
33449         Add property to make videorate silent.
33450         Add property to prefer new frames over old ones.
33451
33452 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33453
33454         * sys/osxvideo/Makefile.am:
33455         Workaround so that the osxvideo .so file gets linked with the
33456         Cocoa, OpenGL and QuickTime frameworks
33457
33458 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33459
33460         * sys/osxaudio/Makefile.am:
33461         Workaround so that the osxaudio .so file gets linked with the
33462         CoreAudio framework
33463
33464 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33465
33466         * configure.ac:
33467         Whoops, my fault...fixed build issues
33468
33469 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33470
33471         * configure.ac:
33472         Add objective-c support if running in Darwin/Mac OS X
33473         * sys/Makefile.am:
33474         * sys/osxvideo:
33475         * sys/osxvideo/Makefile.am:
33476         * sys/osxvideo/osxvideosink.h:
33477         * sys/osxvideo/osxvideosink.m:
33478         * sys/osxvideo/cocoawindow.h:
33479         * sys/osxvideo/cocoawindow.m:
33480         Add osxvideosink, a cocoa-based osx video sink
33481
33482
33483 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33484         * ext/dvdnav/gst-dvd:
33485         Grab the gconf key from the right spot
33486         * gst/debug/gstnavseek.c: (gst_navseek_init),
33487         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33488         (gst_navseek_chain):
33489         * gst/debug/gstnavseek.h:
33490           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33491           and loop parameters of a segment seek.
33492         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33493         (gst_videotestsrc_get_event_masks),
33494         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33495         * gst/videotestsrc/gstvideotestsrc.h:
33496           Add seeking support to videotestsrc
33497           Initialise the timestamp_offset variable.
33498
33499 2004-06-18  Wim Taymans  <wim@fluendo.com>
33500
33501         * ext/sidplay/gstsiddec.cc:
33502         Fix negotiation and set correct end offset.
33503
33504 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33505
33506         * configure.ac: branch and prerelease
33507
33508 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33509
33510         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33511         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33512         (gst_tcpclientsrc_init_receive):
33513         * gst/tcp/gsttcpclientsrc.h:
33514           read caps when connecting to server for GDP so we set them correctly
33515
33516 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33517
33518         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33519           notify drops and duplicates
33520         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33521           no good reason to limit ourselves to 100x100
33522
33523 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33524
33525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33526         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33527         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33528         (gst_v4lsrc_get_property):
33529         * sys/v4l/gstv4lsrc.h:
33530         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33531         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33532         (gst_v4l_set_audio):
33533         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33534         (gst_v4lsrc_try_capture):
33535         * sys/v4l/v4lsrc_calls.h:
33536           change try_palette to more general try_capture
33537           add autoprobe option so we can turn off autoprobing
33538           various fixes
33539
33540 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33541
33542         * configure.ac:
33543           add videorate
33544         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33545         (gst_ximagesink_class_init):
33546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33547         (gst_xvimagesink_class_init):
33548           run them as finalize, not dispose, since dispose can be invoked
33549           multiple times
33550
33551 2004-06-17  Wim Taymans  <wim@fluendo.com>
33552
33553         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33554         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33555         * ext/alsa/gstalsa.h:
33556         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33557         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33558         (gst_alsa_src_change_state):
33559         * ext/alsa/gstalsasrc.h:
33560         Make the xrun code timestamp and offset the buffers correctly.
33561         moved the clock to the base class, use alsa methods to get time.
33562         Do correct timestamping on outgoing buffers.
33563
33564 2004-06-17  Wim Taymans  <wim@fluendo.com>
33565
33566         * gst/audiorate/Makefile.am:
33567         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33568         (gst_audiorate_base_init), (gst_audiorate_class_init),
33569         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33570         (gst_audiorate_set_property), (gst_audiorate_get_property),
33571         (gst_audiorate_change_state), (plugin_init):
33572         Added an audiorate converter that fills in gaps.
33573
33574 2004-06-17  Johan Dahlin  <johan@gnome.org>
33575
33576         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33577
33578 2004-06-16  Wim Taymans  <wim@fluendo.com>
33579
33580         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33581         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33582         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33583         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33584         (gst_v4lsrc_get_property):
33585         * sys/v4l/gstv4lsrc.h:
33586         Added a copy mode to v4lsrc where it will output a copied version
33587         of its internal hardware buffer.
33588         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33589         can't | them.
33590
33591 2004-06-16  Wim Taymans  <wim@fluendo.com>
33592
33593         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33594         Timestamp fixes.
33595
33596 2004-06-16  Wim Taymans  <wim@fluendo.com>
33597
33598         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33599         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33600         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33601         (gst_v4lsrc_get_property):
33602         * sys/v4l/gstv4lsrc.h:
33603         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33604         Added a sync mode enum property to control v4lsrc timestamp method
33605         Removed the use-fixed-fps property and moved functionality in
33606         the enum.
33607         Don't error on an error value from v4l-conf, it might not always
33608         be a real error.
33609
33610 2004-06-16  Wim Taymans  <wim@fluendo.com>
33611
33612         * gst/videorate/Makefile.am:
33613         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33614         (gst_videorate_base_init), (gst_videorate_class_init),
33615         (gst_videorate_getcaps), (gst_videorate_link),
33616         (gst_videorate_init), (gst_videorate_chain),
33617         (gst_videorate_set_property), (gst_videorate_get_property),
33618         (gst_videorate_change_state), (plugin_init):
33619         Added a video timestamp corrector.
33620
33621 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33622
33623         fixed a potential leak with previous commit
33624
33625         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33626
33627 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33628
33629         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33630         Added missing refcount, fixes bug #144425
33631         Cheers Tim for finding the bug
33632
33633 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33634
33635         * sys/v4l/gstv4l.c: (plugin_init):
33636         * sys/v4l/gstv4lcolorbalance.c:
33637         * sys/v4l/gstv4lcolorbalance.h:
33638         * sys/v4l/gstv4lelement.c:
33639         * sys/v4l/gstv4lelement.h:
33640         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33641         * sys/v4l/gstv4lmjpegsink.h:
33642         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33643         * sys/v4l/gstv4lmjpegsrc.h:
33644         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33645         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33646         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33647         * sys/v4l/gstv4lsrc.h:
33648         * sys/v4l/gstv4ltuner.c:
33649         * sys/v4l/gstv4ltuner.h:
33650         * sys/v4l/gstv4lxoverlay.c:
33651         * sys/v4l/gstv4lxoverlay.h:
33652         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33653         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33654         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33655         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33656         (gst_v4l_set_audio):
33657         * sys/v4l/v4l_calls.h:
33658         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33659         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33660         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33661         (gst_v4lmjpegsink_playback_init),
33662         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33663         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33664         (gst_v4lmjpegsink_playback_stop),
33665         (gst_v4lmjpegsink_playback_deinit):
33666         * sys/v4l/v4lmjpegsink_calls.h:
33667         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33668         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33669         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33670         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33671         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33672         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33673         * sys/v4l/v4lmjpegsrc_calls.h:
33674         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33675         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33676         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33677         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33678         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33679         (gst_v4lsrc_try_palette):
33680         * sys/v4l/v4lsrc_calls.h:
33681           bunch of paranoia cleanups
33682
33683 2004-06-14  David Schleef  <ds@schleef.org>
33684
33685         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33686         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33687         Send discont events and change timestamps appropriately when
33688         we get a seek event.  (bug #144240)
33689         * ext/cdparanoia/gstcdparanoia.h:
33690
33691 2004-06-14  Benjamin Otte  <otte@gnome.org>
33692
33693         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33694           snd_pcm_hw_params_set_rate  since the latter fails for no good
33695           reason on some setups.
33696
33697 2004-06-14  David Schleef  <ds@schleef.org>
33698
33699         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33700         standard.  Thank you for playing.
33701
33702 2004-06-14  Wim Taymans  <wim@fluendo.com>
33703
33704         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33705         Patch 1.3 broke the ordering of the colorspace info and
33706         made the plugin basically work by coincidence, reordered
33707         the info.
33708
33709 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33710
33711         * ext/lame/gstlame.c:
33712         * ext/mad/gstmad.c:
33713           sync caps.  Make sure mad can only output a list of rates, not
33714           a full range.  In the future, have three caps lists for each of the
33715           mpeg versions.  Change mpegversion to a double as well.
33716
33717 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33718
33719         * gst/volume/.cvsignore:
33720         * gst/volume/Makefile.am:
33721         * gst/volume/demo.c: (value_changed_callback), (idler),
33722         (setup_gui), (main):
33723           added small demo app
33724
33725 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33726         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33727         * ext/esd/esdsink.h:
33728         Close the esd connection on pause, because esd will just wait -
33729         blocking all other esd clients indefinitely.
33730
33731 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33732
33733         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33734           previous commit with GST_DEBUG
33735
33736 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33737
33738         * configure.ac:
33739           add a header check for a dvdread header in dvdnav.  Fixes #133002
33740
33741 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33742
33743         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33744         * gst/tcp/gsttcpclientsink.h:
33745         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33746         * gst/tcp/gsttcpclientsrc.h:
33747         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33748         (gst_tcpserversink_handle_server_read),
33749         (gst_tcpserversink_init_send):
33750         * gst/tcp/gsttcpserversink.h:
33751         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33752         * gst/tcp/gsttcpserversrc.h:
33753         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33754         version of IP)
33755
33756 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33757
33758         * configure.ac:
33759         Added ogg library so that OSX detects libtheora properly
33760
33761 2004-06-11  Wim Taymans  <wim@fluendo.com>
33762
33763         * ext/theora/theoradec.c: (theora_dec_chain),
33764         (theora_dec_change_state):
33765         Don't try to decode frames before we received a keyframe.
33766
33767 2004-06-11  Wim Taymans  <wim@fluendo.com>
33768
33769         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33770         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33771         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33772         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33773         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33774         Added property to set the maximum delay of a page.
33775
33776 2004-06-10  Wim Taymans  <wim@fluendo.com>
33777
33778         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33779         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33780         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33781         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33782         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33783         Added max-delay property to control the maximum amount
33784         of data to put in one page.
33785
33786 2004-06-10  Wim Taymans  <wim@fluendo.com>
33787
33788         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33789         (gst_theora_enc_init), (theora_enc_sink_link),
33790         (theora_buffer_from_packet), (theora_enc_set_property),
33791         (theora_enc_get_property):
33792         Set duration on encoded buffer, added some more properties
33793
33794 2004-06-10  Wim Taymans  <wim@fluendo.com>
33795
33796         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33797         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33798         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33799         * ext/theora/theoraenc.c: (theora_enc_chain):
33800         Fix refcounting bugs
33801
33802 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33803
33804         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33805         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33806         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33807         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33808         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33809         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33810         (gst_asf_demux_change_state):
33811         * gst/asfdemux/gstasfdemux.h:
33812           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33813           feels like. I think we should set a new requirement for demuxers
33814           from now on to implement sane loop functions, data loops, query
33815           and seek functions before first commit into CVS. And this commit
33816           fixes all of the above.
33817
33818 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33819
33820         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33821           vorbis comments are properly encoded in UTF-8 before adding them
33822           to a GstTagList
33823
33824 2004-06-09  Benjamin Otte  <otte@gnome.org>
33825
33826         * ext/alsa/gstalsa.c: (add_channels):
33827           handle min <= max correctly
33828         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33829         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33830           add fixation functions so we fixate correctly. No preferring of alaw
33831           anymore because it's the first structure.
33832         * ext/alsa/gstalsa.h:
33833         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33834         (gst_alsa_hw_params_dump):
33835           add functions to ease debugging in alsalib
33836         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33837         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33838         (gst_alsa_start_audio):
33839           only specify hw params if we really setup a format (fixes #134007 -
33840           or at least works around it)
33841
33842 2004-06-09  Wim Taymans  <wim@fluendo.com>
33843
33844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33845         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33846         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33847         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33848         (gst_ogg_mux_loop):
33849         Use stream caps to setup the initial pages in the ogg stream.
33850         Correctly set the streamheader caps on the srcpad.
33851
33852 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33853
33854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33855         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33856         (gst_v4lsrc_getcaps):
33857         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33858         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33859           add querying of fps lists for webcams.  Negotiating to a framerate
33860           now works.
33861
33862 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33863
33864         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33865         (theora_push_buffer), (theora_push_packet),
33866         (theora_set_header_on_caps), (theora_enc_chain):
33867           mark buffers and put on streamheader, raw theora streaming
33868           now works too, whee
33869
33870 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33871
33872         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33873         (gst_tcp_gdp_read_caps):
33874           do a looping read for caps and GDP headers too
33875
33876 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33877
33878         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33879         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33880           return EOS instead of NULL in _get
33881
33882 2004-06-08  Wim Taymans  <wim@fluendo.com>
33883
33884         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33885         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33886         (gst_tcp_gdp_write_caps):
33887         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33888         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33889         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33890         Memory leak fixes
33891
33892 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33893
33894         * ext/vorbis/Makefile.am:
33895         * ext/vorbis/vorbis.c: (plugin_init):
33896         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33897         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33898         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33899         (vorbis_parse_change_state):
33900         * ext/vorbis/vorbisparse.h:
33901           adding a vorbisparse element that marks the buffers, streaming
33902           raw vorbis using GDP now works, whee
33903
33904 2004-06-08  Wim Taymans  <wim@fluendo.com>
33905
33906         * ext/jpeg/Makefile.am:
33907         * ext/jpeg/README:
33908         * ext/jpeg/gstjpeg.c: (plugin_init):
33909         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33910         (gst_smokedec_base_init), (gst_smokedec_class_init),
33911         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33912         * ext/jpeg/gstsmokedec.h:
33913         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33914         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33915         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33916         (gst_smokeenc_resync), (gst_smokeenc_chain),
33917         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33918         * ext/jpeg/gstsmokeenc.h:
33919         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33920         (smokecodec_flush_destination), (smokecodec_term_destination),
33921         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33922         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33923         (smokecodec_term_source), (smokecodec_encode_new),
33924         (smokecodec_decode_new), (smokecodec_info_free),
33925         (smokecodec_set_quality), (smokecodec_get_quality),
33926         (smokecodec_set_threshold), (smokecodec_get_threshold),
33927         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33928         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33929         (smokecodec_parse_header), (smokecodec_decode):
33930         * ext/jpeg/smokecodec.h:
33931         Added a new simple jpeg based codec
33932
33933 2004-06-08  Wim Taymans  <wim@fluendo.com>
33934
33935         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33936         (gst_multipart_mux_loop):
33937         Fix memory leak
33938
33939 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33940
33941         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33942         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33943         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33944         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33945         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33946         * gst/tcp/gsttcpserversink.h:
33947           take streamheader into account
33948
33949 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33950
33951         * gst/level/Makefile.am:
33952         * gst/level/gstlevel.c: (gst_level_class_init):
33953           clean up marshal generation
33954
33955 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33956
33957         * gst/tcp/Makefile.am:
33958         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33959         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33960         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33961         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33962         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33963         (gst_tcpclientsrc_get_property):
33964         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33965         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33966         (gst_tcpserversink_handle_client_read),
33967         (gst_tcpserversink_handle_client_write),
33968         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33969         * gst/tcp/gsttcpserversink.h:
33970           add signals client-added and client-removed
33971         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33972         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33973         (gst_tcpserversrc_get_property):
33974         uniformized, change default protocol to NONE
33975         * gst/tcp/gsttcp-marshal.list: added
33976 2004-06-07  Benjamin Otte  <otte@gnome.org>
33977
33978         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33979           handle discont events if they happen before caps nego
33980
33981 2004-06-07  Wim Taymans  <wim@fluendo.com>
33982
33983         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33984         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33985         (gst_multipart_demux_plugin_init):
33986         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33987         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33988         (gst_multipart_mux_change_state):
33989         Small updates, fix a memleak
33990
33991 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33992
33993         * configure.ac: OSS portability
33994         * ext/arts/gst_arts.c: idem
33995         * sys/oss/gstosselement.c: idem
33996         * sys/oss/gstossmixer.c: idem
33997         * sys/oss/gstosssink.c: idem
33998         * sys/oss/gstosssrc.c: idem
33999         * sys/oss/oss_probe.c: idem
34000           - check for soundcard.h in different places for some BSD
34001
34002 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34003
34004         * AUTHORS:
34005         Add me to the authors file
34006         * configure.ac:
34007         Increase the libdv requirement to >= version 0.100
34008         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34009         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34010         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34011         * ext/dv/gstdvdec.h:
34012         Add support for the new_media flag when sending DISCONT events
34013         Make the querying work when video pad is not linked
34014
34015 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34016
34017         reviewed by Benjamin Otte  <otte@gnome.org>
34018
34019         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34020           create a NULL-initialized array of pads, so we don't think they
34021           exist already. (fixes #143130)
34022
34023 2004-06-07  Benjamin Otte  <otte@gnome.org>
34024
34025         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34026         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34027         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34028           don't use // coments
34029
34030 2004-06-07  Benjamin Otte  <otte@gnome.org>
34031
34032         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34033           cast to GstClockTime to get higher granularity
34034         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34035           use gst_element_set_time_delay to get the exact time
34036         * ext/mad/gstmad.c: (gst_mad_chain):
34037           use the negotiated rate instead of the current frame's rate which
34038           might be wrong because of bit errors. This avoids emitting totally
34039           bogus timestamps and screwing sync.
34040         (fixes #143454)
34041
34042 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34043
34044         reviewed by Benjamin Otte  <otte@gnome.org>
34045
34046         * gst/adder/gstadder.c: (gst_adder_loop):
34047           properly error out when no negotiation has happened yet. (fixes
34048           #143032)
34049
34050 2004-06-06  Benjamin Otte  <otte@gnome.org>
34051
34052         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34053           forward correctly transformed offset in discont events. Based on
34054           patch by Arwed v. Merkatz. (fixes #142851)
34055
34056 2004-06-06  David Schleef  <ds@schleef.org>
34057
34058         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34059         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34060         problems on several systems.
34061
34062 2004-06-06  Benjamin Otte  <otte@gnome.org>
34063
34064         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34065           use explicit caps on the srcpad
34066         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34067           properly error out if caps couldn't be set (fixes #142764)
34068
34069 2004-06-06  Benjamin Otte  <otte@gnome.org>
34070
34071         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34072         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34073         (gst_alsa_start_audio):
34074           - don't call set_periods_integer anymore, it breaks the
34075           configuration randomly
34076           - call snd_pcm_hw_params_set_access directly instead of using masks
34077           - don't fail if the sw_params can't be set, just use the default
34078           params and hope it works. Alsalib has weird issues when you touch
34079           sw_params and does no proper error reporting about what failed.
34080         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34081         (gst_alsa_close_audio):
34082           make our alsa debugging go via gst debugging and not conditionally
34083           defined
34084         * ext/alsa/gstalsa.h:
34085           add ALSA_DEBUG_FLUSH macro
34086         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34087         (plugin_init):
34088           wrap alsa errors to be printed via the gst debugging system and not
34089           spammed to stderr
34090
34091 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34092
34093         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34094         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34095         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34096         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34097         (qtdemux_parse_trak):
34098         * gst/qtdemux/qtdemux.h:
34099           Bitch. Also known as seeking, querying & co.
34100         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34101         (gst_osssink_change_state):
34102         * sys/oss/gstosssink.h:
34103           Resyncing is for weenies, this hack is no longer needed and was
34104           broken anyway (since it - unintendedly - always leaves resync to
34105           TRUE).
34106
34107 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34108
34109         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34110         * gst/tcp/gsttcpclientsrc.h: idem
34111           - define MSG_NOSIGNAL if not done
34112           - include unistd.h for off_t
34113           (fixes #143749)
34114
34115 2004-06-05  Benjamin Otte  <otte@gnome.org>
34116
34117         * configure.ac:
34118         * ext/kio/Makefile.am:
34119           check for qt's moc preprocessor explicitly and use it
34120
34121 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34122
34123         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34124           don't get a signal for EPIPE on socket writes
34125           (somebody check if this works on other platforms)
34126
34127 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34128
34129         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34130         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34131           check error condition on available samples correctly
34132
34133 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34134
34135         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34136           avoid a segfault
34137         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34138         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34139         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34140         (gst_tcpserversrc_gdp_read_header):
34141          use ssize_t over size_t since the former is signed and thus the
34142          check for error codes can work
34143
34144 2004-06-02  Wim Taymans  <wim@fluendo.com>
34145
34146         reviewed by: Johan
34147
34148         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34149         (gst_multipart_mux_loop):
34150         Oops
34151
34152 2004-06-02  Wim Taymans  <wim@fluendo.com>
34153
34154         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34155         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34156         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34157         (gst_multipart_mux_change_state):
34158         Added configurable boundary specifier, added the value as a
34159         caps field as well.
34160
34161 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34162
34163         * gst/tcp/gsttcp.c:
34164         * gst/tcp/gsttcpclientsrc.c:
34165         * gst/tcp/gsttcpclientsrc.h:
34166         * gst/tcp/gsttcpserversrc.c:
34167           - portability fix, to compile on OSX
34168             (fixes #143146)
34169
34170         * sys/osxaudio/gstosxaudioelement.c:
34171         * sys/osxaudio/gstosxaudiosink.c:
34172         * sys/osxaudio/gstosxaudiosrc.c:
34173           - compilation warnings on OSX
34174             (fixes #143153)
34175
34176 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34177
34178         * ext/vorbis/vorbisdec.c : sign warning fixes
34179
34180         * gst-libs/gst/mixer/mixertrack.c :
34181           do no use defines which are glib 2.4 specific
34182
34183 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34184
34185         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34186           buffer since libflac doesn't expect it (reports a sync error when
34187           it encounters that)
34188
34189
34190 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34191
34192         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34193         * gst-libs/gst/mixer/mixertrack.c:
34194         (gst_mixer_track_get_property), (get_mixer_track_init),
34195         (get_mixer_track_get_property): Added property accessors
34196         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34197         * gst-libs/gst/mixer/mixeroptions.c:
34198         (gst_mixer_options_get_values): Added
34199         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34200         * gst-libs/gst/mixer/mixer.c: Fixed comment
34201
34202
34203 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34204
34205         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34206           improve error messages on open
34207
34208
34209 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34210
34211         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34212           check if v4l-conf is in path
34213
34214 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34215
34216         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34217           change assert to a more readable error message
34218
34219 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34220
34221         * gst-libs/gst/tuner/tunerchannel.h:
34222           - add a freq_multiplicator field to make the conversion
34223             between internal frequency unit and Hz
34224         * sys/v4l/gstv4lelement.c:
34225         * sys/v4l2/gstv4l2element.c:
34226           - change default video device to /dev/video0
34227         * sys/v4l/v4l_calls.c:
34228         * sys/v4l2/v4l2_calls.c:
34229           - we only expose frequency to the user in Hz instead of
34230             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34231
34232 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34233         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34234           Initialise b_o_s and e_o_s variables
34235         * gst-libs/gst/riff/riff-media.c:
34236         (gst_riff_create_video_caps_with_data):
34237           Add some unusual fourcc's from mplayer avi's
34238         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34239           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34240           autoplugging.
34241
34242 2004-05-28  Wim Taymans  <wim@fluendo.com>
34243
34244         * configure.ac:
34245         * gst/alpha/Makefile.am:
34246         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34247         (gst_alpha_get_type), (gst_alpha_base_init),
34248         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34249         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34250         (gst_alpha_chroma_key), (gst_alpha_chain),
34251         (gst_alpha_change_state), (plugin_init):
34252         A plugin to add an alpha channel to I420 video. Can optionally do
34253         chroma keying.
34254         * gst/multipart/Makefile.am:
34255         * gst/multipart/multipart.c: (plugin_init):
34256         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34257         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34258         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34259         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34260         (gst_multipart_demux_change_state),
34261         (gst_multipart_demux_plugin_init):
34262         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34263         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34264         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34265         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34266         (gst_multipart_mux_pad_unlink),
34267         (gst_multipart_mux_request_new_pad),
34268         (gst_multipart_mux_handle_src_event),
34269         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34270         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34271         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34272         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34273         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34274         send multipart jpeg images to a browser.
34275         * gst/videobox/Makefile.am:
34276         * gst/videobox/README:
34277         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34278         (gst_video_box_get_type), (gst_video_box_base_init),
34279         (gst_video_box_class_init), (gst_video_box_init),
34280         (gst_video_box_set_property), (gst_video_box_get_property),
34281         (gst_video_box_sink_link), (gst_video_box_i420),
34282         (gst_video_box_ayuv), (gst_video_box_chain),
34283         (gst_video_box_change_state), (plugin_init):
34284         Crops or adds borders around an image. can do alpha channel
34285         borders as well.
34286         * gst/videomixer/Makefile.am:
34287         * gst/videomixer/README:
34288         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34289         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34290         (gst_videomixer_pad_get_sink_event_masks),
34291         (gst_videomixer_pad_get_property),
34292         (gst_videomixer_pad_set_property),
34293         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34294         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34295         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34296         (gst_videomixer_base_init), (gst_videomixer_class_init),
34297         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34298         (gst_videomixer_handle_src_event),
34299         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34300         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34301         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34302         (gst_videomixer_loop), (gst_videomixer_get_property),
34303         (gst_videomixer_set_property), (gst_videomixer_change_state),
34304         (plugin_init):
34305         Generic video mixer plugin, can handle multiple inputs all with
34306         different framerates and video sizes. Is fully alpha channel
34307         aware.
34308
34309 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34310
34311         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34312           Select first track as master track. Not sure how else to handle
34313           that...
34314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34315           Discard discont events. Should fix #142962.
34316
34317 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34318
34319         * ext/alsa/Makefile.am:
34320         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34321         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34322         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34323         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34324         (gst_alsa_mixer_get_option):
34325         * ext/alsa/gstalsamixer.h:
34326         * ext/alsa/gstalsamixeroptions.c:
34327         (gst_alsa_mixer_options_get_type),
34328         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34329         (gst_alsa_mixer_options_new):
34330         * ext/alsa/gstalsamixeroptions.h:
34331         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34332         * ext/alsa/gstalsamixertrack.h:
34333           Add enumerations (as GstMixerOptions). Make correct distinction
34334           between input/output tracks. Add capture/playback private flag.
34335           Use flag to decide on whether to set capture or playback volumes
34336           or switches. Use playback and record switches.
34337         * gst-libs/gst/mixer/Makefile.am:
34338         * gst-libs/gst/mixer/mixer-marshal.list:
34339         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34340         (gst_mixer_set_option), (gst_mixer_get_option),
34341         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34342         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34343         * gst-libs/gst/mixer/mixer.h:
34344         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34345         (gst_mixer_options_class_init), (gst_mixer_options_init),
34346         (gst_mixer_options_dispose):
34347         * gst-libs/gst/mixer/mixeroptions.h:
34348           Add GstMixerOptions.
34349         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34350           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34351           broken device detection on computers with multiple OSS sound
34352           cards.
34353
34354 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34355
34356         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34357           fixate nicely even when the peer is not negotiating
34358
34359 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34360
34361         * gst/audioconvert/gstaudioconvert.c:
34362         (gst_audio_convert_parse_caps):
34363           make sure we don't allow depth > width
34364         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34365           fixate endianness to G_BYTE_ORDER as default
34366         * gst/audioscale/gstaudioscale.c:
34367           we don't handle another endianness as host-endianness
34368
34369 2004-05-25  David Schleef  <ds@schleef.org>
34370
34371         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34372
34373 2004-05-24  Benjamin Otte  <otte@gnome.org>
34374
34375         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34376         (gst_oggvorbisenc_setup):
34377           properly fail when we can't setup the vorbis encoder due to
34378           unsupported settings
34379         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34380         (gst_vorbisenc_setup):
34381           same
34382         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34383           fix case where warnings occured when one pad was unlinked while the
34384           other's link function was called
34385
34386 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34387
34388         * gst/tcp/Makefile.am:
34389           use GST_ENABLE_NEW
34390
34391 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34392
34393         * gst-libs/gst/resample/private.h:
34394           don't use optimizations that are #if 0'ed
34395
34396 2004-05-24  Wim Taymans  <wim@fluendo.com>
34397
34398         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34399         Fix potential division by zero error and hopefully get
34400         the position query right to get correct timestamps on avi
34401         audio.
34402
34403 2004-05-24  Wim Taymans  <wim@fluendo.com>
34404
34405         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34406         (gst_videoscale_scale_nearest_str2),
34407         (gst_videoscale_scale_nearest_str4),
34408         (gst_videoscale_scale_nearest_32bit),
34409         (gst_videoscale_scale_nearest_24bit),
34410         (gst_videoscale_scale_nearest_16bit):
34411         Fix the scaling algorithm and avoid a buffer overflow.
34412         removed the while loop in the scaling function as it
34413         was used for point sampling only.
34414
34415 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34416
34417         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34418         (gst_id3_tag_class_init), (gst_id3_tag_init),
34419         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34420         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34421         (gst_id3_tag_send_tag_event):
34422           lots of fixes to make id3mux work and id3demux work correctly
34423
34424 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34425
34426         * ext/Makefile.am:
34427           add rules to build shout2send (was removed by accident
34428           when this module was no more marked experimental/broken)
34429
34430 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34431
34432         * ext/shout2/gstshout2.c:
34433         * ext/shout2/gstshout2.h:
34434           adding a "connection problem" signal to shout2send
34435           (fixes #142954)
34436
34437 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34438
34439         * ext/kio/kioreceiver.cpp:
34440         * ext/kio/kioreceiver.h:
34441           fix sign comparison issues
34442
34443 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34444
34445         * gst/cdxaparse/gstcdxaparse.c:
34446         * gst/cdxaparse/gstcdxaparse.h:
34447           some renaming
34448           add some checks/sanity
34449           prepare for seek addition
34450
34451         * sys/sunaudio/gstsunaudio.c:
34452           remove exported dupe init function
34453
34454 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34455
34456         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34457         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34458           Fix format conversion and position querying.
34459         * gst/debug/progressreport.c: (gst_progressreport_report):
34460           Don't output a bogus total value that we didn't query.
34461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34462           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34463           only a blank window after xine has been used.
34464
34465 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34466
34467         * m4/as-arts.m4:
34468           sync with upstream version to fix test on FC2
34469           readd with -ko to preserve Id header
34470
34471 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34472
34473         * configure.ac:
34474           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34475         * gst/tcp/gsttcpclientsrc.c: idem
34476         * gst/tcp/gsttcpserversink.c: idem
34477         * gst/tcp/gsttcpserversrc.c: idem
34478         * m4/gst-fionread.m4: idem
34479
34480         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34481
34482         * configure.ac: enable speex plugin for speex 1.1.5+
34483         * ext/speex/gstspeexenc.c: fix cast warning
34484
34485         * ext/esd/README: fix typo
34486
34487 2004-05-20  David Schleef  <ds@schleef.org>
34488
34489         * configure.ac: Minor cosmetic change to convince the buildbot to
34490         reautogen.
34491         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34492         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34493         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34494         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34495         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34496         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34497         More hacking.  Plays audio now.
34498
34499 2004-05-20  David Schleef  <ds@schleef.org>
34500
34501         * configure.ac:
34502         * sys/Makefile.am:
34503
34504 2004-05-20  David Schleef  <ds@schleef.org>
34505
34506         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34507         * sys/osxaudio/gstosxaudio.c:
34508         * sys/osxaudio/gstosxaudioelement.c:
34509         * sys/osxaudio/gstosxaudioelement.h:
34510         * sys/osxaudio/gstosxaudiosink.c:
34511         * sys/osxaudio/gstosxaudiosink.h:
34512         * sys/osxaudio/gstosxaudiosrc.c:
34513         * sys/osxaudio/gstosxaudiosrc.h:
34514
34515 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34516
34517         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34518         (gst_vorbisenc_chain):
34519           put the codec headers on the caps as streamheader as well as
34520           pushing them out
34521
34522 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34523
34524         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34525         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34526         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34527         split up push_packet into two functions
34528
34529 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34530
34531         * gst/tcp/.cvsignore:
34532           ignore enums
34533         * gst/tcp/Makefile.am:
34534         * gst/tcp/README:
34535         * gst/tcp/gsttcp.c:
34536         * gst/tcp/gsttcp.h:
34537         * gst/tcp/gsttcpclientsink.c:
34538         * gst/tcp/gsttcpclientsink.h:
34539         * gst/tcp/gsttcpclientsrc.c:
34540         * gst/tcp/gsttcpclientsrc.h:
34541         * gst/tcp/gsttcpplugin.c:
34542         * gst/tcp/gsttcpserversink.c:
34543         * gst/tcp/gsttcpserversink.h:
34544         * gst/tcp/gsttcpserversrc.c:
34545         * gst/tcp/gsttcpserversrc.h:
34546           add new tcp elements
34547
34548 2004-05-19  Wim Taymans  <wim@fluendo.com>
34549
34550         * gst/law/mulaw-conversion.c: (mulaw_encode):
34551         Fix overflow bug in ulaw encoding.
34552
34553 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34554
34555         * ext/mad/gstmad.c: (gst_mad_handle_event):
34556           don't unref the event twice
34557
34558 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34559
34560         * configure.ac:
34561           remove -Wno-sign-compare
34562
34563 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34564
34565         * configure.ac:
34566           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34567           if you want to work against glib 2.2 and 2.4
34568
34569 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34570
34571         * gst/tcp/Makefile.am:
34572         * gst/tcp/gsttcp.c:
34573         * gst/tcp/gsttcp.h:
34574         * gst/tcp/gsttcpsink.h:
34575         * gst/tcp/gsttcpsrc.h:
34576           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34577
34578 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34579
34580         * gst/debug/tests.c: (md5_get_value):
34581           fix segfault on gst-inspect
34582
34583 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34584
34585         * gst/debug/testplugin.c:
34586         * gst/debug/tests.c:
34587         * gst/debug/tests.h:
34588           add new extensible and configurable testing element. Current tests
34589           include buffer count, stream length, timestamp/duration matching and
34590           md5.
34591         * gst/debug/Makefile.am:
34592         * gst/debug/gstdebug.c: (plugin_init):
34593           add infrastructure for new element
34594
34595 2004-05-19  Johan Dahlin  <johan@gnome.org>
34596
34597         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34598         ending of the array. Fixes gst-inspect segfault on ppc.
34599
34600 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34601
34602         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34603
34604         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34605
34606 2004-05-18  David Schleef  <ds@schleef.org>
34607
34608         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34609         warnings (bugs, actually) noticed by gcc but not forte.
34610
34611 2004-05-18  David Schleef  <ds@schleef.org>
34612
34613         * sys/sunaudio/Makefile.am:
34614         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34615
34616 2004-05-18  David Schleef  <ds@schleef.org>
34617
34618         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34619         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34620         to allow qtdemux to use non-seekable streams. (bug #142272)
34621
34622 2004-05-18  David Schleef  <ds@schleef.org>
34623
34624         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34625         (gst_resample_sinc_ft_float): Remove use of static temporary
34626         buffer.  This code was obviously not supposed to last long, but
34627         it's stuck in our ABI, so it required a little hack to make it
34628         ABI-compatible.  Fixes #142585.
34629         * gst-libs/gst/resample/resample.h: same.
34630
34631 2004-05-18  David Schleef  <ds@schleef.org>
34632
34633         * configure.ac: Add sunaudio
34634         * examples/Makefile.am: make gstplay depend on gconf
34635         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34636         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34637         (convert_table_lookup), (img_convert): remove c99-isms
34638         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34639           unsigned, to fix a warning on Solaris
34640         * gst/mpeg1sys/systems.c: bcopy->memcpy
34641         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34642         * sys/Makefile.am: Add sunaudio
34643
34644 2004-05-18  Wim Taymans  <wim@fluendo.com>
34645
34646         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34647         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34648         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34649         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34650         (gst_ogg_mux_loop):
34651         Fix an ugly memleak where the muxer didn't flush enough ogg
34652         pages. This also resulted in badly muxed ogg files.
34653
34654 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34655
34656         * gst/asfdemux/asfheaders.c :
34657         * gst/asfdemux/asfheaders.h :
34658         * gst/asfdemux/gstasfdemux.c :
34659           - fix ASF_OBJ_PADDING guid
34660           - add 3 new object guids (language list, metadata,
34661             extended stream properties)
34662           - add a function to parse extended header objects
34663
34664 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34665
34666         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34667           remove leftover debugging g_print
34668
34669 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34670
34671         * ext/mad/gstmad.c: (gst_mad_handle_event):
34672           Fix for when the first format in a discont event is not a
34673           byte-based one. Should fix #137710.
34674
34675 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34676
34677         * m4/a52.m4 : fix compilation with -Wall -Werror
34678         * m4/libfame.m4 : idem
34679         * m4/libmikmod.m4 : idem
34680
34681 2004-05-17  Benjamin Otte  <otte@gnome.org>
34682
34683         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34684           signal the new tags before giving up the reference
34685
34686 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34687
34688         * ext/shout2/gstshout2.c:
34689           use application/ogg instead of application/x-ogg (patch by Patrick
34690           Guimond, fixes #142432)
34691         * sys/oss/gstosselement.c: (gst_osselement_reset),
34692         (gst_osselement_sync_parms):
34693           don't set fragment size unless specified (fixes #142493)
34694
34695 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34696
34697         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34698           fixes #142664
34699
34700 2004-05-17  Benjamin Otte  <otte@gnome.org>
34701
34702         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34703           compute offsets correctly for internal buffers so timestamps are set
34704           correctly when we can't seek. Also handle cases where there are no
34705           offsets. (based on a patch by David Moore, fixes #142507)
34706
34707 2004-05-17  Benjamin Otte  <otte@gnome.org>
34708
34709         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34710           use correct variable when determining amount of data to skip so we
34711           don't skip into the void and segfault
34712
34713 2004-05-16  Benjamin Otte  <otte@gnome.org>
34714
34715         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34716           Hi, I'm a memleak
34717
34718 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34719
34720         * gst/asfdemux/gstasfdemux.c:
34721           - fix a mem leak and always propagate tags
34722           - add WMV3 to known video codecs (but no decoder yet)
34723           - replace "surplus data" at end of audio header for what
34724             it is : codec specific data
34725           - fix a typo
34726
34727 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34728
34729         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34730
34731         * gst-libs/gst/audio/audioclock.c:
34732           Fix wrong return type (#142205).
34733
34734 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34735
34736         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34737           Ignore CRCs by default (fixes #142566).
34738
34739 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34740
34741         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34742         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34743         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34744         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34745         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34746         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34747           Fix for cases where we fail to attach to a mixer.
34748
34749 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34750
34751         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34752           Don't touch events after not owning them anymore.
34753         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34754         (gst_wavparse_fmt), (gst_wavparse_other),
34755         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34756         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34757         (gst_wavparse_srcpad_event):
34758         * gst/wavparse/gstwavparse.h:
34759           Add seeking, fix querying.
34760
34761 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34762
34763         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34764           - process comments even if they don't end with \0\0
34765             g_convert would ignore them if present and works well without them
34766
34767 2004-05-16  Benjamin Otte  <otte@gnome.org>
34768
34769         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34770           simplify caps
34771
34772 2004-05-16  Benjamin Otte  <otte@gnome.org>
34773
34774         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34775           don't write to memory we might not write to - g_convert does that
34776           for us anyway (fixes #142613)
34777         (gst_asf_demux_audio_caps):
34778           comment out gst_util_dump_mem
34779
34780 2004-05-16  Benjamin Otte  <otte@gnome.org>
34781
34782         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34783           compute correct expected timestamps after seek (broken since
34784           last commit)
34785         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34786           rename element and debugging category to gdkpixbufscale
34787
34788 2004-05-16  Benjamin Otte  <otte@gnome.org>
34789
34790         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34791           add error checking to snd_pcm_delay and remove duplicate call to
34792           snd_pcm_delay that caused issues (see inline code comments)
34793         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34794           make more readable and fix return value when snd_pcm_delay fails
34795         (fixes #142586)
34796
34797 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34798         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34799         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34800         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34801         (gst_pixbufscale_link), (gst_pixbufscale_init),
34802         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34803         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34804         (gst_pixbufscale_get_property), (pixbufscale_init):
34805         * ext/gdk_pixbuf/pixbufscale.h:
34806         Add these files I forgot earlier
34807
34808 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34809         * ext/gdk_pixbuf/Makefile.am:
34810         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34811         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34812         Add new pixbufscale element to scale RGB video
34813         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34814         and HYPER interpolation correctly.
34815         * ext/theora/theoraenc.c: (theora_enc_chain),
34816         Discard buffer and return if explicit caps could not be set
34817         (theora_enc_get_property):
34818         Make _get return kbps for the bitrate consistent with
34819         the _set function.
34820
34821
34822 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34823
34824         * ext/libvisual/visual.c: (gst_visual_chain):
34825           add missing visual_audio_analyze
34826
34827 2004-05-14  David Schleef  <ds@schleef.org>
34828
34829         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34830         is killed while we're playing.
34831         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34832         gst_element_no_more_pads().
34833
34834 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34835
34836         * gst-libs/gst/riff/riff-read.c :
34837           - fix INFO tag extraction in RIFF/AVI files
34838             because gst_event_unref (event) also freed taglist
34839           - avoid a mem leak
34840
34841 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34842
34843         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34844         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34845
34846         * gst/auparse/gstauparse.c :
34847           - add code (commented for now) to support audio/x-adpcm on src pad
34848             (we have no decoder for those layout yet)
34849
34850         * gst/cdxaparse/gstcdxaparse.c :
34851         * gst/cdxaparse/gstcdxaparse.h :
34852           - partial rewrite using RiffRead (ripped iain's wavparse code)
34853
34854         * gst/rtp/gstrtpL16enc.c : typo
34855         * gst/rtp/gstrtpgsmenc.c : typo
34856
34857 2004-05-13  Benjamin Otte  <otte@gnome.org>
34858
34859         * configure.ac:
34860           check for exact version of libvisual, it's not supposed to be
34861           API/ABI stable yet
34862
34863 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34864
34865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34866           signal no-more-pads
34867
34868 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34869
34870         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34871         Report which format was used for GST_FORMAT_DEFAULT
34872         * gst/debug/Makefile.am:
34873         * gst/debug/gstdebug.c: (plugin_init):
34874         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34875         (gst_progressreport_class_init), (gst_progressreport_init),
34876         (gst_progressreport_report), (gst_progressreport_set_property),
34877         (gst_progressreport_get_property), (gst_progressreport_chain),
34878         (gst_progressreport_plugin_init):
34879         Add progressreport element for testing.
34880
34881 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34882
34883         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34884         * sys/v4l/gstv4lsrc.h:
34885         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34886         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34887         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34888         (gst_v4lsrc_grab_frame):
34889           add more debugging
34890           send a discont at start
34891
34892 2004-05-12  Colin Walters  <walters@redhat.com>
34893
34894         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34895         inflooping if we can't find a chunk.  Or in other words, don't blow
34896         chunks if we don't have a chunk to blow.
34897
34898 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34899         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34900         Remove old debug output
34901         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34902         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34903         (gst_dvdec_set_property), (gst_dvdec_get_property):
34904         Change the quality setting to an enum, so it works from gst-launch
34905         Don't renegotiate a non-linked pad. Allows audio only decoding.
34906         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34907         (gst_deinterlace_link), (gst_deinterlace_init):
34908         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34909         (gst_videodrop_link):
34910         Some caps negotiation fixes
34911
34912 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34913
34914         * ext/tarkin/gsttarkin.c :
34915           - Change RANK from NONE to PRIMARY
34916         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34917           - Change RANK from NONE to MARGINAL
34918         * ext/divx/gstdivxenc.c :
34919           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34920
34921 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34922
34923         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34924         (gst_vorbisenc_push_packet):
34925           copy a function that was added between 1.0 and 1.0.1 until we
34926           depend on worthwhile features of post-1.0
34927
34928 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34929
34930         * configure.ac:
34931           enable shout2 by default
34932         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34933         (gst_shout2send_base_init), (gst_shout2send_init),
34934         (gst_shout2send_connect), (gst_shout2send_change_state):
34935         * ext/shout2/gstshout2.h:
34936           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34937           #142262)
34938         * ext/theora/theora.c: (plugin_init):
34939           don't set rank on encoders
34940
34941 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34942
34943         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34944           Use codec_data property instead of flag1 and flag2 for wma
34945
34946 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34947
34948         * gst/cdxaparse/gstcdxaparse.c :
34949           - Add mpegversion to CAPS to make it link
34950           - Rank is as GST_RANK_SECONDARY instead of NONE
34951         * gst/auparse/gstauparse.c :
34952           - Document all audio encoding we can encounter from Solaris 9
34953             headers and libsndfile information.
34954           - Increase max. rate from 48000 to 192000 (to match other elements)
34955           - Don't try to play junk data between header and samples
34956
34957 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34958
34959         * ext/libvisual/visual.c: (gst_visual_getcaps):
34960           use the right caps depending on endianness (I hope)
34961         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34962           use GST_RANK_NONE for all non-decoding elements or spider gets
34963           mighty confused
34964
34965 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34966
34967         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34968           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34969
34970 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34971
34972         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34973         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34974         (gst_switch_loop), (gst_switch_get_type):
34975           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34976           HEADERS. Had to be said.
34977
34978 2004-05-10  David Schleef  <ds@schleef.org>
34979
34980         * configure.ac: Add prototype Dirac support.
34981         * ext/Makefile.am:
34982         * ext/dirac/Makefile.am:
34983         * ext/dirac/gstdirac.cc:
34984         * ext/dirac/gstdiracdec.cc:
34985
34986 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34987
34988         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34989         (gst_auparse_init), (gst_auparse_chain),
34990         (gst_auparse_change_state):
34991           Hack around spider. Remove me some day please.
34992
34993 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34994
34995         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34996           Fix for some uninitialized variables in previous patch, also
34997           makes it work. Fixes #142286 while we're at it.
34998
34999 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35000
35001         * gst/auparse/gstauparse.c:
35002                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35003                 only unsupported formats are ADPCM/CCITT G.72x
35004                 reviewed by Ronald
35005         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35006
35007 2004-05-10  Wim Taymans  <wim@fluendo.com>
35008
35009         * ext/vorbis/Makefile.am:
35010         * ext/vorbis/README:
35011         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35012         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35013         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35014         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35015         (gst_oggvorbisenc_convert_sink),
35016         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35017         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35018         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35019         (get_constraints_string), (update_start_message),
35020         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35021         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35022         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35023         * ext/vorbis/oggvorbisenc.h:
35024         * ext/vorbis/vorbis.c: (plugin_init):
35025         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35026         (raw_caps_factory), (gst_vorbisenc_class_init),
35027         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35028         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35029         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35030         * ext/vorbis/vorbisenc.h:
35031         Added a raw vorbis encoder to be used with the oggmuxer.
35032         We still need the old encoder for some gnome applications,
35033         read the README to find out how that works.
35034         The raw encoder is called "rawvorbisenc" until 0.9.
35035
35036 2004-05-10  Wim Taymans  <wim@fluendo.com>
35037
35038         * ext/ogg/gstogg.c: (plugin_init):
35039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35040         (gst_ogg_print):
35041         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35042         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35043         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35044         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35045         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35046         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35047         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35048         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35049         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35050         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35051         Added an ogg muxer.
35052         Small typo fixes in the demuxer.
35053
35054 2004-05-10  Wim Taymans  <wim@fluendo.com>
35055
35056         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35057         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35058         (theora_enc_change_state), (theora_enc_set_property),
35059         (theora_enc_get_property):
35060         Mark the last packet with an EOS flag which is not really needed
35061         in gstreamer.
35062         Do some better video framerate initialisation.
35063         Update the buffer timestamp.
35064
35065 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35066
35067         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35068         Return the result of the parent state change call
35069
35070 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35071
35072         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35073         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35074         * gst/law/alaw-encode.c : (idem)
35075         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35076         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35077         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35078
35079 2004-05-09  Benjamin Otte  <otte@gnome.org>
35080
35081         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35082           don't use a fixed buffer size when writing variable length data to
35083           it. Fixes memory corruption and makes alsasrc work
35084
35085 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35086
35087         * ext/gnomevfs/gstgnomevfssink.c:
35088         (_gst_boolean_allow_overwrite_accumulator),
35089         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35090           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35091           RUN_LAST, and don't use that to set the accumulator value because
35092           then it's always FALSE.
35093
35094 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35095
35096         * gst-libs/gst/riff/riff-media.c:
35097         (gst_riff_create_video_caps_with_data),
35098         (gst_riff_create_audio_caps),
35099         (gst_riff_create_audio_template_caps):
35100         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35101           Fix for unaligned RIFF files (i.e. where all the chunks together
35102           in a LIST chunk are not of the same size as the size given in
35103           the LIST chunk header). Fixes several odd WAVE files. Also fix
35104           ADPCM (block_align property) in audio, so that wavparse based
35105           on this works now as it used to stand-alone.
35106
35107 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35108
35109         reviewed by Benjamin Otte  <otte@gnome.org>
35110
35111         * ext/a52dec/gsta52dec.c:
35112         * ext/divx/gstdivxdec.c:
35113         * ext/divx/gstdivxenc.c:
35114         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35115         * ext/faac/gstfaac.c: (gst_faac_base_init):
35116         * ext/faad/gstfaad.c: (gst_faad_base_init):
35117         * ext/ivorbis/vorbisfile.c:
35118         * ext/lame/gstlame.c:
35119         * ext/libfame/gstlibfame.c:
35120         * ext/mpeg2enc/gstmpeg2enc.cc:
35121         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35122         * ext/sidplay/gstsiddec.cc:
35123         * ext/speex/gstspeexdec.c:
35124         * ext/speex/gstspeexenc.c:
35125         * ext/xvid/gstxviddec.c:
35126         * ext/xvid/gstxvidenc.c:
35127           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35128           (fixes #142193)
35129
35130 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35131
35132         * ext/alsa/gstalsa.c: (device_list),
35133         (gst_alsa_class_probe_devices):
35134         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35135           Fix alsa oddness in mixer after the combination of using mixer
35136           in source/sink elements and using hw:x,y instead of just hw:x.
35137
35138 2004-05-09  Benjamin Otte  <otte@gnome.org>
35139
35140         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35141         (gst_wavparse_create_sourcepad):
35142           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35143           sourcepads
35144
35145 2004-05-09  Benjamin Otte  <otte@gnome.org>
35146
35147         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35148           allow discont events before caps nego
35149
35150 2004-05-08  Benjamin Otte  <otte@gnome.org>
35151
35152         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35153           don't leak events
35154
35155 2004-05-08  Benjamin Otte  <otte@gnome.org>
35156
35157         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35158         (gst_level_change_state), (gst_level_init):
35159         * gst/level/gstlevel.h:
35160           figure out if we're initialized directly instead of keeping a
35161           variable that's wrong in 90% of cases
35162           don't initialize pads and then leak them and use a new unitialized
35163           pad. (fixes #142084)
35164           these were bugs so n00bish I didn't find them for an hour :/
35165
35166 2004-05-08 Iain <iain@prettypeople.org>
35167
35168         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35169         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35170         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35171         return the length that was read.
35172         (gst_riff_read_strf_auds): Allow fmt tags as well.
35173
35174 2004-05-07  David Schleef  <ds@schleef.org>
35175
35176         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35177         signed char assumption in faad.h.
35178
35179 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35180
35181         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35182           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35183
35184 2004-05-07  Colin Walters  <walters@redhat.com>
35185
35186         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35187         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35188         function.
35189         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35190         Add dispose function.
35191
35192 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35193         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35194           Fix caps nego and pad templates. RGB mode caps should
35195           work now.
35196         * ext/dvdnav/gst-dvd:
35197           Move mpeg2dec inside the thread because otherwise the
35198           queue rejects cap changes mid-stream
35199         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35200         (gst_mpeg2dec_flush_decoder):
35201           For mpeg2dec > 0.4.0, call the flush function instead of
35202           manually extracting all in-flight frames.
35203         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35204         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35205           Change mime type video/dv go video/x-dv to match the
35206           rest of gst-plugins
35207
35208 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35209
35210         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35211         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35212         (gst_alsa_sink_class_init):
35213         * ext/alsa/gstalsasink.h:
35214         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35215         (gst_alsa_src_class_init):
35216         * ext/alsa/gstalsasrc.h:
35217           Make alsasink/src a subclass of alsamixer so that mixer stuff
35218           shows up in gst-rec. Needs some finetuning.
35219
35220 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35221
35222         * ext/lame/gstlame.c: (gst_lame_chain):
35223           simplify
35224         * ext/mad/gstmad.c: (gst_mad_handle_event):
35225           fix event leak
35226         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35227           be able to detect mp3 files < 4096 bytes
35228
35229 2004-05-06  Wim Taymans  <wim@fluendo.com>
35230
35231         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35232         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35233         (theora_enc_set_property), (theora_enc_get_property):
35234         Also encode the first frame, cleanup some code.
35235
35236 2004-05-06  Wim Taymans  <wim@fluendo.com>
35237
35238         * ext/mpeg2enc/gstmpeg2enc.cc:
35239         Forward events first before deciding that negotiation was
35240         not performed.
35241
35242 2004-05-06  Wim Taymans  <wim@fluendo.com>
35243
35244         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35245         First process the events before deciding that negotiation
35246         was not performed.
35247
35248 2004-05-06  Wim Taymans  <wim@fluendo.com>
35249
35250         * ext/theora/Makefile.am:
35251         * ext/theora/theora.c: (plugin_init):
35252         * ext/theora/theoradec.c: (theora_dec_change_state):
35253         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35254         (gst_theora_enc_class_init), (gst_theora_enc_init),
35255         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35256         (theora_enc_chain), (theora_enc_change_state),
35257         (theora_enc_set_property), (theora_enc_get_property):
35258         Added a theora encoder, grouped the encoder and decoder into the
35259         same plugin.
35260
35261 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35262
35263         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35264         (gst_jpegenc_chain):
35265         fix DURATION on outgoing buffers
35266         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35267         debug using time formats
35268         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35270         (gst_xvimagesink_sink_link):
35271         windows with width/height 0 generate X errors, so don't allow them
35272
35273 2004-05-05  Wim Taymans  <wim@fluendo.com>
35274
35275         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35276         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35277         (gst_mpeg2dec_negotiate_format):
35278         * ext/mpeg2dec/gstmpeg2dec.h:
35279           removed the static pad template so that we can add the
35280           more accurate framerate value to the caps.
35281
35282
35283 2004-05-04  Benjamin Otte  <otte@gnome.org>
35284
35285         * configure.ac:
35286           check for kdemacros.h, too (should fix #141821)
35287         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35288           don't crash if no header was sent, but nicely error out (fixes part
35289           of #141554)
35290
35291 2004-05-04  Wim Taymans  <wim@fluendo.com>
35292
35293         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35294         parent dispose function to avoid segfault on destroy.
35295
35296 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35297
35298         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35299         (plugin_init):
35300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35301         (gst_xvimagesink_sink_link):
35302         clean up debugging caps
35303         also recreate xvimage when format has changed
35304
35305 2004-05-04  Benjamin Otte  <otte@gnome.org>
35306
35307         * ext/libvisual/Makefile.am:
35308         * ext/libvisual/visual.c: (gst_visual_class_init),
35309         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35310         (gst_visual_srclink), (gst_visual_chain),
35311         (gst_visual_change_state), (plugin_init):
35312           use a GstAdapter to correctly adapt buffer sizes - allows using a
35313           framerate
35314
35315 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35316
35317         * sys/v4l/gstv4lelement.h:
35318         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35319         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35320         (gst_v4lsrc_buffer_free):
35321         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35322         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35323         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35324         (gst_v4lsrc_requeue_frame):
35325         move some debugging categories around
35326         query for fps index and set accordingly if found
35327
35328 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35329
35330         * ext/lame/gstlame.c:
35331         correct defaults that lame_init puts out of range
35332
35333 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35334
35335         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35336         (gst_divxenc_class_init):
35337         fix range since -1 is the default
35338         * gst/mpeg1sys/gstmpeg1systemencode.c:
35339         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35340         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35341         (gst_rtjpegdec_chain):
35342         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35343         (gst_rtjpegenc_chain):
35344         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35345         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35346         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35347         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35348         * sys/v4l/gstv4lsrc.c:
35349         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35350         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35351         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35352         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35353         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35354           remove gst_info calls
35355
35356 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35357
35358         * Makefile.am:
35359         * po/af.po:
35360         * po/az.po:
35361         * po/en_GB.po:
35362         * po/nl.po:
35363         * po/sr.po:
35364         * po/sv.po:
35365           Updated translations
35366
35367 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35368
35369         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35370           refactor/comment code
35371
35372 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35373
35374         * gst/asfdemux/Makefile.am:
35375         * gst/asfdemux/asfheaders.c:
35376         * gst/asfdemux/asfheaders.h:
35377         * gst/asfdemux/gstasf.c: (plugin_init):
35378         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35379         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35380         (gst_asf_demux_setup_pad):
35381         * gst/asfdemux/gstasfdemux.h:
35382         * gst/asfdemux/gstasfmux.c:
35383         * gst/asfdemux/gstasfmux.h:
35384           Add tagging support to demuxer, split out registration in its own
35385           file instead of in demux (hacky), and prevent having some tables
35386           in our memory multiple times (in asfheaders.h).
35387
35388 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35389
35390         * gst/matroska/matroska-demux.c:
35391         (gst_matroska_demux_parse_metadata):
35392         * gst/matroska/matroska-ids.h:
35393           Basic tag reading support.
35394
35395 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35396
35397         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35398           Really detect ac-3 audio.
35399         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35400           really detect matroska files (off-by-1).
35401
35402 2004-04-30  David Schleef  <ds@schleef.org>
35403
35404         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35405         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35406         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35407         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35408         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35409         hackage -- parse a lot more atoms, extract a few tags.  One might even
35410         mistake this for tag support.  Maybe it is.
35411         * gst/qtdemux/qtdemux.h:
35412
35413 2004-04-30  Colin Walters  <walters@verbum.org>
35414
35415         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35416
35417 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35418
35419         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35420         (gst_ffmpegcolorspace_getcaps):
35421           remove broken nego fix
35422
35423 2004-04-30  Benjamin Otte  <otte@gnome.org>
35424
35425         * configure.ac:
35426         * ext/Makefile.am:
35427         * ext/libvisual/Makefile.am:
35428         * ext/libvisual/visual.c:
35429           add initial support for libvisual (http://libvisual.sourceforge.net)
35430           libvisual is still quite alpha, so expect crashes in there :)
35431
35432 2004-04-29  David Schleef  <ds@schleef.org>
35433
35434         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35435         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35436         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35437         code; you will no longer respect me.
35438
35439 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35440
35441         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35442         * ext/alsa/gstalsa.h :
35443         change alsa pcm device discovery to find more than 1 device
35444         per card. code review by Ronald.
35445
35446 2004-04-29  David Schleef  <ds@schleef.org>
35447
35448         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35449         Add a check for a driver bug on FreeBSD.  (bug #140565)
35450
35451 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35452
35453         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35454         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35455         (gst_jpegenc_getcaps):
35456           move format setting to inner loop
35457         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35458         (gst_ffmpegcolorspace_getcaps):
35459           use GST_PAD_CAPS if available so that we use already negotiated
35460           caps
35461         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35462         (qtdemux_parse_moov), (qtdemux_parse):
35463           extra debugging
35464         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35465         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35466           move hardcoded path to DEFINE
35467
35468 2004-04-28  David Schleef  <ds@schleef.org>
35469
35470         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35471         (bug #140064)
35472
35473 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35474
35475         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35476           Don't probe for playback device if we're a source element. Fixes
35477           #139658.
35478
35479 2004-04-29  Benjamin Otte  <otte@gnome.org>
35480
35481         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35482         (gst_id3_tag_chain):
35483           rewrite buffer offset
35484
35485 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35486
35487         * configure.ac:
35488         * ext/Makefile.am:
35489         * ext/dts/Makefile.am:
35490         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35491         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35492         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35493         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35494         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35495         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35496         (plugin_init):
35497         * ext/dts/gstdtsdec.h:
35498           New DTS decoder.
35499         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35500         (gst_faad_srcconnect):
35501           Add ESDS atom handling (.m4a).
35502
35503 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35504
35505         * ext/divx/gstdivxdec.c: (plugin_init):
35506           Remove comment that makes no sense.
35507         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35508           Fix for obvious typo that resulted in warnings during gst-register.
35509         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35510         (gst_xviddec_sink_link):
35511           Fix caps negotiation a bit better.
35512         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35513           We call this 'codec_data', not 'esds'.
35514
35515 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35516
35517         * gst/monoscope/gstmonoscope.c:
35518           make sure we only provide 256x128
35519         * gst/monoscope/monoscope.c: (monoscope_init):
35520           assert size of 256x128
35521
35522 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35523
35524         * Makefile.am:
35525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35526         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35527           fixate to max width and height of device
35528
35529 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35530
35531         * Makefile.am:
35532         * sys/v4l/gstv4l.c:
35533         * sys/v4l/gstv4lsrc.c:
35534         * sys/v4l/v4l_calls.c:
35535         * sys/v4l/v4lsrc_calls.c:
35536           fix for qc-usb driver which fakes having more than one buffer
35537           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35538           buffer_free override
35539           add debugging
35540
35541 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35542
35543         * Makefile.am:
35544         * gst/videotestsrc/gstvideotestsrc.c:
35545         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35546         (gst_videotestsrc_init), (gst_videotestsrc_get),
35547         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35548         * gst/videotestsrc/gstvideotestsrc.h:
35549           add num-buffers property
35550
35551         2004-04-26  Benjamin Otte  <otte@gnome.org>
35552
35553         * ext/mad/gstid3tag.c: (plugin_init):
35554           set id3mux rank to NONE so it doesn't confuse spider
35555           require audio/mpeg,mpegversion=1 in id3mux
35556
35557 2004-04-26  Benjamin Otte  <otte@gnome.org>
35558
35559         * configure.ac:
35560           detect faad correctly as non-working if it's indeed non-working
35561
35562 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35563
35564         * Makefile.am:
35565         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35566         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35567         fix _getcaps so it only negotiates to its supported format
35568
35569 2004-04-25  Benjamin Otte  <otte@gnome.org>
35570
35571         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35572           fix memleak
35573
35574 2004-04-23  Benjamin Otte  <otte@gnome.org>
35575
35576         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35577           audio/x-raw-int with height rules! not. Now it's depth.
35578
35579 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35580
35581         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35582         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35583         (gst_wavparse_loop):
35584           Missing variable initialization. Add handling of DVI ADPCM. Fix
35585           mis-parsing of LIST chunks. This works around a bug where we mis-
35586           parse non-aligning LIST chunks (so LIST chunks where the contents
35587           don't align with the actual LIST size). The correct fix is to use
35588           rifflib, I'm not going to fix wavparse - too much work. All this
35589           fixes #104878.
35590
35591 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35592
35593         reviewed by Benjamin Otte  <otte@gnome.org>
35594
35595         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35596           fix shoutcast not working (fixes #140844)
35597
35598 2004-04-22  Benjamin Otte  <otte@gnome.org>
35599
35600         * ext/hermes/gsthermescolorspace.c:
35601         (gst_hermes_colorspace_caps_remove_format_info):
35602         * gst/colorspace/gstcolorspace.c:
35603         (gst_colorspace_caps_remove_format_info):
35604         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35605         (gst_ffmpegcolorspace_caps_remove_format_info):
35606           s/gst_caps_simplify/gst_caps_do_simplify/
35607
35608 2004-04-22  Benjamin Otte  <otte@gnome.org>
35609
35610         * gst-libs/gst/riff/riff-media.c:
35611         (gst_riff_create_video_caps_with_data):
35612           mpegversion is an int
35613         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35614           don't try to create pad templates with NULL caps, use any caps
35615           instead.
35616
35617 2004-04-20  David Schleef  <ds@schleef.org>
35618
35619         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35620         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35621         (bug #140384)
35622
35623 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35624
35625         reviewed by David Schleef
35626
35627         * ext/mad/gstid3tag.c: Add stdlib.h
35628         * gst/rtp/gstrtpgsmenc.c: same
35629         * gst/tags/gstid3tag.c: same
35630         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35631         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35632         GST_DISABLE_LOADSAVE use.
35633         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35634         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35635         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35636         atol(3)).
35637         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35638         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35639         strtoul(3)).
35640         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35641         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35642         $(ID3_CFLAGS).
35643         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35644         $(LIBFAME_CFLAGS).
35645
35646 2004-04-20  David Schleef  <ds@schleef.org>
35647
35648         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35649         last checkin.  Same idea.
35650
35651 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35652
35653         reviewed by David Schleef
35654
35655         * configure.ac: bump required gstreamer version to 0.8.1.1
35656         because of following changes [--ds]
35657
35658         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35659         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35660         (gst_riff_read_header):  Use GST_READ_UINT*
35661         macros to access possibly unaligned memory.
35662
35663         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35664         (mp3_type_find):  Use GST_READ_UINT*
35665         macros to access possibly unaligned memory.
35666         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35667         (speex_type_find): Likewise
35668
35669         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35670
35671         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35672         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35673         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35674         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35675         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35676         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35677         macros to access possibly unaligned memory.
35678
35679         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35680         Likewise.
35681
35682         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35683         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35684
35685         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35686         Likewise.
35687
35688         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35689         (gst_mpeg2subt_chain_subtitle): Likewise.
35690
35691         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35692         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35693         Likewise.
35694
35695         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35696         Likewise.
35697
35698         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35699         Likewise.
35700
35701         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35702         Likewise.
35703
35704 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35705
35706         * configure.ac:
35707           update required version of GStreamer because of GST_TIME_FORMAT
35708
35709 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35710
35711         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35712           remove leftover g_print
35713         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35714           don't try setting only a subset of the caps. We don't want to kill
35715           autoplugging on purpose
35716
35717 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35718
35719         * sys/ximage/ximagesink.c: (plugin_init):
35720         * sys/xvimage/xvimagesink.c: (plugin_init):
35721           add debugging categories
35722
35723 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35724
35725         * po/en_GB.po:
35726         * po/LINGUAS:
35727           Adding en_GB translation (Gareth Owen)
35728
35729 2004-04-20  David Schleef  <ds@schleef.org>
35730
35731         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35732         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35733         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35734         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35735         A number of new features and hacks to extract the esds atom and
35736         put it into the caps.  (bug #137724)
35737
35738 2004-04-19  David Schleef  <ds@schleef.org>
35739
35740         * gconf/Makefile.am: Fix for non-GNU make
35741         * gst-libs/gst/Makefile.am: Change directory order to handle
35742         GstPlay linking with gstinterfaces
35743         * gst-libs/gst/audio/make_filter: make use of tr portable
35744         * gst-libs/gst/play/Makefile.am: Add intended \
35745         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35746         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35747         function prototype instead of void *.
35748         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35749         macro.
35750         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35751         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35752         * gst/videofilter/make_filter: make use of tr portable
35753         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35754
35755 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35756
35757         * po/LINGUAS:
35758         * po/uk.po:
35759           Added Ukrainian translation (Maxim V. Dziumanenko)
35760
35761 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35762
35763         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35764         (gst_gsmdec_link), (gst_gsmdec_chain):
35765           Fix capsnego, simplify chain function slightly.
35766         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35767           Add GSM.
35768
35769 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35770
35771         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35772         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35773         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35774           Hack to make wavparse work with spider (always -> sometimes pad).
35775           Fixes #135862 && #140411.
35776
35777 2004-04-18  Benjamin Otte  <otte@gnome.org>
35778
35779         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35780         (gst_osselement_rate_probe_check),
35781         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35782           get rid of \n in debug output
35783
35784 2004-04-17  Iain <iain@prettypeople.org>
35785
35786         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35787         not just EOS.
35788
35789 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35790
35791         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35792         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35793         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35794         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35795         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35796         (gst_id3_tag_change_state), (plugin_init):
35797           deprecate id3tag element and replace with id3demux/id3mux.
35798           great side effect: this ugly file is now even uglier, yay!
35799         * ext/mad/gstmad.h:
35800           remove non-available function
35801           update for new get_type
35802
35803 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35804
35805         * configure.ac:
35806           require mpeg2dec >= 0.4.0
35807
35808 2004-04-17  Benjamin Otte  <otte@gnome.org>
35809
35810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35811         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35812         (gst_xvimagesink_set_xwindow_id):
35813           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35814           assorted cleanup fixes.
35815
35816 2004-04-16  David Schleef  <ds@schleef.org>
35817
35818         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35819         * sys/xvimage/xvimagesink.h: same
35820
35821 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35822
35823         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35824           Fix GST_ELEMENT_ERROR with (NULL)
35825
35826 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35827
35828         * gst-libs/gst/riff/riff-media.c:
35829         (gst_riff_create_video_caps_with_data):
35830           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35831
35832 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35833
35834         * gst-libs/gst/riff/riff-media.c:
35835         (gst_riff_create_video_caps_with_data),
35836         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35837         (gst_riff_create_video_template_caps),
35838         (gst_riff_create_audio_template_caps):
35839         * gst-libs/gst/riff/riff-media.h:
35840         * gst-libs/gst/riff/riff-read.c:
35841         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35842         * gst-libs/gst/riff/riff-read.h:
35843         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35844           Add MS RLE support. I added some functions to read out strf chunks
35845           into strf chunks and the data behind it. This is usually color
35846           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35847           caps creation. Lastly, add ADPCM (similar to wavparse - which
35848           should eventually be rifflib based).
35849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35850         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35851         * gst/matroska/matroska-demux.h:
35852           Remove placeholders for some prehistoric tagging system. Didn't add
35853           support for any tag system really anyway.
35854         * gst/qtdemux/qtdemux.c:
35855           Add support for audio/x-m4a (MPEG-4) through spider.
35856         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35857         (gst_wavparse_loop):
35858           ADPCM support (#135862). Increase max. buffer size because we
35859           cannot split buffers for ADPCM (screws references) and I've seen
35860           files with 2048 byte chunks. 4096 seems safe for now.
35861
35862 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35863
35864         * configure.ac: bump nano to 1
35865
35866 === release 0.8.1 ===
35867
35868 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35869
35870         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35871
35872 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35873
35874         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35875           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35876           Fixes #140058
35877
35878 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35879
35880         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35881           lower rank of dvddemux so that it's not used for mpeg playback.
35882
35883 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35884
35885         * configure.ac:
35886           save libs correctly when checking mad
35887
35888 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35889
35890         * ext/mad/gstid3tag.c: (plugin_init):
35891           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35892
35893 2004-04-13  David Schleef  <ds@schleef.org>
35894
35895         * common/m4/gst-feature.m4: Call -config scripts with
35896         --plugin-libs if it is supported.
35897         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35898         JPEG images are image/jpeg.
35899         * gst/debug/Makefile.am:
35900         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35901         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35902         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35903         (gst_negotiation_plugin_init): Add a property that acts like
35904         filter caps.
35905         * testsuite/gst-lint:  Move license checking to be a standard
35906         test.
35907
35908 2004-04-13  David Schleef  <ds@schleef.org>
35909
35910         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35911         patch from Sebastien Cote (bug #139958)
35912
35913 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35914
35915         * examples/gstplay/Makefile.am:
35916         * examples/gstplay/player.c: (main):
35917           make the commandline player example use gconf settings
35918
35919 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35920
35921         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35922         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35923         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35924           init/end library during state transition, not object
35925           creation/disposal.  get rid of custom dispose handler.
35926
35927
35928 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35929
35930         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35931         be a symlink
35932
35933 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35934
35935         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35936           Handle JUNK chunks inside data section. Prevents warnings.
35937
35938 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35939
35940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35941         (gst_riff_create_video_template_caps):
35942           Add MS video v1.
35943         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35944         (gst_avi_demux_stream_data):
35945           Add support for "rec-list" chunks.
35946
35947 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35948
35949         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35950           Fix another codecname mismatch.
35951
35952 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35953
35954         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35955           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35956           so that MJPEG plays back.
35957
35958 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35959
35960         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35961         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35962         * gst/mpeg1videoparse/gstmp1videoparse.h:
35963           Fix for some slight mis-cuts in buffer parsing, and for some
35964           potential overflows or faults-causers. Adds disconts. Also fixes
35965           #139105 while we're at it.
35966
35967 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35968
35969         * configure.ac:
35970         * sys/v4l2/gstv4l2element.h:
35971           Workaround for missing struct v4l2_buffer declaration in Suse 9
35972           and Mandrake 10 linux/videodev2.h header file (#135919).
35973
35974 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35975
35976         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35977           Bail out if no filename was given.
35978
35979 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35980
35981         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35982         (gst_v4l2_fourcc_from_structure):
35983           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35984           Y41B somewhere).
35985
35986 2004-04-09  Benjamin Otte  <otte@gnome.org>
35987
35988         * ext/gnomevfs/gstgnomevfssink.c:
35989         (_gst_boolean_allow_overwrite_accumulator),
35990         (gst_gnomevfssink_class_init):
35991           fix erase signal - if any handler returns false the file will not be
35992           overwritten. If no handler is connected, the file will not be
35993           overwritten either.
35994           renamed signal to "allow-overwrite"
35995         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35996           free string when adding it to ID3 failed
35997         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35998           unref event when done
35999         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36000           free caps
36001         * gst/typefind/gsttypefindfunctions.c:
36002         (mpeg_video_stream_type_find):
36003           fix invalid read
36004
36005 2004-04-08  David Schleef  <ds@schleef.org>
36006
36007         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36008         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36009
36010 2004-04-08  David Schleef  <ds@schleef.org>
36011
36012         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36013         we don't support (bug #139532)
36014
36015 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36016
36017         * ext/mad/gstmad.c: (gst_mad_handle_event),
36018         (gst_mad_check_caps_reset), (gst_mad_chain),
36019         (gst_mad_change_state):
36020           only set explicit caps if they haven't been set before for
36021           this stream.  MPEG-audio sample rate/channels aren't allowed
36022           to change in-stream.
36023           Fixes #139382
36024
36025 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36026
36027         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36028         (_gst_boolean_did_something_accumulator),
36029         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36030         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36031         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36032         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36033         (gst_gnomevfssink_change_state):
36034           Fix erase signal. Don't erase by default. Remove handoff signal.
36035           Remove erase property. Don't segfault. General cleanup.
36036
36037 2004-04-07  Benjamin Otte  <otte@gnome.org>
36038
36039         * gst-libs/gst/gconf/test-gconf.c: (main):
36040           add missing gst_init
36041
36042 2004-04-07  Benjamin Otte  <otte@gnome.org>
36043
36044         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36045           free the mutexes, too
36046
36047 2004-04-07  Benjamin Otte  <otte@gnome.org>
36048
36049         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36050           actually free the URI string
36051         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36052           compute offset correctly when passing discont events
36053         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36054           don't leak discont events
36055         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36056           add some missing breaks so caps aren't copied randomly
36057         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36058           if we realloc memory, we better use it
36059
36060 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36061
36062         * ext/mad/gstmad.c: (normal_seek):
36063           fix GST_FORMAT_TIME usage
36064
36065 2004-04-05  David Schleef  <ds@schleef.org>
36066
36067         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36068         a deprecated function (hack!)
36069
36070 2004-04-05  Benjamin Otte  <otte@gnome.org>
36071
36072         * ext/esd/esdmon.c: (gst_esdmon_get):
36073           fix nonterminated vararg and memleak
36074
36075 2004-04-05  Benjamin Otte  <otte@gnome.org>
36076
36077         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36078         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36079         (gst_ladspa_set_property), (gst_ladspa_get_property),
36080         (gst_ladspa_instantiate), (gst_ladspa_activate),
36081         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36082           clean up debugging
36083
36084 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36085
36086         reviewed by Benjamin Otte  <otte@gnome.org>
36087
36088         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36089           check for broken LADSPA parameters (fixes #138635)
36090
36091 2004-04-05  Benjamin Otte  <otte@gnome.org>
36092
36093         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36094           advertise buffer-frames correctly on sinkpads
36095
36096 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36097
36098         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36099         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36100         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36101         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36102         (gst_mad_check_caps_reset), (gst_mad_chain):
36103         add more debugging, only reset caps when we're not in error state
36104
36105 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36106
36107         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36108
36109 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36110
36111         reviewed by Benjamin Otte  <otte@gnome.org>
36112
36113         * configure.ac:
36114           fix == in test(1) operator
36115
36116 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36117
36118         reviewed by Benjamin Otte  <otte@gnome.org>
36119
36120         * configure.ac:
36121           fix --export-symblos-regex to a working regex.
36122
36123 2004-04-04  Benjamin Otte  <otte@gnome.org>
36124
36125         * sys/oss/.cvsignore:
36126           add for oss_probe
36127
36128 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36129
36130         reviewed by Benjamin Otte  <otte@gnome.org>
36131
36132         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36133           add missing 'new_media' argument (fixes #138168)
36134         * gst/matroska/matroska-demux.c:
36135         (gst_matroska_demux_handle_seek_event):
36136           add vararg terminator (fixes #138169)
36137
36138 2004-04-02  David Schleef  <ds@schleef.org>
36139
36140         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36141         disted (bug #138914)
36142
36143 2004-04-01  Benjamin Otte  <otte@gnome.org>
36144
36145         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36146         (gst_alsa_close_audio):
36147           handle case better where a soundcard can't pause
36148         * ext/ogg/gstoggdemux.c:
36149           don't crash when we get events but don't have pads yet
36150
36151 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36152
36153         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36154           throw an error if we couldn't probe any caps.
36155
36156 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36157
36158         * ext/dvdnav/gst-dvd:
36159         Add a really simple sample DVD player
36160
36161 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36162
36163         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36164         (gst_a52dec_push), (gst_a52dec_handle_event),
36165         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36166         (gst_a52dec_change_state):
36167         * ext/a52dec/gsta52dec.h:
36168           Use a debug category, Output timestamps correctly
36169           Emit tag info, Handle events, tell liba52dec about cpu
36170           capabilities so it can use MMX etc.
36171         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36172           Fix a crasher accessing invalid memory
36173         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36174         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36175         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36176         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36177         (dvdnavsrc_query):
36178           Some support for byte-format seeking.
36179           Small fixes for still frames and menu button overlays
36180         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36181         (gst_mpeg2dec_alloc_buffer):
36182           Use a debug category. Adjust the report level of several items to
36183           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36184           so it doesn't lose the GstBuffer pointer
36185         * gst/debug/Makefile.am:
36186         * gst/debug/gstdebug.c: (plugin_init):
36187         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36188         (gst_navseek_base_init), (gst_navseek_class_init),
36189         (gst_navseek_init), (gst_navseek_seek),
36190         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36191         (gst_navseek_get_property), (gst_navseek_chain),
36192         (gst_navseek_plugin_init):
36193         * gst/debug/gstnavseek.h:
36194           Add the navseek debug element for seeking back and forth in a
36195           video stream using arrow keys.
36196         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36197         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36198         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36199         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36200         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36201         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36202         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36203         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36204         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36205         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36206         * gst/mpeg2sub/gstmpeg2subt.h:
36207           Pretty much a complete rewrite. Now a loopbased element. May still
36208           require work to properly synchronise subtitle buffers.
36209         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36210         (gst_dvd_demux_send_subbuffer):
36211         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36212           Don't attempt to create subbuffers of size 0
36213           Reduce a couple of error outputs to warnings.
36214         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36215         (gst_y4mencode_chain):
36216         Output the y4m frame header correctly.
36217
36218 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36219
36220         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36221           throw errors instead of allowing SIGFPE
36222
36223 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36224
36225         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36226         (gst_gconf_render_bin_from_key):
36227           leak plugging and style fixing
36228
36229 2004-03-31  David Schleef  <ds@schleef.org>
36230
36231         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36232         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36233         (bug #138225)
36234         * gst/debug/Makefile.am:
36235         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36236         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36237         plugin.
36238         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36239         (gst_negotiation_base_init), (gst_negotiation_class_init),
36240         (gst_negotiation_init), (gst_negotiation_getcaps),
36241         (gst_negotiation_pad_link), (gst_negotiation_chain),
36242         (gst_negotiation_set_property), (gst_negotiation_get_property),
36243         (gst_negotiation_plugin_init):  New element to talk about random
36244         negotiation things happening in a pipeline.
36245
36246 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36247
36248         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36249           fix integer addition with help of Stefan Kost
36250
36251 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36252
36253         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36254
36255 2004-03-30  David Schleef  <ds@schleef.org>
36256
36257         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36258         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36259         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36260         (bug #137504)
36261         * ext/mpeg2dec/gstmpeg2dec.h:
36262
36263 2004-03-30  David Schleef  <ds@schleef.org>
36264
36265         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36266
36267 2004-03-30  David Schleef  <ds@schleef.org>
36268
36269         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36270         Michael Petullo) to handle .mov
36271
36272 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36273
36274         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36275         (gst_osselement_rate_check_rate):
36276           probe caps correctly for sound cards that only support one format
36277
36278 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36279
36280         * ext/kio/kiosrc.cpp: (process_events):
36281           update handling event processing if inside KDE - untested
36282
36283 2004-03-29  David Schleef  <ds@schleef.org>
36284
36285         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36286         by 2 to not interfere with other colorspaces.
36287         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36288         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36289         one to not interfere with ffmpeg_colorspace.
36290
36291 2004-03-29  David Schleef  <ds@schleef.org>
36292
36293         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36294         aren't in the caps.
36295         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36296         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36297
36298 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36299
36300         * gst-libs/gst/riff/riff-media.c:
36301           fail on error, don't try to set stuff on NULL caps
36302
36303 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36304
36305         * configure.ac:
36306         * ext/Makefile.am:
36307         * ext/kio/Makefile.am:
36308         * ext/kio/kioreceiver.cpp:
36309         * ext/kio/kioreceiver.h:
36310         * ext/kio/kiosrc.cpp:
36311         * ext/kio/kiosrc.h:
36312           add experimental kiosrc plugin
36313         * ext/alsa/gstalsaplugin.c: (plugin_init):
36314           initialize debugging category only when we're sure registering the
36315           plugins worked.
36316
36317 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36318
36319         * examples/gstplay/player.c: (main):
36320         * gst-libs/gst/play/play.c: (gst_play_class_init),
36321         (gst_play_set_location), (gst_play_set_data_src),
36322         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36323         (gst_play_set_visualization), (gst_play_connect_visualization):
36324           check return values of element_set_state and return FALSE where
36325           failed
36326
36327 2004-03-29  Benjamin Otte  <otte@gnome.org>
36328
36329         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36330           try harder to check if an event is really a discont
36331
36332 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36333
36334         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36335         * po/az.po:
36336
36337 2004-03-28  Benjamin Otte  <otte@gnome.org>
36338
36339         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36340         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36341         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36342           get rid of non-standard "..." ranges in case statements.
36343
36344 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36345
36346         * gst/mpegstream/gstmpegdemux.c:
36347         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36348         specific functionality split to the new dvddemux element.
36349         * gst/mpegstream/gstdvddemux.c:
36350         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36351         streams, derived from mpegdemux.
36352         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36353         up. SCR based timestamp rewriting can be turned off (will probably
36354         completely disappear soon).
36355         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36356         hacking. General cleanup. All printf statements replaced by
36357         debugging messages. Almost complete libdvdnav support.
36358         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36359         by events. New properties for audio and subpicture languages.
36360         (dvdnavsrc_update_highlight): Now uses events.
36361         (dvdnavsrc_user_op): Cleaned up.
36362         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36363         based). Lots of cleanup, and propper support for most libdvdnav
36364         events.
36365         (dvdnavsrc_make_dvd_event): New function.
36366         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36367         (dvdnavsrc_make_clut_change_event): New function.
36368
36369 2004-03-26  Benjamin Otte  <otte@gnome.org>
36370
36371         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36372           fix bug where typefinding would claim it's theora whenever less then
36373           7 bytes of data were available
36374
36375 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36376
36377         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36378         (gst_alawdec_base_init), (gst_alawdec_class_init),
36379         (gst_alawdec_init), (gst_alawdec_chain):
36380         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36381         (gst_alawenc_base_init), (gst_alawenc_class_init),
36382         (gst_alawenc_init), (gst_alawenc_chain):
36383         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36384         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36385         (gst_mulawdec_init), (gst_mulawdec_chain):
36386         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36387         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36388         (gst_mulawenc_init), (gst_mulawenc_chain):
36389           Fix capsnego in all four, remove the unused property functions and
36390           simplify the chain functions slightly. I guess we could use macros
36391           or something similar for those, since the code is so similar, but
36392           I'm currently too lazy...
36393
36394 2004-03-24  David Schleef  <ds@schleef.org>
36395
36396         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36397         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36398         (gst_osselement_get_format_structure),
36399         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36400         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36401         (gst_osselement_rate_int_compare): Add code to handle rate probing
36402         (bug #120883)
36403         * sys/oss/gstosselement.h: same
36404         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36405         Use rate probing provided by osselement.
36406         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36407
36408 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36409
36410         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36411         (gst_xvidenc_get_property):
36412           ulong/int mess-up.
36413
36414 2004-03-24  David Schleef  <ds@schleef.org>
36415
36416         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36417         (gst_speexdec_init):
36418         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36419         (gst_speexenc_init):  Create the pad template correctly (from
36420         the static pad template, not a NULL pointer.)
36421
36422 2004-03-25  Benjamin Otte  <otte@gnome.org>
36423
36424         * gst/debug/Makefile.am:
36425         * gst/debug/breakmydata.c:
36426           add element that quasi-randomly changes bytes in the stream.
36427           Intended use is robustness checking of demuxers and decoders in
36428           media tests.
36429
36430 2004-03-24  Benjamin Otte  <otte@gnome.org>
36431
36432         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36433         (gst_alsa_probe_hw_params):
36434         * ext/alsa/gstalsa.h:
36435           debugging output fixes
36436
36437 2004-03-24  Benjamin Otte  <otte@gnome.org>
36438
36439         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36440           don't g_return_if_fail if element is PLAYING, fail silently as every
36441           other element.
36442         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36443           only fix needed for cast lvalue issues in gst-plugins
36444         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36445           add proxy_getcaps
36446
36447 2004-03-24  Benjamin Otte  <otte@gnome.org>
36448
36449         * gst/level/gstlevel.c: (gst_level_init):
36450           add proxying getcaps function, so level doesn't advertise impossible
36451           caps
36452
36453 2004-03-24  David Schleef  <ds@schleef.org>
36454
36455         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36456         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36457         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36458         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36459         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36460         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36461         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36462         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36463         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36464         messages.  Divide the chunk size by the compression ratio
36465         (needed for MACE audio)
36466
36467 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36468
36469         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36470           Fix buffer overflow read error.
36471
36472 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36473
36474         * ext/alsa/gstalsa.h:
36475           Remove unused entry.
36476         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36477           Add cinepak.
36478         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36479         (gst_videodrop_link), (gst_videodrop_chain):
36480           Fix, sort of. Was horribly broken with new capsnego. Bah...
36481
36482 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36483
36484         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36485         (plugin_init):
36486         Add a monkeysaudio typefind function
36487
36488 2004-03-23  Johan Dahlin  <johan@gnome.org>
36489
36490         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36491         (gst_play_video_fixate): Check so the structure has the field
36492         before trying to fixate them, this makes it possible to have
36493         fakesinks for video and audio output without printing errors on
36494         the output console.
36495
36496 2004-03-22  David Schleef  <ds@schleef.org>
36497
36498         * sys/oss/Makefile.am:
36499         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36500         (check_rate), (add_rate):  Rate probing test app.
36501
36502 2004-03-21  Benjamin Otte  <otte@gnome.org>
36503
36504         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36505         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36506           add a fixation function that pretty much does the right thing (fixes
36507           #137556)
36508
36509 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36510
36511         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36512
36513 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36514
36515         reviewed by: Benjamin Otte  <otte@gnome.org>
36516
36517         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36518           terminate gst_event_new_discontinuous correctly (fixes parts of
36519           #137711)
36520
36521 2004-03-19  David Schleef  <ds@schleef.org>
36522
36523         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36524         since it doesn't depend on X, and it's part of our ABI.
36525
36526 2004-03-19  Iain <iain@prettypeople.org>
36527
36528         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36529         is_int in the structure, not the local variable.
36530
36531 2004-03-19  David Schleef  <ds@schleef.org>
36532
36533         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36534         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36535         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36536         Improvements in caps negotiation.
36537
36538 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36539
36540         * po/LINGUAS:
36541         * po/af.po:
36542           adding Afrikaans (Petri Jooste)
36543
36544 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36545
36546         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36547         (gst_ffmpegcolorspace_chain):
36548         throw error instead of g_critical (#137588)
36549
36550 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36551
36552         * Makefile.am:
36553         * configure.ac:
36554           dist common and m4 correctly
36555         * po/sv.po:
36556
36557 2004-03-17  David Schleef  <ds@schleef.org>
36558
36559         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36560         (bug #137348)
36561
36562 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36563
36564         * po/LINGUAS:
36565         * po/sv.po:
36566           adding Swedish translation (Christian Rose)
36567
36568 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36569
36570         * Makefile.am: use release.mak
36571
36572 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36573
36574         * common/ChangeLog:
36575         * common/gst-autogen.sh:
36576           add some explanation about the version detection
36577         * configure.ac:
36578           fix X check
36579
36580 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36581
36582         * configure.ac: bump nano to 1
36583
36584 === release 0.8.0 ===
36585
36586 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36587
36588         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36589
36590 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36591
36592         * configure.ac:
36593           update libtool version
36594         * gst-libs/gst/media-info/Makefile.am:
36595           actually use libtool version
36596
36597 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36598
36599         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36600
36601 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36602
36603         * configure.ac:
36604         * gst-plugins.spec.in:
36605         * pkgconfig/Makefile.am:
36606         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36607         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36608         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36609         * pkgconfig/gstreamer-libs.pc.in:
36610         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36611         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36612         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36613         * pkgconfig/gstreamer-plugins.pc.in:
36614           remove @VERSION@ from some of the pc files since core and plugins
36615           are decoupled.
36616           created gstreamer-plugins.pc as it's a better name, but keeping
36617           -libs around for now to get fixes upstream done first.
36618
36619 2004-03-15  Julien MOUTTE <julien@moutte.net>
36620
36621         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36622         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36623         * gst-libs/gst/play/play.h:
36624
36625 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36626
36627         * *.c, *.cc: don't mix tabs and spaces
36628
36629 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36630
36631         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36632           use the new ffmpegcolorspace
36633         * gst-plugins.spec.in:
36634           package new colorspace and media-info
36635         * configure.ac:
36636         * pkgconfig/Makefile.am:
36637           fix some more disting issues
36638         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36639         * pkgconfig/gstreamer-media-info.pc.in:
36640           generate media-info pc files
36641
36642 2004-03-15  Johan Dahlin  <johan@gnome.org>
36643
36644         * *.h: Revert indenting
36645
36646 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36647
36648         * configure.ac:
36649           adding ffmpegcolorspace element
36650         * gst/ffmpegcolorspace/Makefile.am:
36651         * gst/ffmpegcolorspace/avcodec.h:
36652         * gst/ffmpegcolorspace/common.h:
36653         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36654         * gst/ffmpegcolorspace/dsputil.h:
36655         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36656         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36657         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36658         (gst_ffmpeg_caps_to_pix_fmt):
36659         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36660         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36661         (gst_ffmpegcolorspace_caps_remove_format_info),
36662         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36663         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36664         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36665         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36666         (gst_ffmpegcolorspace_set_property),
36667         (gst_ffmpegcolorspace_get_property),
36668         (gst_ffmpegcolorspace_register):
36669         * gst/ffmpegcolorspace/imgconvert.c:
36670         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36671         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36672         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36673         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36674         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36675         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36676         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36677         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36678         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36679         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36680         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36681         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36682         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36683         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36684         (img_get_alpha_info), (deinterlace_line),
36685         (deinterlace_line_inplace), (deinterlace_bottom_field),
36686         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36687         * gst/ffmpegcolorspace/imgconvert_template.h:
36688         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36689         * gst/ffmpegcolorspace/mmx.h:
36690         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36691           adding ffmpegcolorspace element supplied by Ronald after cleaning
36692           up and pulling in the right bits of upstream source.
36693           I'm sure a better C/compiler wizard could do some cleaning up (for
36694           example use GLIB's malloc stuff), but as a first pass this
36695           works very well
36696
36697 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36698
36699         * ext/alsa/gstalsa.h:
36700           I assume Ronald forgot to commit the change to have cardname
36701           as a struct member.  Expect some public spanking at the next
36702           opportunity.
36703
36704 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36705
36706         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36707         (gst_alsa_open_audio), (gst_alsa_close_audio):
36708         * ext/alsa/gstalsa.c:
36709           Don't open the device if we're a mixer (= padless).
36710         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36711         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36712         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36713           Open mixer during state change rather than during object
36714           initialization. Also, get a device name. Currently in a somewhat
36715           hackish fashion, but I didn't really find something better.
36716
36717 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36718
36719         * *.c, *.h: run gst-indent
36720
36721 2004-03-14  Benjamin Otte  <otte@gnome.org>
36722
36723         * gst/modplug/gstmodplug.cc:
36724         * gst/modplug/gstmodplug.h:
36725           set correct timestamps on outgoing buffers
36726
36727 2004-03-14  Benjamin Otte  <otte@gnome.org>
36728
36729         * gst/modplug/gstmodplug.cc:
36730           handle events - don't do crap when a discont arrives that's not
36731           necessary
36732           This allows correct loading and playback of mods in Rhythmbox
36733
36734 2004-03-14  Benjamin Otte  <otte@gnome.org>
36735
36736         * configure.ac:
36737         * gst-libs/gst/gconf/Makefile.am:
36738         * pkgconfig/Makefile.am:
36739           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36740           they get rebuilt properly
36741         * configure.ac:
36742           when checking for vorbis, try pkgconfig first.
36743         * gst/modplug/gstmodplug.cc:
36744           add fixate function
36745
36746 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36747
36748         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36749           Fix for obvious mistake, where we first shift the offset and then
36750           read a samplesize element assuming the old offset. Note that this
36751           part still has something weird, i.e. my movies containing those
36752           don't actually play well, but at least there's something that looks
36753           like sound now.
36754
36755 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36756         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36757         (plugin_init):
36758         Add a typefind function for speex format
36759
36760 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36761
36762         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36763         (gst_asf_demux_setup_pad):
36764           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36765           instead of 0. Reason is simple: some elements have a fps range
36766           of 1-max instead of 0-max. So now ASF video actually works.
36767
36768 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36769
36770         * po/LINGUAS:
36771         * po/sr.po:
36772           adding serbian as a language
36773
36774 2004-03-13  Benjamin Otte  <otte@gnome.org>
36775
36776         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36777           return taglist correctly from _get function, don't gst_pad_push it.
36778           (fixes #137042)
36779
36780 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36781         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36782
36783 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36784
36785         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36786         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36787         (gst_alsa_mixer_track_new):
36788         * ext/alsa/gstalsamixertrack.h:
36789           Fix ancient leftovers... MixerTrack is a GObject.
36790
36791 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36792
36793         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36794         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36795           Don't block during probing...
36796
36797 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36798
36799         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36800         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36801         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36802         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36803         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36804         (gst_alsa_open_audio), (gst_alsa_close_audio):
36805         * ext/alsa/gstalsa.h:
36806           Add propertyprobe interface implementation, add some device-name
36807           property, all this so that it looks good in gnome-volume-control.
36808
36809 2004-03-12  David Schleef  <ds@schleef.org>
36810
36811         * configure.ac: the Hermes library controls hermescolorspace, not
36812         colorspace.
36813         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36814         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36815         not /* */
36816         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36817         * ext/sdl/sdlvideosink.h: ditto.
36818         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36819
36820 2004-03-12  Benjamin Otte  <otte@gnome.org>
36821
36822         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36823         (gst_x_overlay_got_xwindow_id):
36824         * gst-libs/gst/xoverlay/xoverlay.h:
36825           replace XID with unsigned long to get rid of the xlibs dependency in
36826           XOverlay (fixes #137004)
36827
36828 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36829         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36830         (gst_agingtv_setup):
36831         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36832         (gst_dicetv_base_init), (gst_dicetv_class_init),
36833         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36834         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36835         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36836         (gst_edgetv_setup), (gst_edgetv_rgb32):
36837         * gst/effectv/gsteffectv.c:
36838         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36839         (gst_quarktv_set_property):
36840         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36841         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36842         (gst_revtv_setup), (gst_revtv_rgb32):
36843         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36844         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36845         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36846         (gst_shagadelictv_rgb32):
36847         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36848         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36849         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36850         * gst/effectv/gstwarp.c:
36851         Port everything that can be ported to videofilter and fix up the caps.
36852         Can someone with a big-endian machine please check these?
36853
36854 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36855
36856         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36857         (gst_osssink_chain), (gst_osssink_change_state):
36858           Latest fixes for A/V sync, audio playback and such. This is about
36859           all... MPEG playback issues are mostly related to the async build-
36860           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36861
36862 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36863
36864         patch from: Stephane Loeuillet
36865
36866         * configure.ac:
36867           use pkg-config for some libraries, falling back to the old .m4 way
36868           (fixes #131270)
36869         * m4/libdv.m4:
36870           removed
36871
36872 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36873
36874         * configure.ac:
36875         * tools/Makefile.am:
36876         * tools/Makefile.in:
36877         * tools/gst-launch-ext-m.m:
36878         * tools/gst-launch-ext.1.in:
36879         * tools/gst-visualise-m.m:
36880         * tools/gst-visualise.1:
36881         * tools/gst-visualise.1.in:
36882           reorganizing generation of script tools
36883
36884 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36885
36886         * ext/divx/gstdivxdec.c:
36887           Downgrade priority. We prefer ffdec_mpeg4.
36888         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36889         (gst_faad_chain), (gst_faad_change_state):
36890           Fix capsnego. Doesn't work for some sounds because we don't have
36891           a 5:1 to stereo element.
36892         * ext/xvid/gstxvid.c: (plugin_init):
36893           Add priority.
36894         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36895         (gst_osssink_change_state):
36896           Add discont handling.
36897
36898 2004-03-09  Colin Walters  <walters@verbum.org>
36899
36900         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36901         conversion.
36902
36903 2004-03-09  Benjamin Otte  <otte@gnome.org>
36904
36905         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36906           the signals take 2 arguments
36907
36908 2004-03-09  David Schleef  <ds@schleef.org>
36909
36910         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36911         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36912         * ext/alsa/gstalsa.h:
36913         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36914
36915 2004-03-09  Benjamin Otte  <otte@gnome.org>
36916
36917         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36918         (gst_mikmod_change_state):
36919         * ext/mikmod/gstmikmod.h:
36920           make mikmod's loop function not loop infinitely and call
36921           gst_element_yield anymore
36922         * gst/modplug/gstmodplug.cc:
36923           fix pad negotiation (fixes #136590)
36924
36925 2004-03-09  David Schleef  <ds@schleef.org>
36926
36927         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36928         doesn't conflict with the internal colorspace plugin.
36929         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36930         satisfy the crappy-ass shell shipped by a certain vendor.
36931         * gst/videofilter/make_filter: same (bug #135299)
36932
36933 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36934
36935         * configure.ac: bump nano to 1
36936
36937 === release 0.7.6 ===
36938
36939 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36940
36941         * configure.in: releasing 0.7.6, "There"
36942
36943 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36944
36945         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36946         * pkgconfig/gstreamer-play.pc.in:
36947           synchronize the two
36948
36949 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36950
36951         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36952         (cdparanoia_open), (cdparanoia_event):
36953           fix/add error handling
36954         * po/POTFILES.in:
36955           add cdparanoia source
36956         * tools/Makefile.am:
36957           make scripts executable
36958
36959 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36960
36961         * configure.ac:
36962         * ext/vorbis/Makefile.am:
36963         * sys/Makefile.am:
36964           remove id3types, vorbisfile and xvideosink from the build (#133783)
36965
36966 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36967
36968         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36969           Fix metadata read crash (#136537).
36970
36971 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36972
36973         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36974         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36975           adding mime types, fixing the one-stop function
36976
36977 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36978
36979         * ext/nas/nassink.c and /ext/nas/nassink.h:
36980         More NAS love from Arwed von Merkatz
36981         So lets all sing 'Can you feel the NAS tonight'
36982
36983 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36984
36985         * tools/gst-launch-ext.in:
36986         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36987
36988 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36989
36990         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36991         (gst_mpeg2dec_init):
36992         remove the user_data pad for now, because it is being used in
36993         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36994         If someone knows how to fix this properly, please do.
36995
36996 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36997
36998         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36999         (gst_osssink_get_time):
37000         add a warning, IMO this won't get triggered anymore, remove later
37001
37002 2004-03-07  David Schleef  <ds@schleef.org>
37003
37004         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37005         format (bug #136470)
37006
37007 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37008
37009         * gst-libs/Makefile.am:
37010         * gst-libs/gst/media-info/Makefile.am:
37011         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37012         (error_callback), (gst_media_info_error_create),
37013         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37014         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37015         * gst-libs/gst/media-info/media-info-priv.h:
37016         * gst-libs/gst/media-info/media-info-test.c: (main):
37017         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37018         (gst_media_info_class_init), (gst_media_info_instance_init),
37019         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37020         (gst_media_info_read_idler), (gst_media_info_read):
37021         * gst-libs/gst/media-info/media-info.h:
37022         fixed, should work now
37023
37024 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37025
37026         * ext/nas/nassink.c:
37027         A bunch of NAS fixes from Arwed von Merkatz
37028
37029 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37030
37031         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37032         (qtdemux_parse_trak):
37033           Fix crash (j might be greater than n_samples, in which case we're
37034           writing outside the allocated space for the array) and memleak.
37035
37036 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37037
37038         * sys/oss/gstosssink.c: (gst_osssink_chain):
37039           And another caller that couldn't handle delay < 0 (unsigned
37040           integer overflow). Video now continues playing on an audio
37041           buffer underrun, and the clock continues working. Audio still
37042           stalls.
37043
37044 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37045
37046         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37047         (gst_osssink_get_time):
37048           get_delay() may return values lower than 0. In those cases, we
37049           should not actually cast to *unsigned* int64, that will break
37050           stuff horribly. In my case, it screwed up A/V sync in movies
37051           in totem rather badly.
37052
37053 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37054
37055         * ext/faac/gstfaac.c: (gst_faac_chain):
37056         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37057         * ext/libpng/gstpngenc.c: (user_write_data):
37058         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37059         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37060         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37061         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37062         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37063         of any buffer), should fix some leaks. I hope I didn't unref buffers
37064         that shouldn't be...
37065
37066 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37067
37068         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37069         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37070         (error_callback), (gmi_reset), (gmi_seek_to_track),
37071         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37072         (gmip_find_type_post), (gmip_find_stream_post),
37073         (gmip_find_track_streaminfo_post):
37074         * gst-libs/gst/media-info/media-info-priv.h:
37075         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37076         (info_print), (main):
37077         * gst-libs/gst/media-info/media-info.c:
37078         (gst_media_info_error_create), (gst_media_info_error_element),
37079         (gst_media_info_instance_init), (gst_media_info_get_property),
37080         (gst_media_info_new), (gst_media_info_set_source),
37081         (gst_media_info_read_idler), (gst_media_info_read):
37082         * gst-libs/gst/media-info/media-info.h:
37083           first pass at making this work again.  This seems to work on
37084           tagged ogg/vorbis and mp3 files.
37085
37086 2004-03-06  Benjamin Otte  <otte@gnome.org>
37087
37088         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37089           fix huge leak: gst_buffer_merge doesn't unref the first argument
37090           itself.
37091
37092 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37093
37094         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37095           report layer/mode/emphasis
37096
37097 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37098
37099         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37100
37101 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37102
37103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37104           signal serial
37105
37106 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37107
37108         * ext/vorbis/vorbis.c: (plugin_init):
37109         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37110         (gst_vorbis_dec_init), (vorbis_dec_event):
37111         add debug category
37112         make vorbisdec handle _BYTE and _TIME queries
37113
37114 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37115
37116         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37117           from the xing header
37118
37119 2004-03-06  Benjamin Otte  <otte@gnome.org>
37120
37121         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37122         (gst_audio_convert_link), (gst_audio_convert_change_state),
37123         (gst_audio_convert_buffer_from_default_format):
37124           do conversions from/to float correctly, fix some caps nego errors,
37125           export correct supported caps in template and getcaps, use correct
37126           caps in try_set_caps functions
37127
37128 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37129
37130         For some reason, I only committed a ChangeLog entry yesterday and
37131         not the corresponding code...
37132         * ext/mad/gstmad.c: Fix detection of Xing headers
37133         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37134
37135 2004-03-06  Benjamin Otte  <otte@gnome.org>
37136
37137         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37138         (gst_ogg_demux_src_query):
37139           make sure to handle the case where there's no current chain
37140           gracefully.
37141
37142 2004-03-05  David Schleef  <ds@schleef.org>
37143
37144         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37145         Add fixate function. (bug #131128)
37146         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37147         (gst_sdlvideosink_fixate):  Add fixate function.
37148         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37149         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37150         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37151         Fix missing break that was causing ulaw to be interpreted as
37152         raw int.
37153
37154 2004-03-05  David Schleef  <ds@schleef.org>
37155
37156         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37157         Fix code that ignores return value of gst_buffer_merge().
37158         (bug #114560)
37159         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37160         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37161         * testsuite/gst-lint:  Check for above.
37162
37163 2004-03-05  David Schleef  <ds@schleef.org>
37164
37165         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37166         caps and throw an element error.  (bug #136334)
37167
37168 2004-03-05  David Schleef  <ds@schleef.org>
37169
37170         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37171         (gst_faad_chain): Fix negotiation.
37172         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37173         key and button events.
37174         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37175         dung heap of code.
37176         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37177         depends on gconf
37178         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37179         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37180         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37181         function to encourage better negotiation, particularly between
37182         audioconvert and osssink.
37183         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37184         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37185         more important.
37186         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37187         typefinding.
37188         * gst/vbidec/vbiscreen.c:  Add glib header
37189         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37190
37191 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37192
37193         * ext/mad/gstmad.c: Fix detection of Xing headers
37194         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37195
37196 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37197
37198         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37199         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37200           debug updates
37201
37202 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37203
37204         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37205         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37206         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37207         files, and report the parsed length as a GST_TAG_DURATION tag.
37208         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37209
37210 2004-03-05  Benjamin Otte  <otte@gnome.org>
37211
37212         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37213           convert channels correctly. convert correctly to unsigned.
37214
37215 2004-03-05  Julien MOUTTE <julien@moutte.net>
37216
37217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37218         we have a window before clearing it.
37219
37220 2004-03-05  Julien MOUTTE <julien@moutte.net>
37221
37222         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37223         have a window before clearing it.
37224
37225 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37226
37227         * gconf/gstreamer.schemas.in:
37228         * gst-libs/gst/gconf/Makefile.am:
37229           version installation path the same way as for 0.6
37230         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37231         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37232         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37233           remove comment that was fixed
37234
37235 2004-03-05  David Schleef  <ds@schleef.org>
37236
37237         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37238         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37239         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37240         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37241         Add prototype code for handling seeking and querying.
37242
37243 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37244
37245         * examples/gstplay/player.c: (main):
37246           Initialize variables to NULL. Prevents a segfault because the
37247           (uninitialized) variable is not NULL, resulting in a crash on
37248           trying to reach error->message.
37249
37250 2004-03-05  Benjamin Otte  <otte@gnome.org>
37251
37252         * gst/audioconvert/gstaudioconvert.c:
37253         (gst_audio_convert_buffer_to_default_format):
37254         make float=>int conversion work correctly even in cornercases.
37255
37256 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37257
37258         * debian/README.Debian:
37259         * debian/build-deps:
37260         * debian/changelog:
37261         * debian/control:
37262         * debian/control.in:
37263         * debian/copyright:
37264         * debian/gstreamer-a52dec.files:
37265         * debian/gstreamer-aa.files:
37266         * debian/gstreamer-alsa.files:
37267         * debian/gstreamer-alsa.manpages:
37268         * debian/gstreamer-arts.files:
37269         * debian/gstreamer-artsd.files:
37270         * debian/gstreamer-audiofile.files:
37271         * debian/gstreamer-avifile.files:
37272         * debian/gstreamer-cdparanoia.files:
37273         * debian/gstreamer-colorspace.files:
37274         * debian/gstreamer-doc.files:
37275         * debian/gstreamer-dv.files:
37276         * debian/gstreamer-dvd.files:
37277         * debian/gstreamer-esd.files:
37278         * debian/gstreamer-festival.files:
37279         * debian/gstreamer-flac.files:
37280         * debian/gstreamer-gconf.conffiles:
37281         * debian/gstreamer-gconf.files:
37282         * debian/gstreamer-gconf.postinst:
37283         * debian/gstreamer-gnomevfs.files:
37284         * debian/gstreamer-gsm.files:
37285         * debian/gstreamer-http.files:
37286         * debian/gstreamer-jack.files:
37287         * debian/gstreamer-jpeg.files:
37288         * debian/gstreamer-mad.files:
37289         * debian/gstreamer-mikmod.files:
37290         * debian/gstreamer-misc.files:
37291         * debian/gstreamer-mpeg2dec.files:
37292         * debian/gstreamer-oss.files:
37293         * debian/gstreamer-plugin-apps.files:
37294         * debian/gstreamer-plugin-apps.manpages:
37295         * debian/gstreamer-plugin-libs-dev.files:
37296         * debian/gstreamer-plugin-libs.files:
37297         * debian/gstreamer-plugin-template.postinst:
37298         * debian/gstreamer-plugin-template.postrm:
37299         * debian/gstreamer-sdl.files:
37300         * debian/gstreamer-sid.files:
37301         * debian/gstreamer-vorbis.files:
37302         * debian/gstreamer-x.files:
37303         * debian/mk.control:
37304         * debian/rules:
37305         Debian package info not maintained here.
37306
37307 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37308
37309         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37310         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37311         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37312         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37313         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37314         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37315         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37316         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37317         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37318         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37319         * gst-libs/gst/colorbalance/colorbalance.c:
37320         (gst_color_balance_class_init):
37321         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37322         (gst_color_balance_channel_class_init):
37323         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37324         * gst-libs/gst/play/play.c: (gst_play_class_init):
37325         * gst-libs/gst/propertyprobe/propertyprobe.c:
37326         (gst_property_probe_iface_init):
37327         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37328         * gst-libs/gst/tuner/tunerchannel.c:
37329         (gst_tuner_channel_class_init):
37330         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37331         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37332         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37333         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37334         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37335         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37336         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37337         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37338         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37339           fix signals to use - instead of _
37340         * ext/libcaca/gstcacasink.h:
37341         * ext/sdl/sdlvideosink.h:
37342           fix header rename
37343
37344 2004-03-04  David Schleef  <ds@schleef.org>
37345
37346         * testsuite/gst-lint:  Add a check for bad signal names.
37347
37348 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37349
37350         reviewed by David Schleef
37351
37352         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37353         modified the alpha channel and caused a warning. (bug #136192)
37354
37355 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37356
37357         * gst-plugins.spec.in:
37358         Change names of plugins to actually be correct. Try to keep things
37359         alphabetical to avoid getting beat up by Thomas
37360
37361 2004-03-03  Julien MOUTTE <julien@moutte.net>
37362
37363         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37364         Using ximagesink as a default if no gconf key found. We should
37365         probably consider using alsasink instead of osssink for the audio
37366         part.
37367
37368 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37369
37370         * configure.ac:
37371           fix --with-plugins, don't think it ever worked before
37372         * gst-plugins.spec.in:
37373           even more updates
37374
37375 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37376
37377         * ext/sdl/sdlvideosink.h:
37378         * sys/ximage/ximagesink.h:
37379         * sys/xvideo/xvideosink.h:
37380         * sys/xvimage/xvimagesink.h:
37381           Fix for move of gstvideosink.h -> videosink.h.
37382
37383 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37384
37385         * gst-libs/gst/xwindowlistener/Makefile.am:
37386           this is a plugin library, not a library
37387
37388 2004-03-01  David Schleef  <ds@schleef.org>
37389
37390         * AUTHORS:  Added some names.  Add yourself if you're still
37391         missing.
37392
37393 2004-03-01  David Schleef  <ds@schleef.org>
37394
37395         * MAINTAINERS: Add
37396
37397 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37398
37399         * gst-plugins.spec.in: clean up spec file
37400
37401 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37402
37403         * gst-libs/gst/video/Makefile.am:
37404         * gst-libs/gst/video/gstvideosink.c:
37405         * gst-libs/gst/video/gstvideosink.h:
37406           rename gstvideosink.h to videosink.h to match other headers
37407         * gst/mixmatrix/Makefile.am:
37408           fix plugin filename
37409         * gst/tags/Makefile.am: fix plugin filename
37410
37411 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37412
37413         * gst/tags/Makefile.am: fix plugin filename
37414
37415 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37416
37417         * examples/gstplay/player.c: (got_time_tick), (main):
37418           add error handler
37419           display time_tick more readably
37420         * gst/mixmatrix/Makefile.am:
37421           fix plugin file name
37422
37423 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37424
37425         * sys/oss/gstosselement.c: (gst_osselement_probe),
37426         (device_combination_append), (gst_osselement_class_probe_devices):
37427         * sys/oss/gstosselement.h:
37428           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37429           on my system using alsa oss emulation, fixes bug #135597
37430
37431 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37432
37433         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37434         (gst_videodrop_chain), (gst_videodrop_change_state):
37435         * gst/videodrop/gstvideodrop.h:
37436           Work based on timestamp of input data, not based on the expected
37437           framerate from the input. The consequence is that this element now
37438           not only scales framerates, but also functions as a framerate
37439           corrector or framerate stabilizer/constantizer.
37440
37441 2004-02-27  David Schleef  <ds@schleef.org>
37442
37443         patches from jmmv@menta.net (Julio M. Merino Vidal)
37444
37445         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37446         GST_ELEMENT_ERROR call (bug #135634)
37447         * gst/interleave/interleave.c: (interleave_buffered_loop),
37448         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37449         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37450         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37451         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37452         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37453         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37454         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37455         Fix GST_ELEMENT_ERROR call.
37456         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37457         GST_ELEMENT_ERROR call.
37458
37459 2004-02-27  Benjamin Otte  <otte@gnome.org>
37460
37461         * gst-libs/gst/audio/audio.h:
37462           add macro to make sure header isn't included twice
37463         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37464           don't use gst_buffer_free
37465         * gst/playondemand/filter.func:
37466           don't use gst_data_free. Free data only once.
37467
37468 2004-02-26  David Schleef  <ds@schleef.org>
37469
37470         * gst-libs/gst/colorbalance/Makefile.am:
37471         * gst-libs/gst/mixer/Makefile.am:
37472         * gst-libs/gst/tuner/Makefile.am:
37473         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37474         should not be disted, -marshal.h files should not be installed,
37475         and -enum.h files _should_ be installed.  Fix to make this the
37476         case.
37477
37478 === release 0.7.5 ===
37479
37480 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37481
37482         * configure.ac: release 0.7.5, "Under The Sea"
37483
37484 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37485
37486         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37487         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37488         * gst/videoscale/gstvideoscale.c:
37489         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37490           assorted debug/warning fixes
37491
37492 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37493
37494         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37495         (gst_videoscale_init), (gst_videoscale_chain),
37496         (gst_videoscale_set_property), (plugin_init):
37497         * gst/videoscale/gstvideoscale.h:
37498         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37499         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37500         (gst_videoscale_planar400), (gst_videoscale_packed422),
37501         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37502         (gst_videoscale_24bit), (gst_videoscale_16bit),
37503         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37504         (gst_videoscale_scale_plane_slow),
37505         (gst_videoscale_scale_point_sample),
37506         (gst_videoscale_scale_nearest),
37507         (gst_videoscale_scale_nearest_str2),
37508         (gst_videoscale_scale_nearest_str4),
37509         (gst_videoscale_scale_nearest_32bit),
37510         (gst_videoscale_scale_nearest_24bit),
37511         (gst_videoscale_scale_nearest_16bit):
37512         add debugging category and use it properly
37513         fix use of GST_PTR_FORMAT
37514
37515 2004-02-25  Andy Wingo  <wingo@pobox.com>
37516
37517         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37518         push only when channel->buffer is NULL. Prevents segfaults doing
37519         the state change after a nonlocal exit, like a scheme exception.
37520
37521         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37522         Handle the case where the intersected caps is empty.
37523
37524 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37525
37526         * gst/law/mulaw-decode.c: (mulawdec_link):
37527         * gst/law/mulaw.c: (plugin_init):
37528           fix mulawdec so it actually works again
37529
37530 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37531
37532         reviewed by: David Schleef  <ds@schleef.org>
37533
37534         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37535         (gst_gamma_init), (gst_gamma_set_property),
37536         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37537         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37538         for RGB, with separate r g and b correction factors. (#131167)
37539
37540 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37541
37542         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37543           only signal tags for bitrate if they're > 0 (#134894)
37544
37545 2004-02-24  David Schleef  <ds@schleef.org>
37546
37547         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37548         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37549         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37550         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37551         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37552         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37553         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37554         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37555         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37556         category.  Attempt to fix timestamp calculation.
37557
37558 2004-02-24  Johan Dahlin  <johan@gnome.org>
37559
37560         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37561
37562 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37563
37564         * configure.ac:
37565         * gconf/Makefile.am:
37566         * gconf/gstreamer.schemas:
37567         * gst-libs/gst/gconf/Makefile.am:
37568         * gst-libs/gst/gconf/gconf.c:
37569           version gconf schemas and install locations
37570
37571 2004-02-23  Benjamin Otte  <otte@gnome.org>
37572
37573         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37574         (gst_xine_input_subclass_init):
37575           call parent dispose.
37576           change pad template for CD reader correctly
37577         * ext/xine/Makefile.am:
37578         * ext/xine/gstxine.h:
37579         * ext/xine/xine.c: (plugin_init):
37580         * ext/xine/xineaudiosink.c:
37581           wrap audio sinks, too
37582         * gst-libs/gst/resample/private.h:
37583         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37584         (gst_resample_reinit), (gst_resample_scale),
37585         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37586         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37587         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37588         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37589         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37590         * gst-libs/gst/resample/resample.h:
37591         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37592         (gst_audioscale_class_init), (gst_audioscale_link),
37593         (gst_audioscale_get_buffer), (gst_audioscale_init),
37594         (gst_audioscale_chain), (gst_audioscale_set_property),
37595         (gst_audioscale_get_property):
37596         * gst/audioscale/gstaudioscale.h:
37597           s/resample_*/gst_resample_*/i to not clobber namespaces
37598
37599 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37600
37601         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37602         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37603         (gst_riff_create_video_template_caps),
37604         (gst_riff_create_audio_template_caps),
37605         (gst_riff_create_iavs_template_caps):
37606         * gst-libs/gst/riff/riff-media.h:
37607         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37608         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37609         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37610         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37611         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37612         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37613         (gst_matroska_demux_plugin_init): First batch implementing audio and
37614         video codec tags in demuxers.
37615
37616 2004-02-22  Benjamin Otte  <otte@gnome.org>
37617
37618         * ext/xine/Makefile.am:
37619         * ext/xine/gstxine.h:
37620         * ext/xine/xine.c: (plugin_init):
37621         * ext/xine/xineinput.c:
37622           add input plugin wrapper. Playback from files, http, mms and cdda
37623           works.
37624         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37625           remove leftover G_GNUC_UNUSED
37626         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37627         (gst_asf_demux_identify_guid):
37628           improve debugging output
37629
37630 2004-02-22  Benjamin Otte  <otte@gnome.org>
37631
37632         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37633
37634         * autogen.sh:
37635           replace test -e with test -x for mkinstalldirs to be more portable.
37636           (fixes #134816)
37637
37638 2004-02-22  Benjamin Otte  <otte@gnome.org>
37639
37640         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37641
37642         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37643           set rank to PRIMARY
37644         * gst/volume/gstvolume.c: (plugin_init):
37645           set rank to NONE
37646         fixes #134960
37647
37648 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37649
37650         reviewed by Benjamin Otte  <otte@gnome.org>
37651
37652         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37653           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37654
37655 2004-02-22  Benjamin Otte  <otte@gnome.org>
37656
37657         * configure.ac:
37658           export [_]*{gst,Gst,GST}.* symbols from plugins
37659
37660 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37661
37662         reviewed by: Benjamin Otte  <otte@gnome.org>
37663
37664         * ext/lame/gstlame.c: (add_one_tag):
37665         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37666         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37667         (gst_vorbisenc_metadata_set1):
37668         * gst/tags/gstid3tag.c:
37669         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37670           apply fixes from bugs #135042 (lame can't write tags) and #133817
37671           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37672
37673 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37674
37675         * configure.ac: Export only gst_plugin_desc from plugins.
37676          Note that this change only makes any effect with Linux using libtool
37677          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37678          fine. And don't try to have several versions of libtool in different
37679          directories.
37680
37681 2004-02-20  Andy Wingo  <wingo@pobox.com>
37682
37683         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37684         interleave respectively.
37685
37686         * gst/interleave/deinterleave.c: New plugin: deinterleave
37687         (replaces on oneton).
37688         * gst/interleave/interleave.c: New plugin: interleave.
37689         * gst/interleave/plugin.h: Support file.
37690         * gst/interleave/plugin.c: Support file.
37691
37692         * configure.ac: Remove intfloat and oneton, add interleave.
37693
37694         * ext/sndfile/gstsf.c: Handle events better.
37695
37696         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37697         and float2int operation. int2float has scheduling problems as
37698         noted in in2float_chain.
37699
37700 2004-02-20  Benjamin Otte  <otte@gnome.org>
37701
37702         * ext/xine/Makefile.am:
37703         * ext/xine/gstxine.h:
37704         * ext/xine/xine.c:
37705         * ext/xine/xineaudiodec.c:
37706         * ext/xine/xinecaps.c:
37707           add first version of xine plugin wrapper. Currently only wraps the
37708           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37709         * configure.ac:
37710         * ext/Makefile.am:
37711           add xine plugin wrapper, disabled by default. Use --enable-xine to
37712           build. Note that it'll segfault on gst-register if you don't remove
37713           the goom and tvtime post plugins from xine.
37714         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37715         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37716           add extradata parsing for QDM2.
37717           change around debugging prints.
37718
37719 2004-02-19  Benjamin Otte  <otte@gnome.org>
37720
37721         * ext/lame/gstlame.c: (gst_lame_chain):
37722         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37723           use gst_tag_list_insert when you want to insert tags
37724
37725 2004-02-18  David Schleef  <ds@schleef.org>
37726
37727         * configure.ac:  Move massink to gst-rotten
37728         * ext/Makefile.am:
37729         * ext/mas/Makefile.am:
37730         * ext/mas/massink.c:
37731         * ext/mas/massink.h:
37732
37733 2004-02-18  David Schleef  <ds@schleef.org>
37734
37735         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37736         typefinding, since it seems to be worse than nothing.
37737         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37738         atom to recognize .mp4 and .m4a files as video/quicktime.
37739
37740 2004-02-18  David Schleef  <ds@schleef.org>
37741
37742         * gst/sine/demo-dparams.c: (quit_live),
37743         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37744         Use double dparams, not float.
37745         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37746         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37747         sync'd elements don't really work correctly.
37748         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37749         (volume_update_volume), (volume_get_property):  Change dparam
37750         to double.
37751
37752 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37753
37754         * sys/ximage/ximagesink.c:
37755         (gst_ximagesink_xwindow_update_geometry),
37756         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37757         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37758         (gst_ximagesink_init): Rework the way software video scaling works. So
37759         now we check on each chain call if the video frames are feeling the
37760         window. If not we try to renegotiate caps. On failure we memorize that
37761         and we won't try again for that PLAYING sessions.
37762         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37763         failure.
37764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37765         synchronous flag.
37766
37767 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37768
37769         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37770           break up _link so we can give a better debug message for errors
37771
37772 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37773
37774         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37775           set up debug category
37776
37777 2004-02-18  Julien MOUTTE <julien@moutte.net>
37778
37779         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37780         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37781         the way renegotiation work. The event handling function is not taking
37782         care of external windows and renegotiate method check for pad flags
37783         NEGOTIATING. Should fix : #133209
37784
37785 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37786
37787         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37788         pad is negotiating before trying renegotiation.
37789
37790 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37791
37792         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37793           pass on all possible mime types as typefind hints
37794
37795 2004-02-17  Julien MOUTTE <julien@moutte.net>
37796
37797         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37799         possible SHM leak if we crash. All other apps using XShm are doing
37800         that.
37801
37802 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37803
37804         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37805         (gst_ximagesink_expose): Renegotiate size on expose.
37806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37807         size on expose.
37808
37809 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37810
37811         * testsuite/alsa/sinesrc.c:
37812           cosmetic fix to fix compile issue with gcc 2.95.4
37813
37814 2004-02-16  Julien MOUTTE <julien@moutte.net>
37815
37816         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37817         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37818         failed opening the audio device.
37819         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37820         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37821         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37822         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37823         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37824         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37825         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37826         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37827         Removing some useless g_return_if_fail like wingo suggested.
37828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37829         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37830         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37831         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37832         (gst_xvimagesink_update_colorbalance),
37833         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37834         (gst_xvimagesink_xcontext_clear),
37835         (gst_xvimagesink_get_fourcc_from_caps),
37836         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37837         (gst_xvimagesink_set_xwindow_id),
37838         (gst_xvimagesink_colorbalance_list_channels),
37839         (gst_xvimagesink_colorbalance_set_value),
37840         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37841         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37842
37843 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37844
37845         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37846           throw error when not negotiated instead of asserting
37847
37848 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37849
37850         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37851         correct data refcounting.
37852
37853 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37854
37855         * gst/switch/gstswitch.c: (gst_switch_change_state),
37856         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37857         change, mostly the EOS flag.
37858
37859 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37860
37861         * examples/gstplay/player.c: (got_eos), (main): Adding some
37862         output for debugging.
37863         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37864         timeouts if we go to any state different from PLAYING.
37865         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37866         more EOS bugs in riff lib.
37867
37868 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37869
37870         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37871         visualization until i find a way to fix switch correctly.
37872         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37873         EOS arrives.
37874         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37875         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37876         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37877         Reworked switch to get a more correct behaviour with events and refing
37878         of data stored in sinkpads.
37879         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37880         we don't pull from a pad in EOS.
37881
37882 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37883
37884         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37885           remove v1 tag even if we can't read it (makes sure we don't detect
37886           it again)
37887
37888 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37889
37890         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37891         (gst_alsa_xrun_recovery):
37892         * ext/alsa/gstalsa.h:
37893           try xrun recovery when wait failed. Make xrun recovery function
37894           return TRUE/FALSE to indicate success. (might fix #134354)
37895
37896 2004-02-13  David Schleef  <ds@schleef.org>
37897
37898         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37899         (dynparm_value_changed), (main): Convert from float to double.
37900         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37901
37902 2004-02-13  David Schleef  <ds@schleef.org>
37903
37904         * gst/silence/gstsilence.c: (gst_silence_class_init),
37905         (gst_silence_set_clock), (gst_silence_get),
37906         (gst_silence_set_property), (gst_silence_get_property):
37907         * gst/silence/gstsilence.h: Add sync property.
37908         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37909         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37910         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37911         * gst/sine/gstsinesrc.h: Add sync property.
37912
37913 2004-02-13  David Schleef  <ds@schleef.org>
37914
37915         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37916         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37917
37918 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37919
37920         * configure.ac:
37921         * ext/Makefile.am:
37922         * gst-libs/ext/Makefile.am:
37923           move ffmpeg plugin to gst-ffmpeg module
37924
37925 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37926
37927         * configure.ac: use GST_ARCH to detect architecture
37928
37929 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37930
37931         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37932
37933 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37934
37935         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37936           classify LADSPA plugins based on number of src/sink pads
37937           (#133663, Stefan Kost)
37938         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37939           fix dparams registration
37940           (#133528, Stefan Kost)
37941         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37942           fix use of isprint and use g_ascii_isprint instead
37943           (#133316, Stefan Kost)
37944
37945 2004-02-11  David Schleef  <ds@schleef.org>
37946
37947         Convert a few inner loops to use liboil.  This is currently
37948         optional, and is only enabled if liboil is present (duh!).
37949         * configure.ac: Check for liboil-0.1
37950         * gst/intfloat/Makefile.am:
37951         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37952         (gst_int2float_chain_gint16):
37953         * gst/videofilter/Makefile.am:
37954         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37955         (tablelookup_u8), (gst_videobalance_planar411):
37956         * gst/videotestsrc/Makefile.am:
37957         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37958         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37959         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37960         (paint_hline_RGB565), (paint_hline_xRGB1555):
37961
37962 2004-02-11  David Schleef  <ds@schleef.org>
37963
37964         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37965         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37966         (gst_colorspace_getcaps), (gst_colorspace_link),
37967         (gst_colorspace_base_init), (gst_colorspace_init),
37968         (gst_colorspace_chain), (gst_colorspace_change_state),
37969         (plugin_init): Merge Ronald's patch (bug #117897) and update
37970         for new caps and negotiation.  Seems to work, although it
37971         shows off bugs in lcs.
37972
37973 2004-02-11  David Schleef  <ds@schleef.org>
37974
37975         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37976         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37977
37978 2004-02-11  David Schleef  <ds@schleef.org>
37979
37980         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37981         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37982         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37983         Add server and port properties
37984
37985 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37986
37987         * m4/a52.m4:
37988         * m4/aalib.m4:
37989         * m4/as-ffmpeg.m4:
37990         * m4/as-liblame.m4:
37991         * m4/as-slurp-ffmpeg.m4:
37992         * m4/check-libheader.m4:
37993         * m4/esd.m4:
37994         * m4/freetype2.m4:
37995         * m4/gconf-2.m4:
37996         * m4/glib.m4:
37997         * m4/gst-alsa.m4:
37998         * m4/gst-artsc.m4:
37999         * m4/gst-ivorbis.m4:
38000         * m4/gst-matroska.m4:
38001         * m4/gst-sdl.m4:
38002         * m4/gst-shout2.m4:
38003         * m4/gst-sid.m4:
38004         * m4/gtk.m4:
38005         * m4/libdv.m4:
38006         * m4/libfame.m4:
38007         * m4/libmikmod.m4:
38008         * m4/ogg.m4:
38009         * m4/vorbis.m4:
38010           fix underquotedness of macros (#133800)
38011         * m4/as-avifile.m4:
38012         * m4/xmms.m4:
38013           removed because no longer used
38014
38015 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38016
38017         * configure.ac:
38018           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38019           by autopoint (fixes #132996)
38020
38021 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38022
38023         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38024         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38025         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38026         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38027           fix memleaks
38028
38029 2004-02-11  David Schleef  <ds@schleef.org>
38030
38031         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38032         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38033         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38034         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38035         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38036         (gst_jpegenc_class_init), (gst_jpegenc_init),
38037         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38038         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38039         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38040         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38041
38042 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38043
38044         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38045         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38046         * ext/mikmod/gstmikmod.h:
38047           fix caps negotiation in mikmod
38048         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38049           output debug information
38050
38051 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38052
38053         * gst-libs/gst/colorbalance/Makefile.am:
38054         * gst-libs/gst/navigation/Makefile.am:
38055         * gst-libs/gst/xoverlay/Makefile.am:
38056           remove unused GST_OPT_CFLAGS from Makefiles
38057           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38058
38059 2004-02-07  David Schleef  <ds@schleef.org>
38060
38061         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38062         push events to pads that haven't been created (#133508)
38063
38064 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38065
38066         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38067         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38068         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38069         (gst_dvdec_loop), (gst_dvdec_change_state):
38070         Second attempt at committing a working dvdec element.
38071
38072 2004-02-06  David Schleef  <ds@schleef.org>
38073
38074         Build fixes for OS X: (see #129600)
38075         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38076         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38077         (gst_riff_read_strf_iavs):
38078         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38079         (gst_avi_demux_stream_odml):
38080         * gst/playondemand/Makefile.am:
38081         * gst/rtp/rtp-packet.c:
38082
38083 2004-02-05  David Schleef  <ds@schleef.org>
38084
38085         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38086         last change, because it Just Doesn't Compile.
38087
38088 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38089
38090         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38091           skip undecodable id3v2 tag instead of keeping it
38092
38093 2004-02-05  David Schleef  <ds@schleef.org>
38094
38095         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38096         Unref leaked buffer.  (Noticed by Ronald)
38097
38098 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38099
38100         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38101         Sync requires with other checks.  >= vs =.
38102
38103 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38104
38105         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38106         (gst_dvdec_video_link), (gst_dvdec_loop):
38107         * ext/dv/gstdvdec.h:
38108           rework the caps negotiation so that dvdec works again instead
38109           of just segfaulting.
38110
38111 === release 0.7.4 ===
38112
38113 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38114
38115         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38116         * configure.ac: changed for release
38117
38118 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38119
38120         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38121         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38122         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38123         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38124           reworked patch by David Lehn to fix libdir and includedir for
38125           uninstalled libraries
38126           removed play and gconf from gstreamer-libs since they have their
38127           own pkgconfig files
38128
38129 2004-02-04  David Schleef  <ds@schleef.org>
38130
38131         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38132         memleak.
38133
38134 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38135
38136         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38137           use correct GST_TAG_ENCODER tag
38138
38139 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38140
38141         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38142           be sure to stop the clock when going to paused
38143         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38144           reset number of transmitted when going to ready.
38145         fixes #132935
38146
38147 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38148
38149         reviewed by Benjamin Otte
38150
38151         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38152           extract track count (fixes #133410)
38153
38154 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38155
38156         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38157           that should be !=, not == (fixes #132519)
38158
38159 2004-02-04  David Schleef  <ds@schleef.org>
38160
38161         Make sure set_explicit_caps() is called before adding pad.
38162         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38163         * gst/id3/gstid3types.c: (gst_id3types_loop):
38164         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38165         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38166
38167 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38168
38169         * configure.ac:
38170           bump nano to 2, first prerelease
38171           put back AM_PROG_LIBTOOL
38172
38173 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38174
38175         * testsuite/alsa/Makefile.am:
38176           these are user test apps, not automatic testsuite tests
38177
38178 2004-02-04  David Schleef  <ds@schleef.org>
38179
38180         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38181         * gst/mpeg1videoparse/gstmp1videoparse.c:
38182         (mp1videoparse_parse_seq):
38183         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38184         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38185         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38186         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38187         (gst_xvideosink_getcaps):
38188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38189         * testsuite/gst-lint: more tests
38190
38191 2004-02-04  David Schleef  <ds@schleef.org>
38192
38193         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38194         with the code that they would expand to.
38195         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38196         (gst_flacdec_get_src_query_types),
38197         (gst_flacdec_get_src_event_masks):
38198         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38199         (gst_gnomevfssrc_get_query_types),
38200         (gst_gnomevfssrc_get_event_mask):
38201
38202 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38203
38204         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38205         (gst_sinesrc_dispose):
38206           fix memleak by properly disposing sinesrc
38207
38208 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38209
38210         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38211         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38212         an overlay to redraw the image because it has been exposed.
38213         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38214         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38215         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38216         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38217         interface
38218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38219         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38220         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38221         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38222         interface
38223
38224 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38225
38226         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38227           more memleak fixage
38228
38229 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38230
38231         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38232         * gst/typefind/gsttypefindfunctions.c:
38233           fix memleaks shown by gst-typefind
38234
38235 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38236
38237         * common/glib-gen.mak:
38238           add hack rule to touch .Plo files
38239         * gst-libs/gst/colorbalance/Makefile.am:
38240         * gst-libs/gst/mixer/Makefile.am:
38241         * gst-libs/gst/play/Makefile.am:
38242         * gst-libs/gst/tuner/Makefile.am:
38243           remove glib_root variable
38244
38245 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38246
38247         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38248           set explicit caps before adding the element, so the autopluggers can
38249           plug correctly.
38250         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38251         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38252         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38253         (dv_type_find):
38254           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38255           argument.
38256
38257 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38258
38259         * gst-libs/gst/colorbalance/Makefile.am:
38260         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38261         * gst-libs/gst/colorbalance/colorbalance.c:
38262         * gst-libs/gst/colorbalance/colorbalance.h:
38263         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38264         * gst-libs/gst/mixer/Makefile.am:
38265         * gst-libs/gst/mixer/mixer-marshal.list:
38266         * gst-libs/gst/mixer/mixer.c:
38267         * gst-libs/gst/mixer/mixer.h:
38268         * gst-libs/gst/mixer/mixermarshal.list:
38269         * gst-libs/gst/play/Makefile.am:
38270         * gst-libs/gst/play/play.h:
38271         * gst-libs/gst/tuner/Makefile.am:
38272         * gst-libs/gst/tuner/tuner-marshal.list:
38273         * gst-libs/gst/tuner/tuner.c:
38274         * gst-libs/gst/tuner/tuner.h:
38275         * gst-libs/gst/tuner/tunermarshal.list:
38276           use new glib-gen.mak snippet to clean up Makefile.am
38277           fix various bugs in Makefile.am's
38278
38279 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38280
38281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38282           handle chain parsing correctly in the multichain case
38283         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38284         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38285         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38286         (theora_dec_chain):
38287           handle events and queries correctly
38288
38289 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38290
38291         * .cvsignore:
38292         Ignore generated file _stdint.h.
38293
38294 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38295
38296         * gst-libs/gst/colorbalance/Makefile.am:
38297         * gst-libs/gst/colorbalance/colorbalance.h:
38298         * gst-libs/gst/mixer/Makefile.am:
38299         * gst-libs/gst/mixer/mixer.h:
38300         * gst-libs/gst/play/Makefile.am:
38301         * gst-libs/gst/play/play.h:
38302         * gst-libs/gst/tuner/Makefile.am:
38303         * gst-libs/gst/tuner/tuner.h:
38304         Generate enum type code with glib-mkenums.
38305         * gst-libs/gst/colorbalance/.cvsignore:
38306         * gst-libs/gst/mixer/.cvsignore:
38307         * gst-libs/gst/play/.cvsignore:
38308         * gst-libs/gst/tuner/.cvsignore:
38309         Ignore generated files.
38310
38311 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38312
38313         * gst-libs/gst/audio/.cvsignore:
38314         Ignore generated file.
38315         * gst-libs/gst/audio/Makefile.am:
38316         Do not install example filter.
38317
38318 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38319
38320         * examples/switch/.cvsignore:
38321         Ignore generated file.
38322
38323 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38324
38325         * common/m4/ax_create_stdint_h.m4:
38326         * configure.ac:
38327           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38328           _stdint.h.
38329         * Makefile.am:
38330           remove generated _stdint.h in DISTCLEANFILES
38331         * ext/a52dec/gsta52dec.c:
38332           include _stdint.h for a52dec. (should fix #133064)
38333
38334 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38335
38336         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38337         (gst_tag_to_vorbis_comments):
38338         Add replaygain support to vorbistag
38339
38340 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38341         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38342         (gst_ffmpeg_caps_to_extradata):
38343           Fix SVQ3 caps flag properties
38344           Use glib macro for bytes swap
38345
38346 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38347
38348         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38349         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38350         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38351         * ext/sndfile/gstsf.c: (plugin_init):
38352         * gst/avi/gstavi.c: (plugin_init):
38353         * sys/dxr3/dxr3init.c: (plugin_init):
38354         * sys/oss/gstossaudio.c: (plugin_init):
38355         * sys/v4l/gstv4l.c: (plugin_init):
38356         * sys/v4l2/gstv4l2.c: (plugin_init):
38357           remove textdomain calls
38358         * po/nl.po:
38359           update Dutch translation
38360
38361 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38362
38363         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38364         (gst_play_set_audio_sink): Moving volume in the audio thread for
38365         instantaneous volume change. Maybe i will add another volume in front
38366         of visualization later, not sure yet though.
38367
38368 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38369
38370         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38371         (gst_ximagesink_handle_xevents): Better X events handling, only take
38372         the latest events for configure and motion.
38373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38374
38375 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38376
38377         reviewed by: David Schleef  <ds@schleef.org>
38378
38379         Fix memory leaks:
38380         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38381         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38382
38383 2004-02-02  David Schleef  <ds@schleef.org>
38384
38385         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38386         of lines.
38387         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38388         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38389         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38390         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38391         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38392         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38393         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38394         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38395         (gst_float2_2_int_link):
38396         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38397         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38398         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38399         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38400         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38401         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38402         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38403         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38404         * testsuite/gst-lint: Add tests for bzero and ;;
38405
38406 2004-02-02  David Schleef  <ds@schleef.org>
38407
38408         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38409
38410 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38411
38412         * ext/aalib/gstaasink.c: (gst_aasink_open):
38413         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38414         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38415         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38416         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38417         (gst_afsink_close_file):
38418         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38419         (gst_afsrc_close_file):
38420         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38421         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38422         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38423         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38424         * ext/esd/esdmon.c: (gst_esdmon_get):
38425         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38426         * ext/faac/gstfaac.c: (gst_faac_chain):
38427         * ext/faad/gstfaad.c: (gst_faad_chain):
38428         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38429         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38430         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38431         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38432         (gst_flacdec_loop):
38433         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38434         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38435         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38436         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38437         (gst_gnomevfssink_close_file):
38438         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38439         (gst_gnomevfssrc_open_file):
38440         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38441         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38442         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38443         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38444         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38445         * ext/mad/gstmad.c: (gst_mad_chain):
38446         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38447         * ext/mpeg2dec/gstmpeg2dec.c:
38448         * ext/mpeg2enc/gstmpeg2enc.cc:
38449         * ext/mplex/gstmplex.cc:
38450         * ext/mplex/gstmplexibitstream.cc:
38451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38452         (gst_ogg_demux_push):
38453         * ext/raw1394/gstdv1394src.c:
38454         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38455         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38456         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38457         (gst_sf_loop):
38458         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38459         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38460         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38461         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38462         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38463         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38464         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38465         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38466         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38467         (gst_riff_read_element_data), (gst_riff_read_seek),
38468         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38469         * gst/adder/gstadder.c: (gst_adder_loop):
38470         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38471         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38472         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38473         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38474         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38475         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38476         * gst/goom/gstgoom.c: (gst_goom_chain):
38477         * gst/id3/gstid3types.c: (gst_id3types_loop):
38478         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38479         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38480         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38481         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38482         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38483         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38484         (gst_ebml_read_float), (gst_ebml_read_header):
38485         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38486         (gst_matroska_demux_parse_blockgroup):
38487         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38488         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38489         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38490         * gst/silence/gstsilence.c: (gst_silence_get):
38491         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38492         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38493         * gst/speed/gstspeed.c: (speed_loop):
38494         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38495         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38496         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38497         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38498         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38499         (gst_wavparse_loop):
38500         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38501         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38502         (dxr3audiosink_close):
38503         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38504         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38505         (dxr3videosink_close), (dxr3videosink_write_data):
38506         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38507         * sys/oss/gstosssink.c: (gst_osssink_chain):
38508         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38509         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38510         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38511         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38512         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38513         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38514         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38515         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38516         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38517         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38518         (gst_v4l_set_audio):
38519         * sys/v4l/v4l_calls.h:
38520         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38521         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38522         (gst_v4lmjpegsink_playback_init),
38523         (gst_v4lmjpegsink_playback_start):
38524         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38525         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38526         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38527         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38528         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38529         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38530         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38531         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38532         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38533         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38534         (gst_v4l2_get_output), (gst_v4l2_set_output),
38535         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38536         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38537         (gst_v4l2_set_attribute):
38538         * sys/v4l2/v4l2_calls.h:
38539         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38540         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38541         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38542         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38543         (gst_v4l2src_capture_stop):
38544         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38545         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38546         (gst_ximagesink_chain):
38547         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38548         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38549         (gst_xvideosink_xwindow_new):
38550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38551         (gst_xvimagesink_chain):
38552
38553 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38554
38555         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38556         (gst_volume_get_volume), (volume_class_init), (volume_init),
38557         (volume_chain_int16), (volume_update_volume):
38558         * gst/volume/gstvolume.h:
38559           make code more readable by removing magic numbers
38560           make mixer interface export 0-100 range
38561           make it internally map to 0.0-1.0 range so users don't distort
38562           output by putting the sliders at full volume
38563
38564 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38565
38566         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38567         (gst_play_state_change), (gst_play_seek_to_time):
38568         block the tick callback for 0.5 secs after doing a seek
38569
38570 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38571
38572         * gst-libs/gst/play/play.c: (gst_play_new):
38573           check for GError
38574
38575 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38576
38577         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38578         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38579         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38580         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38582         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38583
38584 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38585
38586         * configure.ac:
38587         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38588           check for a function added in vorbis 1.1
38589
38590 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38591
38592         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38593         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38594           really start/stop clock only on PLAYING <=> PAUSED
38595         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38596           remove \n from debugging lines
38597         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38598           make it work when seeking does not
38599         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38600           reset on DISCONT
38601
38602 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38603
38604         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38605           start clock on PAUSED=>PLAYING, not later
38606         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38607           extract correct time for different discont formats
38608         (gst_alsa_sink_get_time):
38609           don't segfault when no format is negotiated yet, just return 0
38610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38611         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38612         (gst_ogg_pad_push):
38613           handle flush and discont events correctly
38614         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38615           handle discont events correctly
38616
38617 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38618
38619         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38620         (gst_play_error_create), (gst_play_error_plugin),
38621         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38622         * gst-libs/gst/play/play.h:
38623           add error handling during creation
38624         * examples/gstplay/player.c: (main):
38625           use new gst_play_new
38626
38627
38628 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38629
38630         * ext/theora/theoradec.c: (theora_dec_chain):
38631           make comments work
38632         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38633         (vorbis_dec_src_event), (vorbis_dec_chain):
38634           add encoder tag, fix tag reading to be more error tolerant, change
38635           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38636           gst_pad_event_default.
38637         * gst/tags/gstvorbistag.c:
38638         (gst_tag_list_from_vorbiscomment_buffer):
38639           undefine function specific define at end of function
38640
38641 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38642
38643         * ext/flac/gstflac.c: (plugin_init):
38644         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38645         * ext/flac/gstflacdec.h:
38646         * ext/flac/gstflacenc.h:
38647           Fix typos
38648
38649 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38650
38651         * examples/gstplay/player.c: s/gstplay.h/play.h/
38652
38653 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38654
38655         * gst-libs/gst/play/Makefile.am:
38656         * gst-libs/gst/play/gstplay.c:
38657         * gst-libs/gst/play/gstplay.h:
38658         * gst-libs/gst/play/play.c:
38659           more surgery, operation complete
38660
38661 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38662
38663         * gst-libs/gst/play/play.old.c:
38664         * gst-libs/gst/play/play.old.h:
38665           after CVS surgery by moving, remove
38666         * gst-libs/gst/play/playpipelines.c:
38667           remove
38668
38669         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38670           add negotiation error
38671
38672 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38673
38674         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38675         (gst_ogg_demux_push):
38676           add some seeking debug info
38677           send a flush when seeking
38678
38679 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38680
38681         * configure.ac:
38682           use AC_C_INLINE
38683         * configure.ac:
38684         * ext/Makefile.am:
38685         * ext/theora/Makefile.am:
38686         * ext/theora/theoradec.c:
38687           add theora video decoder. Does just do simple decoding for now and
38688           has been tested against Theora cvs only. It only works when theora
38689           is compiled with --enable-static.
38690         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38691           always reset packetno on DISCONT
38692
38693 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38694
38695         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38696           Fix audio.
38697
38698 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38699
38700         * gst/mpegaudioparse/gstmpegaudioparse.c:
38701         (mp3_type_frame_length_from_header):
38702           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38703
38704 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38705
38706         * ext/esd/esdsink.c: (gst_esdsink_init):
38707           Since we have static pad template caps, we don't need to negotiate;
38708           either the core errors out or we know the format.
38709
38710 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38711
38712         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38713         (gst_riff_read_seek):
38714         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38715         (gst_ebml_read_seek):
38716           Fix event handling.
38717
38718 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38719
38720         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38721           removee video/x-theora from vp3 decoder, it doesn't handle raw
38722           theora streams
38723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38724           fix bug with finalizing element that never went to PAUSED
38725         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38726           length and position queries were swapped
38727         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38728         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38729         (vorbis_dec_src_event):
38730           implement querying time and bytes
38731
38732 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38733
38734         * just about every source file:
38735           gst_element_error -> GST_ELEMENT_ERROR
38736
38737 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38738
38739         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38740         emiting FLUSH and even before DISCONT.
38741         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38742         get the best instant seeking as possible yay!
38743
38744 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38745
38746         * gst/mpeg1videoparse/gstmp1videoparse.c:
38747         (gst_mp1videoparse_real_chain):
38748           Committed wrong version last week... Grr... Didn't notice until now.
38749
38750 2004-01-29  Julien MOUTTE <julien@moutte.net>
38751
38752         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38754         have_xwindow_id signal in xwindow_create.
38755
38756 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38757
38758         * ext/ogg/gstoggdemux.c:
38759           lots of changes - mainly support for chained bitstreams, seeking,
38760           querying and bugfixes of course
38761         * ext/vorbis/Makefile.am:
38762         * ext/vorbis/vorbisdec.c:
38763         * ext/vorbis/vorbisdec.h:
38764           add vorbisdec raw vorbis decoder
38765         * ext/vorbis/vorbis.c: (plugin_init):
38766           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38767         * gst/intfloat/Makefile.am:
38768         * gst/intfloat/float22int.c:
38769         * gst/intfloat/float22int.h:
38770         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38771           add float2intnew plugin. It converts multichannel interleaved float to
38772           multichannel interleaved int. The name should probably be changed.
38773         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38774         (plugin_init):
38775           add typefinding for raw theora video so oggdemux can detect it.
38776
38777 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38778
38779         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38780         sink element first.
38781         * gst/videoscale/gstvideoscale.c:
38782         (gst_videoscale_handle_src_event): Fixing src event handler.
38783
38784 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38785
38786         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38787         (gst_v4lsrc_open), (gst_v4lsrc_close),
38788         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38789         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38790         * sys/v4l/gstv4lsrc.h:
38791         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38792         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38793           Implement resizing... Hack. But that's why v4l is b0rked...
38794
38795 2004-01-28  Julien MOUTTE <julien@moutte.net>
38796
38797         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38798         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38799         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38800         (gst_ximagesink_xwindow_destroy):
38801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38802         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38803         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38804         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38805         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38806         correctly cleaning the image created to check xshm calls on succes,
38807         added a lot of XSync calls in X11 functions, and fixed a segfault when
38808         no image format was defined before negotiation happened.
38809
38810 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38811
38812         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38813           use gst_element_get_time to get correct time
38814
38815 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38816
38817         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38818         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38819         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38821         (gst_xvimagesink_check_xshm_calls),
38822         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38823         X plugins are now able to detect that XShm calls will fail even if the
38824         server claims that it has XShm support (remote displays most of the
38825         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38826         so that we use non XShm functions. This feature is almost useless for
38827         xvimagesink as Xv is not supported on remote displays anyway, but
38828         it might happen than even on the local display XShm calls fail.
38829
38830 2004-01-27  David Schleef  <ds@schleef.org>
38831
38832         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38833         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38834         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38835         changed esdsink to only use 44100,16,2, since esd sucks at rate
38836         conversion and esdsink has had difficulty negotiating.
38837
38838 2004-01-27  Julien MOUTTE <julien@moutte.net>
38839
38840         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38841         (gst_play_seek_to_time): Fixing the way to get current position.
38842
38843 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38844
38845         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38846           use gst_element_get_time to get correct time
38847
38848 2004-01-27  Julien MOUTTE <julien@moutte.net>
38849
38850         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38851         fix ever... Inverting 2 lines of code make spider autoplug correctly
38852         tagged mp3 !
38853
38854 2004-01-27  David Schleef  <ds@schleef.org>
38855
38856         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38857         Use gst_pad_try_set_caps_nonfixed().
38858
38859 2004-01-27  David Schleef  <ds@schleef.org>
38860
38861         * gst/ac3parse/gstac3parse.c: update to checklist 5
38862         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38863         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38864         * gst/audioscale/gstaudioscale.c: same
38865         * gst/auparse/gstauparse.c: same
38866         * gst/avi/gstavidemux.c: same
38867
38868 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38869
38870         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38871           stop processing after EOS
38872
38873 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38874
38875         * gst/asfdemux/asfheaders.h:
38876         * gst/asfdemux/gstasfdemux.c:
38877         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38878         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38879         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38880           lot's of fixes to make data extraction simpler and get the code
38881           architecture and compiler independant. Add debugging category
38882         * gst/goom/gstgoom.c: (gst_goom_change_state):
38883           reset channel count on PAUSED=>READY, not READY=>PAUSED
38884
38885 2004-01-26  Colin Walters  <walters@verbum.org>
38886
38887         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38888         code to pull a bigger buffer in iradio mode.  This as a side effect
38889         makes typefinding work.
38890
38891 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38892
38893         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38894         Fix SVQ3 decoding on PPC
38895
38896 2004-01-26  Julien MOUTTE <julien@moutte.net>
38897
38898         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38899         that one managed to stay there... Fixed.
38900
38901 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38902
38903         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38904         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38905         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38906         (qtdemux_video_caps):
38907         * gst/qtdemux/qtdemux.h:
38908         Add SVQ3 specific flags to qtdemux and ffmpeg
38909
38910 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38911
38912         * gst-libs/gst/audio/audio.h:
38913           remove buffer-frames from audio caps
38914         * gst/audioconvert/gstaudioconvert.c:
38915           fix plugin to really work.
38916
38917 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38918
38919         * gst-libs/gst/mixer/mixer.c:
38920         * gst-libs/gst/propertyprobe/propertyprobe.c:
38921         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38922         (gst_tuner_find_channel_by_name):
38923         * gst-libs/gst/tuner/tuner.h:
38924           Add gtk-doc style comments. Also fix a function name.
38925
38926 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38927
38928         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38929         (gst_divxdec_negotiate):
38930           Fix for new capsnego - also fixes gst-player with divxdec.
38931
38932 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38933
38934         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38935         (gst_play_identity_handoff), (gst_play_set_location),
38936         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38937         try in visualization implementation. Still have an issue with switch
38938         blocking when pulling from video_queue and only audio comes out of
38939         spider.
38940         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38941         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38942         release method. And check if the pad is usable before pulling.
38943
38944 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38945
38946         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38947         (gst_videobalance_init),
38948         (gst_videobalance_colorbalance_list_channels),
38949         (gst_videobalance_colorbalance_set_value),
38950         (gst_videobalance_colorbalance_get_value),
38951         (gst_videobalance_update_properties),
38952         (gst_videobalance_update_tables_planar411),
38953         (gst_videobalance_planar411):
38954         * gst/videofilter/gstvideobalance.h:
38955           Implement lookup-tables. +/- 10x faster.
38956
38957 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38958
38959         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38960         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38961           The index reading was broken. The rest worked fine, but the whole
38962           goal of my rewrite was to make avidemux readable, and this was
38963           not at all readable. Please use typed variables.
38964
38965 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38966
38967         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38968           Additional pad usability check.
38969         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38970         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38971         (gst_mp1videoparse_real_chain):
38972           Fix MPEG video stream parsing. The original plugin had several
38973           issues, including not timestamping streams where the source was
38974           not timestamped (this happens with PTS values in mpeg system
38975           streams, but MPEG video is also a valid stream on its own so
38976           that needs timestamps too). We use the display time code for that
38977           for now. Also, if one incoming buffer contains multiple valid
38978           frames, we push them all on correctly now, including proper EOS
38979           handling. Lastly, several potential segfaults were fixed, and we
38980           properly sync on new sequence/gop headers to include them in next,
38981           not previous frames (since they're header for the next frame, not
38982           the previous). Also see #119206.
38983         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38984         (bpf_from_header):
38985           Move caps setting so we only do it after finding several valid
38986           MPEG-1 fraes sequentially, not right after the first one (which
38987           might be coincidental).
38988         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38989         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38990         (plugin_init):
38991           Add unsynced MPEG video stream typefinding, and change some
38992           probability values so we detect streams rightly. The idea is as
38993           follows: I can have an unsynced system stream which contains
38994           video. In the current code, I would randomly get a type for either
38995           system or video stream type found, because the probabilities are
38996           being calculated rather randomly. I now use fixed values, so we
38997           always prefer system stream if that was found (and that is how it
38998           should be). If no system stream was found, we can still identity                the stream as video-only.
38999
39000 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39001
39002         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39003         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39004           don't write to buffer. Extract data without the need of
39005           __attribute__ ((packed))
39006
39007 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39008
39009         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39010         (mpeg1_sys_type_find):
39011           Fix MPEG-1 stream typefinding.
39012
39013 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39014
39015         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39016           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39017
39018 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39019
39020         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39021         * ext/esd/gstesd.c: (plugin_init):
39022           private debugging, better error reporting
39023
39024 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39025
39026         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39027         (gst_riff_read_init), (gst_riff_read_change_state):
39028         * gst-libs/gst/riff/riff-read.h:
39029           Remove stuff fromold metadata system.
39030
39031 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39032
39033         * ext/ogg/gstoggdemux.c:
39034           Fix wrong file comment.
39035         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39036         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39037           Add metadata reading properly.
39038
39039 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39040
39041         * ext/Makefile.am:
39042           Fix nas DIST_SUBDIRS
39043           Uraeus:
39044           Fix bug where make distcheck doesn't get run on adding stuff to
39045           the build.
39046
39047 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39048
39049         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39050         * ext/divx/gstdivxdec.h:
39051           Fix divx3 ("msmpeg4") playback using divxdec.
39052
39053 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39054
39055         * gst/typefind/gsttypefindfunctions.c:
39056         (mp3_type_frame_length_from_header): fix bug in length computation
39057         (mp3_type_find): improve debugging output
39058
39059 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39060
39061         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39062         (gst_play_set_location), (gst_play_seek_to_time),
39063         (gst_play_set_audio_sink), (gst_play_set_visualization),
39064         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39065         the pipeline from scratch. Visualization is back and switch went out as
39066         i realized it was not possible to use the way i wanted.
39067         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39068         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39069         clearing in state change from READY to NULL. So that one can clean the
39070         X ressources keeping the element.
39071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39072         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39073         (gst_xvimagesink_colorbalance_set_value),
39074         (gst_xvimagesink_colorbalance_get_value),
39075         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39076         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39077         change from READY to NULL and fixed some stupid bugs in colorbalance
39078         get/set values. Also added the following feature : when nobody tries to
39079         set some values to the colorbalance levels before the xcontext is
39080         grabbed, then when creating channels list from Xv attributes we set the
39081         internal values to the Xv defaults. This way we handle buggy Xv drivers
39082         that set default hue values far from the middle of the range (Thanks
39083         to Jon Trowbridge for pointing that issue).
39084         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39085         colorbalance levels have been set before xcontext is grabbed.
39086
39087 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39088
39089         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39090           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39091           it might block operations (which is bad for a mixer).
39092
39093 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39094
39095         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39096         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39097         (gmip_find_type_pre):
39098         * gst-libs/gst/media-info/media-info-priv.h:
39099         * gst-libs/gst/media-info/media-info.c:
39100         (gst_media_info_instance_init), (gst_media_info_read_idler):
39101         add fakesink to get caps on decoder src pad again
39102         fix callback prototype to match new have_type signal signature
39103
39104 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39105
39106         * gst/adder/gstadder.c: (gst_adder_link):
39107           fix non-compile and cut-n-paste code
39108
39109 2004-01-21  David Schleef  <ds@schleef.org>
39110
39111         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39112         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39113         (gst_swfdec_init), (gst_swfdec_change_state):
39114         * ext/swfdec/gstswfdec.h:
39115         Fix negotiation.
39116         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39117         (gst_adder_request_new_pad): Fix negotiation.
39118         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39119         Add a fixate function.
39120         * gst/intfloat/gstfloat2int.c:
39121         * gst/intfloat/gstfloat2int.h:
39122         * gst/intfloat/gstint2float.c:
39123         * gst/intfloat/gstint2float.h:
39124         Completely rewrite the negotiation.  Doesn't quite work yet,
39125         due to some buffer-frames problem.
39126
39127 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39128
39129         * ext/gnomevfs/gstgnomevfssrc.c:
39130         * sys/v4l2/v4l2_calls.h:
39131           fix includes for distcheck
39132
39133 2004-01-21  Christian Schaller <uraeus@gnome.org>
39134
39135         * ext/nas/
39136         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39137         based on earlier patch from Laurent Vivier
39138
39139 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39140
39141         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39142         Fix wma caps property
39143         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39144         Fix typo (flags1 and flags2)
39145
39146 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39147
39148         * gst-libs/gst/media-info/media-info-priv.c:
39149         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39150         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39151         (gmip_find_stream), (gmip_find_track_metadata),
39152         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39153         (gmip_find_track_format):
39154         * gst-libs/gst/media-info/media-info-priv.h:
39155         * gst-libs/gst/media-info/media-info-test.c: (main):
39156         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39157         (gst_media_info_read_idler), (gst_media_info_read):
39158         * gst-libs/gst/media-info/media-info.h:
39159           register debugging category and use it for debugging
39160
39161 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39162
39163         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39164         (gst_vorbisfile_new_link):
39165           signal streaminfo through tags
39166
39167 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39168
39169         * ext/mplex/gstmplex.cc:
39170         * ext/mplex/gstmplexibitstream.cc:
39171           g++ doesn't like NULL in our i18n/error macros, should be
39172           either (NULL) or ("").
39173
39174 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39175
39176         * sys/dxr3/dxr3audiosink.c:
39177         * sys/dxr3/dxr3init.c:
39178         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39179         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39180           Fix more error error error errors (missing includes here).
39181
39182 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39183
39184         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39185           fix thomas' error errors.
39186
39187 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39188
39189         * ext/mpeg2enc/gstmpeg2enc.cc:
39190           fix error errors.
39191
39192 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39193
39194         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39195         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39196           Fix for new error system.
39197
39198 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39199
39200         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39201           fix for new error reporting
39202
39203 2004-01-20  David Schleef  <ds@schleef.org>
39204
39205         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39206         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39207         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39208         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39209         and neither is 100+, most likely.
39210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39211         (gst_xvimagesink_getcaps): same
39212
39213 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39214
39215         * configure.ac:
39216           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39217           clashes with ffmpeg.
39218
39219 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39220
39221         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39222         (gst_switch_init): Fixed switch element : proxying link and setting
39223         caps from src to sink on request.
39224
39225 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39226
39227         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39228         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39229         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39230         fix element_error
39231
39232 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39233
39234         * sys/v4l/v4l_calls.h:
39235         * sys/v4l2/v4l2_calls.h:
39236           element_error fixes
39237
39238 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39239
39240         * gst-libs/gst/gst-i18n-plugin.h:
39241           add locale.h
39242           remove config.h inclusion
39243
39244 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39245
39246         * autogen.sh:
39247           adding autopoint invocation
39248         * Makefile.am:
39249         * configure.ac:
39250         * gst-libs/gst/gettext.h:
39251           adding gettext bits
39252         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39253         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39254         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39255         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39256         (gst_gnomevfssink_close_file):
39257         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39258         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39259         * gst-libs/gst/gst-i18n-plugin.h:
39260         * gst/avi/gstavi.c: (plugin_init):
39261         * sys/dxr3/dxr3init.c: (plugin_init):
39262         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39263         * sys/oss/gstossaudio.c: (plugin_init):
39264         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39265         * sys/v4l/gstv4l.c: (plugin_init):
39266         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39267         * sys/v4l2/gstv4l2.c: (plugin_init):
39268         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39269         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39270         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39271         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39272         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39273         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39274           make sure locale and translation domain are set
39275           fix translated strings
39276         * po/.cvsignore:
39277         * po/LINGUAS:
39278         * po/Makevars:
39279         * po/POTFILES.in:
39280         * po/nl.po:
39281           put translation files into place
39282         * sys/xvideo/imagetest.c: (main):
39283         * ext/dv/demo-play.c: (main):
39284           fix unnecessary translations
39285
39286 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39287
39288         * ext/sndfile/gstsf.c:
39289         * gst/avi/gstavimux.c:
39290         * ext/audiofile/gstafsink.c:
39291         * ext/audiofile/gstafsrc.c:
39292         * ext/gnomevfs/gstgnomevfssink.c:
39293         * ext/gnomevfs/gstgnomevfssrc.c:
39294         * sys/oss/gstosselement.c:
39295         * sys/v4l/v4l_calls.h:
39296           fix i18n include
39297
39298 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39299
39300         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39301         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39302         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39303         (gst_v4l2_get_output), (gst_v4l2_set_output),
39304         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39305         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39306         (gst_v4l2_set_attribute):
39307         update to new error handling
39308
39309 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39310
39311         * ext/sidplay/gstsiddec.cc:
39312         * gst/modplug/gstmodplug.cc:
39313           parenthese NULL because C++ seems angry about it
39314
39315 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39316
39317         * gst-libs/gst/gst-i18n-plugin.h:
39318           add skeleton i18n stuff, but needs to be further implemented
39319
39320 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39321
39322         * examples/gstplay/player.c: (main):
39323         * ext/aalib/gstaasink.c: (gst_aasink_open):
39324         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39325         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39326         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39327         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39328         (gst_afsink_close_file):
39329         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39330         (gst_afsrc_close_file):
39331         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39332         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39333         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39334         * ext/esd/esdmon.c: (gst_esdmon_get):
39335         * ext/esd/esdsink.c: (gst_esdsink_chain):
39336         * ext/faac/gstfaac.c: (gst_faac_chain):
39337         * ext/faad/gstfaad.c: (gst_faad_chain):
39338         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39339         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39340         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39341         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39342         (gst_flacdec_loop):
39343         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39344         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39345         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39346         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39347         (gst_gnomevfssink_close_file):
39348         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39349         (gst_gnomevfssrc_open_file):
39350         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39351         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39352         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39353         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39354         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39355         * ext/mad/gstmad.c: (gst_mad_chain):
39356         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39357         * ext/mpeg2dec/gstmpeg2dec.c:
39358         * ext/mpeg2enc/gstmpeg2enc.cc:
39359         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39360         * ext/mplex/gstmplex.cc:
39361         * ext/mplex/gstmplexibitstream.cc:
39362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39363         (gst_ogg_demux_push), (gst_ogg_pad_push):
39364         * ext/raw1394/gstdv1394src.c:
39365         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39366         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39367         * ext/sidplay/gstsiddec.cc:
39368         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39369         (gst_sf_loop):
39370         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39371         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39372         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39373         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39374         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39375         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39376         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39377         * gst-libs/gst/Makefile.am:
39378         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39379         (gst_riff_read_element_data), (gst_riff_read_seek),
39380         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39381         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39382         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39383         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39384         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39385         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39386         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39387         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39388         * gst/goom/gstgoom.c: (gst_goom_chain):
39389         * gst/id3/gstid3types.c: (gst_id3types_loop):
39390         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39391         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39392         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39393         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39394         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39395         (gst_ebml_read_float), (gst_ebml_read_header):
39396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39397         (gst_matroska_demux_parse_blockgroup):
39398         * gst/modplug/gstmodplug.cc:
39399         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39400         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39401         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39402         * gst/silence/gstsilence.c: (gst_silence_get):
39403         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39404         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39405         * gst/speed/gstspeed.c: (speed_loop):
39406         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39407         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39408         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39409         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39410         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39411         (gst_wavparse_loop):
39412         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39413         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39414         (dxr3audiosink_close):
39415         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39416         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39417         (dxr3videosink_close), (dxr3videosink_write_data):
39418         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39419         * sys/oss/gstosselement.h:
39420         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39421         (gst_osssink_chain):
39422         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39423         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39424         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39425         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39426         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39427         (gst_v4l_enable_overlay):
39428         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39429         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39430         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39431         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39432         (gst_v4l_set_audio):
39433         * sys/v4l/v4l_calls.h:
39434         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39435         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39436         (gst_v4lmjpegsink_playback_init),
39437         (gst_v4lmjpegsink_playback_start):
39438         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39439         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39440         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39441         (gst_v4lmjpegsrc_requeue_frame):
39442         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39443         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39444         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39445         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39446         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39447         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39448         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39449         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39450         (gst_v4l2src_capture_stop):
39451         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39452         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39453         (gst_ximagesink_chain):
39454         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39455         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39456         (gst_xvideosink_xwindow_new):
39457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39458         (gst_xvimagesink_chain):
39459         use new error signal, function and categories
39460
39461 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39462
39463         * configure.ac:
39464         * ext/Makefile.am:
39465         * ext/musicbrainz/gsttrm.c:
39466         * ext/musicbrainz/gsttrm.h:
39467         * ext/musicbrainz/Makefile.am:
39468         Add a trm plugin
39469
39470 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39471
39472         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39473         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39474         synchronous property for debugging.
39475         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39477         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39478         smaller block, fixing indent.
39479
39480 2004-01-16  David Schleef  <ds@schleef.org>
39481
39482         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39483         property affects the video stream.
39484         * sys/xvimage/xvimagesink.c:
39485         * sys/xvimage/xvimagesink.h:
39486         Add synchronous property for debugging.  Should probably be
39487         disabled in non-CVS builds.  Make sure that the Xv attribute
39488         exists before we set it (crash!).  Fix a silly float bug that
39489         caused colorbalance to just not work.
39490
39491 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39492
39493         * tools/gst-launch-ext.in - update for new plugins
39494
39495 2004-01-16  David Schleef  <ds@schleef.org>
39496
39497         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39498         already-freed caps.
39499
39500 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39501
39502         * Update spec for new colorspace plugin and libcaca plugin
39503         * Fix compilation of libcaca plugin (clock -> id)
39504
39505 2004-01-16  Julien MOUTTE <julien@moutte.net>
39506
39507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39508         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39509         (gst_xvimagesink_set_xwindow_id),
39510         (gst_xvimagesink_colorbalance_set_value),
39511         (gst_xvimagesink_colorbalance_get_value),
39512         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39513         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39514         correct colorbalance properties. They can now be set when the element
39515         is still in NULL state. The values will be committed to the Xv Port
39516         when xcontext is initialized.
39517         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39518         brightness int values in the GstXvImagesink structure.
39519
39520 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39521
39522         * gst-libs/gst/Makefile.am:
39523           restructure so having local patches works easier.
39524
39525 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39526
39527         * ext/mpeg2enc/Makefile.am:
39528         * ext/mpeg2enc/gstmpeg2enc.cc:
39529         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39530           Bugfix with respect to EOS handling.
39531
39532 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39533
39534         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39535           Link with right caps (else, it segfaults).
39536         * ext/mplex/gstmplexjob.cc:
39537           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39538
39539 2004-01-15  David Schleef  <ds@schleef.org>
39540
39541         * gst-libs/gst/audio/Makefile.am:
39542         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39543         from the template.
39544         * gst-libs/gst/audio/gstaudiofilter.c:
39545         * gst-libs/gst/audio/gstaudiofilter.h:
39546         Add bytes_per_sample and size and n_samples calculation.
39547         * gst-libs/gst/audio/gstaudiofilterexample.c:
39548         Remove, now autogenerated.
39549         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39550         Moved from gstaudiofilterexample, object name changed, code added
39551         so that it actually works.
39552         * gst-libs/gst/audio/make_filter:
39553         Script to build an audiofilter subclass from the template.
39554         * gst/colorspace/Makefile.am:
39555         * gst/colorspace/yuv2yuv.c:
39556         Remove file, since it's GPL, and we don't use it.
39557
39558 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39559
39560         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39562         them use the buffer free function to test how the buffer was allocated.
39563
39564 2004-01-15  David Schleef  <ds@schleef.org>
39565
39566         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39567         that handles osssink fallback.
39568         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39569         (gst_audio_convert_getcaps):
39570         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39571         Add audio/x-qdm2 for QDM2 audio.
39572         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39573         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39574         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39575         Decrease minimum size to 16x16.
39576         * gst/wavparse/gstwavparse.c:
39577         Convert disabled pad template caps to new caps.
39578         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39580         (gst_xvimagesink_chain): Throw element error when display cannot
39581         be opened.  Increase minimum framerate to 1.0.  Check the data
39582         free function on a buffer to make sure it is the type we expect
39583         before manipulating it.
39584
39585 2004-01-15  Julien MOUTTE <julien@moutte.net>
39586
39587         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39588         (gst_videobalance_colorbalance_set_value): Implement passthru if
39589         settings are in the middle.
39590         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39591
39592 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39593
39594         * gst/videofilter/Makefile.am:
39595         * gst/volume/Makefile.am:
39596           Since we use videofilter symbols, link to it.
39597
39598 2004-01-15  Julien MOUTTE <julien@moutte.net>
39599
39600         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39601         mixer interface type to HARDWARE.
39602         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39603         type to SOFTWARE.
39604         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39605         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39606         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39607         (gst_volume_interface_init), (gst_volume_list_tracks),
39608         (gst_volume_set_volume), (gst_volume_get_volume),
39609         (gst_volume_set_mute), (gst_volume_mixer_init),
39610         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39611         (volume_init): Implementing mixer interface.
39612         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39613         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39614         (gst_osselement_change_state): Removing some trailing commas in
39615         structures.
39616         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39617         interface type to HARDWARE.
39618         * sys/v4l/gstv4lcolorbalance.c:
39619         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39620         type to HARDWARE.
39621         * sys/v4l2/gstv4l2colorbalance.c:
39622         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39623         interface type to HARDWARE.
39624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39625         same code than ximagesink for event handling.
39626
39627 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39628
39629         * ext/snapshot/Makefile.am:
39630         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39631         (gst_snapshot_chain):
39632         * ext/snapshot/gstsnapshot.h:
39633           This has to be a joke... Snapshot should be connected to a tee,
39634           colorspace element before it and EOS after that, where the other
39635           src of the tee receives normal data.
39636           The current way is *wrong*.
39637
39638 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39639
39640         * ext/hermes/gsthermescolorspace.c:
39641           Fix another compile error. Same as below.
39642
39643 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39644
39645         * gst/colorspace/gstcolorspace.c:
39646         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39647         (gst_colorspace_i420_to_yv12):
39648           Fix compiling... Didn't test if it actually works.
39649
39650 2004-01-15  David Schleef  <ds@schleef.org>
39651
39652         * configure.ac:
39653         * gst/colorspace/Makefile.am:
39654         * gst/colorspace/gstcolorspace.c:
39655         * gst/colorspace/gstcolorspace.h:
39656         * gst/colorspace/yuv2rgb.c:
39657         * gst/colorspace/yuv2rgb.h:
39658         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39659         code and GPL code.  Fix for new caps negotiation.  Rewrite
39660         much of the format handling code, and some of the conversion
39661         code.  Basically, rewrote almost everything.  This element
39662         handles I420, YV12 to RGB conversions.
39663         * ext/hermes/Makefile.am:
39664         * ext/hermes/gsthermescolorspace.c:
39665         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39666         Remove non-Hermes related code.  This element handles lots of
39667         RGB to RGB conversions, but no YUV.
39668         * ext/hermes/gstcolorspace.c:
39669         * ext/hermes/gstcolorspace.h:
39670         * ext/hermes/rgb2yuv.c:
39671         * ext/hermes/yuv2rgb.c:
39672         * ext/hermes/yuv2rgb.h:
39673         * ext/hermes/yuv2rgb_mmx16.s:
39674         * ext/hermes/yuv2yuv.c:
39675         * ext/hermes/yuv2yuv.h:
39676         Remove old code.
39677
39678 2004-01-14  Colin Walters  <walters@verbum.org>
39679
39680         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39681         they've already been.
39682
39683 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39684
39685         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39686           assume tag mode when pad is not connected
39687
39688 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39689
39690         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39691           Don't update the time of the clock
39692         (gst_alsa_sink_loop):
39693           sync to the clock given to alsasink, not the own clock
39694         * sys/oss/gstosssink.c: (gst_osssink_chain):
39695           sync to the clock
39696         (gst_osssink_change_state):
39697           activate the clock
39698         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39700           remove bogus code that made DISCONT events unhandled
39701         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39702           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39703           #131502)
39704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39705         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39706         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39707           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39708           2nd warning in bug #131502)
39709
39710 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39711
39712         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39713         (gst_videobalance_colorbalance_set_value),
39714         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39715         for colorbalance interface implementation.
39716         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39717         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39718         (gst_ximagesink_dispose), (gst_ximagesink_init),
39719         (gst_ximagesink_class_init): Adding DISPLAY property.
39720         * sys/ximage/ximagesink.h: Adding display_name to store display.
39721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39722         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39723         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39724         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39725         properties (they still need polishing though for gst-launch use : no
39726         xcontext yet, i ll do that tomorrow).
39727         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39728
39729 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39730
39731         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39732         (gst_play_set_location), (gst_play_set_visualization): Preparing
39733         switch integration, adding videobalance in the pipeline.
39734
39735 2004-01-14  Julien MOUTTE <julien@moutte.net>
39736
39737         * gst-libs/gst/colorbalance/colorbalance.c:
39738         (gst_color_balance_class_init): Adding a default type.
39739         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39740         the type.
39741         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39742         (gst_videobalance_dispose), (gst_videobalance_class_init),
39743         (gst_videobalance_init), (gst_videobalance_interface_supported),
39744         (gst_videobalance_interface_init),
39745         (gst_videobalance_colorbalance_list_channels),
39746         (gst_videobalance_colorbalance_set_value),
39747         (gst_videobalance_colorbalance_get_value),
39748         (gst_videobalance_colorbalance_init): Implementing colorbalance
39749         interface.
39750         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39751         list.
39752         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39753         bug which was triggering a BadAccess X error when setting an overlay
39754         before pad was really negotiated.
39755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39756         Using the colorbalance type macro.
39757
39758 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39759
39760         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39761         (gst_flacenc_chain):
39762           handle tags correctly
39763         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39764           extract ID3v1 tags correctly
39765
39766 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39767
39768         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39769         (plugin_init):
39770           Improve matroska typefinding for odd-typed headers...
39771
39772 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39773
39774         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39775           Fix for using incremental number on padnames.
39776
39777 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39778
39779         * ext/divx/gstdivxdec.c:
39780         * ext/divx/gstdivxenc.c:
39781           Set category to divx4linux instead of divx (too generic).
39782         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39783         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39784         (gst_wavparse_loop), (gst_wavparse_change_state):
39785         * gst/wavparse/gstwavparse.h:
39786           fix parsing of WAV files with non-standard fmt-tag size and fix
39787           skipping of unrecognized chunks... Someone please fix this thing
39788           to use rifflib so all this is automated.
39789         * sys/v4l/Makefile.am:
39790         * sys/v4l2/Makefile.am:
39791           Add X_CFLAGS because we depend on X (for overlay).
39792
39793 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39794
39795         * ext/mpeg2dec/gstmpeg2dec.c:
39796           Don't issue a timestamp unless we tagged the frame
39797           with a PTS.
39798
39799 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39800
39801         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39802           Query the audio element to get the time, not the clock. We're
39803           interested in the element's time here.
39804
39805 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39806
39807         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39808         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39809         * ext/esd/esdsink.c: (gst_esdsink_chain):
39810         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39811         * ext/mas/massink.c: (gst_massink_chain):
39812         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39813         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39814         (gst_matroska_demux_parse_metadata):
39815         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39816         (gst_mpeg_parse_release_locks):
39817         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39818         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39819         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39820         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39821         (gst_osssink_change_state):
39822         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39823         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39824         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39825         (gst_xvideosink_release_locks):
39826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39827           use element time.
39828         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39829         (gst_alsa_clock_stop):
39830         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39831         (gst_audio_clock_get_internal_time):
39832           simplify for use with new clocking code.
39833         * testsuite/alsa/Makefile.am:
39834         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39835           fix testsuite for new caps system
39836
39837 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39838
39839         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39840         * ext/flac/gstflacenc.c: (add_one_tag):
39841           length is already host endian, no need to convert. Fixes playback of
39842           tagged files on PPC. (bug #128384)
39843
39844 2004-01-13  Julien MOUTTE <julien@moutte.net>
39845
39846         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39847         colorbalance interface stating if it is hardware based or software
39848         based.
39849         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39850         Removing a trailing comma.
39851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39852         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39853         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39854         the documentation seems to be wrong on the -1000 to 1000 interval.
39855
39856 2004-01-12  David Schleef  <ds@schleef.org>
39857
39858         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39859         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39860         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39861         Fix negotiation.  Add a bufferalloc function for the sink pad,
39862         and generally clean up some of the code.
39863
39864 2004-01-12  Julien MOUTTE <julien@moutte.net>
39865
39866         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39867         (gst_color_balance_channel_dispose): Adding safety check in dispose
39868         method.
39869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39870         (gst_xvimagesink_xcontext_clear),
39871         (gst_xvimagesink_interface_supported),
39872         (gst_xvimagesink_colorbalance_list_channels),
39873         (gst_xvimagesink_colorbalance_set_value),
39874         (gst_xvimagesink_colorbalance_get_value),
39875         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39876         Adding colorbalance interface support to set XV parameters such as
39877         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39878         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39879         interface.
39880
39881 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39882
39883         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39884         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39885         (gst_audio_convert_init), (gst_audio_convert_set_property),
39886         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39887         (gst_audio_convert_link),
39888         (gst_audio_convert_buffer_to_default_format),
39889         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39890           - implement _getcaps and use it
39891           - improve linking
39892           - remove float caps since no float conversion is actually done
39893           - remove properties and arguments that were to be used for rate
39894             conversion
39895
39896 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39897
39898         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39899         (gst_audio_structure_set_int):
39900         * gst-libs/gst/audio/audio.h:
39901           add helper functions for _getcaps matching the standard audio
39902           templates
39903
39904 2004-01-12  David Schleef  <ds@schleef.org>
39905
39906         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39907         Test that pad is negotiated before getting its caps.
39908
39909 2004-01-12  Julien MOUTTE <julien@moutte.net>
39910
39911         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39912         analyzing the pads of an element the bin is mostly in READY state so
39913         no caps were negotiated. This helper function needs to work with
39914         _get_caps directly then. I was not freeing them though, added that to
39915         fix the mem leak.
39916
39917 2004-01-12  Julien MOUTTE <julien@moutte.net>
39918
39919         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39921         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39922         than the free_func.
39923
39924 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39925
39926         * sys/oss/gstossaudio.c: (plugin_init):
39927         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39928         * sys/oss/gstosselement.h:
39929           make an oss debugging category
39930           make failure more descriptive
39931
39932 2004-01-11  David Schleef  <ds@schleef.org>
39933
39934         * ext/ffmpeg/gstffmpeg.c:
39935         * ext/ffmpeg/gstffmpegcodecmap.c:
39936         * ext/ffmpeg/gstffmpegdec.c:
39937         * ext/ffmpeg/gstffmpegenc.c:
39938         * ext/ffmpeg/gstffmpegprotocol.c:
39939         * ext/gdk_pixbuf/gstgdkanimation.c:
39940         * ext/jpeg/gstjpeg.c:
39941         * ext/libpng/gstpng.c:
39942         * ext/mpeg2dec/perftest.c:
39943         * ext/speex/gstspeex.c:
39944         * gst-libs/gst/resample/dtos.c:
39945         * gst/intfloat/gstintfloatconvert.c:
39946         * gst/oneton/gstoneton.c:
39947         * gst/rtjpeg/RTjpeg.c:
39948         * gst/rtp/gstrtp.c:
39949         * sys/dxr3/dxr3init.c:
39950         * sys/glsink/gstgl_nvimage.c:
39951         * sys/glsink/gstgl_pdrimage.c:
39952         * sys/glsink/gstglsink.c:
39953         * testsuite/gst-lint:
39954         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39955
39956 2004-01-11  David Schleef  <ds@schleef.org>
39957
39958         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39959         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39960         * ext/gdk_pixbuf/gstgdkanimation.c:
39961         (gst_gdk_animation_iter_create_pixbuf):
39962         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39963         (gst_gdk_pixbuf_chain):
39964         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39965         * ext/jack/gstjack.c: (gst_jack_change_state):
39966         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39967         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39968         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39969         * gst/videofilter/gstvideofilter.c:
39970         (gst_videofilter_set_output_size):
39971         Remove all usage of gst_pad_get_caps(), and replace it with
39972         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39973
39974 2004-01-11  David Schleef  <ds@schleef.org>
39975
39976         * configure.ac:
39977         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39978         * ext/divx/gstdivxdec.c:
39979         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39980         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39981         handle images that span multiple buffers.  Now work with both
39982         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39983         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39984         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39985         video/video.h changes
39986         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39987         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39988         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39989         of GstData free function.
39990         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39991         same.
39992
39993 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39994
39995         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39996         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39997         (gst_v4l2element_get_property):
39998         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39999           add norm, channel and frequency properties.
40000         * sys/v4l2/gstv4l2tuner.c:
40001           fixes for tuner interface changes
40002         * sys/v4l2/gstv4l2element.h:
40003         * sys/v4l2/gstv4l2src.c:
40004         * sys/v4l2/gstv4l2src.h:
40005         * sys/v4l2/v4l2src_calls.c:
40006         * sys/v4l2/v4l2src_calls.h:
40007           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40008
40009 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40010
40011         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40012         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40013         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40014         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40015         * gst-libs/gst/tuner/tuner.h:
40016           GObjects aren't const.
40017           Add find_by_name functions.
40018           Add checks to _changed functions.
40019         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40020         (gst_v4l_tuner_get_norm):
40021           Fixes for above.
40022
40023 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40024
40025         * gst-libs/gst/video/video.h:
40026           Fix caps template names to be understandable.
40027           Prefix everything with GST_VIDEO.
40028         * ext/aalib/gstaasink.c:
40029         * ext/divx/gstdivxdec.c:
40030         * ext/divx/gstdivxenc.c:
40031         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40032         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40033         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40034         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40035         * ext/libcaca/gstcacasink.c:
40036         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40037         * ext/snapshot/gstsnapshot.c:
40038         * ext/swfdec/gstswfdec.c:
40039         * ext/xvid/gstxviddec.c:
40040         * ext/xvid/gstxvidenc.c:
40041         * gst/chart/gstchart.c:
40042         * gst/deinterlace/gstdeinterlace.c:
40043         * gst/effectv/gsteffectv.c:
40044         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40045         * gst/goom/gstgoom.c:
40046         * gst/median/gstmedian.c:
40047         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40048         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40049         * gst/overlay/gstoverlay.c:
40050         * gst/smooth/gstsmooth.c:
40051         * gst/smpte/gstsmpte.c:
40052         * gst/synaesthesia/gstsynaesthesia.c:
40053         * gst/videocrop/gstvideocrop.c:
40054         * gst/videodrop/gstvideodrop.c:
40055         * gst/y4m/gsty4mencode.c:
40056         * sys/qcam/gstqcamsrc.c:
40057         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40058           Make them work with new video.h file.
40059         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40060         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40062         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40063           Make it work with new buffer allocation system.
40064
40065 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40066
40067         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40068         pad_alloc_buffer implementation to use ->srcpad
40069         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40070         pad_alloc_buffer implementation to use ->srcpad
40071         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40072         pad_alloc_buffer implementation to use ->srcpad
40073         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40074         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40075         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40076         a reference to everything we need.
40077         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40079         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40080         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40081         a reference to everything we need.
40082         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40083
40084 2004-01-11  David Schleef  <ds@schleef.org>
40085
40086         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40087         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40088         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40089         structure members.
40090         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40091         value during a resize/renegotiation.
40092         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40093         gst_pad_alloc_buffer();
40094         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40095         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40096         structure members.
40097         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40098         Fix for rename of buffer private structure members.
40099         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40100         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40101         Fix for rename of buffer private structure members.
40102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40103         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40104         Fix for rename of buffer private structure members.
40105
40106 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40107
40108         reviewed by: David Schleef <ds@schleef.org>
40109
40110         * gst/videofilter/Makefile.am:
40111         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40112         from the patch by ds to fit in with recent make_filter changes.
40113
40114 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40115
40116         * configure.ac: Adding examples/switch/Makefile
40117         * examples/Makefile.am: Adding examples/switch
40118         * examples/switch/Makefile.am: Adding switcher example.
40119         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40120         (switch_timer), (main): Adding an example demonstrating switch usage
40121         with 2 videotestsrc showing different patterns.
40122         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40123         (gst_switch_init): Fixing switch with the new caps system.
40124
40125 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40126
40127         * gst-libs/gst/video/video.h:
40128           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40129           They should probably be like
40130           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40131
40132 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40133
40134         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40135         (qtdemux_parse_trak):
40136           fix audio chunk size/timestamp calculation
40137
40138 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40139
40140         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40141           fix SVQ3 caps
40142
40143 2004-01-11  Steve Baker  <steve@stevebaker.org>
40144
40145         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40146         (gst_agingtv_base_init), (gst_agingtv_class_init),
40147         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40148         (gst_agingtv_set_property), (gst_agingtv_get_property):
40149         Port agingTV to videofilter
40150
40151 2004-01-09  Julien MOUTTE <julien@moutte.net>
40152
40153         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40154         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40155
40156 2004-01-09  Julien MOUTTE <julien@moutte.net>
40157
40158         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40159         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40160         * gst-libs/gst/xoverlay/xoverlay.c:
40161         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40162         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40163         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40164         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40165         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40166         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40167         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40168         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40169         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40170         interface implementation to handle xid being 0 and fix some bugs
40171         triggered by Benjamin's testcase.
40172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40173         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40174         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40175         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40176         interface implementation to handle xid being 0 and fix some bugs
40177         triggered by Benjamin's testcase.
40178
40179 2004-01-09  David Schleef  <ds@schleef.org>
40180
40181         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40182         mouse pointer events.  It works.
40183
40184 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40185
40186         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40187           Use explicit caps - fix capsnego.
40188         * ext/xvid/gstxviddec.c:
40189         * ext/xvid/gstxvidenc.c:
40190           Remove macro-inside-macro which caused compile errors.
40191         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40192           Error out if it's not a RIFF file. Else we error out without
40193           gst_element_error() which is not good...
40194
40195 2004-01-08  David Schleef  <ds@schleef.org>
40196
40197         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40198         Fix pad_link function to handle formats that ffmpeg returns
40199         as multiple caps structures.
40200         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40201         Only complain if source buffer is _smaller_ than expected.
40202         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40203         (gst_videoscale_handle_src_event): Resize navigation events
40204         when passing them upstream.
40205         * gst/videotestsrc/gstvideotestsrc.c:
40206         * gst/videotestsrc/gstvideotestsrc.h:
40207         * gst/videotestsrc/videotestsrc.c:
40208         * gst/videotestsrc/videotestsrc.h:
40209         Rewrite many of the buffer painting functions to handle odd
40210         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40211         been verified to work with my video card.
40212         * testsuite/gst-lint:  Add check for elements calling
40213         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40214
40215 2004-01-08  David Schleef  <ds@schleef.org>
40216
40217         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40218         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40219
40220 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40221
40222         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40223         configure event is not emiting the desired size signal. That fixes
40224         aspect ratio issues with gst-player.
40225
40226 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40227
40228         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40229           Fix capsnego.
40230
40231 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40232
40233         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40234         public method to fire size signal.
40235
40236 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40237
40238         * examples/gstplay/Makefile.am: Adding the interface library.
40239         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40240         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40241         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40242         GST_IS_X_OVERLAY before signal connect.
40243         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40244         Removing the have_video_size signal.
40245         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40246         and associated public method.
40247         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40248         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40249         signal.
40250         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40251         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40252         signal.
40253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40254         Using XOverlay public method to fire size signal.
40255
40256 2004-01-07  David Schleef  <ds@schleef.org>
40257
40258         * gst/videofilter/Makefile.am:
40259         * gst/videofilter/gstvideotemplate.c:
40260         * gst/videofilter/make_filter:
40261         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40262         Convert make_filter to /bin/sh script.
40263
40264 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40265
40266         * gst/modplug/gstmodplug.cc: fix element description
40267
40268 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40269
40270         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40271         (got_video_size): Adding some new lines in g_print calls.
40272         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40273         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40274         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40275         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40276         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40277         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40278         Complete code review, reverting some stuff i disagree with, adding
40279         some fixes : time synchronization on invalid timestamps, renegotiation
40280         of private window.
40281         * sys/ximage/ximagesink.h:
40282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40283         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40284         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40285         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40286         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40287         (gst_xvimagesink_buffer_new),
40288         (gst_xvimagesink_navigation_send_event),
40289         (gst_xvimagesink_set_xwindow_id),
40290         (gst_xvimagesink_get_desired_size),
40291         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40292         stuff i disagree with, adding some fixes : Renegotiation of private
40293         window, implementing get_desired_size.
40294
40295 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40296
40297         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40298         (gst_afsink_handle_event):
40299         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40300         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40301         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40302         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40303         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40304           Fix for instantiate-test (see core). Also remove dead code from
40305           jpegenc (which still needs fixing, but that's lower on my TODO
40306           list...).
40307         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40308           Never return NULL as caps.
40309
40310 2004-01-07  David Schleef  <ds@schleef.org>
40311
40312         * configure.ac:
40313         * ext/Makefile.am:
40314         * ext/librfb/Makefile.am:
40315         * ext/librfb/gstrfbsrc.c:
40316         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40317         is the protocol used by VNC.
40318
40319 2004-01-07  David Schleef  <ds@schleef.org>
40320
40321         * gst/videofilter/gstvideotemplate.c:
40322         * gst/videofilter/gstvideotemplate.h:
40323         * gst/videofilter/make_filter:
40324         Merge videotemplate header into source file.
40325         * gst/effectv/Makefile.am:
40326         * gst/effectv/gsteffectv.c: (plugin_init):
40327         * gst/effectv/gstwarp.c:
40328         Make warpTV a subclass of videofilter.
40329
40330 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40331
40332         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40333           Add guard against invalid utf-8 conversions in mad. Just in case.
40334
40335 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40336
40337         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40338           Fix for bug shown by poisoning
40339
40340 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40341
40342         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40343         (gst_v4lmjpegsrc_buffer_free):
40344         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40345         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40346         (gst_v4lsrc_buffer_free):
40347           Fix for removed bufferpools.
40348
40349 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40350
40351         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40352         Fix caps negotiation.
40353
40354         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40355         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40356         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40357         (dvdnavsrc_event):
40358         * ext/mpeg2dec/gstmpeg2dec.c:
40359         * gst-libs/gst/navigation/navigation.c:
40360         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40361         * gst-libs/gst/navigation/navigation.h:
40362         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40363         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40365         Super-simple first version of mouse and keyboard events. Clicking
40366         on a DVD menu now works, although it may not take you where you
40367         expected.
40368
40369         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40370         * gst/videotestsrc/gstvideotestsrc.c:
40371         (gst_videotestsrc_src_fixate):
40372         These fixate functions were broken - they never actually
40373         fixated :)
40374
40375 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40376
40377         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40378         (gst_icecastsend_init):
40379           fix for new caps system.
40380         * gst-libs/gst/mixer/mixertrack.h:
40381         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40382           Add 'master track' flag (for tools like ACME that only want to
40383           change the main volume).
40384
40385 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40386
40387         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40388         (gst_xvid_csp_to_caps):
40389         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40390         * ext/xvid/gstxvidenc.c:
40391         ifdef out ARGB type when it isn't available
40392         in xvidcore 1.0.0beta2
40393
40394 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40395
40396         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40397           When we have received a new SCR right in the first buffer after
40398           a seek (so in the same cycle that handles the discont), we should
40399           handle the buffer instead of unreffing it, else we lose data.
40400
40401 2004-01-06  Iain <iain@prettypeople.org>
40402
40403         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40404           buffer-frames caps too.
40405
40406         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40407           caps that we need, don't destroy them all and rebuild them. And when
40408           creating src pads, use the src pad template rather than the sink...
40409
40410 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40411
40412         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40413           Add pad to element *after* setting functions such as event handler.
40414           Without this, the scheduler (opt) will link pads, set the event
40415           handler from the default event function (dispatcher in gstpad.c)
40416           and *after* that, we will set our own event function, which will
40417           thus never be used (and thus mpegdemux doesn't handle events).
40418
40419 2004-01-04  David Schleef  <ds@schleef.org>
40420
40421         Fix the fixate functions to handle new prototype:
40422         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40423         * gst/videotestsrc/gstvideotestsrc.c:
40424         (gst_videotestsrc_src_fixate):
40425         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40426         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40428
40429 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40430
40431         * sys/ximage/ximagesink.h:
40432         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40433         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40434         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40435         (gst_ximagesink_xoverlay_init):
40436           assorted fixes to make (re)embedding work
40437         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40438         (gst_ximagesink_get_desired_size):
40439           implement desired size additions to XOverlay
40440
40441 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40442
40443         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40444         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40445         (gst_x_overlay_got_desired_size):
40446         * gst-libs/gst/xoverlay/xoverlay.h:
40447           Add optional "desired size" signal and querying.
40448
40449 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40450
40451         * gst/matroska/matroska-demux.c:
40452         (gst_matroska_demux_parse_blockgroup):
40453           Fix EBML-laced block parsing. Diffs are relative to previous
40454           lace, not the first lace. Thanks to Mosu from the Matroska
40455           team for detecting this.
40456         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40457         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40458         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40459         (gst_wavparse_change_state):
40460         * gst/wavparse/gstwavparse.h:
40461           Quickfix for capsnego.
40462
40463 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40464
40465         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40466           Fix indenting, fix pad creation.
40467
40468 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40469
40470         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40471         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40472         (gst_xviddec_sink_link):
40473           Implement src_getcaps() so proper size caps is negotiated.
40474
40475 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40476
40477         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40478           Finish flac decoder on EOS. See #116178.
40479
40480 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40481
40482         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40483         (gst_matroska_demux_add_stream):
40484         * gst/matroska/matroska-ids.h:
40485           Add getcaps() function to fix capsnego...
40486
40487 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40488
40489         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40490         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40491         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40492           Fix more integer overflows. Again, see #126967.
40493
40494 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40495
40496         * ext/mpeg2dec/gstmpeg2dec.c:
40497           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40498           #130416.
40499
40500 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40501
40502         * configure.ac:
40503         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40504         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40505         * ext/xvid/gstxvid.h:
40506         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40507         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40508         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40509         (gst_xviddec_change_state):
40510         * ext/xvid/gstxviddec.h:
40511         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40512         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40513         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40514         (gst_xvidenc_link), (gst_xvidenc_set_property),
40515         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40516         * ext/xvid/gstxvidenc.h:
40517           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40518
40519 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40520
40521         * gst/rtp/rtp-packet.c:
40522           Add sys/types.h include, since OS X doesn't define in_addr_t
40523           in netinet/in.h, like it does on Linux (see #129600).
40524
40525 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40526
40527         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40528
40529         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40530           Correct logic of dispose function (see #129306).
40531
40532 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40533
40534         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40535         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40536         (gst_mpeg_parse_init):
40537         * gst/mpegstream/gstmpegparse.h:
40538           Remove clock (which was never provided, i.e. dead code), and
40539           also fix integer overflows at high PTS values (see #126967).
40540
40541 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40542
40543         * ext/flac/gstflacdec.c:
40544         * ext/libpng/gstpngenc.h:
40545         * ext/mikmod/gstmikmod.h:
40546           OS X fixes (see #126628).
40547
40548 2004-01-02  David Schleef  <ds@schleef.org>
40549
40550         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40551         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40552         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40553         (gst_mpeg_parse_class_init): Move pad template registration
40554         to class_init, since the derived class (mpegdemux) doesn't
40555         want them.
40556
40557 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40558
40559         * sys/ximage/Makefile.am:
40560         * sys/xvideo/Makefile.am:
40561         * sys/xvimage/Makefile.am:
40562           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40563           after installation (see #127664).
40564
40565 2004-01-02  David Schleef  <ds@schleef.org>
40566
40567         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40568         (gst_ffmpegenc_connect):  Negotiation fixes.
40569         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40570         Remove inappropriate gst_caps_free().
40571         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40572         Reenable Ronald's internal resize code, since the core handles
40573         it correctly now.
40574
40575 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40576
40577         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40578         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40579         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40580           Fix pad template stuff.
40581
40582 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40583
40584         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40585         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40586           fix signed integer reading/writing.
40587
40588 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40589
40590         * ext/alsa/README:
40591           Remove outdated document
40592
40593 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40594
40595         * gst/cutter/gstcutter.c: (gst_cutter_init):
40596           src pad was being created twice - oops.
40597
40598 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40599
40600         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40601           Comment out internal resize. It doesn't handle the resulting
40602           XEvent internally, does another try_set_caps() which leads to
40603           a really nice loop.
40604           Real fix will come when Julien and Dave are awake. ;).
40605
40606 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40607
40608         * ext/mpeg2enc/gstmpeg2enc.cc:
40609           fix const/nonconst compile issue.
40610
40611 2004-01-02  David Schleef  <ds@schleef.org>
40612
40613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40614         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40615         Add fixate function and a check for bad formats.
40616
40617 2004-01-01  David Schleef  <ds@schleef.org>
40618
40619         Negotiation fixes:
40620         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40621         (gst_audiofilter_init):
40622         * gst/debug/efence.c: (gst_efence_init):
40623         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40624         (gst_deinterlace_init):
40625         * gst/volume/gstvolume.c: (volume_connect):
40626
40627 2004-01-01  David Schleef  <ds@schleef.org>
40628
40629         Convert elements to use gst_pad_use_explicit_caps() where
40630         appropriate:
40631         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40632         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40633         (gst_afparse_open_file):
40634         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40635         (gst_afsrc_open_file):
40636         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40637         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40638         (gst_ffmpegdec_chain):
40639         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40640         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40641         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40642         (gst_gdk_pixbuf_chain):
40643         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40644         (gst_jpegdec_chain):
40645         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40646         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40647         (gst_mikmod_negotiate):
40648         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40649         (gst_mpeg2dec_negotiate_format):
40650         * ext/mpeg2enc/gstmpeg2enc.cc:
40651         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40652         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40653         (gst_speexdec_sinkconnect):
40654         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40655         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40656         (gst_vorbisfile_new_link):
40657         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40658         (gst_ac3parse_chain):
40659         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40660         (gst_asf_demux_setup_pad):
40661         * gst/auparse/gstauparse.c: (gst_auparse_init),
40662         (gst_auparse_chain):
40663         * gst/id3/gstid3types.c: (gst_id3types_loop):
40664         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40665         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40666         (mp1videoparse_parse_seq):
40667         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40668         (bpf_from_header):
40669         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40670         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40671         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40672         (gst_mpeg_parse_send_data):
40673         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40674         (gst_qtdemux_add_stream):
40675         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40676         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40677         (gst_wavparse_parse_fmt):
40678
40679 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40680
40681         * configure.ac:
40682           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40683           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40684           it therefore uses the wrong include paths. Too bad... Note
40685           that 1.6.1.93 is not release yet. ;).
40686           Also add a check for mplex, which is now using the lib'ified
40687           mplex from mjpegtools, too.
40688         * ext/ffmpeg/gstffmpegcodecmap.c:
40689           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40690           issues. I don't think ffmpeg handles 3ivx correctly, so this
40691           probably won't work. But it won't hurt either.
40692         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40693         (gst_ffmpegdec_chain):
40694         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40695         (gst_ffmpegenc_chain_audio):
40696           Fix memleak in audio encoding. Close codec if open fails, this
40697           calls the cleanup routines so we can re-use the context.
40698         * ext/mpeg2enc/gstmpeg2enc.cc:
40699           Fix pad template names/types, fix memory issue with getcaps().
40700         * ext/mpeg2enc/gstmpeg2encoder.cc:
40701         * ext/mpeg2enc/gstmpeg2encoder.hh:
40702           Fix compile issue with new caps system (const thingy).
40703         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40704         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40705           We read a first frame right on initing, so that we have a caps
40706           when we init the output. This caps is cached in padprivate and
40707           read as first frame.
40708         * ext/mplex/Makefile.am:
40709         * ext/mplex/gstmplex.cc:
40710         * ext/mplex/gstmplex.h:
40711         * ext/mplex/gstmplex.hh:
40712         * ext/mplex/gstmplexibitstream.cc:
40713         * ext/mplex/gstmplexibitstream.hh:
40714         * ext/mplex/gstmplexjob.cc:
40715         * ext/mplex/gstmplexjob.hh:
40716         * ext/mplex/gstmplexoutputstream.cc:
40717         * ext/mplex/gstmplexoutputstream.hh:
40718           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40719           had issues, didn't do capsnego, supported only a subset of the
40720           mplex features and required a mplex fork in our local CVS. Plus
40721           that it worked agaist a very old mplex version. Rewriting was
40722           faster than updating it.
40723         * gst-libs/ext/Makefile.am:
40724         * gst-libs/ext/mplex/INSTRUCT:
40725         * gst-libs/ext/mplex/Makefile.am:
40726         * gst-libs/ext/mplex/README:
40727         * gst-libs/ext/mplex/TODO:
40728         * gst-libs/ext/mplex/ac3strm_in.cc:
40729         * gst-libs/ext/mplex/audiostrm.hh:
40730         * gst-libs/ext/mplex/audiostrm_out.cc:
40731         * gst-libs/ext/mplex/aunit.hh:
40732         * gst-libs/ext/mplex/bits.cc:
40733         * gst-libs/ext/mplex/bits.hh:
40734         * gst-libs/ext/mplex/buffer.cc:
40735         * gst-libs/ext/mplex/buffer.hh:
40736         * gst-libs/ext/mplex/fastintfns.h:
40737         * gst-libs/ext/mplex/format_codes.h:
40738         * gst-libs/ext/mplex/inputstrm.cc:
40739         * gst-libs/ext/mplex/inputstrm.hh:
40740         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40741         * gst-libs/ext/mplex/mjpeg_logging.cc:
40742         * gst-libs/ext/mplex/mjpeg_logging.h:
40743         * gst-libs/ext/mplex/mjpeg_types.h:
40744         * gst-libs/ext/mplex/mpastrm_in.cc:
40745         * gst-libs/ext/mplex/mpegconsts.cc:
40746         * gst-libs/ext/mplex/mpegconsts.h:
40747         * gst-libs/ext/mplex/mplexconsts.hh:
40748         * gst-libs/ext/mplex/multplex.cc:
40749         * gst-libs/ext/mplex/outputstream.hh:
40750         * gst-libs/ext/mplex/padstrm.cc:
40751         * gst-libs/ext/mplex/padstrm.hh:
40752         * gst-libs/ext/mplex/stillsstream.cc:
40753         * gst-libs/ext/mplex/stillsstream.hh:
40754         * gst-libs/ext/mplex/systems.cc:
40755         * gst-libs/ext/mplex/systems.hh:
40756         * gst-libs/ext/mplex/vector.cc:
40757         * gst-libs/ext/mplex/vector.hh:
40758         * gst-libs/ext/mplex/videostrm.hh:
40759         * gst-libs/ext/mplex/videostrm_in.cc:
40760         * gst-libs/ext/mplex/videostrm_out.cc:
40761         * gst-libs/ext/mplex/yuv4mpeg.cc:
40762         * gst-libs/ext/mplex/yuv4mpeg.h:
40763         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40764         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40765           We don't fork mjpegtools' mplex in our CVS anymore.
40766         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40767         (gst_avi_demux_add_stream):
40768         * gst/avi/gstavidemux.h:
40769           Add getcaps() function for proper caps nego. This makes some
40770           parts of AVI playback/reading work.
40771         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40772           Resize window on new capsnego. This is probably wrong, but
40773           I'm still committing it because with current capsnego, the
40774           first successfull capsnego is auto-fixated, therefore rounded
40775           down to the lowest values in the caps. this results in a 16x16
40776           XWindow that is not reized when real capsnego finishes.
40777           Dave, I see more cases of this, do you know a proper solution?
40778         * tools/gst-launch-ext.in:
40779           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40780
40781 2003-12-31  David Schleef  <ds@schleef.org>
40782
40783         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40784         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40785           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40786
40787 2003-12-30  David Schleef  <ds@schleef.org>
40788
40789         * ext/ffmpeg/gstffmpegcolorspace.c:
40790         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40791         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40792         (gst_ffmpegcsp_chain): Negotiation fixes
40793         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40795         (gst_audio_convert_link), (gst_audio_convert_channels):
40796         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40797         (gst_audioscale_link), (gst_audioscale_get_buffer),
40798         (gst_audioscale_chain): Negotiation fixes
40799         * gst/audioscale/gstaudioscale.h:
40800         * gst/videofilter/gstvideofilter.c:
40801         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40802         (gst_videofilter_link), (gst_videofilter_init),
40803         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40804         (gst_videofilter_find_format_by_structure):
40805         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40806         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40807         (gst_videoscale_link):
40808         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40809         (videoscale_find_by_structure), (gst_videoscale_setup):
40810         * gst/videoscale/videoscale.h: Negotiation fixes
40811         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40812         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40813         function, restrict resizing to a multiple of 4 (hack until
40814         everyone supports odd sizes correctly).
40815
40816 2003-12-29  Colin Walters  <walters@verbum.org>
40817
40818         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40819         signed.
40820
40821 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40822
40823         * ext/sndfile/gstsf.c: (gst_sf_loop):
40824           Fix warning about discarding const qualifier
40825
40826 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40827
40828         * gst/cutter/gstcutter.c:
40829         * gst/videoscale/gstvideoscale.c:
40830         * gst/volenv/gstvolenv.c:
40831         * gst-libs/gst/audio/audio.c:
40832         * gst-libs/gst/video/video.c:
40833           Fix warnings
40834
40835 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40836
40837         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40838           Don't send ALSA debugging to stderr.
40839         * ext/alsa/gstalsa.h:
40840           Use GST_WARNING instead of g_warning when ALSA functions fail.
40841
40842 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40843
40844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40845           Free XVAdapterInfo correctly.
40846
40847 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40848
40849         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40850         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40851           Make id3tag use correct caps nego.
40852
40853 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40854
40855         * ext/ivorbis/vorbis.c:
40856         * ext/ivorbis/vorbisenc.h:
40857         * ext/ivorbis/vorbisfile.c:
40858           Modify so that it uses the new caps things
40859
40860 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40861
40862         * testsuite/spider/spider1.c: (main):
40863         * testsuite/spider/spider2.c: (main):
40864         * testsuite/spider/spider3.c: (main):
40865           Make tests compile again. They probably don't work.
40866
40867 2003-12-24  Colin Walters  <walters@verbum.org>
40868
40869         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40870         we can't fixate the caps anymore.
40871
40872 2003-12-23  David Schleef  <ds@schleef.org>
40873
40874         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40875         * sys/oss/gstosssink.c: (gst_osssink_init),
40876         (gst_osssink_sink_fixate): Add fixate function.
40877
40878 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40879
40880         * ext/ffmpeg/gstffmpegcodecmap.c:
40881         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40882         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40883         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40884         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40885         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40886         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40887         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40888           fix typo in RGB masks, and move back to "old" colorspace
40889           capsnego code until whoever wrote this new crap has actually
40890           tested it so that it works.
40891           And yes, this works, keep it that way please.
40892
40893 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40894
40895         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40896         (gst_divxdec_init), (gst_divxdec_negotiate):
40897         * ext/divx/gstdivxdec.h:
40898         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40899         (gst_divxenc_init):
40900         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40901         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40902         * ext/mpeg2enc/gstmpeg2enc.cc:
40903         * ext/mpeg2enc/gstmpeg2encoder.cc:
40904         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40905         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40906         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40907         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40908         (dxr3spusink_init):
40909         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40910         (dxr3videosink_init):
40911           Fix caps breakage after Dave's caps branch merge.
40912
40913 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40914
40915         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40916           Fix for 24bpp display.
40917
40918 2003-12-23  Colin Walters  <walters@verbum.org>
40919
40920         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40921         a GnomeVFSHandle directly.
40922
40923 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40924
40925         * gst/volume/Makefile.am:
40926         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40927         (volume_base_init), (volume_init):
40928           Reenable volume element and fix to work with new caps stuff.
40929           Rhythmbox needs this.
40930
40931 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40932
40933         * gst/qtdemux/qtdemux.c: (plugin_init):
40934           qtdemux requires bytestream
40935
40936 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40937
40938         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40939           Fix remaining caps handling errors due to CAPS merge.
40940
40941 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40942
40943         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40944         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40945         (gst_faad_srcconnect):
40946           Port to new caps system.
40947
40948 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40949
40950         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40951         (got_video_size), (main): using g_print instead of g_message.
40952         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40953         signal which was not emitted because of "switch" element added to the
40954         bin but not connected. (Removing from the bin temporarily)
40955
40956 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40957
40958         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40959         find X development files. I don't understand the previous tests and
40960         they fail on my debian/ppc unstable. This one works.
40961         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40962         exiting.
40963         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40964         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40965         (gst_play_set_visualization): Add some safety checks in set_ methods
40966         and state_change. This was throwing some ugly CRITICAL messages when
40967         pipeline was getting disposed and casts were failing.
40968
40969 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40970
40971         * configure.ac:
40972           Improve mpeg2enc detection. This is for distributions that do
40973           ship mjpegtools, but without mpeg2enc. Also does object check
40974           for might there ever be ABI incompatibility.
40975         * ext/mpeg2enc/gstmpeg2enc.cc:
40976           Add Andrew as second maintainer (he's helping me), and also add
40977           an error if no caps was set. This happens if I pull before capsnego
40978           and that's something I should solve sometime else.
40979         * gst/matroska/matroska-demux.c:
40980         (gst_matroska_demux_parse_blockgroup):
40981           Fix time parsing.
40982         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40983         (gst_matroska_mux_track_header):
40984           Add caps to templates.
40985         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40986           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40987         * gst/mpegstream/gstmpegdemux.c:
40988           Remove layer since it causes warnings about unfixed caps.
40989         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40990           Fix obvious typo (we error out if caps were set, we should of
40991           course error out if *no* caps were set).
40992         * sys/oss/gstosselement.c: (gst_osselement_convert):
40993           Fix format conversion, we confused bits/bytes.
40994         * sys/oss/gstosselement.h:
40995           Improve documentation for 'bps'.
40996         * sys/v4l/TODO:
40997           Remove stuff about plugins that need removing - this was done
40998           ages ago.
40999         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41000         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41001         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41002         (gst_v4lsrc_src_query):
41003         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41004         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41005           Add get_query_types(), get_formats() and query() functions.
41006
41007 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41008
41009         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41010           * moved CVS to freedesktop.org