gst-libs/gst/rtsp/gstrtspdefs.c: Use WSAGetLastError() rather than errno/h_errno...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-20  Michael Smith <msmith@songbirdnest.com>
2
3         * gst-libs/gst/rtsp/gstrtspdefs.c:
4           Use WSAGetLastError() rather than errno/h_errno on win32.
5
6 2008-11-20  Michael Smith <msmith@songbirdnest.com>
7
8         * gst-libs/gst/riff/riff-media.c:
9           Support WMA Lossless properly.
10
11 2008-11-18  David Schleef  <ds@schleef.org>
12
13         * gst/videotestsrc/gstvideotestsrc.c:
14         * gst/videotestsrc/gstvideotestsrc.h:
15         * gst/videotestsrc/videotestsrc.c:
16         * gst/videotestsrc/videotestsrc.h:
17           Add "colorspec" property, specifying whether to generate BT.601
18           or BT.709 video.  This only affects YCbCr values, not RGB, since
19           if you're generating a 709 test pattern, presumably you want
20           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
21           uses 75% colors instead of 100%, since this is often more useful
22           for testing (and also follows the SMPTE EG-1 guideline).
23
24 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
25
26         * gst/playback/gstdecodebin.c:
27         Add a "sink-caps" property to decodebin like it's done for decodebin2.
28         Fixes #560380.
29
30 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
31
32         * gst/audioresample/gstaudioresample.c:
33         Guard against a NULL dereference I somehow encountered -
34         with a FLUSH_STOP arriving either before basetransform _start(),
35         or after _stop().
36
37         * gst/typefind/gsttypefindfunctions.c:
38         Make sure we never jump backwards when typefinding corrupt mov files.
39
40 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
41
42         * gst-libs/gst/interfaces/propertyprobe.c:
43         Fix random type causing a docs warning.
44
45 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
46
47         * sys/v4l/gstv4l.c:
48           Give it a minimal rank for autovideosrc.
49
50 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
51
52         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
53         (plugin_init):
54         Improve typefinding of ISO JPEG2000 mime types.
55
56 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
57
58         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
59         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
60         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
61         * sys/xvimage/xvimagesink.h:
62         Avoid typechecking when we do trivial casts.
63         Move error handling out of the main program flow.
64         Sneak in the display-region caps property, not completely correct yet.
65         Cache the width/height in buffer_alloc instead of parsing it from the
66         caps all the time.
67
68 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
69
70         * gst/playback/gstplaybin2.c: (deactivate_group):
71         don't try to unlink the selector sinkpad when we don't have it yet. This
72         can happen if an error occured before the group was complete.
73
74 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
75
76         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
77         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
78         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
79         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
80         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
81         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
82         (gst_rtp_buffer_get_extension_data),
83         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
84         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
85         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
86         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
87         (gst_rtp_buffer_get_payload_type),
88         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
89         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
90         (gst_rtp_buffer_set_timestamp),
91         (gst_rtp_buffer_get_payload_subbuffer),
92         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
93         Avoid expensive type checks we already did as part of the 
94         _validate() function that should be called first.
95
96 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
97
98         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
99         (gst_base_rtp_depayload_push_full),
100         (gst_base_rtp_depayload_set_gst_timestamp):
101         Fix some cases where a newsegment event was not sent.
102
103 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
104
105         * gst/playback/gstplaybin2.c: (activate_group):
106         Catch state change errors and stop from the uridecodebin elements
107         instead of trying to continue in vain.
108
109 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
110
111         * gst-libs/gst/audio/gstbaseaudiosink.c:
112         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
113         (gst_base_audio_sink_callback):
114         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
115         for the latency to expire, fixes #559567.
116
117 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
118
119         * gst/adder/gstadder.c:
120           Change author string after seeing output of gst-inspector.
121
122 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
123
124         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
125         Don't try to do crazy things when we only have a text pad without a
126         video pad. Fixes #559478.
127
128 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
129
130         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
131         Fix case where we don't have a range for the rates or channels as is the
132         case with truespeech.
133
134 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
135
136         * gst/volume/gstvolume.c: (volume_update_real_volume),
137         (gst_volume_set_volume), (gst_volume_get_volume),
138         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
139         (volume_transform_ip), (volume_update_mute),
140         (volume_update_volume), (volume_get_property):
141         * gst/volume/gstvolume.h:
142         Keep negotiated state in a separate variable.
143         Protect the volume and mute properties with the object lock.
144         Protect modifying the transform with the transform lock.
145
146 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
147
148         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
149         (gst_ffmpeg_pixfmt_to_caps):
150         Only convert caps to string when debug is enabled.
151
152 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
153
154         * ext/theora/gsttheoradec.h:
155         * ext/theora/theoradec.c: (gst_theora_dec_init),
156         (gst_theora_dec_reset), (theora_dec_src_event),
157         (theora_dec_sink_event), (theora_handle_type_packet):
158         Copy seqnum.
159         Keep events in a pending list, like vorbisdec, instead of trying
160         to construct a segment event ourselves.
161
162         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
163         (vorbis_dec_src_event), (vorbis_dec_sink_event):
164         * ext/vorbis/vorbisdec.h:
165         Copy seqnum.
166
167 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
168
169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
170         (gst_ogg_demux_deactivate_current_chain),
171         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
172         (gst_ogg_demux_loop):
173         * ext/ogg/gstoggdemux.h:
174         Copy seqnums around to track playback segments and messages.
175
176 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
177
178         Based on patch by: Matthias Kretz <kretz at kde dot org>
179
180         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
181         (gst_alsasink_prepare), (gst_alsasink_unprepare),
182         (gst_alsasink_write):
183         Make all access non-blocking so that we can better handle unplugging
184         of usb devices. Fixes #559111
185
186 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
187
188         Patch by: Damien Lespiau  <damien.lespiau gmail com>
189
190         * gst-libs/gst/rtsp/gstrtspconnection.c:
191         (gst_rtsp_connection_write):
192         Make the next call to poll not depend on previous calls to poll with or
193         without reading from the active descriptor. Fixes #544293.
194
195 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
196
197         Patch by: Nick Haddad <nick at haddads dot net>
198
199         * gst-libs/gst/riff/riff-ids.h:
200         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
201         Add support for other fourcc codes that are commonly used for
202         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
203         Fixes #558553.
204
205 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
206
207         * gst/audioresample/gstaudioresample.c:
208           Return the result of parent_class->event().
209
210 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
211
212         * gst/audioresample/gstaudioresample.c:
213         (gst_audioresample_class_init), (audioresample_fixate_caps):
214         Fixate the rate to the nearest supported rate instead of
215         the first one. Fixes bug #549510.
216
217 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
218
219         * win32/common/libgstaudio.def:
220         Add new symbols.
221
222 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
223
224         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
225         Attempt to make obfuscated code clearer.
226
227 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
228
229         * docs/libs/gst-plugins-base-libs-sections.txt:
230         * gst-libs/gst/floatcast/floatcast.h:
231         Move float endianness conversion macros to core. Second part of
232         bug ##555196.
233
234 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
235
236         * sys/ximage/ximagesink.h:
237         * sys/xvimage/xvimagesink.h:
238           Don't mark as gtk-doc docs as they aren't public.
239
240 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
241
242         * sys/xvimage/xvimagesink.c:
243         * sys/xvimage/xvimagesink.h:
244         * tests/icles/Makefile.am:
245         * tests/icles/test-colorkey.c:
246           Allow setting colorkey if possible. Implement property probe interface
247           for optional X features (autopaint-colorkey, double-buffer and
248           colorkey). Fixes #554533
249
250 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
251
252         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
253         Remove useless buffer size assignment. It already has this value.
254
255 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
256
257         * gst-libs/gst/audio/gstaudiosink.c:
258         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
259         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
260         (gst_audioringbuffer_stop):
261         Implement a separate activate functions to start monitoring the segments
262         or, in pull mode, pulling in data.
263
264         * gst-libs/gst/audio/gstbaseaudiosink.c:
265         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
266         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
267         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
268         (gst_base_audio_sink_activate_pull),
269         (gst_base_audio_sink_async_play),
270         (gst_base_audio_sink_change_state):
271         Implement pad and element convert query function.
272         Activate the ringbuffer.
273         Use the segment last_stop value as the offset to pull.
274         Use new basesink _do_preroll() method to preroll in the pulling thread.
275         Take appropriate locking in the pulling thread.
276
277         * gst-libs/gst/audio/gstringbuffer.h:
278         Update some docs.
279
280 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
281
282         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
283         Improve MXF typefinding a bit by searching for a header partition
284         pack instead of just a general partition pack and checking more
285         bytes for valid values.
286
287 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
288
289         * tests/icles/.cvsignore:
290         update ignore file.
291
292         * tests/icles/Makefile.am:
293         * tests/icles/test-box.c: (make_pipeline), (main):
294         Add another interactive command line experimentation suite for
295         dynamically boxing/cropping/saling an input video.
296
297 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
298
299         * docs/libs/gst-plugins-base-libs-sections.txt:
300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
301         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
302         * gst-libs/gst/audio/gstringbuffer.h:
303         Add methods to more accuratly control the pulling thread of a
304         ringbuffer.
305         Add format conversion helper code to the ringbuffer.
306         API: GstRingBuffer:gst_ring_buffer_activate()
307         API: GstRingBuffer:gst_ring_buffer_is_active()
308         API: GstRingBuffer:gst_ring_buffer_convert()
309
310 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
311
312         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
313         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
314         (gst_audioringbuffer_stop):
315         Signal thread startup earlier so that we can immediatly go into pull
316         mode when we have to and block on preroll.
317
318 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
319
320         * gst-libs/gst/audio/gstringbuffer.c:
321         (gst_ring_buffer_prepare_read):
322         In pull mode we want the callback to prepull a buffer we can preroll on
323         even when we are not yet playing.
324
325 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
326
327         * ext/alsa/Makefile.am:
328         * ext/cdparanoia/Makefile.am:
329         * ext/gio/Makefile.am:
330         * ext/gnomevfs/Makefile.am:
331         * ext/libvisual/Makefile.am:
332         * ext/ogg/Makefile.am:
333         * ext/pango/Makefile.am:
334         * ext/theora/Makefile.am:
335         * ext/vorbis/Makefile.am:
336         * gst/adder/Makefile.am:
337         * gst/audioconvert/Makefile.am:
338         * gst/audiorate/Makefile.am:
339         * gst/audioresample/Makefile.am:
340         * gst/audiotestsrc/Makefile.am:
341         * gst/ffmpegcolorspace/Makefile.am:
342         * gst/gdp/Makefile.am:
343         * gst/playback/Makefile.am:
344         * gst/subparse/Makefile.am:
345         * gst/tcp/Makefile.am:
346         * gst/typefind/Makefile.am:
347         * gst/videorate/Makefile.am:
348         * gst/videoscale/Makefile.am:
349         * gst/videotestsrc/Makefile.am:
350         * gst/volume/Makefile.am:
351         * sys/v4l/Makefile.am:
352         * sys/ximage/Makefile.am:
353         * sys/xvimage/Makefile.am:
354           Don't install static libs for plugins. Fixes #550851 for base.
355
356 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
357
358         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
359         Set the default blocksize to -1 because we will then use the configured
360         samplesperbuffer to create our output buffer.
361
362 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
363
364         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
365         (gst_riff_create_video_template_caps):
366         Add mappping for the KMVC (Karl Morton's Video) Codec.
367
368 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
369
370         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
371         Don't forget to advance the offset of what we're matching against, else
372         we end up in a forever loop.
373
374 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
375
376         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
377         Improve typefinding a bit. If we don't have a Unicode charset
378         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
379
380 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
381
382         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
383         Fix build on macosx.
384
385 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
386
387         Based on patch by: Robin Stocker <robin at nibor dot org>
388
389         * ext/theora/gsttheoradec.h:
390         * ext/theora/theoradec.c: (gst_theora_dec_init),
391         (theora_dec_setcaps), (theora_handle_type_packet),
392         (theora_dec_decode_buffer), (theora_dec_change_state):
393         Parse input caps and make the PAR override the encoded PAR when
394         specified by a container. Fixes #555699.
395
396 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
397
398         * gst-libs/gst/rtp/gstbasertpdepayload.c:
399         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
400         (gst_base_rtp_depayload_set_gst_timestamp),
401         (gst_base_rtp_depayload_change_state):
402         * gst-libs/gst/rtp/gstbasertpdepayload.h:
403         Add some more G_LIKELY
404         Fail when the setcaps function was not called.
405
406         * gst-libs/gst/rtp/gstbasertppayload.c:
407         (gst_basertppayload_set_outcaps):
408         Propagate return value of setcaps.
409
410 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
411
412         * gst/subparse/Makefile.am:
413         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
414         (gst_sub_parse_class_init), (gst_sub_parse_init),
415         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
416         (get_next_line), (gst_sub_parse_data_format_autodetect),
417         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
418         (gst_subparse_type_find):
419         * gst/subparse/gstsubparse.h:
420         Add support for UTF16/UTF32 subtitles as long as the first bytes of
421         the first buffer contain the BOM. This also adds support for other
422         encodings that allow NUL bytes via the encoding property.
423         Fixes bugs #552237 and #456788.
424
425 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
426
427         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
428         Don't drop the last byte of image tags if they're not an URI list.
429         Fixes bug #556066.
430
431 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
432
433         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
434         For looking at the 4th byte we have to get 4 bytes of course
435         and not 3.
436
437 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
438
439         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
440         Improve FLAC-without-headers typefinding by looking at most of the
441         frame header and checking if invalid values are used. Should prevent
442         quite some false positives compared to the old version which only
443         check if the first 14 bits are set.
444
445 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
446
447         * sys/xvimage/xvimagesink.c:
448           Don't assert on caps==NULL.
449
450 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
451
452         * gst/subparse/gstsubparse.c:
453         (gst_sub_parse_data_format_autodetect), (handle_buffer),
454         (gst_sub_parse_change_state):
455         * gst/subparse/gstsubparse.h:
456         * tests/check/elements/subparse.c: (GST_START_TEST):
457         Add support for subtitle files with UTF-8 BOM at the beginning
458         by simple stripping it from the first line before passing it
459         to any parsing code. Fixes bug #555257 and playback of files
460         created by Gnome Subtitles.
461
462 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
463
464         * gst/audiotestsrc/gstaudiotestsrc.c:
465         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
466         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
467         (gst_audio_test_src_start), (gst_audio_test_src_stop),
468         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
469         (gst_audio_test_src_create):
470         * gst/audiotestsrc/gstaudiotestsrc.h:
471         Define the default property values in the usual place.
472         Implement start/stop to reset values correctly.
473         Calculate the sample size only once when we negotiate.
474         Rename some values to make more sense.
475         Keep track of our byte range.
476         Add support for pull based scheduling. Disabled for now until we have
477         the whole stack working.
478         Set the BUFFER_OFFSET correctly.
479
480 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
481
482         Based on a patch by: xavierb at gmail dot com
483
484         * gst/subparse/gstsubparse.c:
485         (gst_sub_parse_data_format_autodetect):
486         * tests/check/elements/subparse.c: (GST_START_TEST):
487         Make the detection of the used subtitle a bit less strict
488         for srt subtitles. Fixes bug #555607.
489
490 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
491
492         * ext/vorbis/vorbisenc.c:
493         (gst_vorbis_enc_buffer_check_discontinuous):
494         Fix discontinuity detection which was broken by last commit.
495
496 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
497
498         * configure.ac::
499           Require core CVS for ghostpad API additions used by decodebin2.
500
501 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
502
503         * gst-libs/gst/audio/gstbaseaudiosrc.c:
504         (gst_base_audio_src_create):
505         Fix debug statements (space between '%' and actual format).
506
507 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
508
509         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
510         Remove bogus assert, the decodepad could have been created inside an
511         already existing group.
512
513 2008-10-08  Andy Wingo  <wingo@pobox.com>
514
515         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
516         target instead of setting it.
517         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
518         API for a decode pad. The bugfix is that we set the group in
519         activate(), not when the pad was created because it might be NULL
520         then.
521         (gst_decode_group_control_source_pad, gst_decode_group_expose):
522         Update to use the API.
523
524 2008-10-08  Andy Wingo  <wingo@pobox.com>
525
526         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
527         be a subclass of GstGhostPad.
528         (analyze_new_pad): So, when emitting the signals that determine
529         how we do autoplugging, already create the ghost pad and use it as
530         the pad in the signal arguments. This allows applications to make
531         a connection between the pad passed in e.g. autoplug-continue, and
532         the pad passed in new-decoded-pad.
533         (connect_pad, expose_pad): Update to receive the ghosted decode
534         pad in the args, retargetting it as necessary if we have to plug
535         the target pad through a multiqueue.
536         (gst_decode_group_control_source_pad): Adapt to receive an
537         already-ghosted pad that just needs activation, blocking, and
538         drain notification.
539         (sort_end_pads): Adapt for decode pads actually being pads.
540         (gst_decode_group_expose): Adapt for decode pads actually being
541         pads. Rewrite the decode pad names so they appear in order. Adds a
542         new error case if we couldn't set the name.
543         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
544         logic.
545         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
546         New API for the decode pad, needed because we shouldn't do these
547         things inside gst_decode_pad_new(), but after.
548         (gst_decode_pad_new): Change to actually make the real pad, and
549         delay the blocking/drainage bits.
550
551 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
552
553         Patch by: Daniel Drake <dsd at laptop dot org>
554
555         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
556         Unref all buffers when clearing collectpads. Fixes bug #546955.
557
558 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
559
560         Based on a patch by: Klaas <klaas at rivercrew dot net>
561
562         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
563         (gst_vorbis_enc_buffer_check_discontinuous),
564         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
565         * ext/vorbis/vorbisenc.h:
566         Keep track of the upstream segments and use the running time on that
567         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
568
569 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
570
571         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
572         Prevent overflows with big buffer when calculating the size of
573         the intermediate buffer by using gst_util_uint64_scale() instead of
574         plain arithmetics. Fixes bug #552801.
575
576 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
577
578         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
579
580         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
581         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
582         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
583         (gst_clock_overlay_get_property):
584         * ext/pango/gstclockoverlay.h:
585         API: Add ability to specify format for date/time display by
586         adding a "time-format" property.
587         Fixes bug #554879.
588
589 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
590
591         Patch by: Jan Gerber <j at oil21 dot org>
592
593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
594         (gst_riff_create_video_template_caps):
595         Add FFV1 fourcc to support playback of FFMPEG lossless video
596         in AVI. Fixes bug #555319.
597
598 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
599
600         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
601
602         * gst-libs/gst/audio/gstbaseaudiosrc.c:
603         (gst_base_audio_src_create):
604         Implement skew clock slaving. Fixes #552559.
605
606 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
607
608         * gst-libs/gst/audio/multichannel.c:
609         * gst-libs/gst/audio/testchannels.c:
610         Fix include of config.h
611
612 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
613
614         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
615
616         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
617         (print_media), (gst_sdp_message_dump):
618         Fix parsing of the c= field containing multicast addresses.
619         Fixes #552199.
620         Add the connection info to the session or streams.
621         Fix parsing of the bandwidth.
622         Add debugging for the connections and bandwidths for a media.
623         Add debugging for the bandwidth of the session. 
624
625 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
626
627         * gst-libs/gst/rtp/gstbasertppayload.c:
628         (gst_basertppayload_change_state):
629         Configure the next seqnum and timestamp in the state change so that they
630         can be queried soon after.
631
632 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
633
634         * gst-libs/gst/rtp/gstbasertpdepayload.c:
635         (gst_base_rtp_depayload_chain):
636         Improve debugging of the rtptime.
637
638 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
639
640         * configure.ac:
641         Back to development -> 0.10.21.1
642
643 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
644
645         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
646         (plugin_init):
647         Add typefinding for FLAC without headers in the beginning.
648         This is already handled by flacdec and friends.
649
650 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
651
652         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
653         (plugin_init):
654         Add typefinder for MXF.
655
656 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
657
658         * tests/icles/Makefile.am:
659         Only build test-colorkey if GTK+ is available.
660
661 === release 0.10.21 ===
662
663 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
664
665         * configure.ac:
666           releasing 0.10.21, "We Could Be Wrong"
667
668 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
669
670         * configure.ac:
671         0.10.20.4 pre-release
672
673 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
674
675         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
676
677         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
678         Set the BOS flag on the BOS packet. Fixes #553244.
679
680 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
681
682         * gst-libs/gst/rtsp/gstrtspmessage.c:
683         (gst_rtsp_message_parse_request),
684         (gst_rtsp_message_parse_response):
685         Fix the g_return_val_if_fail() statements.
686
687 2008-09-22  Michael Smith <msmith@songbirdnest.com>
688
689         * gst-libs/gst/tag/gsttagdemux.c:
690           Fail to activate if there's insufficient data in the file to be usable,
691           preventing an assertion fail later. Fixes #552960
692
693 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
694
695         * gst-libs/gst/pbutils/descriptions.c:
696         * gst/typefind/gsttypefindfunctions.c:
697           Recognise Kate subtitle streams (#550582).
698
699 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
700
701         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
702           Remove trailing comma from enum list, which causes problems
703           with -pendantic (#550729).
704
705 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
706
707         * configure.ac:
708         0.10.20.2 pre-release
709
710         * po/LINGUAS:
711         * po/id.po:
712         * po/pt_BR.po:
713
714         New translations.
715
716 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
717
718         * gst-libs/gst/interfaces/propertyprobe.c:
719           (gst_property_probe_get_properties),
720           (gst_property_probe_get_property),
721           (gst_property_probe_probe_property),
722           (gst_property_probe_probe_property_name),
723           (gst_property_probe_needs_probe),
724           (gst_property_probe_needs_probe_name),
725           (gst_property_probe_get_values),
726           (gst_property_probe_get_values_name),
727           (gst_property_probe_probe_and_get_values),
728           (gst_property_probe_probe_and_get_values_name):
729           More sanity checks for our second-favourite interface.
730
731 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
732
733         * gst-libs/gst/interfaces/propertyprobe.c:
734           Check for NULL pointer, in the hope that this fixes #532864.
735
736 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
737
738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
739           No really, the next release is 0.10.21 (fix Since: tags in docs).
740
741 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
742
743         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
744         Disable a code path that is now called but causes a deadlock for some
745         reason and is unneeded.
746
747 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
748
749         * sys/xvimage/xvimagesink.c:
750         * sys/xvimage/xvimagesink.h:
751           Add a "draw-border" property that can be set to false to disable
752           drawing borders.
753           
754         * tests/icles/test-colorkey.c:
755         * tests/icles/Makefile.am:
756           Add new test application for the colorkey handling.
757
758 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
759
760         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
761         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
762         This will also be fixed for upcoming gst-ffmpeg release so that once
763         this release of -base is out, it will work with the latest gst-ffmpeg
764         release.
765
766 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
767
768         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
769         (gst_riff_create_audio_template_caps):
770         Add Truespeech mapping for RIFF formats (AVI/WAV).
771         Fixes #550656
772
773 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
774
775         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
776         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
777         Fixes #550638.
778
779 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
780
781         * configure.ac:
782         * gst/subparse/Makefile.am:
783         * gst/subparse/gstsubparse.c:
784         * gst/subparse/samiparse.c:
785         * tests/check/elements/subparse.c:
786           Rework last change, so that we build subparse, but just disable the
787           sami parse functionality, if we're configured to not use xml. In the
788           tests only the sami test is disabled now.
789
790 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
791
792         * configure.ac:
793           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
794           test runs.
795
796 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
797
798         * po/POTFILES.in:
799           Add some more files with strings for translation.
800
801 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
802
803         * gst-libs/gst/tag/gstvorbistag.c:
804         * tests/check/libs/tag.c:
805           Use new geo location tags from core. Fixes #481169
806
807 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
808
809         * tests/check/elements/audioresample.c: (setup_audioresample),
810         (fail_unless_perfect_stream), (test_perfect_stream_instance),
811         (test_discont_stream_instance):
812         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
813         Add debugging for coherence.
814
815 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
816
817         Patch by: Jonathan Matthew  <notverysmart gmail com>
818
819         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
820           Add typefinder for PDF documents (which is nice to have, since it's a
821           common format, but also helps prevent false positives). Fixes #549814.
822
823 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
824
825         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
826         (no_more_pads_cb):
827         Fix nasty race where multiple decodebins could start pushing data before
828         we manage to configure the sinks, resulting in not-linked errors in
829         typical RTSP streaming cases.
830
831 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
832
833         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
834         Since we now call stop, we trigger this code path that causes a deadlock
835         is apparently not needed.
836
837 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
838
839         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
840         (gst_ring_buffer_stop):
841         Also allow the case where the ringbuffer was paused when we try to stop
842         it so that the basesrc stop function is still called.
843
844 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
845
846         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
847
848         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
849         Reprobe devices again instead of taking a cached list as new
850         devices could've been plugged in. Fixes bug #549062.
851
852 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
853
854         Patch by: Alessandro Dessina <alessandro nnva org>
855
856         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
857         (gst_ogg_demux_activate_chain):
858         Don't add pads and activate them for skeleton streams. These are already
859         handled inside oggdemux. Fixes bug #537599.
860
861 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
864         Reset variable so that query and convert fail after going back to
865         READY. Fixes #548898.
866
867 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
868
869         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
870         If a buffer arrives with a timestamp before the timestamp+duration
871         of the previous buffer clip it instead of dropping it completely.
872         Slight improvement for the unfixable bug #548913.
873
874 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
875
876         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
877         Take the current timestamp instead of timestamp+duration for the offset.
878         This offset will later be used for calculating the timestamp and
879         otherwise vorbisdec will interpolate timestamps wrong if upstream
880         only sends timestamps and no granulepos.
881
882 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
883
884         * tests/examples/seek/seek.c:
885           Don't crash when having no visualisations.
886
887 2008-08-16  David Schleef  <ds@schleef.org>
888
889         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
890           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
891           Fixes #548065.
892
893 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
894
895         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
896         When cleaning up the caps fields also remove "depth" for the same
897         reason we remove "width".
898
899 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
900
901         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
902           Add Lead H.264 here as well.
903
904 2008-08-14  Julien Moutte  <julien@fluendo.com>
905
906         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
907         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
908
909 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
910
911         * gst-libs/gst/audio/gstbaseaudiosrc.c:
912         (gst_base_audio_src_create):
913         When not slaved to another clock also subtract the base_time from our
914         internal clock time to get the running time.
915
916 2008-08-12  David Schleef  <ds@schleef.org>
917
918         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
919           since it has no basis in libtheora.
920
921 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
922
923         * gst-libs/gst/interfaces/propertyprobe.h:
924           Remove double "interface" from doc-string.
925
926         * gst-libs/gst/interfaces/xoverlay.h:
927           Document interface.
928
929         * gst-libs/gst/riff/riff.c:
930           Add basic doc blobs.
931
932 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
933
934         * gst-libs/gst/audio/Makefile.am:
935           Don't try to build that example anymore.
936
937 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
938
939         * gst-libs/gst/audio/.cvsignore:
940         * gst-libs/gst/audio/Makefile.am:
941         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
942         * gst-libs/gst/audio/make_filter:
943           Move audiofiltertemplate to gst-template.
944
945 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
946
947         * docs/libs/gst-plugins-base-libs-sections.txt:
948         * gst-libs/gst/audio/gstaudiosrc.h:
949           More docs and shuffling. What can we do with the hundreds of #defines.
950
951 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
952
953         * gst-libs/gst/audio/audio.h:
954         * gst-libs/gst/audio/gstaudiofilter.h:
955         * gst-libs/gst/audio/gstringbuffer.h:
956         * gst-libs/gst/interfaces/propertyprobe.h:
957         * gst-libs/gst/tag/gsttagdemux.h:
958           Reducing number of dundocumented symbols.
959
960 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
961
962         * gst-libs/gst/audio/audio.c:
963           Fix doc comment syntax.
964
965         * gst-libs/gst/interfaces/propertyprobe.c:
966           Add more doc-comments and a FIXME: for the signal.    
967
968 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
969
970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
971         (gst_ogg_mux_request_new_pad):
972         * ext/ogg/gstoggmux.h:
973         Don't pretend to support NEWSEGMENT events, instead override the
974         GstCollectPads event function to return FALSE on NEWSEGMENT events
975         and do the normal work for other events.
976
977         This prevents elements like flacenc to seek to the start and rewrite
978         some data which then results in a broken Ogg packet.
979
980 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
981
982         Patch by: Frederic Crozat <fcrozat@mandriva.org>
983
984         * ext/alsa/gstalsaplugin.c: (plugin_init):
985         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
986         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
988         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
989         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
990         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
991         * gst/playback/gstdecodebin.c: (plugin_init):
992         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
993         * gst/playback/gstplayback.c: (plugin_init):
994         * gst/playback/gstqueue2.c: (plugin_init):
995         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
996         * sys/v4l/gstv4l.c: (plugin_init):
997         Make sure gettext returns translations in UTF-8 encoding rather
998         than in the current locale encoding (#546822).
999
1000 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1001
1002         * gst-libs/gst/pbutils/descriptions.c:
1003           Add audio/x-qdm for qtdemux.
1004
1005 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1006
1007         * ext/vorbis/vorbisdec.c:
1008           Do not leak old taglist.
1009
1010 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1011
1012         * tests/icles/test-scale.c:
1013           Include <stdlib.h> for atoi().
1014
1015 2008-08-04  Andy Wingo  <wingo@pobox.com>
1016
1017         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1018         documentation fix.
1019
1020 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1021
1022         * gst/adder/gstadder.c:
1023           Cleanup lots of empty lines that came from gst-indent going havoc
1024           before I added the INDENT_ON/OFF marker some time agao.
1025
1026 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1027
1028         * configure.ac:
1029         * gst-libs/gst/riff/riff-read.c:
1030           Bump requirement to latest core and use new tag for riff formats.
1031           Needed for #520694.
1032
1033 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1034
1035         * tests/examples/dynamic/Makefile.am:
1036         * tests/examples/dynamic/codec-select.c: (make_encoder),
1037         (make_pipeline), (do_switch), (my_bus_callback), (main):
1038         Add example app that dynamically switches between 3 'encoders'.
1039
1040 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1041
1042         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1043         Add some more comments.
1044
1045 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1046
1047         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1048         (gst_video_test_src_create):
1049         Discard buffers of the wrong size after renegotiation, this is perfectly
1050         possible with things like capsfilter that could suggest caps changes
1051         upstream without knowing the size of the buffer.
1052
1053 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1054
1055         * tests/icles/.cvsignore:
1056         * tests/icles/Makefile.am:
1057         * tests/icles/test-scale.c: (make_pipeline), (main):
1058         Add dynamic rescaling tests for the new basetransform.
1059
1060 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1061
1062         * gst/audioconvert/Makefile.am:
1063           Dist recently-added gstfastrandom.h.
1064
1065 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1066
1067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1068         Fix a "may be used uninitialized in this function" which weirdly only
1069         appears on macosx (?).
1070
1071 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1072
1073         * gst-libs/gst/riff/riff-ids.h:
1074           Adding acid chunk for tempo and loop information.
1075
1076 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1077
1078         * sys/xvimage/Makefile.am:
1079           floor() needs linking to $(LIBM).
1080
1081 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1082
1083         * ext/gnomevfs/gstgnomevfssrc.c:
1084           Aggregate short reads and add some comments and debug logging.
1085           Fixes #537380
1086
1087 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1088
1089         * gst/playback/gstplaybasebin.c:
1090           Fix property doc markup (its not a signal).
1091
1092         * sys/xvimage/xvimagesink.c:
1093           Add since tag for new proeprties (also add sice tags fro the last two
1094           other additions).
1095
1096 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1097
1098         * sys/xvimage/xvimagesink.c:
1099         * sys/xvimage/xvimagesink.h:
1100           Add autofill/colorkey properties. Fixes #538656.
1101
1102 2008-07-28  David Schleef  <ds@schleef.org>
1103
1104         * sys/xvimage/xvimagesink.c:
1105           Fix rounding errors when converting colorbalance values
1106           between hardware and object property ranges.  Partial
1107           fix for #537889, however, there still seems to be a small
1108           drift problem that could be totem's fault.
1109
1110 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1111
1112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1113         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1114         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1115         This fixes a critical warning.
1116
1117 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1118
1119         * ext/ogg/gstoggmux.c:
1120         Allow muxing of CELT into Ogg streams.
1121
1122 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1123
1124         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1125         (plugin_init):
1126         Add simple typefinder for the CELT codec (www.celt-codec.org).
1127
1128 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1129
1130         Patch by: Jan Gerber <j at oil21 dot org>
1131
1132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1133         Fix calculation of the start time from skeleton streams.
1134         Fixes bug #530068.
1135
1136 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1137
1138         * tests/examples/seek/seek.c:
1139           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1140
1141 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1142
1143         * gst/audioconvert/audioconvert.h:
1144         * gst/audioconvert/gstaudioquantize.c:
1145         (gst_audio_quantize_setup_dither),
1146         (gst_audio_quantize_free_dither):
1147         * gst/audioconvert/gstfastrandom.h:
1148         Implement a linear congruential generator as pseudo random number
1149         generator for the dither noise. This is about 2 times faster than
1150         using GLib's mersenne twister. Also this uses only integer math for
1151         generating integers while GLib internally uses floating point math.
1152
1153 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1154
1155         * configure.ac:
1156           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1157
1158 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1159
1160         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1161
1162         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1163           Use GST_STR_NULL to avoid crashes with libcs that don't
1164           like NULL strings in printf args (such as the win32 one).
1165           Fixes #544306.
1166
1167 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1168
1169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1170         Oops - set the size of the image used for probing back to 1x1, for
1171         consistency with ximagesink
1172
1173 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1174
1175         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1176         (gst_ximagesink_ximage_new):
1177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1178         (gst_xvimagesink_xvimage_new):
1179
1180         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1181         X server to attach to a shared memory segment after we've deleted it,
1182         with the result that MIT-SHM is disabled. Instead, remove it only after 
1183         X succeeds in attaching too.
1184
1185 2008-07-16  David Schleef  <ds@schleef.org>
1186
1187         * gst/audiotestsrc/gstaudiotestsrc.c:
1188         * gst/audiotestsrc/gstaudiotestsrc.h:
1189           Add 'ticks', a 1/30 second sine wave pulse every second.
1190
1191 2008-07-15  David Schleef  <ds@schleef.org>
1192
1193         * gst-libs/gst/video/video.c: Revert ABI change.
1194
1195 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1196
1197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1198         Make it impossible to have NULL caps at the point where we set
1199         framerate and other things. Also don't return immediately for "3ivd"
1200         video and let framerate, etc be set. Might fix bug #542508.
1201
1202 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1203
1204         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1205         Video format can also be conveniently determined from (many)
1206         non-fixed caps.
1207
1208 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1209
1210         * gst/playback/gstplaybasebin.c:
1211         * gst/playback/gstplaybasebin.h:
1212         * gst/playback/gstplaybin.c:
1213         * gst/playback/gststreamselector.c:
1214         First stab at integrating DVD subpicture overlay into
1215         playbin. Successfully plugs and plays, but the queues need
1216         shrinking - 3 seconds of video is too much buffering.
1217
1218 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1219
1220         * gst/audioconvert/gstaudioconvert.c:
1221           Remove now obsolete note in the docs.
1222
1223 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1224
1225         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1226         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1227         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1228         * docs/plugins/gst-plugins-base-plugins.args:
1229         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1230         * docs/plugins/gst-plugins-base-plugins.interfaces:
1231         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1232         * docs/plugins/gst-plugins-base-plugins.signals:
1233         * docs/plugins/inspect/plugin-adder.xml:
1234         * docs/plugins/inspect/plugin-alsa.xml:
1235         * docs/plugins/inspect/plugin-audioconvert.xml:
1236         * docs/plugins/inspect/plugin-audiorate.xml:
1237         * docs/plugins/inspect/plugin-audioresample.xml:
1238         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1239         * docs/plugins/inspect/plugin-cdparanoia.xml:
1240         * docs/plugins/inspect/plugin-decodebin.xml:
1241         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1242         * docs/plugins/inspect/plugin-gdp.xml:
1243         * docs/plugins/inspect/plugin-gnomevfs.xml:
1244         * docs/plugins/inspect/plugin-libvisual.xml:
1245         * docs/plugins/inspect/plugin-ogg.xml:
1246         * docs/plugins/inspect/plugin-pango.xml:
1247         * docs/plugins/inspect/plugin-playback.xml:
1248         * docs/plugins/inspect/plugin-queue2.xml:
1249         * docs/plugins/inspect/plugin-subparse.xml:
1250         * docs/plugins/inspect/plugin-tcp.xml:
1251         * docs/plugins/inspect/plugin-theora.xml:
1252         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1253         * docs/plugins/inspect/plugin-uridecodebin.xml:
1254         * docs/plugins/inspect/plugin-video4linux.xml:
1255         * docs/plugins/inspect/plugin-videorate.xml:
1256         * docs/plugins/inspect/plugin-videoscale.xml:
1257         * docs/plugins/inspect/plugin-videotestsrc.xml:
1258         * docs/plugins/inspect/plugin-volume.xml:
1259         * docs/plugins/inspect/plugin-vorbis.xml:
1260         * docs/plugins/inspect/plugin-ximagesink.xml:
1261         * docs/plugins/inspect/plugin-xvimagesink.xml:
1262         * ext/alsa/gstalsamixer.c:
1263         * ext/alsa/gstalsasink.c:
1264         * ext/alsa/gstalsasrc.c:
1265         * ext/gio/gstgiosink.c:
1266         * ext/gio/gstgiosrc.c:
1267         * ext/gio/gstgiostreamsink.c:
1268         * ext/gio/gstgiostreamsrc.c:
1269         * ext/gnomevfs/gstgnomevfssink.c:
1270         * ext/gnomevfs/gstgnomevfssrc.c:
1271         * ext/ogg/gstoggdemux.c:
1272         * ext/ogg/gstoggmux.c:
1273         * ext/pango/gstclockoverlay.c:
1274         * ext/pango/gsttextoverlay.c:
1275         * ext/pango/gsttextrender.c:
1276         * ext/pango/gsttimeoverlay.c:
1277         * ext/theora/theoradec.c:
1278         * ext/theora/theoraenc.c:
1279         * ext/theora/theoraparse.c:
1280         * ext/vorbis/vorbisdec.c:
1281         * ext/vorbis/vorbisenc.c:
1282         * ext/vorbis/vorbisparse.c:
1283         * ext/vorbis/vorbistag.c:
1284         * gst/adder/gstadder.c:
1285         * gst/audioconvert/gstaudioconvert.c:
1286         * gst/audioresample/gstaudioresample.c:
1287         * gst/audiotestsrc/gstaudiotestsrc.c:
1288         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1289         * gst/gdp/gstgdpdepay.c:
1290         * gst/gdp/gstgdppay.c:
1291         * gst/playback/gstdecodebin2.c:
1292         * gst/playback/gstplaybin.c:
1293         * gst/playback/gstplaybin2.c:
1294         * gst/playback/gstqueue2.c:
1295         * gst/playback/gsturidecodebin.c:
1296         * gst/tcp/gstmultifdsink.c:
1297         * gst/tcp/gsttcpserversink.c:
1298         * gst/videorate/gstvideorate.c:
1299         * gst/videoscale/gstvideoscale.c:
1300         * gst/videotestsrc/gstvideotestsrc.c:
1301         * gst/volume/gstvolume.c:
1302         * sys/ximage/ximagesink.c:
1303         * sys/xvimage/xvimagesink.c:
1304           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1305           titles. Drop mentining that all our example pipelines are "simple"
1306           pipelines.
1307
1308 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1309
1310         * tests/examples/seek/Makefile.am:
1311         Fix out of tree build by adding all required CFLAGS.
1312
1313 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1314
1315         * gst/playback/gstdecodebin.c: (add_raw_queue):
1316         And ref the pad before returning it again when linking to the queue
1317         failed. Otherwise we will unref the pad twice later and things break.
1318
1319 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1320
1321         * gst/playback/gstdecodebin.c: (add_raw_queue):
1322         If linking the raw pad with a queue fails, try it without a queue
1323         instead of failing completely. This should never happen.
1324
1325 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1326
1327         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1328
1329         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1330         Add a queue after a demuxer if the demuxer outputs raw data. This was
1331         done before only for non-raw data but is required in this case too.
1332         Fixes bug #540215.
1333
1334         decodebin2 doesn't have this issue because all streams of a group
1335         go through multiqueue.
1336
1337 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1338
1339         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1340
1341         * gst-libs/gst/sdp/gstsdpmessage.c:
1342         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1343         that getaddrinfo() can be used. Fixes #541358.
1344
1345 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1346
1347         * gst/videotestsrc/gstvideotestsrc.c:
1348         (gst_video_test_src_class_init), (gst_video_test_src_init),
1349         (gst_video_test_src_set_property),
1350         (gst_video_test_src_get_property), (gst_video_test_src_create):
1351         * gst/videotestsrc/gstvideotestsrc.h:
1352         Cleanups, use default property values as defines.
1353         Add property to enable/disable peer buffer allocation.
1354
1355 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1356
1357         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1358         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1359         Enable unit tests on PPC again as the bugs are now fixed.
1360
1361 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1362
1363         * gst-libs/gst/riff/riff-ids.h:
1364         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1365         (gst_riff_create_audio_template_caps):
1366         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1367         Fixes bug #540351.
1368
1369 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1370
1371         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1372         (gst_ffmpeg_pixfmt_to_caps):
1373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1374         (gst_ffmpegcsp_get_unit_size):
1375         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1376         it on other formats. Also adjust the unit size only for that format
1377         to not include the palette. Fixes bug #540497.
1378
1379 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1380
1381         * gst/adder/gstadder.c:
1382           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1383
1384 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1385
1386         * ChangeLog:
1387           ChangeLog surgery.
1388   
1389         * tests/examples/seek/seek.c:
1390           Move variable into ifdef too.
1391         
1392
1393 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1394
1395         * tests/examples/seek/seek.c:
1396           Include config.h and check if we have X. Remove XInitThread(), don't
1397           think its needed. Fixes: #540334.
1398
1399 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1400
1401         Patch by: Sam Morris <sam at robots dot org to uk>
1402
1403         * gst-libs/gst/interfaces/mixertrack.c:
1404         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1405         (gst_mixer_track_set_property):
1406         API: Add "index" property to GstMixerTrack to differantiate between
1407         multiple mixer tracks with the same label.
1408
1409         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1410         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1411         Set the "index" property of GstMixerTrack to the index given by ALSA.
1412         Fixes bug #528299.
1413
1414 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1415
1416         * tests/examples/seek/Makefile.am:
1417         * tests/examples/seek/seek.c:
1418           Remove libgstvideo usage. Use gtk_get_option_group instead of
1419           gtk_init().
1420
1421 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1422
1423         * tests/check/Makefile.am:
1424           Name the test registry format neutral.
1425
1426 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1427
1428         * gst/playback/gstqueue2.c:
1429           Do not double notify. Remove the unsued return value.
1430
1431 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1432
1433         * ext/alsa/gstalsamixer.c:
1434           Also consider "speaker" as a name for master volume. If that doesn't
1435           help look for the first non-mono volume control that also has a
1436           playback switch.
1437
1438 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1439
1440         * ChangeLog:
1441           Forgot to save the ChangeLog :/
1442
1443 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1444
1445         * tests/examples/seek/Makefile.am:
1446         * tests/examples/seek/seek.c:
1447           Embedd the xwindow. Allow to play multiple files.
1448
1449 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1450
1451         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1452         (gst_ximagesink_setcaps):
1453         * sys/ximage/ximagesink.h:
1454         When the caps change, make sure to re-draw borders in
1455         force-aspect-ratio=true mode.
1456         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1457         Don't clear the border_draw flag until we actually draw the border.
1458         * tests/check/Makefile.am:
1459         Ignore alsasink/src during the states test too, so it doesn't fail
1460         when running without access to the sound device.
1461
1462 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1463
1464         * tests/examples/seek/seek.c:
1465           Fix crasher when playing a parse-launch line the 2nd time.
1466
1467 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1468
1469         * tests/check/pipelines/oggmux.c:
1470           Properly ifdef tests to fix compilation.
1471
1472 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1473
1474         * gst/playback/gstplay-marshal.list:
1475         * gst/playback/gstplaybin2.c:
1476           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1477           playbin2. This allows the user to get to the selector's sinkpads, and
1478           thus inspect a range of things - caps, tags, etc. 
1479
1480 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1481
1482         * gst/playback/gstplaybin2.c:
1483           Use a different constant for the convert-frame signal id.
1484           Fixes #537009.
1485
1486 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1487
1488         * gst/playback/gstplaybin2.c:
1489         * gst/playback/gstplaysink.c:
1490           Fix a whole bunch of typos in comments and log statements. 
1491
1492 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1493
1494         * sys/xvimage/xvimagesink.c:
1495           Don't set colour balance values on the Xv port if the user hasn't
1496           changed them (via properties or the interface). Avoids accumulating
1497           rounding errors for the common case.
1498           Partial fix for bug #537889.
1499
1500 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1501
1502         * gst/playback/gstdecodebin2.c:
1503           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1504           pads are drained.
1505
1506 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1507
1508         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1509         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1510         Report the encoder latency. Fixes #538232.
1511
1512 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1513
1514         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1515         (notify_source), (activate_group):
1516         Implement the source property, emit notify when it changes in the
1517         underlying uridecodebin.
1518
1519 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1520
1521         * tests/examples/seek/seek.c: (stop_cb):
1522         Free and clear the seek element list so that we don't use invalid
1523         references when seeking after recreating a gst-launch line.
1524
1525 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1526
1527         * gst-libs/gst/audio/gstbaseaudiosink.c:
1528         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1529         (gst_base_audio_sink_render):
1530         Report latency even if we are not live instead of hiding it.
1531         Take ts-offset and render-delay of the basesink into account when
1532         scheduling samples.
1533         Rework the clipping code so that we can take the various offsets into
1534         account and still do correct clipping.
1535
1536 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1537
1538         * configure.ac:
1539         Bump verion back to devel -> 0.10.20.1
1540
1541 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1542
1543         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1544         Don't increase the size of non-string image buffers by one as this
1545         might in theory confuse decoders. Still increase it by one for string
1546         image buffers to append '\0'.
1547
1548 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1549
1550         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1551         
1552         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1553         Fix a buffer memleak and remove a confusing and wrong debug output.
1554         Fixes bug #538663.
1555
1556 === release 0.10.20 ===
1557
1558 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1559
1560         * configure.ac:
1561           releasing 0.10.20, "Here I Go Again"
1562
1563 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1564
1565         * configure.ac:
1566         0.10.19.3 pre-release
1567
1568 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1569
1570         * gst-libs/gst/rtsp/gstrtspconnection.c:
1571         Fix build on win32.
1572         Patch By: David Schleef <ds@schleef.org>
1573         Fixes: #536874
1574
1575 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1576
1577         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1578         (gst_gio_base_src_create):
1579         * ext/gio/gstgiobasesrc.h:
1580         Try to read the requested number of bytes, even if the first
1581         read returns less than requested, until nothing is read anymore
1582         or we have the requested amount of bytes. This fixes playback of
1583         files via Samba as Samba only allows to read 64k at once.
1584
1585         Implement a caching algorithm that makes sure that we read at
1586         least 4k of data every time. Some elements will try to read a few
1587         bytes, then seek, read again a few bytes and so on and this is
1588         painfully slow as every operation has to go over DBus if GVfs is
1589         used as backend.
1590
1591         Fixes bug #536849 and #536848.
1592
1593         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1594         (gst_gio_src_check_get_range):
1595         Override check_get_range() to blacklist http/https URIs
1596         and whitelist file URIs. More to be added on demand.
1597
1598 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1599
1600         * configure.ac:
1601         0.10.19.2 pre-release
1602
1603 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1604
1605         * win32/common/libgstrtsp.def:
1606         * win32/common/libgsttag.def:
1607         Add new API functions to the dll exports
1608
1609 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1610
1611         * gst/playback/gstplaybasebin.c:
1612           Disconnect signals from decodebins we created before we remove it
1613           from playbin, to avoid crashes if the decodebin is eventually
1614           disposed after the playbin itself (possible if the app takes a
1615           reference on the decodebin).
1616           Fixes #536521.
1617
1618 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1619
1620         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1621           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1622           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1623           (h264_video_type_find), (mpeg_video_stream_type_find),
1624           (dv_type_find), (mmsh_type_find):
1625           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1626           copy caps for no good reason (this may be desirable to make it easier
1627           to detect leaks, but then it should probably be done for all caps
1628           in the typefinder somewhere).
1629
1630 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1631
1632         * tests/check/Makefile.am:
1633         Do not try to run the check tests for subparse unless it has been
1634         built.
1635
1636 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1637
1638         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1639         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1640         Do not try to run a test which requires vorbisenc unless we have
1641         actually built it.
1642
1643 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1644
1645         * gst-libs/gst/rtsp/gstrtspconnection.c:
1646         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1647         (gst_rtsp_connection_clear_auth_params),
1648         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1649         * gst-libs/gst/rtsp/gstrtspconnection.h:
1650         Add a couple of missing argument guards.
1651         Add a way of setting the DSCP for an RTSP connection.
1652         Add an accessor method for the ip member of GstRTSPConnection as all
1653         members are supposed to be private.
1654
1655 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1656
1657         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1658         Fixed accidental use of IPv4 options for all IPv6 addresses.
1659
1660 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1661
1662         * gst-libs/gst/interfaces/mixertrack.h:
1663           Document mixer track flags.
1664
1665 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1666
1667         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1668
1669         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1670         Don't set caps on the buffers that contain a copy of the buffer
1671         including the caps of them resulting in an always increasing refcount
1672         of the caps and insanely large caps. Instead include a buffer without
1673         caps in the new caps. Fixes bug #536475.
1674
1675 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1676
1677         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1678         Transform a given PAR to a range on the struct with the generic
1679         height/width instead of the struct with the possibly restricted
1680         height/width.
1681
1682 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1683
1684         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1685         Prefer the given format if it contains something stricter than [1,MAX]
1686         for height or width and only put a structure that requires rescaling
1687         as second. This makes it possible to use videoscale in pipelines where
1688         the source can actually produce the wanted height/width but usually
1689         selects a different one from the requested.
1690
1691 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1692
1693         Based on patch by: John Millikin <jmillikin gmail com>
1694
1695         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1696           (gst_vorbis_tag_add_coverart):
1697           Retrieve COVERART tags from vorbis comments (#512333)
1698
1699 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1700
1701         * gst-libs/gst/tag/tag.h:
1702         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1703           Don't forget to add new enum value here too (should probably use
1704           glib-mkenums here...).
1705
1706 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1707
1708         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1709         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1710         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1711           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1712           (gst_tag_image_data_to_image_buffer):
1713           Add two utility functions to avoid code duplication (#512333):
1714           API: add gst_tag_image_data_to_image_buffer()
1715           API: add gst_tag_list_add_id3_image()
1716           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1717
1718 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1719
1720         * win32/common/libgstaudio.def:
1721         Add gst_audio_check_channel_positions() to the exported symbols.
1722
1723 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1724
1725         * docs/libs/gst-plugins-base-libs-sections.txt:
1726         * gst-libs/gst/audio/multichannel.c:
1727         (gst_audio_check_channel_positions):
1728         * gst-libs/gst/audio/multichannel.h:
1729         API: Make gst_audio_check_channel_positions() public.
1730
1731         * tests/check/libs/audio.c: (GST_START_TEST):
1732         Add some simple checks for gst_audio_check_channel_positions().
1733
1734 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1735
1736         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1737           minrange and maxrange are scaled according to the frequency
1738           multiplier.
1739
1740 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1741
1742         * ext/pango/Makefile.am:
1743         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1744           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1745           Use gstvideo functions to calculate strides and plane offsets. Fixes
1746           rendering issue ('ghost' images of the text on the chroma planes)
1747           with widths or heights that are not multiples of 8 (#506659 and
1748           probably also #485729).
1749
1750         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1751           (main):
1752           Test with odd height/width too.
1753
1754 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1755
1756         * gst/adder/gstadder.c: (gst_adder_query_duration),
1757         (gst_adder_query_latency):
1758         When using gst_element_iterate_pads() one has to unref every pad
1759         after usage.
1760
1761 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1762
1763         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1764         (gst_base_audio_src_class_init):
1765         Add a gtk-doc chunk for the new properties to have a Since: indication.
1766
1767 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1768
1769         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1770         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1771         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1772         (gst_base_audio_src_change_state):
1773         Provide readable actual-buffer-time and actual-latency-time properties
1774         that reflect the configured ringbuffer values. Fixes #524724.
1775         API: GstBaseAudioSrc:actual-buffer-time
1776         API: GstBaseAudioSrc:actual-latency-time
1777
1778 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1779
1780         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1781         (gst_basertppayload_change_state):
1782         Simply converting the running time into an RTP timestamp by scaling it
1783         based on the clock-rate is good enough for making an RTP timestamp. This
1784         has the added benefit that we can later on expose a property with the
1785         RTP timestamp of running time 0, as is needed for RTSP servers to
1786         generate the response of the PLAY request.
1787
1788 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1789
1790         * gst/audioconvert/gstaudioconvert.c:
1791         (structure_has_fixed_channel_positions),
1792         (gst_audio_convert_transform_caps):
1793         Allow up to 11 positioned channels now that audioconvert can handle
1794         this but add no default positions for > 8 channels.
1795         
1796         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1797         Add some unit tests for the above change: Test conversion of
1798         11 positioned channels to stereo and the other way around, test
1799         conversion of 15 unpositioned channels in different ways.
1800
1801 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1802
1803         * win32/common/libgstaudio.def:
1804         Add gst_audio_clock_reset to the list of exported symbols.
1805
1806 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1807
1808         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1809         Remove wrong_channels_identification_header unit test as we now
1810         support 7 (and more channels).
1811
1812 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1813
1814         * gst/audioconvert/gstchannelmix.c:
1815         (gst_channel_mix_fill_one_other):
1816         If mixing left or right to center (or the other way around) only take
1817         the complete value if we don't already have the original position in
1818         the source.
1819
1820 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1821
1822         * gst-libs/gst/audio/multichannel.c:
1823         (gst_audio_check_channel_positions),
1824         (gst_audio_set_structure_channel_positions_list),
1825         (gst_audio_fixate_channel_positions):
1826         Allow rear center together with rear left/right and other previously
1827         conflicting channel positions. The reason why they weren't allowed
1828         was the channel mixing implementation in audioconvert.
1829         Also take this into account when fixing channel layouts.
1830
1831         Allow setting channel positions for 1/2 channels when using
1832         gst_audio_set_structure_channel_position().
1833
1834         * gst/audioconvert/gstchannelmix.c:
1835         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1836         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1837         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1838         Major rewrite of the channel mixing.
1839
1840         We now allow previously conflicting channel positions to appear
1841         together (rear center and rear left/right for example).
1842         Fixes bug #533817.
1843
1844         Rework the way channels are mixed together to take more possible
1845         channel positions into account, properly mix from/to side channels
1846         and don't assume that either center, left&right or nothing of a
1847         specific position is available anymore.
1848
1849         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1850         Adjust unit tests with non-standard 1/2 channel layouts to the more
1851         correct new behaviour.
1852
1853         Add a unit test for 5.1->Stereo downmixing.
1854
1855 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1856
1857         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1858         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1859         Add sane defaults for the 7 and 8 channel layouts as those are
1860         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1861         more than 8 channels instead of erroring out. Fixes bug #535356.
1862
1863 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1864
1865         * docs/plugins/Makefile.am:
1866         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1867         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1868         * ext/theora/theoraparse.c:
1869         Add theoraparse to the docs and fix some docs.
1870
1871 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1872
1873         * gst-libs/gst/cdda/gstcddabasesrc.c:
1874         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1875         Fix EOS condition and track addition check, the track.end sector is
1876         included in the track. Fixes #533265.
1877
1878 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1879
1880         Patch by: Mark Nauwelaerts <manauw at skynet be>
1881
1882         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1883         (gst_video_rate_flush_prev), (gst_video_rate_event),
1884         (gst_video_rate_chain):
1885         * gst/videorate/gstvideorate.h:
1886         React (more) to NEWSEGMENT
1887         Small adjustment in timestamp calculation to prevent mismatches
1888         Fixes #435633.
1889
1890 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1891
1892         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1893           Initialise error to NULL as we should.
1894
1895 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1896
1897         * gst/adder/gstadder.c: (gst_adder_query_duration),
1898         (gst_adder_query_latency), (gst_adder_query):
1899         Implement latency query.
1900
1901 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1902
1903         * gst/adder/gstadder.c: (gst_adder_query_duration):
1904         Correctly resync the iterator if gst_iterator_next() returns
1905         GST_ITERATOR_RESYNC.
1906
1907 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1908
1909         * win32/vs6/libgstpbutils.dsp:
1910           Add pbutils-enumtypes.c to sources (#518037).
1911
1912 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1913
1914         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1915         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1916         * gst-libs/gst/audio/gstaudioclock.h:
1917         Add method to inform the clock that the time starts from 0 again. We use
1918         this info to calculate a clock offset so that the time we report in
1919         internal_time is monotonically increasing, as required by the clock base
1920         class. Fixes #521761.
1921         API: GstAudioClock::gst_audio_clock_reset()
1922
1923         * gst-libs/gst/audio/gstbaseaudiosink.c:
1924         (gst_base_audio_sink_skew_slaving),
1925         (gst_base_audio_sink_change_state):
1926         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1927         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1928         Reset reported time when we (re)create the ringbuffer.
1929
1930 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1931
1932         * ext/alsa/gstalsamixertrack.c:
1933           (gst_alsa_mixer_track_update_alsa_capabilities):
1934           Make sure playback volumes aren't accidentally overwritten by
1935           capture volumes if an alsa mixer track has both playback and
1936           capture capabilities: we create two GstMixerTracks in that
1937           case, so make sure we query only the alsa capabilities that
1938           refer to the type of GstMixerTrack we created from the dual
1939           capability alsa element. Should fix issues with Audigy2 sound
1940           cards (#518082).
1941
1942 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1943
1944         * tests/check/pipelines/oggmux.c: (test_pipeline):
1945           Don't use deprecated function.
1946
1947 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1948
1949         * gst/playback/gstdecodebin2.c:
1950         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1951         Check for NULL cases and log them, creating ghostpads can, for example,
1952         fail when the pad returns wrong caps.
1953
1954         * gst/playback/gstplaybin2.c: (perform_eos):
1955         When pushing out the EOS event, collect the return value and warn when
1956         something failed.
1957
1958 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1959
1960         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1961         (gst_riff_create_video_template_caps):
1962         Add support for DVCPRO.
1963
1964 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1965
1966         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1967           Change default scaling method from nearest-neighbour to bilinear.
1968
1969 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1970
1971         * tests/check/libs/video.c:
1972           More checks.
1973
1974 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1975
1976         * gst/subparse/gstsubparse.c: (parser_state_init),
1977           (gst_sub_parse_format_autodetect), (handle_buffer):
1978         * gst/subparse/gstsubparse.h:
1979         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1980           Limit duration to a maximum of five seconds for tmplayer format where
1981           we can guess the duration only from the timestamp of the next line of
1982           text. We don't want to show a text for eternities just because nothing
1983           else is being said for a while.
1984
1985 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1986
1987         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1988         (gst_base_rtp_depayload_chain),
1989         (gst_base_rtp_depayload_handle_sink_event),
1990         (gst_base_rtp_depayload_push_full),
1991         (gst_base_rtp_depayload_change_state):
1992         Check sequence numbers, mark input buffers with a discont flag for the
1993         subclass when we detected a gap, drop duplicate buffers. We do this
1994         because one can use the element without a jitterbuffer in front and we
1995         don't want to feed the subclasses invalid or reordered data.
1996         Do an error when the subclass did not provide a process function instead
1997         of crashing.
1998         Some other small cleanups.
1999
2000 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2001
2002         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2003           May just as well use the precalculated uvstride here.
2004
2005 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2006
2007         * docs/plugins/Makefile.am:
2008         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2009         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2010         * docs/plugins/gst-plugins-base-plugins.args:
2011         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2012         * docs/plugins/gst-plugins-base-plugins.interfaces:
2013         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2014         * docs/plugins/inspect/plugin-adder.xml:
2015         * docs/plugins/inspect/plugin-alsa.xml:
2016         * docs/plugins/inspect/plugin-audioconvert.xml:
2017         * docs/plugins/inspect/plugin-audiorate.xml:
2018         * docs/plugins/inspect/plugin-audioresample.xml:
2019         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2020         * docs/plugins/inspect/plugin-cdparanoia.xml:
2021         * docs/plugins/inspect/plugin-decodebin.xml:
2022         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2023         * docs/plugins/inspect/plugin-gdp.xml:
2024         * docs/plugins/inspect/plugin-gio.xml:
2025         * docs/plugins/inspect/plugin-gnomevfs.xml:
2026         * docs/plugins/inspect/plugin-libvisual.xml:
2027         * docs/plugins/inspect/plugin-ogg.xml:
2028         * docs/plugins/inspect/plugin-pango.xml:
2029         * docs/plugins/inspect/plugin-playback.xml:
2030         * docs/plugins/inspect/plugin-queue2.xml:
2031         * docs/plugins/inspect/plugin-subparse.xml:
2032         * docs/plugins/inspect/plugin-tcp.xml:
2033         * docs/plugins/inspect/plugin-theora.xml:
2034         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2035         * docs/plugins/inspect/plugin-uridecodebin.xml:
2036         * docs/plugins/inspect/plugin-video4linux.xml:
2037         * docs/plugins/inspect/plugin-videorate.xml:
2038         * docs/plugins/inspect/plugin-videoscale.xml:
2039         * docs/plugins/inspect/plugin-videotestsrc.xml:
2040         * docs/plugins/inspect/plugin-volume.xml:
2041         * docs/plugins/inspect/plugin-vorbis.xml:
2042         * docs/plugins/inspect/plugin-ximagesink.xml:
2043         * docs/plugins/inspect/plugin-xvimagesink.xml:
2044         * ext/cdparanoia/gstcdparanoiasrc.c:
2045         * ext/ogg/gstoggdemux.c:
2046         * ext/ogg/gstoggdemux.h:
2047         * ext/ogg/gstoggmux.c:
2048         * ext/ogg/gstoggmux.h:
2049         * gst/audioconvert/audioconvert.c:
2050         * gst/audioconvert/audioconvert.h:
2051         * gst/audioconvert/gstaudioconvert.h:
2052         * gst/gdp/gstgdpdepay.h:
2053         * gst/gdp/gstgdppay.h:
2054         * gst/playback/gstdecodebin.c:
2055         * gst/playback/gstdecodebin2.c:
2056         * gst/playback/gstplaybin.c:
2057         * gst/playback/gstplaybin2.c:
2058         * gst/playback/gsturidecodebin.c:
2059         * gst/tcp/gstmultifdsink.c:
2060         * gst/tcp/gstmultifdsink.h:
2061         * gst/tcp/gsttcp.h:
2062
2063         Add some documentation comments, and some new headers to be scanned.
2064         Rename some internal enum declarations (audioconvert's DitherType and
2065         NoiseShapingType, GstUnitType from the TCP elements) to match the
2066         documented GObject type names so that the docs pick them up.
2067         Name the playbin2 docs markups properly so they get picked up. They'll
2068         need renaming back when/if playbin2 becomes playbin.
2069
2070         100% symbol coverage for the plugin docs, booya.
2071
2072 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2073
2074         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2075
2076         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2077         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2078
2079 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2080
2081         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2082
2083         * gst/playback/gstdecodebin.c: (remove_fakesink):
2084         Lock the fakesink before setting the state to NULL and removing it from
2085         the bin so that a concurrent state change cannot interfere. 
2086         Fixes #534331.
2087
2088 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2089
2090         * docs/Makefile.am:
2091         Fix installing plugin documentation when gtk-doc is disabled.
2092
2093 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2094
2095         * gst-libs/gst/rtsp/Makefile.am:
2096         Distribute, don't install md5.h
2097
2098 2008-05-21  Julien Moutte  <julien@fluendo.com>
2099
2100         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2101         instead of SOL_IP, works on more platforms.
2102         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2103         arguments.
2104
2105 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2106
2107         * ext/vorbis/vorbisdec.c:
2108         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2110         Some debug and comment fixes.
2111
2112         * tests/examples/dynamic/addstream.c: (main):
2113         Fix , to ;
2114
2115 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2116
2117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2118         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2119         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2120         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2121         (cleanup_decodebin):
2122         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2123         (connect_element), (gst_decode_group_control_demuxer_pad):
2124         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2125         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2126         (mute_group_type):
2127         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2128         (gst_play_bin_set_property), (handoff), (gen_video_element),
2129         (gen_text_element), (gen_audio_element), (gen_vis_element),
2130         (remove_sinks), (add_sink), (setup_sinks):
2131         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2132         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2133         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2134         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2135         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2136         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2137         (gen_vis_chain), (gst_play_sink_reconfigure),
2138         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2139         (gst_play_sink_request_pad):
2140         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2141         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2142         (cb_newpad):
2143         * gst/playback/test6.c: (new_decoded_pad_cb):
2144         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2145         * tests/check/elements/audiorate.c: (test_injector_chain),
2146         (do_perfect_stream_test):
2147         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2148         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2149         * tests/check/elements/gnomevfssink.c:
2150         * tests/check/elements/textoverlay.c:
2151         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2152         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2153         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2154         * tests/check/pipelines/oggmux.c: (test_pipeline):
2155         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2156         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2157         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2158         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2159         * tests/examples/seek/seek.c: (make_mod_pipeline),
2160         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2161         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2162         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2163         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2164         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2165         (update_fill), (msg_buffering):
2166         Don't use bad gst_element_get_pad().
2167
2168 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2169
2170         * gst-libs/gst/riff/riff-media.c:
2171           Fix wrong method name in docs. Fix calculation of strf fields for
2172           broken mulaw/alaw.
2173   
2174         * gst-libs/gst/riff/riff-read.c:
2175           Whitespace fix and removing double ';'.
2176
2177 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2178
2179         * docs/design/part-playbin2.txt:
2180         Add some leftover doc.
2181
2182 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2183
2184         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2185         Fix copy & paste error in last commit.
2186
2187 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2188
2189         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2190         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2191         other channel positions when source has SIDE channels and dest doesn't
2192         or the other way around.
2193
2194 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2195
2196         Patch by: Henrik Eriksson <henriken at axis dot com>
2197
2198         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2199         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2200         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2201         (gst_multi_fd_sink_get_property):
2202         * gst/tcp/gstmultifdsink.h:
2203         Add support for DSCP QOS. Fixes #469933.
2204
2205 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2206
2207         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2208         Add another test that checks if conversion between standard 1 and 2
2209         channel layouts with and without positions set is working.
2210
2211 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2212
2213         * gst-libs/gst/audio/multichannel.c:
2214         (gst_audio_check_channel_positions):
2215         Allow non-standard 2 channel layouts.
2216         
2217         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2218         Add some tests for converting and remapping non-standard 1 and 2
2219         channel layouts.
2220
2221 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2222
2223         * gst/audioconvert/gstchannelmix.c:
2224         (gst_channel_mix_fill_normalize):
2225         Prevent division by zero if the channel mix matrix contains only
2226         zeroes.
2227
2228 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2229
2230         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2231
2232         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2233         Close a buffer memory leak. Fixes bug #534071.
2234
2235 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2236
2237         * gst-libs/gst/rtsp/gstrtsptransport.h:
2238         Make the GstRTSPTransport struct members public as there are no
2239         setters/getters and it's supposed to be changed directly.
2240         Fixes bug #533087.
2241
2242 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2243
2244         * gst/adder/gstadder.c:
2245         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2246         claim this on the pad template caps.
2247
2248 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2249
2250         * gst-libs/gst/audio/gstbaseaudiosink.c:
2251         (gst_base_audio_sink_sync_latency):
2252         We can only use our optimal calibration if we prerolled before the
2253         latency expired.
2254
2255 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2256
2257         * configure.ac:
2258           Require core CVS for GstBaseSrc buffer caps setting magic.
2259
2260 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2261
2262         * gst/audioconvert/gstaudioconvert.c:
2263         (gst_audio_convert_fixate_channels):
2264         Fix logic in last commit.
2265
2266 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2267
2268         * gst/audioconvert/gstaudioconvert.c:
2269         (gst_audio_convert_fixate_channels):
2270         Passthrough the channel positions if the number of output channels is
2271         the same as the number of input channels, the input had a channel
2272         layout and downstream requests no special one. We did this already for
2273         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2274
2275 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2276
2277         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2278         (gst_gnome_vfs_src_finalize),
2279         (gst_gnome_vfs_src_received_headers_callback),
2280         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2281         * ext/gnomevfs/gstgnomevfssrc.h:
2282         Set the ICY caps on the srcpad from where they get picked up by the base
2283         class now and set on the outgoing buffers.
2284
2285         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2286         (gst_base_audio_src_create):
2287         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2288         BaseSrc now sets the caps on outgoing buffers automatically.
2289
2290 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2291
2292         * gst-libs/gst/audio/gstbaseaudiosink.c:
2293         (gst_base_audio_sink_resample_slaving),
2294         (gst_base_audio_sink_skew_slaving),
2295         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2296         (gst_base_audio_sink_async_play),
2297         (gst_base_audio_sink_change_state):
2298         Change the way in which the ringbuffer is started when dealing with a
2299         slaved clock and latency. We now sync to the clock until we reach
2300         upstream latency before starting the ringbuffer. This has the effect
2301         that we can accurately align the master and slave clocks and let the
2302         rate correction code take care of the initial drift or rounding errors
2303         instead of leaving them uncorrected with the old approach.
2304
2305 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2306
2307         * gst/audioconvert/gstaudioconvert.c:
2308         (gst_audio_convert_fixate_channels):
2309         Correctly set the default channel positions when converting to 8
2310         channels.
2311
2312 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2313
2314         * configure.ac:
2315           Error out if we don't have the required version of core.
2316
2317 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2318
2319         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2320           Use data scan helper in aac typefinder and stop scanning
2321           for headers when we've found a type. Also fix potential invalid
2322           memory access when calculating the frame length.
2323
2324 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2325
2326         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2327           (mpeg_sys_is_valid_pack):
2328           Don't modify scan context when we return FALSE in ensure_data, so
2329           it's possible to continue scanning, and we don't end up with a NULL
2330           data pointer and a positive size, which might bite us the next time
2331           we're called. Small constification.
2332
2333 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2334
2335         * gst/adder/gstadder.c:
2336         Adder doesn't support 24 bit samples so don't claim it supports them
2337         in the pad template caps.
2338
2339 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2340
2341         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2342         (gst_base_rtp_depayload_chain):
2343         Validate the RTP packet before further processing it. It's just too
2344         dangerous to accept random packets and people are not forced to use a
2345         jitterbuffer or session manager to filter out the bad packets.
2346
2347         * gst-libs/gst/rtp/gstrtpbuffer.c:
2348         (gst_rtp_buffer_set_extension_data),
2349         (gst_rtp_buffer_get_payload_subbuffer):
2350         Small cleanups.
2351         When setting extension data in a buffer that is too small, we fail and
2352         we should not set the extension bit.
2353         Change GST_WARNINGS into g_warning because they really are
2354         programming errors.
2355
2356         * tests/check/libs/rtp.c: (GST_START_TEST):
2357         Catch the g_warnings now in the unit tests and that fact that failing to
2358         set extension data left the extension bit untouched.
2359
2360 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2361
2362         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2363           Revert previous change which made basetransform handle buffer_alloc
2364           and which breaks things badly in the non-passthrough case since it
2365           returned buffers with a different (ie. sometimes smaller) size than
2366           the size requested.
2367
2368 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2369
2370         Patch by: Bernard B <b-gnome at largestprime dot net>
2371
2372         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2373         Fix seqnum compare function for bordercase values and fix the docs
2374         again. Fixes #533075.
2375
2376         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2377         Add a testcase for seqnum compare function.
2378
2379 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2380
2381         * gst/adder/gstadder.c: (gst_adder_setcaps),
2382         (gst_adder_class_init):
2383         Correctly declare the supported endianness on the pad templates
2384         and check for correct endianness in the set caps function. Adder
2385         only supports native endianness.
2386         Also use gst_element_class_set_details_simple().
2387
2388 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2389
2390         * sys/xvimage/xvimagesink.c:
2391           Better debug logging in port value handling. Merging separate port
2392           value loops into one.
2393
2394 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2395
2396         Patch by: Hannes Bistry <hannesb at gmx dot de>
2397
2398         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2399         * gst/tcp/gsttcpserversink.c:
2400         (gst_tcp_server_sink_handle_server_read),
2401         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2402         Fix regression in clientsrc because we did not add the fd to the poll
2403         set anymore. Fixes #532364.
2404         Do some cleanups here and there.
2405
2406 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2407
2408         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2409         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2410         * gst/playback/gstplay-marshal.list:
2411         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2412         Use correct marshallers. GstCaps are a boxed type and no GObject
2413         subclass.
2414
2415 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2416
2417         * win32/common/libgstrtsp.def:
2418         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2419         symbols.
2420
2421 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2422
2423         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2424
2425         * tests/check/elements/audioresample.c:
2426         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2427         (live_switch_push), (GST_START_TEST):
2428         Add unit test for the latest basetransform negotiation changes.
2429         See bug #526768.
2430
2431 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2432
2433         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2434         Fix nv12<->nv21 conversion if stride is larger than width.
2435
2436 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2437
2438         Patch by: Jan Gerber <j at oil21 dot org>
2439
2440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2441         (gst_ogg_pad_parse_skeleton_fisbone):
2442         * ext/ogg/gstoggdemux.h:
2443         Parse presentation time from skeleton streams and use it as offset
2444         for the timestamps. Fixes bug #530068.
2445
2446 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2447
2448         * gst-libs/gst/audio/gstbaseaudiosink.c:
2449         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2450         Revert previous patch that attempted to more accurately calculate the
2451         initial offset between master and slave clock. The best thing we can do
2452         in general is take the time of both clocks as the diff since we don't
2453         know when the actual preroll happened.
2454
2455 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2456
2457         * gst-libs/gst/pbutils/install-plugins.c:
2458           Fix docs: type and missing word.
2459
2460 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2461
2462         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2463           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2464           for this instead; don't check if we've found enough markers after
2465           each and every step, it's enough to do that only if we've actually
2466           found a new marker.
2467           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2468
2469 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2470
2471         * gst/typefind/gsttypefindfunctions.c:
2472           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2473           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2474           (mpeg_video_stream_type_find):
2475           Move scan helper thingy to the beginning of the file so we can use
2476           it in other typefind functions. Rename it to something more
2477           generic. Also improve handling of things towards the end of the
2478           typefind data: peek as much as we can if we know the size of the
2479           data, rather than just min_size.
2480
2481 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2482
2483         * docs/libs/gst-plugins-base-libs-sections.txt:
2484         * gst-libs/gst/interfaces/colorbalance.c:
2485         * gst-libs/gst/interfaces/colorbalance.h:
2486         * gst-libs/gst/interfaces/colorbalancechannel.c:
2487         * gst-libs/gst/interfaces/colorbalancechannel.h:
2488         * gst-libs/gst/interfaces/tuner.c:
2489         * gst-libs/gst/interfaces/tunerchannel.c:
2490         * gst-libs/gst/interfaces/tunerchannel.h:
2491         * gst-libs/gst/interfaces/tunernorm.c:
2492         * gst-libs/gst/interfaces/tunernorm.h:
2493         * gst-libs/gst/video/video.c:
2494         * gst-libs/gst/video/video.h:
2495         Document the GstTuner and GstColorBalance interfaces, and some
2496         other random API functions that needed it. 70% symbol coverage, woo.
2497
2498 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2499
2500         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2501         Choose to allocate one less segment but require one additional segment
2502         as latency. 
2503
2504         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2505         No need to increment the number of segments in the source.
2506
2507         * gst-libs/gst/audio/gstbaseaudiosink.c:
2508         (gst_base_audio_sink_get_time), (clock_convert_external),
2509         (gst_base_audio_sink_resample_slaving),
2510         (gst_base_audio_sink_skew_slaving),
2511         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2512         (gst_base_audio_sink_async_play):
2513         Remove adding latency when returning the internal time while subtracting
2514         it again when we use the value a little later.
2515         When calculating the end timestamp, we are making a rounding error
2516         with the current algorithm. Ensure that we don't accumulate these
2517         rounding errors when aligning samples by not resampling at all if we
2518         don't need to. Fixes #419351.
2519         Make the initial calibration of the clock slaving a little more
2520         predictable and accurate. Also handle the case where we don't do
2521         clock slaving.
2522
2523 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2524
2525         Based on a patch by:
2526           Björn Benderius <bjoern dot benderius at axis dot com>
2527
2528         * gst/ffmpegcolorspace/avcodec.h:
2529         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2530         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2531         (gst_ffmpegcsp_avpicture_fill):
2532         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2533         * gst/ffmpegcolorspace/imgconvert_template.h:
2534         Add conversions from/to NV12 and NV21 and conversions between those
2535         two formats. Fixes bug #532166.
2536
2537 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2538
2539         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2540         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2541         which happens for example with files smaller than 128kb.
2542
2543 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2544
2545         Patch by: Wouter Cloetens <zombie at e2big dot org>
2546
2547         * gst-libs/gst/rtsp/Makefile.am:
2548         * gst-libs/gst/rtsp/gstrtspconnection.c:
2549         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2550         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2551         (add_auth_header), (gst_rtsp_connection_free),
2552         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2553         (gst_rtsp_connection_set_auth_param),
2554         (gst_rtsp_connection_clear_auth_params):
2555         * gst-libs/gst/rtsp/gstrtspconnection.h:
2556         Add Digest authorization support for RTSP connections. See #532065.
2557
2558         * gst-libs/gst/rtsp/md5.c:
2559         * gst-libs/gst/rtsp/md5.h:
2560         Yeap, another md5 implementation until we can depend on a glib that has
2561         support for it.
2562
2563 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2564
2565         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2566
2567         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2568         Let audioresample use the buffer allocation of basetransform instead
2569         of it's own stuff.
2570
2571         * tests/check/elements/audioresample.c: (alloc_only_48000),
2572         (GST_START_TEST), (audioresample_suite):
2573         Add unit test for the recent basetransform bugfix, where upstream
2574         changes caps to something that can't be passed through anymore.
2575
2576 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2577
2578         * win32/common/config.h.in:
2579           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2580           use the real thing than having "???" unconditionally.
2581
2582 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2583
2584         * gst-libs/gst/audio/gstbaseaudiosink.c:
2585         (gst_base_audio_sink_query):
2586         Report the latency with the new seglatency parameter.
2587
2588         * gst-libs/gst/audio/gstringbuffer.c:
2589         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2590         (gst_ring_buffer_acquire):
2591         * gst-libs/gst/audio/gstringbuffer.h:
2592         Add new field to the ringbufferspec to specify the expected latency
2593         between the underlying device read/write pointer, this is needed
2594         when writing sinks that sit a little closer to the hardware.
2595         Add some more docs for other fields.
2596
2597 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2598
2599         * gst/volume/gstvolume.c: (volume_transform_ip):
2600         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2601         reason instead of crashing later. Might fix bug #509125.
2602
2603 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2604
2605         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2606
2607         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2608         * gst/audioconvert/audioconvert.h:
2609         * gst/audioconvert/gstaudioconvert.c:
2610         (gst_audio_convert_parse_caps),
2611         (structure_has_fixed_channel_positions),
2612         (gst_audio_convert_transform_caps):
2613         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2614         Add support for more than 8 channels and NONE channel layouts. For
2615         more than 8 channels no channel conversion is supported yet, only
2616         format conversions are supported. Fixes bug #398033.
2617
2618         * tests/check/elements/audioconvert.c: (verify_convert),
2619         (GST_START_TEST), (audioconvert_suite):
2620         Add some unit tests by Tim for checking the NONE channel layouts
2621         and more than 8 channels and add some more unit tests for channel
2622         conversions.
2623
2624 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2625
2626         * gst/playback/gstdecodebin2.c: (connect_pad):
2627         When autoplugging fails, set the element back to NULL before
2628         unreffing it.
2629
2630 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2631
2632         * win32/common/libgstaudio.def:
2633         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2634         symbols.
2635
2636 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2637
2638         * gst/subparse/samiparse.c: (handle_start_sync),
2639         (end_sami_element), (characters_sami):
2640         Remove trailing, leading and double whitespaces.
2641         Correctly timestamp buffers and output the last buffer too.
2642
2643         * tests/check/elements/subparse.c: (GST_START_TEST),
2644         (subparse_suite):
2645         Add a simple unit test for SAMI parsing.
2646
2647 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2648
2649         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2650
2651         * gst/subparse/samiparse.c: (handle_start_sync),
2652         (start_sami_element), (end_sami_element), (characters_sami),
2653         (sami_context_reset):
2654         Only output characters inside the "sync" elements. There could be
2655         other elements like "style" that have some content but should
2656         not be printed. Fixes bug #467911.
2657
2658 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2659
2660         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2661         (set_active_source):
2662         * gst/playback/gstplaybasebin.h:
2663         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2664         (playbin_set_audio_mute):
2665         Allow setting -1 as current-audio to mute the current audio stream,
2666         similar to what is done for subtitles. Fixes bug #342294.
2667
2668 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2669
2670         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2671         It's SorensOn and not SorensEn.
2672
2673 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2674
2675         * gst-libs/gst/pbutils/descriptions.c: (formats):
2676           Fix description of video/x-flash-video.
2677
2678 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2679
2680         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2681         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2682         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2683         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2684         Remove some unused code.
2685
2686         * gst/audioconvert/gstaudioquantize.c:
2687         (gst_audio_quantize_free_noise_shaping):
2688         Don't return before freeing the noise shaping history.
2689
2690 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2691
2692         * tests/check/elements/subparse.c: (do_test),
2693           (test_tmplayer_style3b), (subparse_suite):
2694           Add unit test for the tmplayer variant from bug #530962.
2695
2696 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2697
2698         * gst/subparse/gstsubparse.c: (handle_buffer),
2699           (gst_sub_parse_sink_event):
2700         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2701           (tmplayer_parse_line):
2702           Fix parsing of tmplayer subtitle variant where every single line contains
2703           text and there isn't an empty line after each line to determine the
2704           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2705           making sure that we push out the last line of text without a duration if
2706           there's still text left in the buffer at the end.
2707
2708 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2709
2710         * gst/subparse/gstsubparse.c: (feed_textbuf):
2711           Fix detection of discontinuities based on the buffer offset (doesn't work
2712           so well if no buffer offset is set) and also check for the DISCONT buffer
2713           flag. This keeps the parser state from being reset after each buffer in
2714           the unit test.
2715
2716 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2717
2718         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2719           Further fine-tuning: don't absolutely require sequence or GOP headers
2720           (as introduced in the previous commit), but adjust the typefind
2721           probabilities returned accordingly if we don't see them. Also make sure
2722           picture header and first slice are somewhat close to each other (which
2723           is not perfect but still better than requiring a fixed offset or having
2724           no limit at all).
2725
2726 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2727
2728         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2729         (gst_basertppayload_sink_setcaps),
2730         (gst_basertppayload_sink_getcaps):
2731         Rename the setcaps/getcaps function internally to make it clear that
2732         they are called for the sink pad.
2733
2734 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2735
2736         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2737         (gst_base_rtp_depayload_class_init),
2738         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2739         (gst_base_rtp_depayload_packet_lost),
2740         (gst_base_rtp_depayload_set_gst_timestamp):
2741         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2742         Catch packet-lost events from the jitterbuffer and convert them into a
2743         vmethod call (lost-packet) so that depayloaders can do something smart.
2744         Also add a default packet-lost function that sends out a segment update
2745         to the decoders.
2746
2747 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2748
2749         * gst/playback/test4.c:
2750         * gst/playback/test5.c:
2751         * gst/playback/test6.c:
2752         * gst/playback/test7.c:
2753           Also include config.h when relying on defines from it. Fixes the
2754           build. Its been a please to serve :)
2755
2756 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2757
2758         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2759         (paint_setup_NV21), (paint_hline_NV12_NV21):
2760         Add support for NV12 and NV21 in videotestsrc
2761
2762 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2763
2764         * gst/videoscale/gstvideoscale.c:
2765         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2766         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2767         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2768         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2769         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2770         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2771         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2772         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2773         (vs_image_scale_linear_RGB555):
2774         Support 1x1 images as input and output as for example the BBC HQ new
2775         streams have 1x1 GIFs in the playlists for some reason.
2776
2777 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2778
2779         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2780           (try_to_link_1):
2781           If we can't activate one of the decoders we plugged in (such as,
2782           say, musepackdec) for some reason (it might not support push mode,
2783           for example), remove any pad probes that close_pad_link() might
2784           have set up. This makes sure we later don't try to remove a probe
2785           for a pad that doesn't exist any longer, and avoids nast warnings
2786           and probably other things too.
2787
2788 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2789
2790         * gst/typefind/gsttypefindfunctions.c:
2791           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2792           (plugin_init):
2793           Rework mpeg video stream typefinding a bit more: make sure sequence,
2794           GOP, picture and slice headers appear in the order they should and
2795           that we've in fact at least had one of each; fix picture header
2796           detection; decouple picture and slice header check - don't assume
2797           they're at a fixed offset, there may be extra data in between. Also,
2798           announce varying degrees of probability depending on what we found
2799           exactly (multiple pictures, at least one picture, just sequence and
2800           GOP headers). Finally, in _ensure_data(), take into account that we
2801           might be typefinding smaller amounts of data, such as the first
2802           buffer of a stream, so fall back to the minimum size needed as long
2803           as that's available, instead of erroring out if there's less than
2804           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2805           fuzzed file from #399342 as valid.
2806
2807 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2808
2809         * ext/theora/theoradec.c:
2810           Cool kids don't divide by zero.
2811           Treat PAR of x:0 as 1:1.
2812           Fixes #530719.
2813
2814 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2815
2816         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2817           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2818           (mpeg_video_stream_type_find):
2819           Refactor a bit: use context structure to track parsing offset and
2820           size of available data and make the code a bit clearer. Fixes bad
2821           memory access in #356937.
2822
2823 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2824
2825         * gst/playback/test4.c:
2826         * gst/playback/test5.c:
2827         * gst/playback/test6.c:
2828         * gst/tcp/gstmultifdsink.c:
2829           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2830           is defined.
2831
2832 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2833
2834         * gst-libs/gst/audio/gstbaseaudiosink.h:
2835         Clarify some docs.
2836
2837         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2838         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2839         (gst_base_audio_src_set_slave_method),
2840         (gst_base_audio_src_get_slave_method),
2841         (gst_base_audio_src_set_property),
2842         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2843         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2844         Add property and methods for selecting the clock slave method in the
2845         source, like in the sink.
2846         We only implement "none" and "re-timestamp" for now.
2847         API: gst_base_audio_src_set_slave_method()
2848         API: gst_base_audio_src_get_slave_method()
2849
2850 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2851
2852         * gst-libs/gst/rtp/gstrtpbuffer.c:
2853         Fix the docs about the seqnum compare function, it returns a difference.
2854
2855 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2856
2857         * ext/alsa/gstalsadeviceprobe.c:
2858         (gst_alsa_get_device_list): Don't return before freeing up
2859         the allocated structures.
2860
2861 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2862
2863         * gst/playback/gstplaybin.c:
2864           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2865
2866 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2867
2868         * ext/ogg/gstoggdemux.c:
2869           Revert the event part, that should not go in.
2870
2871 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2872
2873         * ext/ogg/gstoggdemux.c:
2874           Don't leak GstPluginFeatures when filtering.
2875
2876 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2877
2878         * sys/xvimage/xvimagesink.c:
2879           Add some logging for cases when grabbing the xv failed.
2880
2881 2008-04-21  David Schleef  <ds@schleef.org>
2882
2883         * ext/ogg/gstoggmux.c:
2884           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2885           packet.  Should conform to what we currently think is the
2886           final Ogg/Dirac muxing spec.
2887
2888 2008-04-21  David Schleef  <ds@schleef.org>
2889
2890         * sys/xvimage/xvimagesink.c:
2891           Fix typo that causes the overlay keying color to bright green
2892           on a 16-bit display.  Dark grey good.  Bright green bad.
2893
2894 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2895
2896         * ext/gnomevfs/gstgnomevfsuri.c:
2897           Add  FIXME comment about using uri-list for source and sink.
2898
2899 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2900
2901         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2902         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2903         vaargs functions to gint. Otherwise the fractions will get 0 set
2904         instead of the correct value on big endian systems. Fixes bug #529018.
2905
2906 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2907
2908         * ext/gnomevfs/gstgnomevfssink.c:
2909         (gst_gnome_vfs_sink_uri_get_protocols):
2910         * ext/gnomevfs/gstgnomevfssrc.c:
2911         (gst_gnome_vfs_src_uri_get_protocols):
2912         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2913         (gst_gnomevfs_get_supported_uris):
2914         Get the list of supported URI schemes in a threadsafe way and use the
2915         same list for the source and sink.
2916
2917 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2918
2919         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2920         (gst_gio_get_supported_protocols):
2921         Don't generate a new supported protocols list on each call but cache
2922         it. It's supposed to be static anyway, this way we only leak it once
2923         per process.
2924
2925         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2926         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2927         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2928         (gst_gio_sink_start):
2929         * ext/gio/gstgiosink.h:
2930         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2931         (gst_gio_src_class_init), (gst_gio_src_finalize),
2932         (gst_gio_src_set_property), (gst_gio_src_get_property),
2933         (gst_gio_src_start):
2934         * ext/gio/gstgiosrc.h:
2935         API: Add "file" properties where one can set a GFile as
2936         source/destination.
2937
2938         Add locking to the properties and use
2939         gst_element_class_set_details_simple() instead of a static
2940         GstElementDetails struct.
2941
2942 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2943
2944         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2945         (plugin_init):
2946         Add "mpp" and "mp+" as possible extensions for MusePack files.
2947
2948         Add typefinding for MusePack StreamVersion 8 files and include the
2949         stream version in the caps.
2950
2951 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2952
2953         * gst-libs/gst/rtp/gstrtppayloads.c:
2954         (gst_rtp_payload_info_for_name):
2955         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2956
2957 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2958
2959         * configure.ac:
2960           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2961           (NB: this only affects compilation of some of the examples).
2962           Remove some configure.ac cruft that's not needed any longer.
2963
2964 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2965
2966         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2967         Don't validate the payload if there isn't any.
2968         Fixes #525915
2969
2970 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2971
2972         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2973         Use g_atomic_int_set() instead of gst_atomic_int_set().
2974
2975 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2976
2977         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2978         Return NULL instead of a gchar * array with one NULL element if we
2979         don't get any supported URI schemes from GIO.
2980
2981 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2982
2983         * gst/audiotestsrc/gstaudiotestsrc.c:
2984           Remove cpp style commented old code.
2985
2986 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2987
2988         * gst/playback/gstdecodebin2.c:
2989           Fix signal docs.
2990
2991 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2992
2993         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2994           (gst_text_overlay_init):
2995           Fix textoverlay unit test again by making the supposed default
2996           value for the wait-text property the actual default value.
2997           Also fix Since: tag for new property.
2998
2999 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3000
3001         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3002           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3003           (gst_video_format_get_pixel_stride),
3004           (gst_video_format_get_component_width),
3005           (gst_video_format_get_component_height),
3006           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3007           (gst_video_format_convert):
3008           Add guards to these functions to ensure sane input values.
3009
3010         * tests/check/libs/video.c:
3011           Fix unit test not to create caps with width=0 and height=0.
3012
3013 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3014
3015         * docs/design/draft-keyframe-force.txt:
3016         Fix typo.
3017
3018         * gst/playback/gstqueue2.c: (update_buffering),
3019         (gst_queue_handle_src_query):
3020         Set buffering mode in the messages.
3021         Set buffering percent in the query.
3022
3023         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3024         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3025         Do some more fancy things based on the buffering method in use.
3026
3027 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3028
3029         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3030         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3031         (msg_buffering), (main):
3032         Add basic download reports to seek using the new buffering API.
3033
3034 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3035
3036         * gst/playback/gstqueue2.c: (update_buffering),
3037         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3038         (gst_queue_src_checkgetrange_function):
3039         Include extra buffering stats in the buffering message.
3040         Implement BUFFERING query.
3041
3042         * gst/playback/gsturidecodebin.c: (do_async_start),
3043         (do_async_done), (type_found), (setup_streaming), (setup_source),
3044         (gst_uri_decode_bin_change_state):
3045         Only add decodebin2 when the type is found in streaming mode.
3046         Make uridecodebin async to PAUSED even when we don't have decodebin2
3047         added yet.
3048
3049 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3050
3051         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3052         Filter cdda from the supported URI schemes. We can't support
3053         musicbrainz tags and everything else one expects from a cdda source
3054         with GIO. Fixes bug #526794.
3055
3056 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3057
3058         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3059         (gst_xvimagesink_buffer_alloc):
3060         Fix calculation of 'expected size' for YV12 buffers.
3061         Be a little more verbose in the debug output for buffer-alloc'ed
3062         buffers which turn out to have the wrong size.
3063
3064 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3065
3066         * NEWS:
3067         * RELEASE:
3068         * gst-plugins-base.doap:
3069           Merge other changes from 0.10.19 release branch.
3070
3071 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3072
3073         * gst-libs/gst/audio/gstbaseaudiosink.c:
3074           (gst_base_audio_sink_class_init):
3075         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3076           (gst_base_audio_src_class_init):
3077         * gst/playback/gstplayback.c: (plugin_init):
3078         * gst/volume/gstvolume.c: (plugin_init):
3079           Work around missing bits of thread-safety on older GLibs some
3080           more to avoid assertions when starting up multiple playbin
3081           objects concurrently (see #512382).
3082
3083 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3084
3085         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3086           Remove some more fields.
3087
3088 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3089
3090         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3091
3092         * configure.ac:
3093         Actually build dlls when cross-compiling with mingw32.
3094         Fixes bug #526247.
3095
3096 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3097
3098         * configure.ac:
3099           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3100
3101 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3102
3103         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3104         (msg_buffering), (connect_bus_signals), (main):
3105         Add statusbar.
3106         Add buffering support with feedback in the statusbar.
3107
3108 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3109
3110         * ext/ogg/gstoggmux.c:
3111           Fix sample pipeline description.
3112
3113 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3114
3115         * docs/plugins/Makefile.am:
3116         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3117         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3118         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3119           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3120
3121         * docs/plugins/gst-plugins-base-plugins.args:
3122         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3123         * docs/plugins/gst-plugins-base-plugins.interfaces:
3124         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3125         * docs/plugins/inspect/plugin-adder.xml:
3126         * docs/plugins/inspect/plugin-alsa.xml:
3127         * docs/plugins/inspect/plugin-audioconvert.xml:
3128         * docs/plugins/inspect/plugin-audiorate.xml:
3129         * docs/plugins/inspect/plugin-audioresample.xml:
3130         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3131         * docs/plugins/inspect/plugin-cdparanoia.xml:
3132         * docs/plugins/inspect/plugin-decodebin.xml:
3133         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3134         * docs/plugins/inspect/plugin-gdp.xml:
3135         * docs/plugins/inspect/plugin-gnomevfs.xml:
3136         * docs/plugins/inspect/plugin-libvisual.xml:
3137         * docs/plugins/inspect/plugin-ogg.xml:
3138         * docs/plugins/inspect/plugin-pango.xml:
3139         * docs/plugins/inspect/plugin-playback.xml:
3140         * docs/plugins/inspect/plugin-queue2.xml:
3141         * docs/plugins/inspect/plugin-subparse.xml:
3142         * docs/plugins/inspect/plugin-tcp.xml:
3143         * docs/plugins/inspect/plugin-theora.xml:
3144         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3145         * docs/plugins/inspect/plugin-uridecodebin.xml:
3146         * docs/plugins/inspect/plugin-video4linux.xml:
3147         * docs/plugins/inspect/plugin-videorate.xml:
3148         * docs/plugins/inspect/plugin-videoscale.xml:
3149         * docs/plugins/inspect/plugin-videotestsrc.xml:
3150         * docs/plugins/inspect/plugin-volume.xml:
3151         * docs/plugins/inspect/plugin-vorbis.xml:
3152         * docs/plugins/inspect/plugin-ximagesink.xml:
3153         * docs/plugins/inspect/plugin-xvimagesink.xml:
3154           Update introspection data.
3155
3156         * ext/ogg/gstoggmux.c:
3157           Document oggmux.
3158
3159         * gst/playback/gstdecodebin2.c:
3160           Don't use gtk-doc style comment start for private stuff, but make it
3161           formatted like this for consistency.
3162
3163 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3164
3165         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3166         (gst_decode_bin_init), (gst_decode_bin_dispose),
3167         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3168         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3169         (analyze_new_pad), (connect_pad), (expose_pad),
3170         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3171         (gst_decode_group_expose), (gst_decode_group_free),
3172         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3173         Remove fakesink hack, we can now implement this more elegantly.
3174         Added property to bypass typefinding.
3175         Removed underrun callback and demuxer pad probe, we now use the srcpad
3176         probe to expose groups.
3177         API::sink-caps property
3178
3179         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3180         Guard against multiple emissions of the no_more_pads signal, which
3181         happens when we are dealing with chained oggs.
3182
3183         * gst/playback/gsturidecodebin.c: (remove_decoders),
3184         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3185         (setup_source):
3186         For streams, use our own typefind element and plug our queue after it.
3187         We will need this to determine the type of buffering to use for the
3188         queue soon.
3189
3190 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3191
3192         * gst-libs/gst/audio/gstbaseaudiosink.c:
3193         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3194         Guard against over and underflows because of clock slaving.
3195         When we are using our own clock, still compensate for any calibrations
3196         that we might have done to our clock.
3197
3198 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3199
3200         * ext/theora/theoradec.c: (theora_handle_type_packet),
3201         (theora_dec_chain):
3202         Don't try to do anything fancy with the return code from pushing an
3203         event, it does not have enough information to turn it into a
3204         GST_FLOW_ERROR.
3205
3206 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3207
3208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3209         (gst_ogg_demux_chain_elem_pad):
3210         Add small debug line.
3211         Pass return code from the internal decoder instead of the too generic
3212         GST_FLOW_ERROR.
3213
3214 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3215
3216         * gst-libs/gst/cdda/Makefile.am:
3217         * gst-libs/gst/cdda/base64.c:
3218         * gst-libs/gst/cdda/base64.h:
3219         * gst-libs/gst/cdda/gstcddabasesrc.c:
3220         (gst_cddabasesrc_calculate_musicbrainz_discid):
3221         Use GLib's base64 implementation instead of our own.
3222
3223 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3224
3225         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3226         (gst_ogg_demux_read_chain):
3227         Refix oggdemux, we only have a problem if we failed to find a chain and
3228         we are not EOF.
3229
3230 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3231
3232         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3233
3234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3235         (gst_ogg_demux_read_chain):
3236         When we fail to find a BOS page and we and up with no chain, error out
3237         properly instead of segfaulting. Fixes #525665.
3238
3239 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3240
3241         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3242         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3243         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3244         no-more-pads...
3245
3246 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3247
3248         * gst/playback/gstqueue2.c: (update_out_rates),
3249         (gst_queue_open_temp_location_file),
3250         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3251         (gst_queue_handle_src_query), (gst_queue_set_property):
3252         Update the estimated input data when we push out a buffer.
3253         Add some debug info about the temp file.
3254         Only forward src events when we are not using a temp file.
3255         Don't block the duration query, we need to find something better.
3256         Don't leak the temp filename.
3257
3258 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3259
3260         * configure.ac:
3261         Require GLib 2.12 and liboil 0.3.14.
3262
3263         * gst/volume/gstvolume.c: (volume_process_double):
3264         Unconditionally use liboil 0.3.14 function.
3265
3266 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3267
3268         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3269         ms-gsm can have arbitrarty sample rates. See #481354.
3270
3271 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3272
3273         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3274         MP4S is generic MPEG-4, not a microsoft variant.
3275
3276 2008-03-27  Michael Smith <msmith@fluendo.com>
3277
3278         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3279           Check the body CRC (if set) when depayloading.
3280           Fixes #522401.
3281
3282 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3283
3284         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3285           Fix Since: version for new property.
3286
3287 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3288
3289         * gst-libs/gst/rtsp/gstrtspconnection.c:
3290         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3291         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3292         Don't error when poll_wait returns EAGAIN.
3293
3294 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3295
3296         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3297         The queue is never filled when there are no buffers in the queue at all.
3298         Fixes #523993.
3299
3300 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3301
3302         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3303         (init_group), (free_group), (gst_play_bin_init),
3304         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3305         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3306         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3307         (gst_play_bin_set_current_video_stream),
3308         (gst_play_bin_set_current_audio_stream),
3309         (gst_play_bin_set_current_text_stream),
3310         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3311         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3312         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3313         (activate_group), (deactivate_group), (setup_next_source),
3314         (save_current_group), (gst_play_bin_change_state):
3315         Update some docs.
3316         Add new locks and conds to protect pipeline creation and group
3317         switching.
3318         Implement the sub-uri property.
3319         Keep track of pending uridecodebin creation and configure the output
3320         pipeline after all streams are configured.
3321         Propagate subtitle encoding to the uridecodebins.
3322         Implement getting the video/audio/visualisation elements.
3323         Use input-selector for stream switching.
3324         If we are asked to do visualisation, prefer to autoplug raw sinks
3325         instead of sinks that accept encoded data.
3326
3327 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3328
3329         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3330         (gst_play_sink_init), (gst_play_sink_dispose),
3331         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3332         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3333         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3334         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3335         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3336         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3337         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3338         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3339         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3340         * gst/playback/gstplaysink.h:
3341         Add methods to get audio/video/vis elements.
3342         Add methods to set the font description for the overlay.
3343         Remove properties, we're using this element with its methods only.
3344         Add support for subtitles.
3345         Rearrange the locking a bit to not use the object lock for protecting
3346         the pipeline construction.
3347         Try to use the volume and mute property on the sink when its available.
3348         Implement the mute option with volume when the sink does not have a mute
3349         property.
3350         Only add volume element when the sink has no volume property.
3351         Only do visualisations with raw audio pads.
3352
3353 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3354
3355         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3356         (gst_text_overlay_init), (gst_text_overlay_set_property),
3357         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3358         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3359         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3360         (gst_text_overlay_change_state):
3361         * ext/pango/gsttextoverlay.h:
3362         Add property to configure waiting for text on the textpad or not, with
3363         the default behaviour being the old one (always wait for text before
3364         rendering the video). This default behaviour is usually not the best one
3365         because the text stream can very sparse and could require queueing a lot
3366         of video.
3367         Fix the flushing and EOS handing so that we don't mix up their meaning.
3368
3369 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3370
3371         * gst/playback/gsturidecodebin.c:
3372         (gst_uri_decode_bin_autoplug_factories),
3373         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3374         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3375         (gst_uri_decode_bin_set_property),
3376         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3377         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3378         (proxy_autoplug_factories_signal), (make_decoder),
3379         (source_new_pad), (setup_source):
3380         Add a readonly source property and notify.
3381         Add new lock for protecting the construction of the pipeline.
3382         Keep track of the decodebins we plugged.
3383         Correctly proxy the autoplug signal so that it actually continues.
3384         Proxy subtitle-encoding to the decodebins.
3385
3386 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3387
3388         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3389         (text_toggle_cb), (update_streams), (main):
3390         Rearrange some buttons in playbin2 and make some other boxes insensitive
3391         when needed.
3392         Add language codes to subtitle selection boxes when we gind the right
3393         tags for the streams.
3394
3395 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3396
3397         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3398         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3399         (gst_decode_bin_set_subs_encoding),
3400         (gst_decode_bin_get_subs_encoding),
3401         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3402         (deactivate_free_recursive):
3403         Protect caps property with the object lock.
3404         Protect encoding property with the object lock.
3405         Keep list of elements we added that have the subtitle-encoding property.
3406         Distribute the subtitle-encoding to all of the elements when it
3407         changes.
3408
3409 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3410
3411         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3412         Small debug improvement.
3413
3414         * gst-libs/gst/audio/gstbaseaudiosink.c:
3415         (gst_base_audio_sink_render):
3416         Fix bug in determining the sample start/stop position, we want to base
3417         this decision on the fact that we are going forwards or backwards, not
3418         slower or faster. This fixes some ugly resync warnings when playing at
3419         very slow speeds.
3420
3421 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3422
3423         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3424         Correctly set the supported URI schemes and don't leave
3425         some schemes in the middle or at the start at NULL.
3426
3427 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3428
3429         * tests/check/elements/gdpdepay.c:
3430           Make test compile without unused function/variable warnings on PPC.
3431  
3432 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3433
3434         * configure.ac:
3435         * ext/alsa/gstalsamixerelement.c:
3436         (gst_alsa_mixer_element_class_init):
3437         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3438         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3439         * ext/cdparanoia/gstcdparanoiasrc.c:
3440         (gst_cd_paranoia_src_class_init):
3441         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3442         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3443         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3444         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3445         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3446         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3448         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3449         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3450         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3451         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3452         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3453         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3454         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3455         (gst_audio_filter_template_class_init):
3456         * gst-libs/gst/audio/gstbaseaudiosink.c:
3457         (gst_base_audio_sink_class_init):
3458         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3459         (gst_base_audio_src_class_init):
3460         * gst-libs/gst/cdda/gstcddabasesrc.c:
3461         (gst_cdda_base_src_class_init):
3462         * gst-libs/gst/interfaces/mixertrack.c:
3463         (gst_mixer_track_class_init):
3464         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3465         (gst_base_rtp_depayload_class_init):
3466         * gst-libs/gst/rtp/gstbasertppayload.c:
3467         (gst_basertppayload_class_init):
3468         * gst/audioconvert/gstaudioconvert.c:
3469         (gst_audio_convert_class_init):
3470         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3471         * gst/audioresample/gstaudioresample.c:
3472         (gst_audioresample_class_init):
3473         * gst/audiotestsrc/gstaudiotestsrc.c:
3474         (gst_audio_test_src_class_init):
3475         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3476         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3477         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3478         (preroll_unlinked):
3479         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3480         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3481         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3482         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3483         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3484         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3485         (gst_stream_selector_class_init):
3486         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3487         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3488         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3489         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3490         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3491         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3492         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3493         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3494         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3495         * gst/videotestsrc/gstvideotestsrc.c:
3496         (gst_video_test_src_class_init):
3497         * gst/volume/gstvolume.c: (gst_volume_class_init):
3498         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3499         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3500         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3501         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3502         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3504         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3505         static strings (i.e. all). This gives us less memory usage,
3506         fewer allocations and thus less memory defragmentation. Depend
3507         on core CVS for this. Fixes bug #523806.
3508
3509 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3510
3511         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3512         Filter http and https protocols. GIO/GVfs handles them but it's
3513         impossible to implement iradio/icecast with it. Better use
3514         souphttpsrc or something else for this.
3515
3516         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3517         If getting the file informations by a query fails try it with the
3518         seek-to-end trick too.
3519
3520 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3521
3522         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3523         (gst_volume_base_init), (gst_volume_class_init),
3524         (volume_process_double), (volume_process_float),
3525         (volume_transform_ip), (plugin_init):
3526         memset buffers to zero if we get a GAP buffer. We usually see a
3527         buffer as one unit so let's handle it as one and don't care about
3528         volume changes while processing one buffer.
3529         Also clean up some stuff a bit.
3530
3531 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3532
3533         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3534         (gst_audio_convert_create_silence_buffer),
3535         (gst_audio_convert_transform):
3536         Make audioconvert GAP-aware by outputting silence buffers when the
3537         input has the GAP flag set. This is up to 8x faster.
3538         Based on a patch by Stefan Kost. Fixes bug #517813.
3539
3540 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3541
3542         * gst/volume/gstvolume.c: (volume_process_double):
3543         Use oil_scalarmultiply_f64_ns() for double processing when it's
3544         available at compile time.
3545
3546 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3547
3548         * configure.ac:
3549         Fix lrint/lrintf checks to actually work. These functions are
3550         in libm on Linux at least so try to link to it.
3551
3552 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3553
3554         * configure.ac:
3555         Back to development - 0.10.18.1
3556
3557 === release 0.10.18 ===
3558
3559 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3560
3561         * configure.ac:
3562           releasing 0.10.18, "I will follow"
3563
3564 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3565
3566         * configure.ac:
3567         * win32/common/config.h:
3568         0.10.17.4 pre-release
3569
3570 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3571
3572         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3573         Use GST_STR_NULL when trying to print strings that could be NULL because
3574         this might crash on some platforms. See #520808.
3575
3576 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3577
3578         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3579
3580         * gst-libs/gst/rtsp/gstrtspconnection.c:
3581         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3582         (read_line), (gst_rtsp_connection_read_internal):
3583         Generic Windows fixes that makes libgstrtsp work on Windows when
3584         coupled with the new GstPoll API. See #520808.
3585
3586 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3587
3588         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3589
3590         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3591           If seeking to a new position succeeds don't simply return from
3592           create() without creating a buffer. Do this only in the case
3593           seeking to the new position fails. Fixes bug #523054.
3594
3595 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3596
3597         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3598           (gst_video_format_from_rgba32_masks):
3599           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3600           (#522635).
3601
3602         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3603           Add unit test for the RGB caps parsing and creation, checking for
3604           internal consistency of the new API and consistency of the API with
3605           the old GST_VIDEO_CAPS_* defines.
3606
3607 2008-03-14  David Schleef  <ds@schleef.org>
3608
3609         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3610           because -base is in freeze.
3611
3612 2008-03-14  David Schleef  <ds@schleef.org>
3613
3614         Patch by: William M. Brack
3615
3616         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3617
3618 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3619
3620         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3621         (gst_selector_pad_chain):
3622         * gst/playback/gststreamselector.h:
3623         Revert change that caused regression until a real fix is found.
3624         Fixes #522203.
3625
3626 2008-03-12  Michael Smith <msmith@fluendo.com>
3627
3628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3629         * gst-libs/gst/audio/gstringbuffer.h:
3630           Rename recently added buffer types to make more sense.
3631         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3632         (gst_alsasink_write):
3633           Adapt for above API changes.
3634           Fixes bug #520523.
3635
3636 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3637
3638         * win32/common/libgstnetbuffer.def:
3639         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3640
3641 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3642
3643         * configure.ac:
3644         * win32/common/config.h:
3645         0.10.17.3 pre-release
3646
3647 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3648
3649         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3650         (gst_base_audio_src_create):
3651         Fix duration when no clock was provided. Fixes #520300.
3652
3653 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3654
3655         Patch by: Olivier Crete  <tester at tester ca>
3656
3657         * docs/libs/gst-plugins-base-libs-sections.txt:
3658         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3659         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3660         Add trivial function to compare GstNetAddress. See #520626.
3661         API: GstNetBuffer::gst_netaddress_equal
3662
3663 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3664
3665         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3666         Update mode property docs, it's deprecated now.
3667
3668 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3669
3670         * gst-libs/gst/rtsp/gstrtspconnection.c:
3671         (gst_rtsp_connection_create):
3672         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3673         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3674         * gst/tcp/gstmultifdsink.h:
3675         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3676         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3677         Remove GstPollMode from gstpoll constructor.
3678
3679 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3680
3681         * configure.ac:
3682         * win32/common/config.h:
3683         0.10.17.2 pre-release
3684
3685 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3686
3687         * gst/Makefile.am:
3688         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3689         them twice
3690
3691         * win32/common/libgstinterfaces.def:
3692         * win32/common/libgstrtp.def:
3693         Add new API to the defs
3694
3695 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3696
3697         Patch by: Mersad Jelacic  <mersad at axis dot com>
3698
3699         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3700         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3701         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3702         possible to specify the sample size in bits. (#509637)
3703
3704 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3705
3706         * tests/check/libs/mixer.c:
3707           Add a few simple checks for the new message types.
3708
3709 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3710
3711         * docs/libs/gst-plugins-base-libs-sections.txt:
3712         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3713           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3714           (gst_mixer_message_get_type),
3715           (gst_mixer_message_parse_option_changed),
3716           (gst_mixer_message_parse_options_list_changed):
3717         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3718           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3719           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3720           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3721           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3722           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3723
3724 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3725
3726         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3727           (gst_mixer_options_get_values):
3728         * gst-libs/gst/interfaces/mixeroptions.h:
3729           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3730           (_GstMixerOptions), (_GstMixerOptionsClass):
3731           API: add GstMixerOptions::get_values vfunc (#519906)
3732
3733 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3734
3735         * configure.ac:
3736         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3737         plug-ins are included/excluded. (#498222)
3738
3739 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3740
3741         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3742         Add typefinder for IMelody files, using audio/x-imelody.
3743         See bug #519516.
3744
3745 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3746
3747         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3748         * ext/alsa/gstalsasink.c: (set_hwparams):
3749         * ext/alsa/gstalsasrc.c: (set_hwparams):
3750         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3751         * ext/ogg/gstoggmux.h:
3752         * ext/ogg/gstogmparse.c:
3753         * gst-libs/gst/audio/audio.c:
3754         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3755         * gst-libs/gst/pbutils/missing-plugins.c:
3756         (gst_missing_uri_sink_message_new),
3757         (gst_missing_element_message_new),
3758         (gst_missing_decoder_message_new),
3759         (gst_missing_encoder_message_new):
3760         * gst-libs/gst/rtp/gstbasertppayload.c:
3761         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3762         (gst_rtcp_packet_bye_get_reason):
3763         * gst/audioconvert/gstaudioconvert.c:
3764         * gst/audioresample/gstaudioresample.c:
3765         * gst/ffmpegcolorspace/imgconvert.c:
3766         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3767         * gst/typefind/gsttypefindfunctions.c:
3768         * gst/videoscale/vs_4tap.c:
3769         * gst/videoscale/vs_4tap.h:
3770         * sys/v4l/gstv4lelement.c:
3771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3772         * sys/v4l/v4l_calls.c:
3773         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3774         (gst_v4lsrc_try_capture):
3775         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3776         (gst_ximagesink_ximage_new):
3777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3778         (gst_xvimagesink_xvimage_new):
3779         * tests/check/elements/audioconvert.c:
3780         * tests/check/elements/audioresample.c:
3781         (fail_unless_perfect_stream):
3782         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3783         * tests/check/elements/decodebin.c:
3784         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3785         (setup_gdpdepay_streamheader):
3786         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3787         (setup_gdppay_streamheader):
3788         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3789         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3790         * tests/check/elements/textoverlay.c:
3791         * tests/check/elements/videorate.c: (setup_videorate):
3792         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3793         * tests/check/elements/volume.c: (setup_volume):
3794         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3795         * tests/check/elements/vorbistag.c:
3796         * tests/check/generic/clock-selection.c:
3797         * tests/check/generic/states.c: (setup), (teardown):
3798         * tests/check/libs/cddabasesrc.c:
3799         * tests/check/libs/video.c:
3800         * tests/check/pipelines/gio.c:
3801         * tests/check/pipelines/oggmux.c:
3802         * tests/check/pipelines/simple-launch-lines.c:
3803         (simple_launch_lines_suite):
3804         * tests/check/pipelines/streamheader.c:
3805         * tests/check/pipelines/theoraenc.c:
3806         * tests/check/pipelines/vorbisdec.c:
3807         * tests/check/pipelines/vorbisenc.c:
3808         * tests/examples/seek/scrubby.c:
3809         * tests/examples/seek/seek.c: (query_positions_elems),
3810         (query_positions_pads):
3811         * tests/icles/stress-xoverlay.c: (myclock):
3812         Correct all relevant warnings found by the sparse semantic code
3813         analyzer. This include marking several symbols static, using
3814         NULL instead of 0 for pointers and using "foo (void)" instead
3815         of "foo ()" for declarations.
3816
3817         * win32/common/libgstrtp.def:
3818         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3819
3820 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3821
3822         Patch by: José Alburquerque <jaalburqu svn gnome org>
3823
3824         * gst/playback/gstplaybin2.c:
3825           Make the function signature of the _get_*_tags() functions match
3826           the signature of the vfuncs they implement, ie. return a
3827           GstTagList rather than a GstStructure, which is more correct,
3828           even if one is typedef'ed to the other (#518940).
3829
3830 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3831
3832         * gst-libs/gst/rtsp/gstrtspconnection.c:
3833           Don't include unix headers unconditionally (fixes #518037).
3834
3835 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3836
3837         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3838           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3839           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3840           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3841           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3842           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3843           (gst_video_format_is_packed), (video_format_is_packed):
3844           Add unit test that makes sure that the strides, offsets and
3845           sizes returned for the various YUV formats by the new video API
3846           match the old reference implementation in videotestsrc.
3847
3848 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3849
3850         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3851           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3852           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3853           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3854           (gst_video_format_get_pixel_stride),
3855           (gst_video_format_get_component_width),
3856           (gst_video_format_get_component_height),
3857           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3858         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3859           (GST_VIDEO_FORMAT_Y42B):
3860           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3861
3862 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3863
3864         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3865           YV12 is I420 with swapped components 1 and 2, so the offset of
3866           component 1 for I420 should be the offset for component 2 for YV12
3867           and vice versa.
3868
3869 2008-02-29  Rene Stadler  <mail@renestadler.de>
3870
3871         * sys/v4l/gstv4lelement.c:
3872         Add missing semicolon to fix indentation.
3873
3874 2008-02-29  Julien Moutte  <julien@fluendo.com>
3875
3876         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3877         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3878         if we can do SPDIF output.
3879         * ext/alsa/gstalsa.h:
3880         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3881         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3882         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3883         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3884         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3885         to support AC3, EC3 and IEC958 buffers.
3886
3887 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3888
3889         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3890           (gst_mixer_message_parse_mute_toggled),
3891           (gst_mixer_message_parse_record_toggled),
3892           (gst_mixer_message_parse_volume_changed),
3893           (gst_mixer_message_parse_option_changed):
3894           De-cruft and fix message type assertions (NULL is not a really
3895           valid mixer message type string).
3896
3897 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3898
3899         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3900         When negotiating, actually start from a format that we can support
3901         instead of from the too generic template.
3902
3903 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3904
3905         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3906         Enable vis setting.
3907
3908         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3909         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3910         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3911         (gen_vis_chain):
3912         Implement vis switching while playing.
3913
3914 2008-02-28  David Schleef  <ds@schleef.org>
3915
3916         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3917
3918 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3919
3920         Patch by: Peter Kjellerstedt  <pkj at axis com>
3921
3922         * gst/tcp/Makefile.am:
3923         * gst/tcp/fdsetstress.c:
3924         * gst/tcp/gstfdset.c:
3925         * gst/tcp/gstfdset.h:
3926         Removed fdset and stress test, they are now known as GstPoll in
3927         core. 
3928
3929         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3930         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3931         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3932         (gst_multi_fd_sink_handle_client_write),
3933         (gst_multi_fd_sink_queue_buffer),
3934         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3935         (gst_multi_fd_sink_stop):
3936         * gst/tcp/gstmultifdsink.h:
3937         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3938         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3939         (gst_tcp_gdp_read_caps):
3940         * gst/tcp/gsttcp.h:
3941         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3942         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3943         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3944         * gst/tcp/gsttcpclientsink.h:
3945         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3946         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3947         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3948         * gst/tcp/gsttcpclientsrc.h:
3949         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3950         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3951         * gst/tcp/gsttcpserversink.h:
3952         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3953         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3954         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3955         * gst/tcp/gsttcpserversrc.h:
3956         Port to GstPoll. See #505417.
3957
3958 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3959
3960         Patch by: Peter Kjellerstedt  <pkj at axis com>
3961
3962         * gst-libs/gst/rtsp/gstrtspconnection.c:
3963         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3964         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3965         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3966         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3967         (gst_rtsp_connection_flush):
3968         * gst-libs/gst/rtsp/gstrtspconnection.h:
3969         Use GstPoll for the rtsp connection. See #505417.
3970
3971 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3972
3973         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3974         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3975         Add combo box for visualisations, populate it with a factory list
3976         of all visualisation plugins, configure vis plugin instance in
3977         playbin2. 
3978
3979 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3980
3981         * tests/check/libs/rtp.c: (GST_START_TEST):
3982         Add check for RTP buffer defaults, padding and marker bit API.
3983
3984 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3985
3986         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3987         Use memcpy() instead of upcasting a byte array to long *. This
3988         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3989         This should be ported to GCheckSum once we can use GLib 2.16.
3990         Partially fixes bug #500833.
3991
3992 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3993
3994         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3995           Push tag event after the newsegment event. Log the pointer of
3996           the buffer we're actually going to push rather than the buffer
3997           we're feeding to _make_metadata_writable().
3998
3999 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4000
4001         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4002         Comment smoke typefinder for now. The smokedec plugin needs one
4003         frame per buffer but we have no parser yet, thus it simply crashes
4004         in most situations.
4005
4006 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4007
4008         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4009         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4010
4011 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4012
4013         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4014         (plugin_init):
4015         Add midi typefinder, copied from the timidity plugin.
4016
4017 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4018
4019         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4020
4021         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4022         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4023           (subparse_suite):
4024           Forward slashes at the beginning and end of a line also signify
4025           italics (Fixes: #518162).
4026
4027 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4028
4029         * tests/check/gst-plugins-base.supp:
4030         Add a suppression for a cached value in GIO that wasn't moved
4031         while moving gio from -bad to -base.
4032
4033 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4034
4035         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4036
4037         * configure.ac:
4038         Don't hardcode -Wall and -Werror for configure checks, this fails
4039         with non-GCC compilers. Fixes bug #517991.
4040
4041 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4042
4043         * gst/audioconvert/gstaudioconvert.c:
4044         * gst/audioconvert/gstaudioquantize.c:
4045         * gst/audioconvert/gstaudioquantize.h:
4046           Make audioconvert gap aware. If noiseshaping is used, wait for
4047           noiseshaping to converge before marking as GAP. Fixes #517813.
4048
4049 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4050
4051         * gst/audiotestsrc/gstaudiotestsrc.c:
4052           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4053
4054 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4055
4056         * ext/gnomevfs/gstgnomevfssink.c:
4057         (gst_gnome_vfs_sink_handle_event):
4058         Return FALSE when seeking for a new segment fails instead
4059         of silently ignoring the failure and appending every buffer
4060         that comes for the new segment.
4061
4062 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4063
4064         * gst/playback/gstplaysink.c: (find_property),
4065         (gst_play_sink_find_property), (gen_video_chain),
4066         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4067         Recursively search the sink element for a last-frame property so that we
4068         can also find the property in autovideosink and friends that don't
4069         always proxy the internal sink properties.
4070
4071 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4072
4073         * gst-libs/gst/audio/multichannel.c:
4074           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4075           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4076           (gst_audio_set_structure_channel_positions_list),
4077           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4078           (gst_audio_fixate_channel_positions):
4079           Fix confusing terminology in docs and code: structure fields are
4080           'fields' and not 'properties'.
4081
4082 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4083
4084         * gst-libs/gst/audio/multichannel.c:
4085           (gst_audio_check_channel_positions), (add_list_to_struct):
4086           Give more useful warning messages if one of the channel
4087           layout enums passed to us is invalid and if the "channels"
4088           field in the caps has a GType we don't expect.
4089
4090 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4091
4092         * gst-libs/gst/audio/multichannel.c:
4093           Fix typo in docs blurb.
4094
4095 2008-02-19  Julien Moutte  <julien@fluendo.com>
4096
4097         Patch by: Josep Torra Valles <josep@fluendo.com>
4098
4099         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4100         typefind lookup to fix typefinding on HD clips.
4101
4102 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4103
4104         * gst/playback/gstscreenshot.c:
4105         * gst/playback/gstscreenshot.h:
4106           Fix up copyright (I rewrote the GStreamer-0.10 code for
4107           this from scratch back in the days).
4108
4109 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4110
4111         * gst/playback/Makefile.am:
4112         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4113         (create_element), (gst_play_frame_conv_convert):
4114         * gst/playback/gstscreenshot.h:
4115         Add screenshot conversion code from totem.
4116
4117         * gst/playback/gstplay-marshal.list:
4118         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4119         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4120         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4121         Implement frame property to get a color-unconverted snapshot.
4122         Implement convert-frame action signal to get a converted snapshot image.
4123         Configure connection speed in uridecodebin.
4124         Document some more properties.
4125
4126         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4127         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4128         (gst_play_sink_get_last_frame):
4129         * gst/playback/gstplaysink.h:
4130         Use last-buffer property of the video sink to get a video snapshot.
4131
4132         * tests/examples/seek/seek.c: (shot_cb), (main):
4133         Add snapshot button for playbin2 and use the frame property to save the
4134         frame as a png in the current directory.
4135
4136 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4137
4138         Patch by: Josep Torra Valles <josep at fluendo dot com>
4139
4140         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4141         (plugin_init):
4142         Add typefinding support for h264 elementary streams.
4143         Fixes bug #517420.
4144
4145 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4146
4147         * configure.ac:
4148           Require CVS of core for new API in collectpads.
4149
4150         * gst/adder/gstadder.c:
4151           Use new API to make adder sparse stream aware.
4152
4153 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4154
4155         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4156         (no_more_pads_cb):
4157         Get the object data correct so that we can remove our channels
4158         correctly.
4159
4160         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4161         (gen_vis_chain), (gst_play_sink_reconfigure),
4162         (gst_play_sink_request_pad):
4163         Add option to disable async behaviour in the sinks when possible. This
4164         makes it possible to avoid an audio queue when dealing with
4165         visualisations.
4166         Add option to add a queue for the audio path.
4167
4168         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4169         (main):
4170         Disable the vis checkbox to match the defaults of playbin2.
4171         Only get the stream info when we need to.
4172
4173 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4174
4175         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4176         (gst_gio_base_sink_set_stream):
4177         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4178         (gst_gio_base_src_set_stream):
4179         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4180         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4181         Don't use async operations as they require a running main loop.
4182         This makes us block again when closing streams and unable
4183         to mount the enclosing volume of an URI if it isn't yet.
4184
4185 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4186
4187         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4188         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4189         (gen_vis_chain), (gst_play_sink_reconfigure),
4190         (gst_play_sink_request_pad):
4191         Move tee in front of the audio and vis pipelines.
4192         Add queue for audio for now.
4193         Add visualisation support.
4194
4195         * tests/examples/seek/seek.c: (main):
4196         Visualisation is by default disabled.
4197
4198 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4199
4200         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4201         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4202         Improve debugging a bit.
4203
4204         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4205         * ext/gio/gstgiosink.h:
4206         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4207         * ext/gio/gstgiosrc.h:
4208         Try to mount the enclosing volume of a GFile if it isn't mounted
4209         yet. This requires us to wait for an async operation to finish, done
4210         with an nested GMainLoop. Authentication is not supported yet, will
4211         come later.
4212
4213 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4214
4215         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4216         (gst_play_bin_set_property), (gst_play_bin_get_property),
4217         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4218         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4219         (gst_play_sink_get_mute), (gen_audio_chain):
4220         * gst/playback/gstplaysink.h:
4221         Add mute property.
4222
4223         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4224         (gst_selector_pad_chain):
4225         * gst/playback/gststreamselector.h:
4226         Make sure we forward the event only once.
4227
4228         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4229         Add and implement the mute button for playbin2.
4230
4231 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4232
4233         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4234
4235         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4236         Add some more debug info.
4237         Make sure we never return a negative delay. Fixes #516246.
4238
4239 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4240
4241         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4242           Revert patch that makes the sink hold the object lock when
4243           calling snd_pcm_delay(), since it breaks playback for me.
4244
4245 2008-02-12  Julien Moutte  <julien@fluendo.com>
4246
4247         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4248         some seek flags when changing rate.
4249
4250 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4251
4252         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4253         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4254         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4255         Fix potential leaks.
4256
4257         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4258         Fix leak when there is no function configured.
4259
4260 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4261
4262         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4263         (gst_v4lsrc_buffer_finalize):
4264         Correctly chain up the finalize method.
4265
4266 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4267
4268         * ext/gio/gstgiostreamsink.c:
4269         * ext/gio/gstgiostreamsrc.c:
4270         Add documentation and example code for giostreamsink/giostreamsrc.
4271
4272         * tests/check/pipelines/gio.c: (GST_START_TEST):
4273         Ask the GMemoryOutputStream for the data instead of assuming that
4274         the pointer to the data stayed the same. It could've been realloc'ed.
4275
4276 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4277
4278         * ext/gio/gstgiosink.c:
4279         * ext/gio/gstgiosrc.c:
4280         Make the documentation of giosink/giosrc complete, large parts
4281         are based on the gnomevfssink/gnomevfssrc docs.
4282
4283 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4284
4285         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4286         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4287         * docs/plugins/gst-plugins-base-plugins.args:
4288         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4289         * docs/plugins/gst-plugins-base-plugins.interfaces:
4290         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4291         * docs/plugins/gst-plugins-base-plugins.signals:
4292         * docs/plugins/inspect/plugin-adder.xml:
4293         * docs/plugins/inspect/plugin-audioconvert.xml:
4294         * docs/plugins/inspect/plugin-audiorate.xml:
4295         * docs/plugins/inspect/plugin-audioresample.xml:
4296         * docs/plugins/inspect/plugin-decodebin.xml:
4297         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4298         * docs/plugins/inspect/plugin-gdp.xml:
4299         * docs/plugins/inspect/plugin-gio.xml:
4300         * docs/plugins/inspect/plugin-gnomevfs.xml:
4301         * docs/plugins/inspect/plugin-libvisual.xml:
4302         * docs/plugins/inspect/plugin-ogg.xml:
4303         * docs/plugins/inspect/plugin-pango.xml:
4304         * docs/plugins/inspect/plugin-playback.xml:
4305         * docs/plugins/inspect/plugin-queue2.xml:
4306         * docs/plugins/inspect/plugin-subparse.xml:
4307         * docs/plugins/inspect/plugin-theora.xml:
4308         * docs/plugins/inspect/plugin-uridecodebin.xml:
4309         * docs/plugins/inspect/plugin-videorate.xml:
4310         * docs/plugins/inspect/plugin-videoscale.xml:
4311         * docs/plugins/inspect/plugin-volume.xml:
4312         * docs/plugins/inspect/plugin-vorbis.xml:
4313         Add the GIO documentation again and while at that run make update.
4314
4315 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4316
4317         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4318         * ext/alsa/gstalsasink.c: (set_swparams):
4319         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4320           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4321           against libasound >= 1.0.16, since it's been deprecated in
4322           0.10.16, and alignment is always 1 then, apparently. (#512899)
4323
4324 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4325
4326         * gst/playback/gstplaybin.c: (gen_audio_element):
4327         * gst/playback/gstplaysink.c: (gen_audio_chain):
4328           Handle case where we can't create the volume element a bit
4329           better (#514307).
4330
4331 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4332
4333         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4334         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4335           Add support for https protocol. Fixes #510229.
4336
4337 2008-02-11  Julien Moutte  <julien@fluendo.com>
4338         
4339         Patch by: Alan Peevers <peeves@pacbell.net>
4340
4341         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4342         lock when calling alsa methods.
4343
4344 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4345
4346         * gst/typefind/gsttypefindfunctions.c:
4347           Bump rank of jpeg and png typefinders, which will return maximum
4348           probability in the most common cases (thus short-circuiting more
4349           expensive typefinders like the mp3 one for these two quite common
4350           image types).
4351
4352 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4353
4354         * ext/theora/theoraparse.c:
4355         Fix long description of the theora parser to be more verbose than just
4356         the type name.
4357
4358 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4359
4360         Patch by: Branko Čibej <brane at xbc dot nu>
4361
4362         * sys/xvimage/xvimagesink.c:
4363         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4364         Fixes bug #515654.
4365
4366 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4367
4368         * gst/playback/gstplaybasebin.c:
4369         Set is_dynamic as True if there are elements with both request
4370         and sometimes src pad templates instead of breaking out when it
4371         finds the first pad template that is a src.
4372
4373 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4374
4375         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4376         (update_streams), (video_combo_cb), (audio_combo_cb),
4377         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4378         Add some stream switching and volume gui for playbin2.
4379
4380 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4381
4382         * gst/playback/gstplay-marshal.list:
4383         Added marshal for streamselector Tags.
4384
4385         * gst/playback/gstplaybasebin.c: (set_active_source):
4386         Streamselector now selects pads based on the pad object instead of its
4387         name.
4388
4389         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4390         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4391         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4392         (gst_play_bin_get_text_tags),
4393         (gst_play_bin_set_current_video_stream),
4394         (gst_play_bin_set_current_audio_stream),
4395         (gst_play_bin_set_current_text_stream),
4396         (gst_play_bin_set_property), (gst_play_bin_get_property),
4397         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4398         Remove option to mute streams with the current-a/v/t property, we have
4399         this functionality in the flags.
4400         Add signals to notify when the number of A/V/T channels changed.
4401         Add action signals to get tags for the A/V/T streams.
4402         Implement setting the current A/V/T stream.
4403         Rearrange some things to simplify stream selection.
4404         Implement volume.
4405
4406         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4407         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4408         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4409         (activate_vis), (gst_play_sink_reconfigure):
4410         * gst/playback/gstplaysink.h:
4411         Add and implement volume setting methods.
4412
4413         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4414         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4415         (gst_selector_pad_event), (gst_stream_selector_class_init),
4416         (gst_stream_selector_init), (gst_stream_selector_finalize),
4417         (gst_stream_selector_set_property),
4418         (gst_stream_selector_get_property),
4419         (gst_stream_selector_get_linked_pad),
4420         (gst_stream_selector_request_new_pad):
4421         * gst/playback/gststreamselector.h:
4422         Add pad properties for tags and status of pads.
4423         Keep tags on pads.
4424         Make active pad selection based on pad object instead of name.
4425
4426 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4427
4428         * configure.ac:
4429           Revert last change as we now check in gtk-doc.m4 for sed.
4430
4431 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4432
4433         * configure.ac:
4434         Find and subst SED when building the docs.
4435
4436 2008-02-08  Julien Moutte  <julien@fluendo.com>
4437
4438         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4439         (main): Make sure bus signals are reconnected when pressing STOP
4440         and then PLAY again for a parse launch pipeline. Fix a ref leak
4441         on the bus.
4442         * win32/common/config.h: Updated.
4443
4444 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4445
4446         * configure.ac:
4447         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4448         pre-releases or releases.
4449
4450 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4451
4452         * configure.ac:
4453         * ext/gio/Makefile.am:
4454         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4455         reporting
4456
4457 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4458
4459         * docs/plugins/Makefile.am:
4460         Add the headers which need scanning for the GIO plugin. The rest of
4461         the docs still need migrating.
4462
4463 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4464
4465         * ext/Makefile.am:
4466         * tests/check/Makefile.am:
4467         * tests/check/pipelines/.cvsignore:
4468         Add gio in a few more places.
4469
4470 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4471
4472         * configure.ac:
4473         * ext/Makefile.am:
4474         * tests/check/Makefile.am:
4475         Move gio plugin from -bad and mark as experimental.
4476
4477 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4478
4479         * gst-libs/gst/interfaces/mixeroptions.c:
4480         * gst-libs/gst/interfaces/mixertrack.c:
4481         Comment out a couple of other things which break the build when
4482         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4483
4484 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4485
4486         * docs/libs/gst-plugins-base-libs-sections.txt:
4487           Fix pbutils header.
4488
4489 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4490
4491         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4492         Fix compiler warning.
4493
4494 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4495
4496         Patch by: Peter Kjellerstedt  <pkj at axis com>
4497
4498         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4499         Clear the addrinfo struct using memset. Fixes #514937.
4500
4501 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4502
4503         * gst/tcp/gstfdset.h:
4504         Remove unused field to same some memory.
4505
4506         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4507         Mark action signals as such.
4508
4509 2008-02-06  Michael Smith <msmith@fluendo.com>
4510
4511         * ext/theora/theoradec.c: (_theora_granule_frame),
4512         (_inc_granulepos):
4513           Increment granulepos for new-bitstream versions appropriately.
4514           Fixes #514623.
4515
4516 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4517
4518         * tests/examples/seek/seek.c: (do_seek),
4519         (rate_spinbutton_changed_cb), (update_streams), (main):
4520         Remove obsolete stream_time reset after flushing seek, core does that
4521         automatically now.
4522         Improve accuracy of speed spinbutton.
4523         Only do playbin2 stuff when we actually use it.
4524
4525 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4526
4527         * tests/check/Makefile.am:
4528           Revert previous change of the test environment's GST_PLUGIN_PATH.
4529           The problem is not with the plugins, but with element factories
4530           and only occurs if elements are split out from existing plugins
4531           or if plugins change name (see #512740).
4532
4533 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4534
4535         * tests/check/Makefile.am:
4536           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4537           with the core's plugins first and our local build directories last,
4538           since we might be building against an installed core, and that
4539           core's plugin directory may contain older or other versions of
4540           our own -base plugins, but we really do want to test our local
4541           ones (if there are multiple plugins or element factories with the
4542           same name, those inspected last will trump those read in earlier).
4543           Fixes #512740 for the most part.
4544
4545 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4546
4547         * configure.ac:
4548         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4549         Use gmtime_r if available as gmtime is not MT-safe.
4550         Fixes bug #511810.
4551
4552 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4553
4554         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4555         Cast glong to time_t as time_t might have a different type on
4556         other platforms, like FreeBSD, and we get a compiler warning
4557         otherwise. Fixes bug #511825.
4558
4559 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4560
4561         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4562         (get_group), (get_n_pads), (gst_play_bin_get_property),
4563         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4564         (autoplug_select_cb), (deactivate_group):
4565         Remove stream-info, we going for something easier.
4566         Refactor getting the current group.
4567         Implement getting the number of audio/video/text streams.
4568
4569         * gst/playback/gststreamselector.c:
4570         (gst_stream_selector_class_init), (gst_stream_selector_init),
4571         (gst_stream_selector_get_property),
4572         (gst_stream_selector_request_new_pad),
4573         (gst_stream_selector_release_pad):
4574         * gst/playback/gststreamselector.h:
4575         Add property for number of pads.
4576
4577         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4578         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4579         (text_toggle_cb), (update_streams), (msg_async_done),
4580         (msg_state_changed), (main):
4581         Block slider callback when updating the slider position.
4582         Add gui elements for controlling playbin2.
4583         Add callback for async_done that updates position/duration.
4584
4585 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4586
4587         * docs/plugins/Makefile.am:
4588         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4589         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4590         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4591         * docs/plugins/gst-plugins-base-plugins.interfaces:
4592         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4593           First round of plugin docs cleansups.
4594
4595         * docs/plugins/inspect/plugin-adder.xml:
4596         * docs/plugins/inspect/plugin-alsa.xml:
4597         * docs/plugins/inspect/plugin-audioconvert.xml:
4598         * docs/plugins/inspect/plugin-audiorate.xml:
4599         * docs/plugins/inspect/plugin-audioresample.xml:
4600         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4601         * docs/plugins/inspect/plugin-cdparanoia.xml:
4602         * docs/plugins/inspect/plugin-decodebin.xml:
4603         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4604         * docs/plugins/inspect/plugin-gdp.xml:
4605         * docs/plugins/inspect/plugin-gnomevfs.xml:
4606         * docs/plugins/inspect/plugin-libvisual.xml:
4607         * docs/plugins/inspect/plugin-ogg.xml:
4608         * docs/plugins/inspect/plugin-pango.xml:
4609         * docs/plugins/inspect/plugin-subparse.xml:
4610         * docs/plugins/inspect/plugin-tcp.xml:
4611         * docs/plugins/inspect/plugin-theora.xml:
4612         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4613         * docs/plugins/inspect/plugin-video4linux.xml:
4614         * docs/plugins/inspect/plugin-videorate.xml:
4615         * docs/plugins/inspect/plugin-videoscale.xml:
4616         * docs/plugins/inspect/plugin-videotestsrc.xml:
4617         * docs/plugins/inspect/plugin-volume.xml:
4618         * docs/plugins/inspect/plugin-vorbis.xml:
4619         * docs/plugins/inspect/plugin-ximagesink.xml:
4620         * docs/plugins/inspect/plugin-xvimagesink.xml:
4621           Regenerate.
4622
4623         * ext/ogg/Makefile.am:
4624         * ext/ogg/gstoggmux.c:
4625         * ext/ogg/gstoggmux.h:
4626           Add header for oggmux. the c-file needs a doc blob still.
4627
4628 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4629
4630         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4631
4632         * gst-libs/gst/rtp/gstrtpbuffer.c:
4633         (gst_rtp_buffer_set_extension_data):
4634         * gst-libs/gst/rtp/gstrtpbuffer.h:
4635         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4636         Add gst_rtp_buffer_set_extension_data() 
4637         Add a unit test for this addition. Fixes #511478.
4638         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4639
4640 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4641
4642         * configure.ac:
4643         Back to CVS
4644
4645 === release 0.10.17 ===
4646
4647 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4648
4649         * configure.ac:
4650           releasing 0.10.17, "Peanut Butter and Jelly"
4651
4652 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4653
4654         * gst-libs/gst/interfaces/mixeroptions.c:
4655         * gst-libs/gst/interfaces/mixertrack.c:
4656         Also remove the conditional registration of the signals
4657         that disappeared with the ABI change in 0.10.14
4658
4659 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4660
4661         * gst-libs/gst/rtsp/gstrtspconnection.c:
4662         Revert patch to gstrtspconnection.c for brown paper bag
4663         release of -base. Re-opens: #511825
4664
4665 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4666
4667         * gst-libs/gst/interfaces/mixeroptions.h:
4668         * gst-libs/gst/interfaces/mixertrack.h:
4669         Change the way these deprecated function pointers are removed
4670         so that the compiled ABI is unconditionally smaller. This 
4671         sets in stone an ABI break that actually occurred when the
4672         things were deprecated in 0.10.14, which seems to be the best
4673         fix as the only known users are oss-mixer and sunaudio-mixer in 
4674         gst-plugins-good.
4675         Fixes: #513018
4676
4677 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4678
4679         * win32/common/libgstpbutils.def:
4680           Export the two new _get_type() functions which are needed
4681           by the python bindings.
4682
4683 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4684
4685         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4686         Cast glong to time_t as time_t might have a different type on
4687         other platforms, like FreeBSD, and we get a compiler warning
4688         otherwise. Fixes bug #511825.
4689
4690 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4691
4692         * gst-libs/gst/audio/gstaudiofilter.c:
4693         (gst_audio_filter_class_init):
4694         Initialize the GstRingerBuffer class to get it's debug category
4695         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4696         category and otherwise we get some g_critical(). Fixes bug #512334.
4697
4698 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4699
4700         * configure.ac:
4701         Back to CVS
4702
4703 === release 0.10.16 ===
4704
4705 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4706
4707         * configure.ac:
4708           releasing 0.10.16, "Scheduled Interruption"
4709
4710 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4711
4712         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4713
4714         * gst-libs/gst/rtp/gstrtpbuffer.c:
4715         (gst_rtp_buffer_get_extension_data):
4716         Fix typos and wrong extension check. Fixes #511274.
4717
4718 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4719
4720         * po/sk.po:
4721         Oops - add new sk.po mentioned in the LINGUAS I just committed
4722
4723 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4724
4725         * po/LINGUAS:
4726         Add ca translation to the disted list.
4727
4728         * win32/vs6/libgstsdp.dsp:
4729         Convert line endings to CRLF
4730
4731 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4732
4733         * win32/MANIFEST:
4734         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4735
4736 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4737
4738         * win32/common/libgstsdp.def:
4739         * win32/common/libgstvideo.def:
4740         Add new API declarations
4741
4742 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4743
4744         * ext/theora/gsttheoradec.h:
4745         * ext/theora/gsttheoraparse.h:
4746         * ext/theora/theoradec.c:
4747         * ext/theora/theoraparse.c:
4748         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4749         and parser by inspecting the bitstream version of the incoming data.
4750
4751 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4752
4753         * configure.ac:
4754         * pkgconfig/Makefile.am:
4755         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4756         * pkgconfig/gstreamer-audio.pc.in:
4757         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4758         * pkgconfig/gstreamer-cdda.pc.in:
4759         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4760         * pkgconfig/gstreamer-fft.pc.in:
4761         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4762         * pkgconfig/gstreamer-floatcast.pc.in:
4763         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4764         * pkgconfig/gstreamer-interfaces.pc.in:
4765         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4766         * pkgconfig/gstreamer-netbuffer.pc.in:
4767         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4768         * pkgconfig/gstreamer-pbutils.pc.in:
4769         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4770         * pkgconfig/gstreamer-riff.pc.in:
4771         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4772         * pkgconfig/gstreamer-rtp.pc.in:
4773         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4774         * pkgconfig/gstreamer-rtsp.pc.in:
4775         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4776         * pkgconfig/gstreamer-sdp.pc.in:
4777         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4778         * pkgconfig/gstreamer-tag.pc.in:
4779         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4780         * pkgconfig/gstreamer-video.pc.in:
4781         Provide one pkg-config file for every gst-plugins-base library.
4782         This makes linking to those libraries much more intuitive and
4783         provides standard pkg-config behaviour for them. Fixes bug #499697.
4784
4785 2008-01-13  David Schleef  <ds@schleef.org>
4786
4787         * gst/videoscale/vs_4tap.c:
4788           Fix valgrind error on 4tap scaling method.
4789
4790 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4791
4792         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4793         Include Winsock2.h for VS6 and use a different way initialize
4794         hints structure so it can build with VS6.
4795         * win32/MANIFEST:
4796         * win32/vs6/libgstsdp.dsp:
4797         * win32/common/libgstsdp.def:
4798         Add new files for libgstsdp.
4799         * win32/vs6/grammar.dsp:
4800         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4801         * win32/vs6/gst_plugins_base.dsw:
4802         * win32/vs6/libgstdecodebin.dsp:
4803         * win32/vs6/libgstdecodebin2.dsp:
4804         * win32/vs6/libgstplaybin.dsp:
4805         * win32/vs6/libgstvolume.dsp:
4806         Add new dependencies to the link list.
4807
4808 2008-01-13  Julien Moutte  <julien@fluendo.com>
4809
4810         * win32/common/config.h:
4811         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4812         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4813         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4814         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4815         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4816         * win32/common/interfaces-enumtypes.c:
4817         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4818         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4819         (gst_mixer_track_flags_get_type),
4820         (gst_tuner_channel_flags_get_type):
4821         * win32/common/multichannel-enumtypes.c:
4822         (gst_audio_channel_position_get_type):
4823         * win32/common/pbutils-enumtypes.c:
4824         (gst_install_plugins_return_get_type):
4825         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4826         in the win32 build directory.
4827
4828 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4829
4830         * tests/check/Makefile.am:
4831         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4832
4833         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4834         * tests/check/elements/playbin.c:
4835         * tests/check/libs/mixer.c: (test_element_interface_supported),
4836         (gst_implements_interface_init):
4837         * tests/check/libs/rtp.c: (GST_START_TEST):
4838         Fix various assignment type mismatches.
4839
4840 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4841
4842         * configure.ac:
4843         * gst-libs/gst/rtsp/Makefile.am:
4844         Add test to see if hstrerror is available or if we need libresolv
4845         (Solaris) for it, then use it in libgstrtsp.
4846
4847 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4848
4849         * gst-libs/gst/tag/Makefile.am:
4850         Fix include path order
4851
4852 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4853
4854         * gst-libs/gst/pbutils/install-plugins.c:
4855         (gst_install_plugins_context_copy),
4856         (gst_install_plugins_context_get_type):
4857         * gst-libs/gst/pbutils/install-plugins.h:
4858         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4859         for bindings.
4860
4861 2008-01-11  Michael Smith <msmith@fluendo.com>
4862
4863         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4864         (_theora_granule_frame), (_theora_granule_start_time),
4865         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4866           Adapt for post-alpha meaning of granulepos, when we
4867           have a newer version of libtheora.
4868         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4869         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4870         (theora_enc_is_discontinuous), (theora_enc_chain):
4871           Likewise.
4872         * tests/check/Makefile.am:
4873           Link libtheora into theoraenc test so we can check which version of
4874           libtheora we're testing against.
4875         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4876         (check_buffer_granulepos),
4877         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4878         (theoraenc_suite):
4879           Adapt tests to check the values that are now defined for theora; make
4880           the tests backwards-adapt the passed values if we're running against an
4881           old libtheora.
4882           Fixes #497964
4883
4884 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4885
4886         * gst-libs/gst/audio/gstbaseaudiosink.c:
4887           (gst_base_audio_sink_class_init):
4888         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4889           (gst_base_audio_src_class_init):
4890           Ref audio clock class from a thread-safe context to make sure
4891           we're not bit by GObjects lack of thread-safety here (#349410),
4892            however unlikely that may be in practice.
4893
4894 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4895
4896         * autogen.sh:
4897           Add -Wno-portability to the automake parameters to stop warnings
4898           about GNU make extensions being used. We require GNU make in almost
4899           every Makefile anyway.
4900           
4901         * configure.ac:
4902           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4903           at the same time is required for per target flags.
4904
4905 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4906
4907         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4908           Post an error message if we can't pull as many bytes as we need
4909           for the tag. This makes sure the user gets to see a proper error
4910           message if a file with a partial ID3 tag is fed to decodebin, and
4911           not a 'no ID3 tag demuxer' error, which would be confusing
4912           (see #508138).
4913
4914 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4915
4916         * gst-libs/gst/pbutils/descriptions.c: (formats):
4917           Add description strings for ID3, APE, and ICY tags.
4918
4919 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4920
4921         * gst/playback/gstdecodebin.c: (try_to_link_1):
4922           Make sure we error out correctly if we can't activate one of
4923           the elements we've added.  Fixes #508138.
4924           
4925 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4926
4927         Patch by: Bastien Nocera <hadess at hadess net>
4928
4929         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4930           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4931           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4932           the volume is the same for all channels. This works around
4933           some problem in alsa that leaves us with inconsistent state
4934           for some reason (#486840).
4935
4936 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4937
4938         Patch by: Jerone Young <jerone at gmail com>
4939
4940         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4941           If there's no mixer track by the name of 'Master' or 'Front',
4942           check if there's one called 'PCM' before trying the generic
4943           fallback logic (fixes #506928, where we pick 'Mic' as master
4944           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4945
4946 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4947
4948         * gst/playback/gstplay-enum.c:
4949         (register_gst_autoplug_select_result),
4950         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4951         (gst_play_flags_get_type):
4952         * gst/playback/gstplay-enum.h:
4953         Add enums for configuration flags.
4954
4955         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4956         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4957         (gst_play_bin_get_property), (no_more_pads_cb),
4958         (autoplug_select_cb), (gst_play_bin_change_state):
4959         Merge mode with flags.
4960         Add more property getters/setters, defaults and docs.
4961         Add properties to get number of audio/video/text streams.
4962         Create sink object in _init so that we can always rely on it being
4963         there.
4964
4965         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4966         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4967         (activate_vis), (gst_play_sink_reconfigure),
4968         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4969         (gst_play_sink_change_state):
4970         * gst/playback/gstplaysink.h:
4971         Use flags to configure the sink pipelines.
4972         Add tee before audio pipeline so that we can use it for visualisations.
4973         Start working on integrating visualisations.
4974         Remove mode, we can do everything with the flags now.
4975         Add method to configue the sink pipeline.
4976
4977 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4978
4979         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4980           (check_buffer_timestamp), (check_buffer_duration):
4981           Turn these functions into macros so we can see right away
4982           where the failure occured.
4983
4984 2008-01-05  Julien Moutte  <julien@fluendo.com>
4985
4986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4987         debugging information to understand how X calculates the stride
4988         for XvImages.
4989
4990 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4991
4992         * gst/volume/Makefile.am:
4993         * gst/volume/gstvolume.c: (volume_choose_func),
4994         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4995         (volume_setup):
4996         * gst/volume/gstvolume.h:
4997         Use GstAudioFilter as base class for the volume element instead of
4998         plain GstBaseTransform.
4999
5000 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5001
5002         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5003         Don't set element details for the abstract GstAudioFilter class.
5004
5005 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5006
5007         * gst-libs/gst/audio/gstaudiofilter.c:
5008         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5009         Implement get_unit_size() vmethod of GstBaseTransform.
5010
5011 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5012
5013         * gst-libs/gst/pbutils/Makefile.am:
5014         * gst-libs/gst/pbutils/pbutils.h:
5015         Use glib-enum generator to have a proper enum GType for
5016         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5017
5018 2007-12-31  David Schleef  <ds@schleef.org>
5019
5020         * tests/check/Makefile.am:
5021         * tests/check/pipelines/theoraenc.c:
5022           Reenable theoraenc test, which fails on the buildbot but
5023           not locally.
5024
5025 2007-12-31  David Schleef  <ds@schleef.org>
5026
5027         * docs/libs/.cvsignore:
5028         * docs/plugins/.cvsignore:
5029           Add *-undeclared.txt to fix buildbot.
5030
5031 2007-12-31  David Schleef  <ds@schleef.org>
5032
5033         * tests/check/Makefile.am:
5034           Second attempt at disabling theoraenc test long enough to
5035           get buildbot to compile -base.
5036
5037 2007-12-31  David Schleef  <ds@schleef.org>
5038
5039         * tests/check/pipelines/theoraenc.c:
5040           Disable theoraenc test long enough to get the buildbot to
5041           compile a recent -base.
5042
5043 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5044
5045         * tests/examples/seek/seek.c: (stop_cb):
5046         Make sure we reset the slider value to 0.0 without racing against a
5047         possible g_idle that sets it to something else.
5048
5049 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5050
5051         * sys/ximage/ximagesink.c:
5052         fix typo
5053
5054 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5055
5056         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5057         * gst-libs/gst/rtsp/gstrtspdefs.h:
5058         Add Location header so that we can start implementing redirects.
5059         See #506025.
5060
5061 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5062
5063         * gst/subparse/gstssaparse.c:
5064         combine if's
5065
5066 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5067
5068         * gst/subparse/gstssaparse.c:
5069         remove duplicate log message
5070
5071 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5072
5073         * ext/libvisual/visual.c: (gst_visual_chain):
5074         Fix 'xyz may be used uninitialized' compiler warnings caused
5075         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5076         abort() in any case but properly report the error.
5077
5078 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5079
5080         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5081         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5082         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5083         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5084         (autoplug_select_cb), (activate_group), (deactivate_group),
5085         (setup_next_source), (save_current_group),
5086         (gst_play_bin_change_state):
5087         Code cleanups.
5088         Remove next-uri, we can use the uri property just fine.
5089         Fix some crasher.
5090         Unref uridecodebin when switching.
5091         Fix going to READY.
5092
5093         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5094         (gst_play_sink_init), (gst_play_sink_dispose),
5095         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5096         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5097         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5098         (gst_play_sink_set_property), (gst_play_sink_get_property),
5099         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5100         (gen_vis_element), (gst_play_sink_get_mode),
5101         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5102         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5103         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5104         (gst_play_sink_change_state):
5105         * gst/playback/gstplaysink.h:
5106         Add some locking to make things threadsafe.
5107
5108         * gst/playback/test7.c: (about_to_finish_cb):
5109         Fix test.
5110
5111 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5112
5113         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5114           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5115           (gst_video_scale_transform):
5116           Don't claim to be able to handle/transform caps that can't really
5117           be handled by the currently selected scaling method (here: RGB or
5118           packed YUV with 4-tap method). Also add locking to method property.
5119
5120         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5121           (test_basetransform_based):
5122           Some test pipelines for the above (not entirely valgrind clean yet
5123           apparently).
5124
5125 2007-12-21  David Schleef  <ds@schleef.org>
5126
5127         * gst-libs/gst/video/video.c:
5128         * gst-libs/gst/video/video.h:
5129           Add additional RGBA and RGB-24 video formats.
5130
5131 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5132
5133         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5134           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5135           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5136         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5137           (cddabasesrc_suite):
5138           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5139           deprecated in the future (see #498924).
5140
5141 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5142
5143         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5144           Don't leak event.
5145
5146 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5147
5148         * gst-libs/gst/riff/riff-read.c:
5149         Use GST_ROUND_UP_2 macro
5150
5151 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         * gst/playback/.cvsignore:
5154           Ignore more.
5155
5156 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5157
5158         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5159         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5160           (set_active_source):
5161         * gst/playback/gstplaybasebin.h:
5162         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5163           (setup_sinks), (playbin_set_subtitles_visible):
5164           Make switching off of subtitles work. To avoid all kind of
5165           problems with unlinking of the subtitle input, we just keep
5166           the subtitle inputs linked as they are and tell textoverlay
5167           not to render them. Fixes #373011.
5168           Other subtitle switching issues (esp. when there are both
5169           external and in-stream subtitles) remain. They'll be solved
5170           in playbin2.
5171
5172 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5173
5174         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5175         Init the pad segment too.
5176
5177 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5178
5179         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5180         (gst_audioringbuffer_open_device),
5181         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5182         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5183         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5184         (gst_audio_sink_create_ringbuffer):
5185         Improve debug output.
5186
5187         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5188         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5189         Prevent some functions from doing things and failing when the
5190         ringbuffer is not yet acquired.
5191
5192 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5193
5194         * gst-libs/gst/interfaces/interfaces.h:
5195           Also remove interfaces.h from CVS as it is not needed anymore.
5196
5197 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5198
5199         * gst-libs/gst/interfaces/Makefile.am:
5200           interfaces.h is not used anymore so remove it from the build
5201           process.
5202
5203 2007-12-17  David Schleef  <ds@schleef.org>
5204
5205         * gst/videotestsrc/gstvideotestsrc.c:
5206         * gst/videotestsrc/gstvideotestsrc.h:
5207           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5208           for testing vertical refresh synchronization.
5209
5210 2007-12-17  David Schleef  <ds@schleef.org>
5211
5212         * docs/libs/gst-plugins-base-libs-sections.txt:
5213         * gst-libs/gst/video/video.c:
5214         * gst-libs/gst/video/video.h:
5215           Add new GstVideFormat enum and write a bunch of helper functions
5216           based around it.
5217
5218 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5219
5220         * Makefile.am:
5221           Use new common/win32.mak.
5222
5223 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5224
5225         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5226         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5227         Add debug info.
5228         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5229         the parent state change function, just like the audiosink, because the
5230         parent waits for the element to finish its processing before completing
5231         the state change. This makes going to PAUSED a lot snappier.
5232         When going from READY to PAUSED, don't allow the ringbuffer to start
5233         yet.
5234
5235 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5236
5237         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5238         Yet another fix for broken software that produce files with an empty
5239         blockalign field. Instead of completely failing, make a second attempt
5240         at guessing the width/depth by looking at strf->size.
5241
5242 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5243
5244         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5245           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5246         * gst-libs/gst/pbutils/install-plugins.c:
5247           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5248         * gst-libs/gst/pbutils/missing-plugins.c:
5249           (gst_missing_plugin_message_get_installer_detail),
5250           (gst_missing_encoder_installer_detail_new):
5251         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5252         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5253           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5254           avoid compiler warnings (#503930).
5255
5256 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5257
5258         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5259         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5260         for jpeg video streams.
5261         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5262         for the above modification.
5263
5264 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5265
5266         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5267           (gst_x_overlay_handle_events):
5268           More guards (we don't want klass to end up being NULL).
5269
5270 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5271
5272         * configure.ac:
5273         * gst/volume/gstvolume.c: (gst_volume_init):
5274           Use new gst_base_transform_set_gap_aware() function as volume
5275           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5276           for this.
5277
5278 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5279
5280         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5281         Don't go to READY on EOS as this avoids testing of seeking and
5282         restarting after EOS, use the stop button when you want to READY.
5283         Don't try to do a flushing seek in segment-done, it does not make
5284         sense to use this for gapless playback and is not needed.
5285
5286 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5287
5288         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5289         (reset_rate_timer), (update_in_rates), (update_out_rates),
5290         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5291         (gst_queue_chain), (gst_queue_loop):
5292         Use separate timers for input and output rates.
5293         Pause measuring the output rate when we block for more data.
5294         See #503262.
5295
5296 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5297
5298         * gst/playback/gstqueue2.c: (gst_queue_chain):
5299         Pause the timer to measure the input rate when we block because the
5300         queue is filled. See #503262.
5301
5302 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5303
5304         Patch by: Peter Kjellerstedt  <pkj at axis com>
5305
5306         * gst-libs/gst/rtsp/gstrtspconnection.c:
5307         (gst_rtsp_connection_free):
5308         Close control sockets. Fixes #503440.
5309
5310 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5311
5312         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5313         Expose the right pad in the right place with the right element.
5314
5315 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5316
5317         * gst-libs/gst/pbutils/descriptions.c: (formats):
5318           Add description for 'private' dts caps (who come up with that name?).
5319
5320 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5321
5322         * Makefile.am:
5323           Add check-exports target and run it with 'make check'.
5324
5325         * configure.ac:
5326           Be stricter about what we export in our libraries: change regexp so that
5327           we only export _gst_foo(), but not __gst_foo().
5328
5329         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5330         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5331           Change internal functions to __gst_foo so they dont' get exported.
5332
5333         * win32/common/libgstaudio.def:
5334           Add missing symbols.
5335
5336 2007-12-11  David Schleef  <ds@schleef.org>
5337
5338         * ChangeLog: remove conflict markers
5339
5340 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5341
5342         * ext/gnomevfs/Makefile.am:
5343         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5344           Use gst_tag_freeform_string_to_utf8() here, which also takes
5345           into account any character sets specified by the user via
5346           environment variables.
5347
5348 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5349
5350         * gst/audioconvert/Makefile.am:
5351         Also link to libm.
5352
5353 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5354
5355         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5356         No need for floating point operations here. avoids having to link
5357         against the math library too.
5358
5359 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5360
5361         * gst-libs/gst/pbutils/descriptions.c: (formats),
5362           (format_info_get_desc):
5363         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5364           (GST_START_TEST):
5365           Add one or two missing formats.  Generate ADPCM description
5366           dynamically depending on layout/format.
5367
5368 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5369
5370         * configure.ac:
5371           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5372
5373 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5374
5375         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5376
5377         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5378           Some .srt files start with chunk number 0 and not chunk number 1,
5379           recognise and accept those as well (fixes #502497).
5380
5381         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5382           (test_src):
5383           Add unit test for the above.
5384
5385 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5386
5387         * gst/playback/gstplay-enum.c:
5388         (register_gst_autoplug_select_result),
5389         (gst_autoplug_select_result_get_type):
5390         * gst/playback/gstplay-enum.h:
5391         Add missing files.
5392
5393 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5394
5395         * gst/playback/Makefile.am:
5396         Group decodebin2 and uridecodebin into the same plugin so that they
5397         can share the GEnumType.
5398
5399         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5400         (_gst_select_accumulator), (gst_decode_bin_class_init),
5401         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5402         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5403         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5404         Add signal to sort factories instead of the more awkward autoplug-select
5405         signal.
5406         Modify autoplug_select so that we can try, skip or expose the
5407         autopluggin of an element on a pad.
5408
5409         * gst/playback/gstfactorylists.c: (compare_ranks),
5410         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5411         (element_filter), (gst_factory_list_get_elements),
5412         (gst_factory_list_debug), (gst_factory_list_filter):
5413         * gst/playback/gstfactorylists.h:
5414         Simplify the API, allow getting elements based on mask.
5415
5416         * gst/playback/gstplay-marshal.list:
5417         Add some more marshallers.
5418
5419         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5420         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5421         (autoplug_select_cb), (activate_group):
5422         Add support for managing non-raw sinks by providing a custom element and
5423         sink list to decodebin2.
5424         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5425         decodebin2.
5426
5427         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5428         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5429         * gst/playback/gstplaysink.h:
5430         Add support for raw and non-raw sinks. 
5431         Add support to force sinks selected by playbin2.
5432         Don't plug raw converters for non-raw sinks.
5433
5434         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5435         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5436         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5437         (plugin_init):
5438         Use right accumulators.
5439         Proxy new signal.
5440
5441 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5442
5443         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5444         Use runnning time as the base time instead of the timestamp.
5445         Spotted by Saur on IRC.
5446
5447 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5448
5449         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5450         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5451
5452 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5453
5454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5455         (gst_ogg_demux_read_chain):
5456         If we find a new serial number but it does not contain a BOS page, make
5457         sure we initialize the chain to NULL because else we will try to scan it
5458         and crash. Fixes #500763
5459
5460 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5461
5462         * gst/playback/Makefile.am:
5463         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5464         (get_feature_array), (decoders_filter), (sinks_filter),
5465         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5466         (gst_factory_list_filter):
5467         * gst/playback/gstfactorylists.h:
5468         Refactor some common code to filter factories and check caps compat.
5469
5470         * gst/playback/gstdecodebin.c:
5471         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5472         (gst_decode_bin_init), (gst_decode_bin_dispose),
5473         (gst_decode_bin_autoplug_continue),
5474         (gst_decode_bin_autoplug_factories),
5475         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5476         (find_compatibles):
5477         * gst/playback/gstplaybin.c:
5478         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5479         (gst_play_bin_init), (gst_play_bin_finalize),
5480         (autoplug_factories_cb), (activate_group):
5481         * gst/playback/gstqueue2.c:
5482         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5483         (proxy_autoplug_continue_signal),
5484         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5485         (proxy_drained_signal):
5486         Add some more debug info and use factor filtering code.
5487
5488 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5489
5490         * gst/audiotestsrc/gstaudiotestsrc.c:
5491         * gst/volume/gstvolume.c:
5492         * gst/volume/gstvolume.h:
5493           Add GAP-flag support.
5494
5495 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5496
5497         * tests/examples/seek/seek.c: (main): Increase the range of the
5498         rate selector as I would like to test QOS behavior at higher
5499         forward and reverse playback speed like say 64x.
5500
5501 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5502
5503         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5504         (audioresample_query), (audioresample_query_type),
5505         (gst_audioresample_set_property):
5506         Implement latency query.
5507
5508 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5509
5510         * gst-libs/gst/audio/gstbaseaudiosink.c:
5511         (gst_base_audio_sink_drain):
5512         Our EOS time contains the base_time, _wait_eos() expects a running_time
5513         so we have to subtract the base_time again before calling the function.
5514         This fixes an EOS regression where the base_time was added twice and EOS
5515         took longer and longer in certain situations.
5516         Fixes #498767.
5517
5518 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5519
5520         * docs/libs/gst-plugins-base-libs-sections.txt:
5521         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5522         (gst_base_audio_sink_set_provide_clock),
5523         (gst_base_audio_sink_get_provide_clock),
5524         (gst_base_audio_sink_set_slave_method),
5525         (gst_base_audio_sink_get_slave_method),
5526         (gst_base_audio_sink_set_property),
5527         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5528         (gst_base_audio_sink_none_slaving),
5529         (gst_base_audio_sink_handle_slaving):
5530         * gst-libs/gst/audio/gstbaseaudiosink.h:
5531         Expose methods for some object properties so that subclasses can more
5532         easily configure them.
5533         Added slave method none, that completely disables slaving to the
5534         internal clock.
5535         API: gst_base_audio_sink_set_provide_clock()
5536         API: gst_base_audio_sink_get_provide_clock()
5537         API: gst_base_audio_sink_set_slave_method()
5538         API: gst_base_audio_sink_get_slave_method()
5539
5540         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5541         (gst_base_audio_src_set_provide_clock),
5542         (gst_base_audio_src_get_provide_clock),
5543         (gst_base_audio_src_set_property),
5544         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5545         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5546         Expose methods for some object properties so that subclasses can more
5547         easily configure them.
5548         API: gst_base_audio_src_set_provide_clock()
5549         API: gst_base_audio_src_get_provide_clock()
5550
5551 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5552
5553         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5554
5555         * gst-libs/gst/sdp/gstsdpmessage.c:
5556         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5557
5558 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5559
5560         * tests/check/libs/fft.c: (GST_START_TEST):
5561         Fix scaling to really have dB instead of something else.
5562
5563 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5564
5565         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5566         GTK version, use it.
5567
5568 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5569
5570         * tests/examples/seek/seek.c: (main): Try to support stable version
5571         of GTK.
5572
5573 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5574
5575         * gst/playback/README:
5576         * gst/playback/test7.c:
5577           Fix the build + little README update.
5578
5579 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5580
5581         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5582         Add playbin2 seek pipeline.
5583
5584 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5585
5586         * gst/playback/Makefile.am:
5587         * gst/playback/gstplayback.c: (plugin_init):
5588         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5589         (eos_cb), (about_to_finish_cb), (main):
5590         Add playbin2.
5591         Added gapless playback example.
5592
5593         * gst/playback/gstplaybasebin.c:
5594         * gst/playback/gstplaybasebin.h:
5595         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5596         * gst/playback/gstqueue2.c:
5597         * gst/playback/test.c:
5598         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5599         (pad_removed_cb):
5600         * gst/playback/gststreaminfo.h:
5601         Change email.
5602
5603         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5604         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5605         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5606         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5607         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5608         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5609         (drained_cb), (unlink_group), (activate_group),
5610         (setup_next_source), (gst_play_bin_change_state),
5611         (gst_play_bin2_plugin_init):
5612         Added raw first version of playbin2. Does chained oggs and gapless
5613         playback fine. No support for raw sinks yet. No visualisations or
5614         subtitles yet.
5615
5616         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5617         (gst_play_sink_class_init), (gst_play_sink_init),
5618         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5619         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5620         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5621         (gst_play_sink_set_property), (gst_play_sink_get_property),
5622         (post_missing_element_message), (free_chain), (add_chain),
5623         (activate_chain), (gen_video_chain), (gen_text_element),
5624         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5625         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5626         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5627         (gst_play_sink_send_event), (gst_play_sink_change_state):
5628         * gst/playback/gstplaysink.h:
5629         Added Element that abstracts the sinks and their pipelines for playbin2.
5630
5631 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5632
5633         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5634         (gst_selector_pad_class_init), (gst_selector_pad_init),
5635         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5636         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5637         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5638         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5639         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5640         (gst_stream_selector_init), (gst_stream_selector_set_property),
5641         (gst_stream_selector_get_linked_pad),
5642         (gst_stream_selector_getcaps),
5643         (gst_stream_selector_is_active_sinkpad),
5644         (gst_stream_selector_activate_sinkpad),
5645         (gst_stream_selector_get_linked_pads),
5646         (gst_stream_selector_request_new_pad),
5647         (gst_stream_selector_release_pad):
5648         * gst/playback/gststreamselector.h:
5649         Improve streamselector, make it select and unselect the current pad more
5650         intelligently. 
5651         Subclass GstPad for the sinkpads of the selector.
5652         Handle segments more correctly.
5653         Fix caps negotiation.
5654         Implement release_pad.
5655
5656 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5657
5658         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5659         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5660         (remove_fakesink):
5661         Add drained signal fired when decodebin finishes decoding the data.
5662         Remove deprecated STATE_DIRTY message.
5663
5664         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5665         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5666         (analyse_source), (proxy_drained_signal), (make_decoder),
5667         (source_new_pad), (value_list_append_structure_list),
5668         (handle_redirect_message), (handle_message):
5669         Proxy the new drained signal.
5670         Handle pad removed from decodebin.
5671         Handle redirect messages by sorting multiple redirections based on the
5672         connection speed.
5673
5674 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5675
5676         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5677
5678         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5679         Fix leaking headers. Fixes #496761.
5680
5681 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5682
5683         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5684
5685         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5686         (gst_ximagesink_change_state):
5687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5688         Don't leak the PAR on errors. Fixes #496731.
5689
5690 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5691
5692         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5693           (gst_tag_from_id3_user_tag):
5694           Add mapping for audio cd discid tags, so we can extract
5695           them from tags as well (see #347848). Also compare identifiers
5696           in ID3v2 TXXX frames in a case-insensitive way to increase
5697           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5698
5699 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5700
5701         * gst-plugins-base.doap:
5702         Oops, fix the release name.
5703
5704 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5705
5706         * gst-plugins-base.doap:
5707         Add 0.10.15 release
5708
5709 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5710
5711         * configure.ac:
5712         Back to CVS
5713
5714 === release 0.10.15 ===
5715
5716 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5717
5718         * configure.ac:
5719           releasing 0.10.15, "No need to argue"
5720
5721 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5722
5723         * win32/vs6/libgstfft.dsp:
5724         Convert line endings to DOS.
5725
5726 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5727
5728         * win32/vs6/gst_plugins_base.dsw:
5729         * win32/vs6/libgstfft.dsp:
5730         * win32/MANIFEST:
5731         Add a project file for fft plugin and remove socket
5732         based plugin which don't build from the workspace.
5733         * win32/vs6/libgstaudio.dsp:
5734         * win32/vs6/libgstrtp.dsp:
5735         * win32/vs6/libgsttag.dsp:
5736         Convert line endings back to DOS.
5737         Fixes #496724
5738
5739 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5740
5741         * win32/vs6/libgstinterfaces.dsp:
5742         * win32/vs6/libgstrtsp.dsp:
5743         Convert line endings back to DOS
5744
5745 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5746
5747         * gst-libs/gst/fft/kiss_fft_f32.h:
5748         * gst-libs/gst/fft/kiss_fft_f64.h:
5749         * gst-libs/gst/fft/kiss_fft_s16.h:
5750         * gst-libs/gst/fft/kiss_fft_s32.h:
5751         Don't include malloc.h which doesn't exist on Mac OSX.
5752         Instead, pull in glib.h and use g_malloc/g_free for 
5753         consistency. Fixes: #496548
5754
5755 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5756
5757         * gst/playback/gstdecodebin2.c:
5758           Dont leak ghostpad. Fixes #475451.
5759
5760 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5761
5762         * docs/design/design-decodebin.txt:
5763         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5764         Update some more docs and comments.
5765
5766 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5767
5768         Patch by: Sebastien Moutte  <sebastien moutte net>
5769
5770         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5771           (gst_rtcp_unix_to_ntp):
5772         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5773           Fix some C99-isms and and a missing function that some versions of
5774           MSVC don't like too much (#494346).
5775
5776         * win32/vs6/gst_plugins_base.dsw:
5777         * win32/vs6/libgstaudio.dsp:
5778         * win32/vs6/libgstrtp.dsp:
5779         * win32/vs6/libgsttag.dsp:
5780           Update vs6 projects files (#494346).
5781
5782 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5783
5784         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5785
5786         * win32/common/libgstaudio.def:
5787         * win32/common/libgstcdda.def:
5788         * win32/common/libgstinterfaces.def:
5789         * win32/common/libgstnetbuffer.def:
5790         * win32/common/libgstpbutils.def:
5791         * win32/common/libgstrtp.def:
5792         * win32/common/libgstrtsp.def:
5793         * win32/common/libgsttag.def:
5794         * win32/common/libgstvideo.def:
5795           More missing symbols to export (fixes #493986).
5796
5797 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5798
5799         * docs/libs/gst-plugins-base-libs-sections.txt:
5800         * gst-libs/gst/fft/gstfftf32.c:
5801         * gst-libs/gst/fft/gstfftf32.h:
5802         * gst-libs/gst/fft/gstfftf64.c:
5803         * gst-libs/gst/fft/gstfftf64.h:
5804         * gst-libs/gst/fft/gstffts16.c:
5805         * gst-libs/gst/fft/gstffts16.h:
5806         * gst-libs/gst/fft/gstffts32.c:
5807         * gst-libs/gst/fft/gstffts32.h:
5808         * tests/check/libs/fft.c: (GST_START_TEST):
5809         Remove the magnitude and phase calculation functions as these have
5810         very special use cases and can't even be used for the spectrum
5811         element. Also adjust the docs to mention some properties of the used
5812         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5813
5814 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5815
5816         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5817           (finish_source):
5818           Avoid crash when there are external subtitles (fixes #491722).
5819
5820 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5821
5822         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5823         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5824           'Could not open resource for writing' is not an acceptable
5825           error message when we can't open the audio device (see #492334),
5826           even less so when we're trying to open it to record something.
5827
5828 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5829
5830         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5831
5832         * win32/common/libgstrtp.def:
5833           Add some more missing symbols (#492813).
5834
5835 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5836
5837         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5838
5839         * tests/check/elements/audioconvert.c: (verify_convert):
5840           Add check to make sure that the out caps have a channel layout
5841           set on them where they should have one.
5842
5843 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5844
5845         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5846
5847         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5848         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5849           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5850           (#492306).
5851
5852         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5853           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5854           (it disappeared in GLib 2.14.0) (#492306).
5855
5856         * gst-libs/gst/sdp/Makefile.am:
5857         * gst-libs/gst/sdp/gstsdpmessage.c:
5858           Fix includes and LIBS for win32/Mingw (#492306).
5859
5860         * tests/examples/dynamic/addstream.c (pause_play_stream):
5861           Use more portable g_usleep() instead of sleep() (#492306).
5862
5863 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5864
5865         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5866
5867         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5868           (gst_ring_buffer_parse_caps):
5869           Return NULL instead of an enum that happens to be 0, fixes warning
5870           on MSVC (#492114).
5871
5872         * gst-libs/gst/audio/gstringbuffer.h:
5873           No trailing commas in enum list (for gcc-2.9x).
5874
5875         * gst/videotestsrc/videotestsrc.c: (random_char):
5876           Make information loss explicit instead of implicitly truncating to
5877           eight bits via the return value.  Fixes runtime error on MSVC when
5878           using the debug CRT (#492114).
5879
5880         * win32/common/config.h.in:
5881           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5882
5883         * win32/common/libgstinterfaces.def:
5884         * win32/common/libgstrtp.def:
5885           Export a few more symbols (#492114).
5886
5887 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5888
5889         * gst-libs/gst/audio/audio.c:
5890         * gst-libs/gst/audio/audio.h:
5891           Readd the deprecation guards, but preserve compilability.
5892
5893 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5894
5895         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5896           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5897           Preserve channel layout when fixating the number of channels in the
5898           output caps, or make sure there's a suitable channel position layout
5899           set on the caps if required. Fixes #430677.
5900
5901 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5902
5903         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5904           Make sure the pipeline really operates in push mode as it should
5905           in this case.
5906
5907 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5908
5909         * gst-libs/gst/audio/audio.h:
5910           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5911           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5912           (ie. normal cvs builds) will fail.
5913
5914 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5915
5916         * docs/libs/Makefile.am:
5917         * gst-libs/gst/audio/audio.c:
5918         * gst-libs/gst/audio/audio.h:
5919         * gst-libs/gst/interfaces/mixer.c:
5920           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5921
5922 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5923
5924         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5925           (test_channel_layout_value_intersect), (audio_suite):
5926           Add simple unit test to make sure GstValue intersection
5927           of channel layouts works the way I think it does.
5928
5929 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5930
5931         * docs/libs/gst-plugins-base-libs-sections.txt:
5932         * gst-libs/gst/audio/gstaudiofilter.h:
5933         * gst-libs/gst/interfaces/mixer.h:
5934         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5935         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5936         * gst-libs/gst/sdp/gstsdpmessage.c:
5937           Fix the docs according to what gtk-doc complained about.
5938
5939 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5940
5941         * tests/icles/stress-playbin.c:
5942           Fix the build.
5943
5944 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5945
5946         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5947         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5948           Post nice/more useful error message if we don't have a decoder for
5949           the primary type.
5950
5951 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5952
5953         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5954         Be a bit more useful, unblock the pads after we fired the no-more-pads
5955         signal so that we can use the signal to inspect and connect all pads
5956         without having to keep extra state outside of decodebin.
5957
5958 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5959
5960         * gst/playback/gsturidecodebin.c:
5961         (gst_uri_decode_bin_autoplug_continue),
5962         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5963         Implement default signal handler so that we return TRUE when nothing is
5964         connected.
5965
5966 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5967
5968         * gst-libs/gst/riff/riff-media.c:
5969         (gst_riff_wavext_add_channel_layout),
5970         (gst_riff_wave_add_default_channel_layout),
5971         (gst_riff_wavext_get_default_channel_mask),
5972         (gst_riff_create_audio_caps):
5973         Use the ALSA channel layout as default for wav files without channel
5974         layout information. This fixes playback of chan-id.wav on 5.1 systems
5975         for example. Also refactor the channel layout setting a bit and add
5976         more default channel orders. Fixes #489010.
5977
5978 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5979
5980         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5981           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5982           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5983           instead.
5984
5985 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5986
5987         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5988         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5989         (gst_decode_bin_set_subs_encoding),
5990         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5991         (gst_decode_bin_get_property), (analyze_new_pad):
5992         Move subtitle encoding property to decodebin2 so that it can set the
5993         property value on all elements that it autoplugs and that require it.
5994         Make caps refcounting more consistent in get/set.
5995
5996         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5997         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5998         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5999         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6000         (proxy_autoplug_continue_signal),
6001         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6002         (make_decoder):
6003         Proxy properties and relevant signals from the internal decodebin.
6004         Make properties MT safe.
6005
6006 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6007
6008         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6009         * gst-libs/gst/tag/tags.c:
6010           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6011           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6012
6013         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6014           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6015
6016         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6017           (gst_tag_to_vorbis_comments):
6018           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6019           just mapping everything I found in the wild) (#414539).
6020
6021 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6022
6023         Inspired by patch of: René Stadler <mail at renestadler dot de>
6024
6025         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6026         (gst_decode_bin_autoplug_continue),
6027         (gst_decode_bin_autoplug_factories),
6028         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6029         (find_compatibles):
6030         * gst/playback/gstplay-marshal.list:
6031         Remove the autoplug-sort signal and replace it with a binding friendly
6032         autoplug-select signal.
6033         Add an autoplug-factories signal that can be used to generate a list of
6034         factories to try to autoplug.
6035         Add the GstPad to the autoplugging signal args as it might be needed to
6036         make a good factory selection.
6037         Fix up the marshallers for this. Fixes #407282.
6038
6039 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6040
6041         * gst-libs/gst/tag/gsttagdemux.c:
6042           Don't abort with an assertion if we receive a seek event with
6043           a start type of NONE (see launchpad bug #155878).
6044
6045 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6046
6047         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6048         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6049         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6051         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6052         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6053         Make sure that before we clean up the X resources, we shutdown and join
6054         the event thread.
6055         Also make sure the event thread does not shut down immediatly after
6056         startup because the running variable is not yet correctly set.
6057         Fixes #378770. 
6058
6059 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6060
6061         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6062         Make the window for a race in typefind and shutting down smaller until
6063         we figure out the right locking here. Avoids #485753 usually.
6064
6065         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6066         Remove unneeded lock causing a race in typefind and shutting down.
6067         Fixes #485753.
6068
6069         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6070         Also remove sinks when going to NULL because we might not complete the
6071         state change to PAUSED, causing the PAUSED->READY state change not to
6072         happen.
6073
6074 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6075
6076         * gst-libs/gst/audio/gstbaseaudiosink.c:
6077         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6078         Also explicitly release the ringbuffer when going to NULL because it
6079         is required in the setcaps function, before the state change to PAUSED
6080         completes.
6081
6082 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6083
6084         * tests/icles/.cvsignore:
6085         * tests/icles/Makefile.am:
6086         * tests/icles/stress-playbin.c:
6087           Does what it says on the tin.
6088
6089 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6090
6091         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6092         Fix queue negotiation. See #486758.
6093
6094 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6095
6096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6097         (gst_xvimagesink_xwindow_new),
6098         (gst_xvimagesink_update_colorbalance),
6099         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6100
6101         Fix handling of some of the X atoms. If the last parameter is True,
6102         XInternAtom won't create the atom if it doesn't exist, and therefore
6103         might return None. This causes X errors on Xv implementations that
6104         don't provide the colour balance attributes.
6105
6106 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6107
6108         * gst-libs/gst/tag/gstvorbistag.c:
6109         * tests/check/libs/tag.c:
6110           Extract vorbis comment LICENSE tags correctly.
6111
6112 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6113
6114         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6115
6116         * gst-libs/gst/tag/gstid3tag.c:
6117         * tests/check/libs/tag.c:
6118           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6119
6120 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6121
6122         * gst-libs/gst/tag/gsttagdemux.c:
6123           Don't error out when a buggy downstream element doesn't
6124           handle the newsegment event we send properly (especially
6125           not without posting a meaningful error message on the
6126           bus). See bug #471370 and launchpad bug #136264.
6127
6128 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6129
6130         * gst-libs/gst/audio/gstbaseaudiosink.c:
6131         (gst_base_audio_sink_drain):
6132         Use new basesink method to make our EOS drain interruptable.
6133
6134 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6135
6136         * gst-libs/gst/rtp/gstrtppayloads.c:
6137         Fix silly search-replace oversight.
6138
6139 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6140
6141         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6142
6143         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6144         (gst_basertppayload_set_outcaps):
6145         Fix caps memleak. Fixes #484989.
6146
6147
6148 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6149
6150         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6151         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6152         Fix debug output.
6153
6154 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6155
6156         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6157         (gst_base_audio_src_create):
6158         Also handle the case where there is no clock set on the audio source,
6159         like in the unit tests.
6160
6161 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6162
6163         * gst-libs/gst/rtp/gstrtppayloads.c:
6164         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6165         to avoid compiler warnings
6166
6167 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6168
6169         * gst/playback/gstdecodebin.c: (type_found),
6170         (gst_decode_bin_change_state):
6171         * gst/playback/gstdecodebin2.c: (type_found),
6172         (gst_decode_bin_change_state):
6173         Don't disconnect the have_type signal because we never reconnect it
6174         later on. Instead keep a variable to see if we already detected a type.
6175
6176 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6177
6178         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6179         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6180         (type_found):
6181         Unlink the signal handler when we found the type, we're not going to do
6182         anything sensible with more type_found signals anyway.
6183
6184 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6185
6186         * gst-libs/gst/tag/gsttagdemux.c:
6187           Don't leak caps.
6188
6189 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         * gst-libs/gst/tag/Makefile.am:
6192         * gst-libs/gst/tag/gsttagdemux.c:
6193         * gst-libs/gst/tag/gsttagdemux.h:
6194           API: add GstTagDemux base class for simple tag demuxers.
6195
6196         * docs/libs/gst-plugins-base-libs-docs.sgml:
6197         * docs/libs/gst-plugins-base-libs-sections.txt:
6198           Add GstTagDemux to docs.
6199
6200 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6201
6202         * gst-libs/gst/rtp/gstrtpbuffer.c:
6203         (gst_rtp_buffer_get_payload_subbuffer):
6204         Fix bug introduced with last commit which inverted the logic and
6205         caused all buffers to be dropped. Fixes #483620.
6206         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6207
6208 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6209
6210         * gst-libs/gst/rtp/gstrtpbuffer.c:
6211           Replace g_return_if_val (as it could be disabled), with regular return
6212           and warning.
6213
6214 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6215
6216         * tests/check/pipelines/simple-launch-lines.c:
6217           Print message name and not just number.
6218
6219 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6220
6221         * gst-libs/gst/audio/gstbaseaudiosink.c:
6222         (gst_base_audio_sink_async_play):
6223         When slaved to the clock, don't try to align a sample with the previous
6224         one when going to PLAYING again.
6225
6226 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6227
6228         * tests/examples/snapshot/snapshot.c:
6229           Fix the build.
6230
6231 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6232
6233         * gst-libs/gst/sdp/gstsdpmessage.h:
6234         Add RFC 3556 bandwidth modifiers.
6235
6236 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6237
6238         * docs/libs/gst-plugins-base-libs-docs.sgml:
6239         * docs/libs/gst-plugins-base-libs-sections.txt:
6240         * gst-libs/gst/rtp/gstrtppayloads.c:
6241         Update documentation.
6242
6243 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6244
6245         * gst-libs/gst/rtp/Makefile.am:
6246         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6247         (gst_rtp_payload_info_for_name):
6248         * gst-libs/gst/rtp/gstrtppayloads.h:
6249         Added new file and header to deal with payload info.
6250
6251         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6252         (gst_rtp_buffer_default_clock_rate):
6253         * gst-libs/gst/rtp/gstrtpbuffer.h:
6254         Payload specific stuff is move to new headers.
6255         Implement _default_clock rate using the new payload function.
6256
6257         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6258         (gst_sdp_parse_line):
6259         * gst-libs/gst/sdp/gstsdpmessage.h:
6260         Add some more comments.
6261
6262 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6263
6264         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6265         (sdp_check_header), (sdp_type_find), (plugin_init):
6266         Add typefind function for application/sdp.
6267         Remove some old dirac typefind code that was ifdeffed out.
6268
6269 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6270
6271         * win32/common/libgstaudio.def:
6272         Add new exported functions.
6273         * win32/vs6/grammar.dsp:
6274         Add autogeneration and copy of some autegenerated files from win32/common
6275         for rtsp library.
6276         * win32/vs6/libgstaudioconvert.dsp:
6277         Add gstaudioquantize.c to the build.
6278         * win32/vs6/libgstinterfaces.dsp:
6279         Add videoorientation.c to the build.
6280         * win32/vs6/libgstriff.dsp:
6281         Add libgsttag to the link libraries list.
6282         * win32/vs6/libgstvolume.dsp:
6283         Add liboil to the link.
6284         * win32/vs6/gst_plugins_base.dsw:
6285         * win32/vs6/libgstrtsp.dsp:
6286         * win32/common/libgstrtsp.def:
6287         Add files to build libgstrtsp library.
6288         
6289 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6290
6291         * tests/examples/snapshot/snapshot.c: (main):
6292         Print error when pipeline failed to construct.
6293
6294 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6295
6296         * configure.ac:
6297         * gst-libs/gst/tag/gstid3tag.c:
6298         * gst-libs/gst/tag/gstvorbistag.c:
6299           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6300           and ID3v2 tags.
6301
6302 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6303
6304         * gst-libs/gst/floatcast/floatcast.h:
6305           Don't include config.h in an installed public header, this
6306           might break compilation of applications that don't have such
6307           a header and doesn't necessarily do what it's supposed to do
6308           anyway (ie. check for the lrint/lrintf defines) (#442065).
6309           Add docs for the various macros and document how this header
6310           has to be used (link against libm, etc.); add a few FIXMEs;
6311           include math.h for non-c99 code path.  Based on patch by
6312           Jan Schmidt.
6313           
6314 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6315
6316         * configure.ac:
6317         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6318         of duplicating these macros in configure.ac.
6319
6320 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6321
6322         * po/hu.po:
6323         * po/sv.po:
6324         * po/uk.po:
6325           Updated translations to 0.10.14
6326
6327 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6328
6329         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6330
6331         * po/pl.po:
6332           Added Polish translation.
6333
6334 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6335
6336         translated by: Ilkka Tuohela <hile@iki.fi>
6337
6338         * po/fi.po:
6339           Added Finnish translation.
6340
6341 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6342
6343         translated by: Jorge González González <aloriel@gmail.com>
6344
6345         * po/es.po:
6346           Added Spanish translation.
6347
6348 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6349
6350         translated by: Mogens Jaeger <mogens@jaeger.tf>
6351
6352         * po/da.po:
6353           Added Danish translation.
6354
6355 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6356
6357         translated by: Funda Wang <fundawang@linux.net.cn>
6358
6359         * po/zh_CN.po:
6360           Added Chinese (simplified) translation.
6361
6362 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6363
6364         translated by: Alexander Shopov <ash@contact.bg>
6365
6366         * po/bg.po:
6367           Added Bulgarian translation.
6368
6369 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6370
6371         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6372         Fix compilation wrt printf arguments.
6373
6374 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6375
6376         * configure.ac:
6377         * tests/examples/Makefile.am:
6378         * tests/examples/snapshot/.cvsignore:
6379         * tests/examples/snapshot/Makefile.am:
6380         * tests/examples/snapshot/snapshot.c: (main):
6381         Add simple snapshot example program using appsink.
6382
6383 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6384
6385         * tests/check/generic/states.c:
6386           Improved state change unit test.
6387
6388 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6389
6390         * docs/plugins/.cvsignore:
6391         * tests/check/.cvsignore:
6392           Ignore registries in any format.
6393
6394 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6395
6396         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6397         (gst_base_rtp_depayload_chain),
6398         (gst_base_rtp_depayload_set_gst_timestamp):
6399         Only copy timestamp on outgoing packets if the depayloader did not set
6400         one.
6401         Also copy duration on outgoing packets.
6402
6403 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6404
6405         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6406         (gst_basertppayload_set_outcaps):
6407         Fix compilation because of missing %d in printf.
6408         When fixating caps, fixate what we can and throw away all remaining
6409         unfixed caps, subclasses should do something smart if they need to.
6410
6411 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6412
6413         * ext/gnomevfs/gstgnomevfssrc.c:
6414           Improve debug logs a bit and be more verbose if things go wrong.
6415
6416 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6417
6418         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6419         (gst_text_overlay_set_property):
6420         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6421         * gst-libs/gst/audio/gstbaseaudiosink.c:
6422         (gst_base_audio_sink_render):
6423         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6424         (gst_rtcp_unix_to_ntp):
6425         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6426         * gst/playback/gstqueue2.c:
6427         * tests/examples/seek/seek.c: (set_scale):
6428         Fix a bunch of compile warnings shown with Forte.
6429
6430         * gst/audiorate/gstaudiorate.c:
6431         Always pull in config.h before including any system headers.
6432
6433 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6434
6435         * gst/playback/gstqueue2.c: (update_buffering),
6436         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6437         (gst_queue_handle_sink_event), (gst_queue_chain),
6438         (gst_queue_push_one), (gst_queue_sink_activate_push),
6439         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6440         Also fix #476514 for queue2.
6441
6442 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6443
6444         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6445         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6446         (gst_base_rtp_depayload_chain),
6447         (gst_base_rtp_depayload_handle_sink_event),
6448         (gst_base_rtp_depayload_push_full),
6449         (gst_base_rtp_depayload_set_gst_timestamp),
6450         (gst_base_rtp_depayload_change_state):
6451         Remove code to deal with RTP to GST time conversion, we now just copy
6452         the GST timestamp we receive to the outgoing buffers.
6453         Handle segment and flushes correctly.
6454
6455         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6456         When we have no valid input timestamp, use the previous rtp timestamp on
6457         the outgoing RTP packet instead of the RTP base time.
6458
6459 2007-09-15  David Schleef  <ds@schleef.org>
6460
6461         * ext/alsa/gstalsa.c:
6462         * ext/alsa/gstalsadeviceprobe.c:
6463         * ext/alsa/gstalsamixer.c:
6464         * ext/alsa/gstalsasink.c:
6465         * ext/alsa/gstalsasrc.c:
6466           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6467
6468 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6469
6470         * gst-libs/gst/rtp/gstbasertppayload.c:
6471         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6472         Add some debug info when negotiating caps.
6473
6474 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6475
6476         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6477         A buffer with an empty payload is also a valid buffer.
6478
6479 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6480
6481         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6482         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6483         (gst_basertppayload_change_state):
6484         Make sure we start our RTP timestamp from the random base RTP
6485         timestamp even if the buffer timestamp starts from some random value.
6486
6487 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6488
6489         * configure.ac:
6490         * tests/examples/Makefile.am:
6491         * tests/examples/dynamic/.cvsignore:
6492         * tests/examples/dynamic/Makefile.am:
6493         * tests/examples/dynamic/addstream.c: (create_stream),
6494         (pause_play_stream), (message_received), (eos_message_received),
6495         (perform_step), (main):
6496         Add simple exmple app to demonstrate starting and pausing live and
6497         non-live bins in a PLAYING pipeline.
6498
6499 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6500
6501         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6502         typefind for QCP files (RFC #3625)
6503
6504 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6505
6506         * gst-libs/gst/audio/gstbaseaudiosink.c:
6507         (gst_base_audio_sink_init):
6508         Disable pull mode scheduling, we're not ready for it yet and it subtly
6509         breaks a lot of things.
6510
6511 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6512
6513         * tests/check/elements/libvisual.c:
6514           Test all libvisual plugins, not just the first one; this reproduces
6515           bug #450336 quite easily.  Looks like a problem with the 'jess'
6516           visualisation.
6517
6518 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6519
6520         * tests/check/Makefile.am:
6521         * tests/check/elements/.cvsignore:
6522         * tests/check/elements/libvisual.c:
6523           Add basic libvisual test case in an attempt to reproduce bug #450336.
6524           Doesn't reproduce that bug, but some other crasher instead (invalid
6525           free), at least with make elements/libvisual.forever and the bumscope
6526           plugin on x86-64/gutsy. Leaving test disabled for now.
6527
6528 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6529
6530         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6531
6532         * gst-libs/gst/rtsp/gstrtspconnection.c:
6533         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6534         (read_body), (gst_rtsp_connection_receive):
6535         Make sure we can not cancel in the middle of receiving a message.
6536         Fixes #475731.
6537
6538 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         Patch by: Josep Torra Valles <josep@fluendo.com>
6541
6542         * gst/playback/gstplaybasebin.c:
6543           Increase upper limit for audio queue a bit; fixes preroll problem
6544           with playbin and decodebin2 when playing a quicktime trailer with
6545           multichannel audio via http (#464666).
6546
6547 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6548
6549         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6550         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6551         (gst_base_audio_src_provide_clock),
6552         (gst_base_audio_src_set_property),
6553         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6554         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6555         Allow othe clocks than the internal clock to be used for the pipeline.
6556         Add property to disable clock provide.
6557         API: GstBaseAudioSrc::provide-clock
6558
6559 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6560
6561         * gst/playback/gstdecodebin2.c:
6562           Don't leak request pads. Fixes #475395.
6563
6564 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6565
6566         Patch by: René Stadler <mail at renestadler dot de>
6567
6568         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6569         (gst_ximage_buffer_class_init):
6570         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6571         (gst_xvimage_buffer_class_init):
6572         Correctly chain up finalize with the parent class to prevent
6573         memory leaks. Fixes #474880.
6574
6575 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6576
6577         * gst/volume/gstvolume.c: (volume_choose_func):
6578         * tests/check/elements/volume.c: (GST_START_TEST):
6579         Revert the latest change: floating point samples are allowed to
6580         have any value, not only values in the range [-1,1]. Thanks to Andy
6581         Wingo for noticing.
6582         Also fix processing of int32 samples with volumes > 4 by making the
6583         unity value smaller which prevents overflows.
6584
6585 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6586
6587         * gst-libs/gst/rtp/gstrtpbuffer.c:
6588         * tests/check/libs/rtp.c:
6589           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6590
6591 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6592
6593         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6594
6595         * gst-libs/gst/rtp/gstrtpbuffer.c:
6596           Fix up GstRTPHeader helper struct so that compilers will not under
6597           any circumstances add padding in between our fields, as currently
6598           happens with MSVC on win32, because that would lead to us sending
6599           out RTP payloads with broken RTP headers (#471194).
6600           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6601           
6602         * tests/check/Makefile.am:
6603         * tests/check/libs/.cvsignore:
6604         * tests/check/libs/rtp.c:
6605           Add some simple unit tests for GstRTPBuffer. Some are disabled
6606           because the code tested still needs fixing (set_csrc() does not work).
6607
6608 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6609
6610         * win32/MANIFEST:
6611         * win32/common/gstrtsp-enumtypes.c:
6612         * win32/common/gstrtsp-enumtypes.h:
6613         * win32/common/interfaces-enumtypes.c:
6614         * win32/common/interfaces-enumtypes.h:
6615         * win32/common/multichannel-enumtypes.c:
6616           Add rtsp enumtypes (#474384) and update others.
6617
6618 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6619
6620         * configure.ac:
6621           Fix configure check for HAVE_LIBXML_HTML.
6622
6623 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6624
6625         * tests/check/libs/.cvsignore:
6626           Ignore more, in case the build bots work again one day.
6627
6628 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6629
6630         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6631
6632         * configure.ac:
6633         * gst-libs/gst/Makefile.am:
6634         * gst-libs/gst/fft/Makefile.am:
6635         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6636         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6637         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6638         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6639         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6640         * gst-libs/gst/fft/gstfft.h:
6641         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6642         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6643         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6644         * gst-libs/gst/fft/gstfftf32.h:
6645         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6646         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6647         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6648         * gst-libs/gst/fft/gstfftf64.h:
6649         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6650         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6651         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6652         * gst-libs/gst/fft/gstffts16.h:
6653         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6654         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6655         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6656         * gst-libs/gst/fft/gstffts32.h:
6657         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6658         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6659         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6660         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6661         * gst-libs/gst/fft/kiss_fft_f32.h:
6662         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6663         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6664         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6665         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6666         * gst-libs/gst/fft/kiss_fft_f64.h:
6667         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6668         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6669         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6670         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6671         * gst-libs/gst/fft/kiss_fft_s16.h:
6672         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6673         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6674         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6675         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6676         * gst-libs/gst/fft/kiss_fft_s32.h:
6677         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6678         (kiss_fftr_f32), (kiss_fftri_f32):
6679         * gst-libs/gst/fft/kiss_fftr_f32.h:
6680         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6681         (kiss_fftr_f64), (kiss_fftri_f64):
6682         * gst-libs/gst/fft/kiss_fftr_f64.h:
6683         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6684         (kiss_fftr_s16), (kiss_fftri_s16):
6685         * gst-libs/gst/fft/kiss_fftr_s16.h:
6686         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6687         (kiss_fftr_s32), (kiss_fftri_s32):
6688         * gst-libs/gst/fft/kiss_fftr_s32.h:
6689         * gst-libs/gst/fft/kiss_version:
6690         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6691         * pkgconfig/gstreamer-plugins-base.pc.in:
6692         Add libgstfft, a FFT library based on Kiss FFT which is
6693         BSD licensed. Supported sample formats are int16, int32,
6694         float and double. For those formats a real FFT and IFFT
6695         can be done, different windowing functions can be applied
6696         and functions for extracting the magnitude and phase exist.
6697         Fixes #468619.
6698
6699         * docs/libs/Makefile.am:
6700         * docs/libs/gst-plugins-base-libs-docs.sgml:
6701         * docs/libs/gst-plugins-base-libs-sections.txt:
6702         Integrate libgstfft into the docs.
6703
6704         * tests/check/Makefile.am:
6705         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6706         Add unit tests for libgstfft, currently only testing the FFT.
6707         Unit tests for IFFT will follow soon.
6708
6709 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6710
6711         Patch by: Peter Kjellerstedt  <pkj at axis com>
6712
6713         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6714         (gst_sdp_message_init), (gst_sdp_message_uninit),
6715         (is_multicast_address), (gst_sdp_message_as_text),
6716         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6717         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6718         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6719         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6720         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6721         (gst_sdp_media_init), (gst_sdp_media_uninit),
6722         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6723         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6724         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6725         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6726         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6727         * gst-libs/gst/sdp/gstsdpmessage.h:
6728         Separate INIT_ARRAY() and related macros into two versions, one for
6729         structures and one for pointers (e.g., INIT_ARRAY() and
6730         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6731         lists of emails and phone numbers.
6732         Add missing const as appropriate.
6733         Change all gint to guint since they all actually represent unsigned
6734         values.
6735         Do not use time as a variable name as it shadows the global time().
6736         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6737         Actually implement gst_sdp_message_add_time().
6738         Make gst_sdp_message_add_time() take repeat times as an argument.
6739         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6740         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6741         misspelled as badwidth).
6742         gst-indented and a little clean up. Fixes #471067.
6743
6744 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6745
6746         * gst/volume/gstvolume.c: (volume_choose_func),
6747         (volume_process_double), (volume_process_double_clamp),
6748         (volume_process_float_clamp):
6749         Correctly clamp float/double samples in the [-1.0,1.0] range to
6750         prevent weird effects.
6751         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6752         Add unit tests for all samples types that had none before.
6753
6754 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         * gst-libs/gst/rtp/gstrtpbuffer.c:
6757           Need to include stdlib.h for abs() here too.
6758
6759 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * gst/playback/gststreaminfo.c:
6762           Fix build.
6763
6764 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6765
6766         * gst/playback/gststreaminfo.c:
6767           Clean up some half-disabled code and comment.
6768
6769 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6770
6771         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6772
6773         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6774         (gst_base_rtp_payload_audio_handle_event):
6775         Return FALSE from the event handler to let the parent class handle the
6776         event. Fixes #446766.
6777
6778         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6779         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6780         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6781
6782         * gst-libs/gst/rtp/gstbasertppayload.c:
6783         Bump the MTU to 1400.
6784
6785 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6786
6787         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6788         Add an audio/x-nsf typefind function for the nsfdec element.
6789
6790 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6791         * gst/playback/gstplaybasebin.c:
6792         Included "myth://" on stream_uris list for enable buffering to mythtv files
6793
6794 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6795
6796         * docs/libs/gst-plugins-base-libs-sections.txt:
6797         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6798         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6799         (gst_rtcp_unix_to_ntp):
6800         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6801         Fix parsing of RB blocks.
6802         Fix docs.
6803         Added helper functions to convert to/from UNIX and NTP time.
6804         API: gst_rtcp_ntp_to_unix()
6805         API: gst_rtcp_unix_to_ntp()
6806
6807         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6808         (gst_rtp_buffer_get_header_len),
6809         (gst_rtp_buffer_get_extension_data),
6810         (gst_rtp_buffer_get_payload_subbuffer),
6811         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6812         (gst_rtp_buffer_ext_timestamp):
6813         * gst-libs/gst/rtp/gstrtpbuffer.h:
6814         Fix some more docs.
6815         Implement handling of packets with extensions.
6816         Fix padding check in _validate().
6817         Added function to get extension data.
6818         API: gst_rtp_buffer_get_header_len()
6819         API: gst_rtp_buffer_get_extension_data()
6820
6821 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6822
6823         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6824         (gst_base_rtp_depayload_class_init),
6825         (gst_base_rtp_depayload_set_gst_timestamp):
6826         Add some more docs for the queue-delay property and fix a typo in a
6827         comment.
6828
6829         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6830         Fix typo.
6831
6832 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6833
6834         * gst-libs/gst/audio/gstbaseaudiosink.c:
6835         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6836         (gst_base_audio_sink_change_state):
6837         When skew slaving, try to hover around the middle of a segment so that
6838         we at most drift by half a segment.
6839         If we are aligning in the oposite direction of the clock skew, we don't
6840         have to resync.
6841
6842 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6843
6844         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6845         (gst_base_rtp_depayload_setcaps),
6846         (gst_base_rtp_depayload_set_gst_timestamp):
6847         Be less silly with the segment start, just apply the clock-base to the
6848         timestamp.
6849
6850 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6851
6852         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6853         (gst_base_rtp_depayload_class_init),
6854         (gst_base_rtp_depayload_finalize),
6855         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6856         (gst_base_rtp_depayload_handle_sink_event),
6857         (gst_base_rtp_depayload_set_gst_timestamp),
6858         (gst_base_rtp_depayload_change_state):
6859         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6860         Deprecate the queue handling thread thing and remove the code.
6861         Use new method to calculate the extended timestamp.
6862
6863 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6864
6865         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6866         (gst_rtcp_packet_sdes_copy_entry):
6867         Use g_strndup which does exactly what we want.
6868
6869         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6870         (gst_rtp_buffer_ext_timestamp):
6871         * gst-libs/gst/rtp/gstrtpbuffer.h:
6872         Add helper function to compare seqnums.
6873         Add helper function to calculate extended timestamps.
6874         API: gst_rtp_buffer_compare_seqnum()
6875         API: gst_rtp_buffer_ext_timestamp()
6876
6877 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6878
6879         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6880         (gst_rtcp_packet_sdes_get_entry),
6881         (gst_rtcp_packet_sdes_copy_entry):
6882         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6883         Fix and document SDES item data function.
6884         Add new function that makes a proper copy of SDES item data.
6885         API: gst_rtcp_packet_sdes_copy_entry()
6886
6887 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6888
6889         * configure.ac:
6890         * gst/Makefile.am:
6891           The tcp and subparse plugins are under gst, but not totaly free of
6892           dependencies. Handle selection inconfigure.ac, so that they show up
6893           on the final list of what is build and what is not. Maybe they should
6894           better be moved to ext.
6895
6896 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6897
6898         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6899
6900         * configure.ac:
6901         * gst/Makefile.am:
6902           Check if libxml provides HTML parser which subparse needs.
6903           Fixes #451970.
6904
6905 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6906
6907         * ext/alsa/gstalsa.c:
6908           Fix typo and compilation on big endian systems.
6909
6910 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         * gst/subparse/gstssaparse.c:
6913           Convert SSA newline codes into actual newline characters (#470766).
6914
6915 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6916
6917         * docs/libs/gst-plugins-base-libs-sections.txt:
6918         * gst-libs/gst/pbutils/install-plugins.c:
6919         * gst-libs/gst/pbutils/install-plugins.h:
6920         * tests/check/libs/pbutils.c:
6921           API: also add gst_install_plugins_supported() while we're at it
6922           (see #470456).
6923
6924 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6925
6926         * docs/libs/gst-plugins-base-libs-sections.txt:
6927         * gst-libs/gst/pbutils/missing-plugins.c:
6928         * gst-libs/gst/pbutils/missing-plugins.h:
6929         * tests/check/libs/pbutils.c:
6930           API: add gst_missing_*_installer_detail_new() convenience API so
6931           that applications that know exactly what they're missing can request
6932           installer detail strings for those items directly instead of having
6933           to first create a dummy missing-plugin message and then get the
6934           installer detail string from that.  Fixes #470456.
6935
6936 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6937
6938         * gst/playback/gstdecodebin.c: (close_pad_link):
6939         We need to set up delayed-linking whenever the caps are non-fixed,
6940         not just when there are multiple types - use gst_pad_is_fixed()
6941         to test.
6942
6943 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6944
6945         * gst-libs/gst/pbutils/missing-plugins.c:
6946           (gst_missing_plugin_message_get_installer_detail):
6947           Add missing separator in PID fallback case.
6948
6949 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6950
6951         * ext/alsa/Makefile.am:
6952         There is no GST_PLUGINS_BASE_LIBS defined.
6953         
6954         * ext/alsa/gstalsa.c:
6955         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6956         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6957         Add support for ALSA 24-bit formats.
6958         snd_pcm_delay can return an error code, especially
6959         during XRUNS. In that case, the best we can do is assume
6960         delay = 0.
6961
6962         * gst/audioconvert/Makefile.am:
6963         Add flags from -base before any more-remote dependencies.
6964
6965 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6966
6967         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6968
6969         * gst/volume/gstvolume.c: (volume_choose_func),
6970         (volume_update_real_volume), (gst_volume_set_volume),
6971         (gst_volume_init), (volume_process_int32),
6972         (volume_process_int32_clamp), (volume_process_int24),
6973         (volume_process_int24_clamp), (volume_process_int16),
6974         (volume_process_int16_clamp), (volume_process_int8),
6975         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6976         * gst/volume/gstvolume.h:
6977         Add support for int32, int24 and int8 to the volume element.
6978         Fixes #445529.
6979
6980 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6981
6982         * tests/examples/Makefile.am:
6983           Fix even more.
6984
6985 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6986
6987         * configure.ac:
6988         * docs/libs/Makefile.am:
6989         * docs/libs/gst-plugins-base-libs-docs.sgml:
6990         * docs/libs/gst-plugins-base-libs-sections.txt:
6991         * ext/gnomevfs/gstgnomevfssrc.c:
6992         * ext/gnomevfs/gstgnomevfssrc.h:
6993         * gst-libs/gst/Makefile.am:
6994         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6995         * pkgconfig/gstreamer-plugins-base.pc.in:
6996         * sys/v4l/v4lsrc_calls.c:
6997         * tests/examples/Makefile.am:
6998         * win32/common/config.h:
6999           Revert unwanted commit. many thanks to moap. I want a fix for 
7000           https://thomas.apestaart.org/moap/trac/ticket/239
7001
7002 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7003
7004         * gst/volume/gstvolume.c:
7005           Move passthrough below gst_object_sync_values(). Fixes #442654.
7006
7007 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7008
7009         * gst-libs/gst/audio/audio.c:
7010         Clarify the docs a little.
7011
7012 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7013
7014         * gst/volume/gstvolume.c:
7015           Enable liboil for float and add more details about problems with
7016           int16.
7017
7018 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7019
7020         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7021         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7022
7023 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7024
7025         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7026         When calculating the first timestamp of the buffers, don't go below 0
7027         and clip the samples because the offset was on the eos page.
7028         Fixes #466717.
7029
7030 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7031
7032         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7033         (gst_ogg_demux_collect_chain_info):
7034         Also submit the eos page when trying to find the first timestamp.
7035         See #466717.
7036
7037 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7038
7039         * gst-libs/gst/audio/audio.h:
7040         Use gst_util_uint64_scale() instead of doing the math
7041         with double for GST_FRAMES_TO_CLOCK_TIME() and
7042         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7043         prevents rounding errors. Fixes #467667.
7044
7045 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7046
7047         * gst-libs/gst/rtsp/gstrtspconnection.c:
7048         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7049         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7050         * gst-libs/gst/rtsp/gstrtspconnection.h:
7051         Small cleanups.
7052         On shutdown, don't read the control socket yet.
7053         Set timeout value correctly in all cases.
7054         Add function to check if the server accepts reads or writes.
7055         API: gst_rtsp_connection_poll()
7056
7057         * gst-libs/gst/rtsp/gstrtspdefs.h:
7058         Fix compilation with -pedantic.
7059         Add enum for _poll.
7060
7061 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7062
7063         Patch by: Olivier Crete  <tester at tester ca>
7064
7065         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7066         (gst_basertppayload_getcaps):
7067         * gst-libs/gst/rtp/gstbasertppayload.h:
7068         Add getcaps vfunc to basertppayload. See #465146.
7069
7070 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7071
7072         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7073         Only post buffering messages when we are a stream.
7074
7075 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7076
7077         * gst-libs/gst/pbutils/install-plugins.c:
7078         * gst-libs/gst/pbutils/missing-plugins.c:
7079           Small docs fix and addition.
7080
7081 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         * tests/icles/.cvsignore:
7084         * tests/icles/Makefile.am:
7085         * tests/icles/test-textoverlay.c:
7086           Add a dumb little test for textoverlay alignments.
7087
7088 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7089
7090         Patch by: Dan Williams  <dcbw redhat com>
7091
7092         * ext/pango/gsttextoverlay.c:
7093         * ext/pango/gsttextoverlay.h:
7094           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7095           "silent" property so there's a Since tag in the API reference.
7096
7097 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7098
7099         * gst-libs/gst/rtp/gstbasertppayload.c:
7100         (gst_basertppayload_set_outcaps):
7101         * gst-libs/gst/rtp/gstbasertppayload.h:
7102         Improve caps negotiation so that downstream elements can confiure
7103         certain RTP properties by fixing them on the caps. See #465146.
7104         Add docs.
7105
7106 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7107
7108         * docs/libs/gst-plugins-base-libs-sections.txt:
7109         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7110         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7111           Mark as deprecated some macros which were presumably meant to be
7112           private API and accidentally exposed in the public header file.
7113           Also actually _init() lock (only works at the moment because the
7114           struct is zeroed out when created and the initial values in the
7115           mutex struct are zeroes too). (#459585)
7116
7117 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7118
7119         * docs/libs/Makefile.am:
7120           Remove cruft and do some cleanups.
7121
7122         * docs/libs/gst-plugins-base-libs-docs.sgml:
7123           Prepare for comming gtkdoc features (rebase against online docs).
7124
7125 2007-08-10  Michael Smith <msmith@fluendo.com>
7126
7127         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7128           Debug output fixes.
7129         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7130         (GST_START_TEST):
7131           Change the number of buffers used; 500 is too many and leads to
7132           timeouts.
7133
7134 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7135
7136         * gst/playback/gstqueue2.c:
7137         * gst/videorate/gstvideorate.c:
7138           Printf format fixes (#465028).
7139
7140 2007-08-09  Michael Smith <msmith@fluendo.com>
7141
7142         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7143           If we have a large (> 1 second) discontinuity, push a series of
7144           smaller buffers rather than a single very large buffer. Avoids
7145           unreasonably large single buffer allocations when encountering a
7146           large gap.
7147         * tests/check/elements/audiorate.c: (GST_START_TEST),
7148         (audiorate_suite):
7149           Add a test for this.
7150
7151 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7152
7153         * gst/playback/gstplaybasebin.c: (group_commit),
7154         (queue_remove_probe), (queue_threshold_reached):
7155
7156         Patch by: Josep Torra Valles <josep@fluendo.com>
7157         Fixes: #465015
7158         Make sure we remove the check_queues buffer probe from the 
7159         correct queue to avoid racily going back to "buffering 99%" when
7160         buffering is actually complete.
7161
7162         Also, fix the spelling of Josep's surname in the ChangeLog.
7163
7164 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7165
7166         * ext/ogg/gstoggmux.c:
7167           Do not leak oggmux instance.
7168         
7169         * ext/vorbis/vorbisenc.c:
7170           Also log values.
7171
7172 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7173
7174         * po/hu.po:
7175         * po/it.po:
7176         * po/nl.po:
7177         * po/uk.po:
7178         * po/vi.po:
7179           Updated translations.
7180
7181 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7182
7183         patch by: Yang Hong <hongyang@redflag-linux.com>
7184
7185         * ext/pango/gsttextoverlay.c:
7186         * ext/pango/gsttextoverlay.h:
7187           Add 'silent' property to GstTimeOverlay. Fixes #462979
7188
7189 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7190
7191         Patch by: Josep Torra Valles <josep@fluendo.com>
7192
7193         * docs/plugins/gst-plugins-base-plugins.args:
7194         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7195         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7196         (gst_uri_decode_bin_get_property), (gen_source_element):
7197         Add connection-speed property. Fixes #464690.
7198
7199 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7200
7201         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7202
7203         * configure.ac:
7204         * gst-libs/gst/rtsp/Makefile.am:
7205         * gst-libs/gst/rtsp/gstrtspconnection.c:
7206         (gst_rtsp_connection_connect):
7207         Fix compilation on windows. Fixes #464320.
7208
7209 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7210
7211         Patch by: Josep Torra Valles <josep@fluendo.com>
7212
7213         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7214         (gst_play_base_bin_init), (queue_threshold_reached),
7215         (gen_source_element), (setup_substreams),
7216         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7217         (gst_play_base_bin_get_streaminfo_value_array):
7218         * gst/playback/gstplaybasebin.h:
7219         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7220         (gst_play_bin_set_property), (gst_play_bin_get_property),
7221         (gst_play_bin_handle_redirect_message):
7222         Move connection-speed property from playbin to playbasebin so that we
7223         can also configure it in source elements that have the connection-speed
7224         property. Fixes #464028.
7225         Add some debug info here and there.
7226
7227 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7228
7229         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7230         Properly respond to conversion queries. Fixes #464079.
7231
7232 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7233
7234         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7235         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7236         (gst_audio_test_src_init_sine_table),
7237         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7238         * gst/audiotestsrc/gstaudiotestsrc.h:
7239         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7240         Also set the default volume to the default value specified in the
7241         GParamSpec.
7242
7243 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7244
7245         Patch by: Jens Granseuer <jensgr at gmx dot net>
7246
7247         * gst/audioconvert/gstaudioquantize.c:
7248         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7249
7250 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7251
7252         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7253         Add rdt manager for rdt transport.
7254         Fix parsing of RDT transport.
7255
7256 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7257
7258         * configure.ac:
7259         Back to CVS
7260
7261 === release 0.10.14 ===
7262
7263 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7264
7265         * configure.ac:
7266           releasing 0.10.14, "Light Years Ahead"
7267
7268 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7269
7270         * tests/check/libs/audio.c: (GST_START_TEST):
7271         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7272
7273 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7274
7275         * gst-libs/gst/audio/audio.c:
7276         When clipping a buffer with no timestamp, assume it is
7277         within the segment without warnings.
7278
7279         Fixes: #460978
7280
7281 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7282
7283         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7284         Fire the signal on the object, not the interface.
7285
7286 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7287
7288         * gst-libs/gst/rtsp/.cvsignore:
7289         Ber. Don't include the full path, idiot.
7290
7291 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7292
7293         * gst-libs/gst/rtsp/.cvsignore:
7294         Ignore generated files.
7295
7296 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7297
7298         * gst-libs/gst/interfaces/Makefile.am:
7299         * gst-libs/gst/interfaces/interfaces-marshal.list:
7300         * gst-libs/gst/interfaces/rtspextension.c:
7301         * gst-libs/gst/interfaces/rtspextension.h:
7302         * gst-libs/gst/rtsp/Makefile.am:
7303         * gst-libs/gst/rtsp/gstrtsp.h:
7304         * gst-libs/gst/rtsp/gstrtspextension.c:
7305         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7306         (gst_rtsp_extension_detect_server),
7307         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7308         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7309         (gst_rtsp_extension_configure_stream),
7310         (gst_rtsp_extension_get_transports),
7311         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7312         * gst-libs/gst/rtsp/gstrtspextension.h:
7313         * gst-libs/gst/rtsp/rtsp-marshal.list:
7314         Move the rtspextension.h interface into gstrtspextension.h
7315         as part of libgstrtsp instead of libgstinterfaces, because it's
7316         only for use within plugins, not applications. 
7317         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7318         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7319         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7320         is abstract.
7321
7322 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7323
7324         * gst-libs/gst/interfaces/Makefile.am:
7325         * gst-libs/gst/interfaces/interfaces-marshal.list:
7326         * gst-libs/gst/interfaces/rtspextension.c:
7327         (gst_rtsp_extension_iface_init),
7328         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7329         * gst-libs/gst/interfaces/rtspextension.h:
7330         Fix marshaller for the send signal.
7331         Add URL to stream selection interface method.
7332
7333 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7334
7335         * gst-libs/gst/riff/Makefile.am:
7336         Pull in our dependencies from -base before those from outside.
7337
7338 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7339
7340         * docs/libs/gst-plugins-base-libs-sections.txt:
7341         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7342         * gst-libs/gst/rtsp/gstrtspbase64.h:
7343         API: gst_rtsp_base64_decode_ip()
7344         Added function to decode Base64 in-place.
7345
7346 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7347
7348         * tests/check/libs/.cvsignore:
7349         Ignore the mixer test binary.
7350
7351 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7352
7353         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7354         Gratuitous comment change to trigger a rebuild on the buildbots.
7355
7356 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7357
7358         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7359         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7360         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7361         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7362         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7363         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7364         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7365         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7366         (gst_sdp_media_get_attribute_val):
7367         * gst-libs/gst/sdp/gstsdpmessage.h:
7368         Constify args where we can.
7369
7370 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7371
7372         * gst-libs/gst/interfaces/Makefile.am:
7373         * gst-libs/gst/interfaces/rtspextension.c:
7374         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7375         (gst_rtsp_extension_detect_server),
7376         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7377         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7378         (gst_rtsp_extension_configure_stream),
7379         (gst_rtsp_extension_get_transports),
7380         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7381         * gst-libs/gst/interfaces/rtspextension.h:
7382         Move interface for RTSP extensions from -good to here.
7383         Added helper methods to invoke interface methods.
7384
7385 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7386
7387         * docs/libs/gst-plugins-base-libs-sections.txt:
7388         * gst-libs/gst/rtsp/gstrtspdefs.h:
7389         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7390         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7391         (gst_rtsp_message_init_response),
7392         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7393         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7394         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7395         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7396         (gst_rtsp_message_get_body), (dump_key_value):
7397         * gst-libs/gst/rtsp/gstrtspmessage.h:
7398         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7399         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7400         (gst_rtsp_range_parse):
7401         * gst-libs/gst/rtsp/gstrtsprange.h:
7402         * gst-libs/gst/rtsp/gstrtsptransport.c:
7403         * gst-libs/gst/rtsp/gstrtspurl.c:
7404         Fix some more RTSP docs.
7405         Add some missing methods for dealing with messages.
7406
7407 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7408
7409         * docs/libs/gst-plugins-base-libs-docs.sgml:
7410         * docs/libs/gst-plugins-base-libs-sections.txt:
7411         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7412         * gst-libs/gst/rtsp/gstrtspbase64.h:
7413         * gst-libs/gst/rtsp/gstrtspconnection.c:
7414         (gst_rtsp_connection_connect), (add_auth_header),
7415         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7416         (read_body), (gst_rtsp_connection_receive),
7417         (gst_rtsp_connection_next_timeout),
7418         (gst_rtsp_connection_reset_timeout),
7419         (gst_rtsp_connection_set_auth):
7420         * gst-libs/gst/rtsp/gstrtspconnection.h:
7421         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7422         * gst-libs/gst/rtsp/gstrtspdefs.h:
7423         * gst-libs/gst/rtsp/gstrtspmessage.h:
7424         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7425         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7426         (gst_rtsp_range_parse):
7427         * gst-libs/gst/rtsp/gstrtspurl.h:
7428         Added beginnings of RTSP documentation.
7429
7430 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7431
7432         * docs/libs/Makefile.am:
7433         * docs/libs/gst-plugins-base-libs-docs.sgml:
7434         * docs/libs/gst-plugins-base-libs-sections.txt:
7435         * gst-libs/gst/sdp/gstsdp.h:
7436         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7437         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7438         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7439         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7440         (gst_sdp_message_get_attribute_val),
7441         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7442         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7443         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7444         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7445         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7446         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7447         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7448         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7449         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7450         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7451         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7452         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7453         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7454         (gst_sdp_media_get_attribute_val_n),
7455         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7456         (print_media), (gst_sdp_message_dump):
7457         * gst-libs/gst/sdp/gstsdpmessage.h:
7458         Document the SDP library.
7459         Add some of the missing SDPMedia methods.
7460
7461 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7462
7463         * configure.ac:
7464         * gst-libs/gst/Makefile.am:
7465         * gst-libs/gst/rtsp/Makefile.am:
7466         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7467         * gst-libs/gst/rtsp/gstrtspbase64.h:
7468         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7469         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7470         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7471         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7472         (parse_response_status), (parse_request_line), (parse_line),
7473         (gst_rtsp_connection_read), (read_body),
7474         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7475         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7476         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7477         (gst_rtsp_connection_set_auth):
7478         * gst-libs/gst/rtsp/gstrtspconnection.h:
7479         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7480         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7481         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7482         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7483         (gst_rtsp_find_method):
7484         * gst-libs/gst/rtsp/gstrtspdefs.h:
7485         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7486         (gst_rtsp_message_new), (gst_rtsp_message_init),
7487         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7488         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7489         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7490         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7491         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7492         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7493         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7494         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7495         (gst_rtsp_message_dump):
7496         * gst-libs/gst/rtsp/gstrtspmessage.h:
7497         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7498         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7499         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7500         * gst-libs/gst/rtsp/gstrtsprange.h:
7501         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7502         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7503         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7504         (range_as_text), (rtsp_transport_mode_as_text),
7505         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7506         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7507         (gst_rtsp_transport_free):
7508         * gst-libs/gst/rtsp/gstrtsptransport.h:
7509         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7510         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7511         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7512         * gst-libs/gst/rtsp/gstrtspurl.h:
7513         * gst-libs/gst/sdp/Makefile.am:
7514         * gst-libs/gst/sdp/gstsdp.h:
7515         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7516         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7517         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7518         (gst_sdp_attribute_init), (gst_sdp_message_new),
7519         (gst_sdp_message_init), (gst_sdp_message_uninit),
7520         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7521         (gst_sdp_media_uninit), (gst_sdp_media_free),
7522         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7523         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7524         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7525         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7526         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7527         (gst_sdp_message_get_attribute_val),
7528         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7529         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7530         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7531         (gst_sdp_media_get_attribute_val_n),
7532         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7533         (read_string), (read_string_del), (gst_sdp_parse_line),
7534         (gst_sdp_message_parse_buffer), (print_media),
7535         (gst_sdp_message_dump):
7536         * gst-libs/gst/sdp/gstsdpmessage.h:
7537         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7538         Move SDP and RTSP from helper objects in -good to a reusable library.
7539         Use a proper gst_ namespace.
7540
7541 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7542
7543         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7544         (vorbis_dec_flush_decode):
7545         Use the new buffer clipping function from gstaudio here.
7546
7547 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7548
7549         * docs/libs/gst-plugins-base-libs-sections.txt:
7550         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7551         * gst-libs/gst/audio/audio.h:
7552         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7553         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7554         Also add deprecation guards for gst_audio_structure_set_int() to the
7555         header.
7556
7557 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7558
7559         * docs/libs/gst-plugins-base-libs-sections.txt:
7560           Cleanup the docs.
7561
7562 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7563
7564         Patch by: Dan Williams <dcbw at redhat dot com>
7565
7566         * gst/playback/gstplaybasebin.c:
7567         (gst_play_base_bin_get_streaminfo_value_array):
7568         Don't return NULL when querying the stream info value array but instead
7569         return an empty array. Fixes #459204.
7570
7571 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7572
7573         * gst/playback/gsturidecodebin.c:
7574           Init debug category before using it.
7575
7576 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7577
7578         * gst-libs/gst/interfaces/mixer.h:
7579         Add padding vars in place of the signal pointers
7580         when building with DISABLE_DEPRECATED so that the
7581         interface structure doesn't change size.
7582
7583 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7584
7585         * docs/libs/gst-plugins-base-libs-sections.txt:
7586         * ext/alsa/gstalsamixer.c:
7587         * ext/alsa/gstalsamixer.h:
7588         * ext/alsa/gstalsamixerelement.c:
7589         * ext/alsa/gstalsamixertrack.c:
7590         * gst-libs/gst/interfaces/mixer.c:
7591         * gst-libs/gst/interfaces/mixer.h:
7592         * gst-libs/gst/interfaces/mixeroptions.c:
7593         * gst-libs/gst/interfaces/mixeroptions.h:
7594         * gst-libs/gst/interfaces/mixertrack.c:
7595         * gst-libs/gst/interfaces/mixertrack.h:
7596         * tests/check/Makefile.am:
7597         * tests/check/libs/mixer.c:
7598
7599         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7600         Fixes: #152864 
7601
7602         Add support for notifying mixer changes on the message bus, and
7603         implement it in alsamixer.
7604
7605         API: gst_mixer_get_mixer_flags
7606         API: gst_mixer_message_parse_mute_toggled
7607         API: gst_mixer_message_parse_record_toggled
7608         API: gst_mixer_message_parse_volume_changed
7609         API: gst_mixer_message_parse_option_changed
7610         API: GstMixerMessageType
7611         API: GstMixerFlags
7612
7613 2007-07-20  Michael Smith <msmith@fluendo.com>
7614
7615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7616         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7617           xcontext->im_format is only for testing XShm support (as the header
7618           file comments document). Use xvimage->im_format for everything else.
7619           Avoids spurious warnings on buffer allocation before setcaps.
7620
7621 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7622
7623         * tests/examples/volume/Makefile.am:
7624         * tests/icles/Makefile.am:
7625           We should use $(LIBM).
7626
7627 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7628
7629         * tests/icles/Makefile.am:
7630           This needs -lm.
7631
7632 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7633
7634         * gst-libs/gst/rtp/gstbasertppayload.c:
7635         (gst_basertppayload_class_init), (gst_basertppayload_init),
7636         (gst_basertppayload_set_property),
7637         (gst_basertppayload_get_property):
7638         Don't break ABI, restore previous ranges. Keep the default random
7639         selection of timestamp and seqnum offset but as soon as the app sets a
7640         specific value, use that one.
7641
7642 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7643
7644         Patch by: Bastien Nocera <hadess at hadess dot net>
7645
7646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7647         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7648         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7649         * sys/xvimage/xvimagesink.h:
7650         Add option to turn off double-buffering for debugging purposes.
7651         Fixes #437169.
7652
7653 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7654
7655         Patch by: Jorn Baayen <jorn at openedhand dot com>
7656
7657         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7658         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7659         (gst_ximagesink_init), (gst_ximagesink_class_init):
7660         * sys/ximage/ximagesink.h:
7661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7662         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7663         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7664         * sys/xvimage/xvimagesink.h:
7665         add 'handle-expose' property. Useful for video widgets which may want to
7666         be in control of Expose behaviour. Fixes #380625
7667
7668 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7669
7670         * gst-libs/gst/rtp/gstbasertppayload.c:
7671         (gst_basertppayload_class_init), (gst_basertppayload_init),
7672         (gst_basertppayload_event), (gst_basertppayload_push),
7673         (gst_basertppayload_set_property),
7674         (gst_basertppayload_get_property),
7675         (gst_basertppayload_change_state):
7676         * gst-libs/gst/rtp/gstbasertppayload.h:
7677         Fix ranges of rtp payloader properties so that the full range can be
7678         used in addition to -1 (random).
7679         Fix wrong seqnum reporting in caps.
7680         Fixes #420326.
7681
7682 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7683
7684         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7685         (gst_video_rate_query):
7686         Use boilerplate.
7687         Add latency query, might not be perfect yet but already works a lot
7688         better. Fixes #442557.
7689
7690 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7691
7692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7693         (gst_xvimagesink_setcaps):
7694         * sys/xvimage/xvimagesink.h:
7695         After a caps change, redraw our borders to avoid garbage left there
7696         when the image format changes to a smaller size, like 16:9 -> 4:3
7697         Also, hold the flow_lock a bit longer in the set_caps while we're
7698         fiddling with the xcontext.
7699
7700 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7701
7702         * Makefile.am:
7703         * configure.ac:
7704         * tests/Makefile.am:
7705         Remove bogus check for libcheck, since we check for
7706         gstreamer-check and it pulls in the required info from there, and we
7707         weren't actually _using_ the information for libcheck ourselves
7708         anyway.
7709
7710 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7711
7712         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7713         (gst_ffmpeg_caps_to_pixfmt):
7714         Fix the r_mask test for RGBA32 on little-endian.
7715         Fix a stupid typo that would have obviously broken 
7716         compilation on big-endian, if anyone was testing.
7717
7718 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7719
7720         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7721         (paint_hline_str4):
7722         * gst/videotestsrc/videotestsrc.h:
7723         Add alpha to the color struct.
7724         Use a default alpha value of 255 instead of 128.
7725
7726 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7727
7728         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7729         (setup_source):
7730         Clear the dynamic pads counter when starting a new uri. This makes
7731         reusing playbin work again.
7732         Fixes #454264.
7733
7734 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7735
7736         * configure.ac:
7737           Use pkg-config to locate check.
7738
7739 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7740
7741         * configure.ac:
7742         * tests/check/elements/volume.c: (GST_START_TEST):
7743           Fix 'make check' build against core CVS.
7744
7745 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7746
7747         * gst-libs/gst/interfaces/propertyprobe.c:
7748         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7749         * gst-libs/gst/tag/gstvorbistag.c:
7750           Make gtk-doc happy.
7751
7752 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7753
7754         * gst-libs/gst/audio/gstbaseaudiosink.c:
7755         (gst_base_audio_sink_callback):
7756           Quick hack to make audiosinks stop at EOS when operating in
7757           pull-mode; needs to be fixed properly some day.
7758
7759 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7760
7761         * docs/libs/gst-plugins-base-libs-sections.txt:
7762           Fix location of includes in the docs.
7763
7764 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7765
7766         * gst/ffmpegcolorspace/avcodec.h:
7767         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7768         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7769         (gst_ffmpegcsp_avpicture_fill):
7770         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7771         (img_get_alpha_info):
7772         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7773         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7774         end of the word. Partially fixes #451908
7775
7776 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7777
7778         * docs/libs/Makefile.am:
7779         * docs/plugins/Makefile.am:
7780           Simplify --extra-dir as gtkdoc scans recursively.
7781
7782 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7783
7784         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7785         (gst_adder_request_new_pad):
7786         Make getcaps more robust by not using the proxycaps function. This makes
7787         sure that we don't end up recursively calling getcaps upstream.
7788         See #316248.
7789
7790 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7791
7792         * gst/audioconvert/audioconvert.c:
7793         Include math.h to fix compilation.
7794
7795 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7796
7797         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7798         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7799         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7800         format, as produced by some dc1394 cameras like the iSight.
7801         See http://www.fourcc.org/yuv.php#IYU1
7802
7803 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7804
7805         * gst/audioconvert/Makefile.am:
7806         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7807         (check_default), (audio_convert_prepare_context),
7808         (audio_convert_clean_context), (audio_convert_convert):
7809         * gst/audioconvert/audioconvert.h:
7810         * gst/audioconvert/gstaudioconvert.c:
7811         (gst_audio_convert_dithering_get_type),
7812         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7813         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7814         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7815         * gst/audioconvert/gstaudioconvert.h:
7816         * gst/audioconvert/gstaudioquantize.c:
7817         (gst_audio_quantize_setup_noise_shaping),
7818         (gst_audio_quantize_free_noise_shaping),
7819         (gst_audio_quantize_setup_dither),
7820         (gst_audio_quantize_free_dither),
7821         (gst_audio_quantize_setup_quantize_func),
7822         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7823         * gst/audioconvert/gstaudioquantize.h:
7824         Implement dithering and noise shaping in audioconvert. By default now
7825         TPDF dithering (and no noise shaping) will be used when converting
7826         from a higher bit depth to 20 bit depth or smaller, otherwise
7827         everything will be as it is now.
7828         For the last audioconvert in a pipeline it would make sense to
7829         use some kind of noise shaping, enabling it by default for all
7830         conversions would give undesired results though. Fixes #360246.
7831         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7832         (GST_START_TEST):
7833         Adjust unit test for the new audioconvert.
7834
7835 2007-06-28  Wim Taymans  <wim@fluendo.com>
7836
7837         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7838         Use other metrics as well when estimating the buffer level.
7839
7840 2007-06-28  Wim Taymans  <wim@fluendo.com>
7841
7842         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7843         Small debug improvement.
7844
7845         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7846         (plugin_init):
7847         Tweak the rate estimation period.
7848         When calculating the buffer filledness in rate estimation mode, don't
7849         mix it with other metrics.
7850
7851 2007-06-28  Wim Taymans  <wim@fluendo.com>
7852
7853         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7854         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7855         When creating the groups, allow for a 5 second, unlimited buffers
7856         preroll phase after which we expose the group.
7857         When the group is exposed, use a small number of buffers up to a 2
7858         second limit. Also disconnect the overrun signal from multiqueue when we
7859         exposed the group because it is not needed anymore.
7860
7861 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7862
7863         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7864           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7865           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7866           (#451707); also, output some debugging info when dealing with
7867           freeform strings.
7868
7869         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7870           Add unit test for the above.
7871
7872 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7873
7874         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7875           Add description for Windows Media RTP caps.
7876
7877         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7878           Remove RTP fields that don't define the format from caps.
7879
7880 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7881
7882         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7883           Skip empty buffers, but not empty header buffers. That way the original
7884           vorbisdec unit test still passes (#451145); also, take into account
7885           that those empty packets might carry a granulepos.
7886
7887         * tests/check/Makefile.am:
7888         * tests/check/elements/vorbisdec.c:
7889         (_create_codebook_header_buffer), (_create_audio_buffer),
7890         (GST_START_TEST), (vorbisdec_suite):
7891           Add unit test that sends an empty packet.
7892
7893 2007-06-27  Wim Taymans  <wim@fluendo.com>
7894
7895         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7896         Don't error out on 0-sized packets, just emit a warning because this is
7897         not a fatal error. Fixes #451145.
7898
7899 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7900
7901         * docs/plugins/gst-plugins-base-plugins.args:
7902         * docs/plugins/gst-plugins-base-plugins.signals:
7903         * docs/plugins/inspect/plugin-adder.xml:
7904         * docs/plugins/inspect/plugin-alsa.xml:
7905         * docs/plugins/inspect/plugin-audioconvert.xml:
7906         * docs/plugins/inspect/plugin-audiorate.xml:
7907         * docs/plugins/inspect/plugin-audioresample.xml:
7908         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7909         * docs/plugins/inspect/plugin-cdparanoia.xml:
7910         * docs/plugins/inspect/plugin-decodebin.xml:
7911         * docs/plugins/inspect/plugin-decodebin2.xml:
7912         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7913         * docs/plugins/inspect/plugin-gdp.xml:
7914         * docs/plugins/inspect/plugin-gnomevfs.xml:
7915         * docs/plugins/inspect/plugin-libvisual.xml:
7916         * docs/plugins/inspect/plugin-ogg.xml:
7917         * docs/plugins/inspect/plugin-pango.xml:
7918         * docs/plugins/inspect/plugin-playbin.xml:
7919         * docs/plugins/inspect/plugin-subparse.xml:
7920         * docs/plugins/inspect/plugin-tcp.xml:
7921         * docs/plugins/inspect/plugin-theora.xml:
7922         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7923         * docs/plugins/inspect/plugin-video4linux.xml:
7924         * docs/plugins/inspect/plugin-videorate.xml:
7925         * docs/plugins/inspect/plugin-videoscale.xml:
7926         * docs/plugins/inspect/plugin-videotestsrc.xml:
7927         * docs/plugins/inspect/plugin-volume.xml:
7928         * docs/plugins/inspect/plugin-vorbis.xml:
7929         * docs/plugins/inspect/plugin-ximagesink.xml:
7930         * docs/plugins/inspect/plugin-xvimagesink.xml:
7931           Update docs with caps info.
7932
7933 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7934
7935         * po/POTFILES.in:
7936           Add more files with translatable strings (#450875).
7937
7938 2007-06-23  Edward Hervey  <edward@fluendo.com>
7939
7940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7941         The chain should be freed if we error out here, else it will leak.
7942         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7943         (cleanup_decodebin):
7944         Don't forget to *properly* remove the signals, else it will leak.
7945
7946 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7947
7948         * MAINTAINERS:
7949         Updating all the maintainers files
7950
7951 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7952
7953         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7954         (main):
7955           Destroy and recreate parse-launch based pipeline after stop to be able
7956           to play again. Reorder some code and add more comments.
7957
7958 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7959
7960         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7961         When handling a delayed-caps notification case, mark
7962         the group as dynamic so that the nbdynamic count is
7963         incremented and decremented correctly. Fixes: #449156
7964         Patch by: Wim Taymans <wim@fluendo.com>
7965
7966 2007-06-19  Andy Wingo  <wingo@pobox.com>
7967
7968         * gst-libs/gst/audio/gstbaseaudiosink.c
7969         (gst_base_audio_sink_init): Enable pull-mode operation.
7970
7971 2007-06-19  Michael Smith <msmith@fluendo.com>
7972
7973         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7974           Change minimum rate back to 1000 to allow low-sample-rate wav files
7975           to play back.
7976
7977 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7978
7979         * po/vi.po:
7980           Update translations.
7981
7982 2007-06-15  David Schleef  <ds@schleef.org>
7983
7984         * gst/playback/gstqueue2.c:
7985           Fix compile error from ignored return value.
7986
7987 2007-06-15  Michael Smith <msmith@fluendo.com>
7988
7989         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7990           Update tmpbuf for all neccesary rows, not just one, as is required
7991           when downscaling.
7992           Fixes #402076.
7993
7994 2007-06-15  Michael Smith <msmith@fluendo.com>
7995
7996         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7997         (eos_buffer_probe):
7998           Add a test that ensures we set DELTA_UNIT on all non-header,
7999           non-video buffers, if we have a video stream.
8000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8001         (gst_ogg_mux_process_best_pad):
8002           Move setting delta_pad to earlier, where we inspect all pads, so
8003           that leading audio pages don't get DELTA_UNIT unset if they come
8004           before the first DELTA_UNIT from video pages. Fixes the newly-added
8005           test. Fixes #385527.
8006
8007 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8008
8009         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8010           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8011           fails on the p5-ppc64 build bot and the failure looks like it is due
8012           to the same issue as #348114, ie. a compiler bug.
8013
8014 2007-06-13  Edward Hervey  <edward@fluendo.com>
8015
8016         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8017         Fix build on MacOSX.
8018
8019 2007-06-13  Wim Taymans  <wim@fluendo.com>
8020
8021         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8022         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8023         Fix compilation on mingw. Fixes #446972.
8024
8025 2007-06-12  Wim Taymans  <wim@fluendo.com>
8026
8027         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8028
8029         * gst/playback/gstqueue2.c: (update_buffering),
8030         (gst_queue_locked_enqueue):
8031         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8032         also update the buffering status when receiving events. Fixes #446551.
8033
8034 2007-06-11  Wim Taymans  <wim@fluendo.com>
8035
8036         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8037
8038         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8039         (gst_queue_handle_src_query):
8040         Wait for preroll before attempting to forward a duration query upstream.
8041         Fixes #445505.
8042
8043 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8044
8045         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8046         (gst_base_rtp_depayload_set_gst_timestamp):
8047         Use G_GINT64_CONSTANT macro for int64 constant.
8048         * win32/common/libgstinterfaces.def:
8049         * win32/common/libgsttag.def:
8050         Add new exported functions.
8051
8052 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8053
8054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8055           The BOS page of the first Dirac video stream needs to come before
8056           the BOS page of any Vorbis streams or other audio streams, just like
8057           it is with Theora.
8058
8059 2007-06-07  Wim Taymans  <wim@fluendo.com>
8060
8061         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8062         Fix compilation.
8063
8064 2007-06-06  Wim Taymans  <wim@fluendo.com>
8065
8066         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8067
8068         * gst/playback/gstqueue2.c: (gst_queue_init),
8069         (gst_queue_handle_sink_event), (gst_queue_chain),
8070         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8071         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8072         (gst_queue_src_activate_pull):
8073         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8074         Does not yet completely work because duration queries upstream won't
8075         block yet.
8076
8077 2007-06-06  Wim Taymans  <wim@fluendo.com>
8078
8079         * configure.ac:
8080         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8081         Some more fseeko checks.
8082
8083 2007-06-06  Wim Taymans  <wim@fluendo.com>
8084
8085         * configure.ac:
8086         check for large file support.
8087
8088 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8089
8090         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8091
8092         * gst/subparse/gstsubparse.c: (parse_subrip),
8093         (subviewer_unescape_newlines), (parse_subviewer),
8094         (gst_sub_parse_data_format_autodetect),
8095         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8096         * gst/subparse/gstsubparse.h:
8097         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8098         * tests/check/elements/subparse.c: (GST_START_TEST),
8099         (subparse_suite):
8100         Add a unit test for both SubViewer formats.
8101
8102 2007-06-01  Michael Smith <msmith@fluendo.com>
8103
8104         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8105           Don't overflow intermediate values when seeking to large time values
8106           in audiotestsrc.
8107
8108 2007-06-05  Wim Taymans  <wim@fluendo.com>
8109
8110         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8111         (gst_queue_create_read), (gst_queue_read_item_from_file),
8112         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8113         Include stdio to define fseeko.
8114
8115 2007-06-05  Wim Taymans  <wim@fluendo.com>
8116
8117         Patch by: Edward Hervey  <edward@fluendo.com>
8118
8119         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8120         (gst_v4lsrc_query):
8121         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8122
8123 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8124
8125         * gst-libs/gst/riff/Makefile.am:
8126         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8127           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8128           our own implementation.
8129
8130 2007-06-05  Wim Taymans  <wim@fluendo.com>
8131
8132         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8133         (gst_base_rtp_depayload_setcaps),
8134         (gst_base_rtp_depayload_set_gst_timestamp),
8135         (gst_base_rtp_depayload_change_state):
8136         Handle timestamp wraparound.
8137
8138 2007-06-05  Wim Taymans  <wim@fluendo.com>
8139
8140         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8141         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8142         (gst_uri_decode_bin_change_state):
8143         Make sure we name srcpads uniquely even when using different internal
8144         decodebins.
8145         Signal no-more-pads when no more dynamic elements exist.
8146         Remove pads on cleanup.
8147
8148 2007-06-05  Wim Taymans  <wim@fluendo.com>
8149
8150         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8151
8152         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8153         (gst_queue_init), (gst_queue_finalize),
8154         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8155         (gst_queue_create_read), (gst_queue_read_item_from_file),
8156         (gst_queue_open_temp_location_file),
8157         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8158         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8159         (gst_queue_is_empty), (gst_queue_is_filled),
8160         (gst_queue_change_state), (gst_queue_set_temp_location),
8161         (gst_queue_set_property):
8162         Add support for filebased buffering. Fixes #441264.
8163
8164 2007-06-05  Wim Taymans  <wim@fluendo.com>
8165
8166         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8167         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8168         (caps_notify_group_cb), (gst_decode_group_new),
8169         (gst_decode_group_free):
8170         Add support for delayed caps fixation when autoplugging.
8171         Optimize cases where a multiqueue is not needed/wanted, like right after
8172         anything that is not a demuxer.
8173
8174 2007-06-05  Wim Taymans  <wim@fluendo.com>
8175
8176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8177         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8178         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8179         consideratly speedup ogg chain detection by not trying to find a base
8180         timestamp for skeleton streams. 
8181
8182 2007-06-05  Wim Taymans  <wim@fluendo.com>
8183
8184         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8185         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8186         (gst_multi_fd_sink_remove_flush),
8187         (gst_multi_fd_sink_remove_client_link),
8188         (gst_multi_fd_sink_handle_client_write),
8189         (gst_multi_fd_sink_handle_clients):
8190         * gst/tcp/gstmultifdsink.h:
8191         Add support for remove_flush.
8192
8193 2007-06-05  Wim Taymans  <wim@fluendo.com>
8194
8195         * docs/design/draft-keyframe-force.txt:
8196         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8197         (theora_enc_chain):
8198         Add draft design for forcing keyframes in encoders and implement in
8199         theoraenc.
8200
8201 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8202
8203         * configure.ac:
8204           Back to CVS
8205
8206 === release 0.10.13 ===
8207
8208 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8209
8210         * configure.ac:
8211           releasing 0.10.13, "What's Going on?"
8212
8213 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8214
8215         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8216         In riff, the depth is stored in the size field but it just means that
8217         the least significant bits are cleared. We can therefore just play
8218         the sample as if it had a depth == width. Fixes: #440997
8219
8220         Patch by: Wim Taymans <wim@fluendo.com> 
8221         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8222
8223 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8224
8225         * gst-libs/gst/floatcast/floatcast.h:
8226         Define inline when needed on win32 builds. Fixes: #441295
8227         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8228
8229 2007-05-29  Wim Taymans  <wim@fluendo.com>
8230
8231         * gst/playback/gstplaybasebin.c: (queue_overrun),
8232         (no_more_pads_full):
8233         Stop buffering when the group is commited because the queues filled up.
8234         Fixes #442024.
8235
8236 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8237
8238         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8239         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8240         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8241         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8242         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8243         * ext/alsa/gstalsamixer.h:
8244         * ext/alsa/gstalsamixerelement.c:
8245         (gst_alsa_mixer_element_interface_supported),
8246         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8247         (gst_alsa_mixer_element_set_property),
8248         (gst_alsa_mixer_element_get_property),
8249         (gst_alsa_mixer_element_change_state):
8250         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8251         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8252         (gst_mixer_option_changed):
8253         * gst-libs/gst/interfaces/mixer.h:
8254         Revert commits towards #152864 made so far. We'll pick it up again
8255         after the 0.10.13 release.
8256
8257 2007-05-24  Wim Taymans  <wim@fluendo.com>
8258
8259         * gst-libs/gst/audio/gstbaseaudiosink.c:
8260         (gst_base_audio_sink_render):
8261         After an interrupt (PAUSED/flush) assume that the next sample should not
8262         be aligned to the previous sample. Fixes #417992.
8263
8264 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8265
8266         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8267           Don't add channels and rate fields to the template caps for
8268           audio/x-dts, as wavparse might not always be able to set them,
8269           which would then lead to 'caps are not a real subset of the
8270           template caps' warnings.
8271
8272 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8273
8274         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8275         Handle unknown or invalid pads without crashing, as might occur if
8276         a media file like an mp3 is specified as a subtitle file.
8277         Fixes: #410039
8278
8279 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8280
8281         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8282         (setup_sinks):
8283         Block the subtitle bin output queue before ghosting it and linking,
8284         then unblock after. This avoids spurious not-linked errors caused 
8285         by the queue starting up (because it gets linked when it is ghosted). 
8286         Fixes: #350299
8287
8288 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8289
8290         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8291         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8292         file. Avoids flukes where the input gets typefound to some valid but
8293         useless type.
8294
8295 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8296
8297         * tests/check/Makefile.am:
8298         * tests/check/elements/.cvsignore:
8299         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8300         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8301           Add unit test for gnomevfssink seeking and position reporting for
8302           file:// URIs.
8303
8304 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8305
8306         Patch by: Mark Nauwelaerts <manauw at skynet be>
8307
8308         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8309         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8310         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8311         * ext/gnomevfs/gstgnomevfssink.h:
8312           Fix position reporting, especially after a seek (from upstream),
8313           see #412648.
8314
8315 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8316
8317         * ext/cdparanoia/gstcdparanoiasrc.c:
8318           Repair umlaut.
8319
8320 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8321
8322         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8323         Specify the full valid range for MP3 samplerates. Fixes a regression
8324         caused by extra header checks since the last release.
8325
8326 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8327
8328         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8330         Fix a locking-order bug I introduced with my changes the other day.
8331         Patch by Mike Smith.
8332
8333 2007-05-21  Michael Smith <msmith@fluendo.com>
8334
8335         * ext/theora/theoradec.c: (theora_handle_data_packet):
8336           Don't look inside 0-length packets (which indicate duplicated
8337           frames)
8338
8339 2007-05-21  Wim Taymans  <wim@fluendo.com>
8340
8341         * ext/cdparanoia/gstcdparanoiasrc.c:
8342         (gst_cd_paranoia_src_read_sector):
8343         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8344         (gst_base_audio_src_create):
8345         Small cleanups.
8346
8347         * ext/theora/theoradec.c: (theora_dec_sink_event):
8348         Fix typo.
8349
8350         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8351         (gst_base_rtp_depayload_set_gst_timestamp):
8352         Add some FIXME
8353
8354         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8355         And some debug info when a FIXME path is hit.
8356
8357 2007-05-21  Wim Taymans  <wim@fluendo.com>
8358
8359         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8360         (gst_base_rtp_audio_payload_class_init),
8361         (gst_base_rtp_audio_payload_init),
8362         (gst_base_rtp_audio_payload_finalize),
8363         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8364         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8365         (gst_base_rtp_payload_audio_handle_event):
8366         Some cleanups, remove minptime property as it is now in the parent
8367         class.
8368         Override parent class event function.
8369
8370         * gst-libs/gst/rtp/gstbasertppayload.c:
8371         (gst_basertppayload_class_init), (gst_basertppayload_init),
8372         (gst_basertppayload_event), (gst_basertppayload_set_property),
8373         (gst_basertppayload_get_property):
8374         * gst-libs/gst/rtp/gstbasertppayload.h:
8375         Add min-ptime property.
8376         Add handle-event vmethod. Fixes #415001.
8377
8378 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8379
8380         * gst-libs/gst/audio/gstbaseaudiosink.c
8381           (gst_base_audio_sink_change_state):
8382           Fix typo in comment.
8383
8384         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8385           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8386           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8387           close_link):
8388         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8389           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8390           Remove trailing whitespaces in comments.
8391
8392         * gst/volume/Makefile.am:
8393           Fix tabs.
8394
8395 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8396
8397         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8398
8399         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8400           set_option, get_option, _gst_reserved):
8401           Revert reordering functions (keep ABI).
8402
8403 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8404
8405         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8406         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8407         (gst_ximagesink_show_frame):
8408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8409         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8410         (gst_xvimagesink_show_frame):
8411         When we create our own window, indicate that we handle the 
8412         WM_DELETE client message from the window manager, so that it won't 
8413         kill our window (and our app) along with it. Handle ClientMessage,
8414         post an error on the bus, and close the window. Further buffers
8415         arriving will result in a FlowError because the window has been
8416         destroyed.
8417
8418         Fixes: #393975
8419
8420         Clean up the X event handling loop and make them the same for
8421         both xvimagesink and ximagesink while I'm at it.
8422
8423 2007-05-17  Wim Taymans  <wim@fluendo.com>
8424
8425         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8426         Make decodebin2 autoplug depayloaders too.
8427
8428         * gst/playback/gsturidecodebin.c: (source_new_pad):
8429         Set the newly created decoder in a usable state when autoplugging a
8430         dynamic source such as RTSP.
8431
8432 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8433
8434         * gst/playback/gststreaminfo.c: (cb_probe):
8435           Ignore video-codec tag for audio streams and ignore audio-codec tags
8436           for video streams. Should make codec name collection a bit more
8437           robust against sloppy demuxers that send tag events containing both
8438           tags down each pad.
8439
8440 2007-05-17  Wim Taymans  <wim@fluendo.com>
8441
8442         * gst/playback/gstqueue2.c: (update_rates):
8443         Tweak the buffering thresholds a little.
8444         Update the buffer size with the previously calculate rate instead of
8445         only when we calculate a new rate so that we get smoother buffering
8446         updates.
8447
8448         * gst/playback/Makefile.am:
8449         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8450         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8451         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8452         (gst_uri_decode_bin_get_property), (unknown_type),
8453         (add_element_stream), (no_more_pads_full), (no_more_pads),
8454         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8455         (gen_source_element), (has_all_raw_caps), (analyse_source),
8456         (remove_decoders), (make_decoder), (remove_source),
8457         (source_new_pad), (setup_source), (decoder_query_init),
8458         (decoder_query_duration_fold), (decoder_query_duration_done),
8459         (decoder_query_position_fold), (decoder_query_position_done),
8460         (decoder_query_latency_fold), (decoder_query_latency_done),
8461         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8462         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8463         (gst_uri_decode_bin_change_state), (plugin_init):
8464         New element that intergrates a source, optional buffering element and
8465         decodebin.
8466
8467 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8468
8469         * configure.ac:
8470           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8471           (also has a .pc file, so we don't need the fallback check any
8472           longer). Fixes #438840.
8473
8474 2007-05-17  Wim Taymans  <wim@fluendo.com>
8475
8476         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8477         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8478         (apply_segment), (apply_buffer), (update_buffering),
8479         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8480         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8481         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8482         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8483         (plugin_init):
8484         fix build.
8485
8486 2007-05-17  Wim Taymans  <wim@fluendo.com>
8487
8488         * gst/playback/Makefile.am:
8489         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8490         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8491         (gst_queue_getcaps), (gst_queue_bufferalloc),
8492         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8493         (apply_buffer), (update_buffering), (reset_rate_timer),
8494         (update_rates), (gst_queue_locked_flush),
8495         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8496         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8497         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8498         (gst_queue_loop), (gst_queue_handle_src_event),
8499         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8500         (gst_queue_src_activate_push), (gst_queue_change_state),
8501         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8502         On our way to playbin2 this is the new network queue that does buffering
8503         all by itself using high and low watermarks. It can also measure up and
8504         downstream bandwidth to optimally size the queue.
8505
8506 2007-05-17  Michael Smith <msmith@fluendo.com>
8507
8508         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8509         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8510           Use the segment->last_stop value to calculate the next timestamp to
8511           generate after a seek; not the segment->start value.
8512
8513 2007-05-15  David Schleef  <ds@schleef.org>
8514
8515         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8516           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8517
8518 2007-05-15  Wim Taymans  <wim@fluendo.com>
8519
8520         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8521         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8522         Some more chained streaming ogg timestamp fixes.
8523
8524 2007-05-15  Wim Taymans  <wim@fluendo.com>
8525
8526         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8527         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8528         (gst_ogg_demux_handle_page):
8529         Add some FIXMEs.
8530         Fix chain start/stop segment handling based on patch by
8531         <ahalda at cs dot mcgill dot ca> see #320984.
8532
8533 2007-05-15  Michael Smith <msmith@fluendo.com>
8534
8535         * configure.ac:
8536           We don't require a C++ compiler. So don't require one.
8537
8538 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8539
8540         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8541           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8542           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8543           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8544           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8545           gst_alsa_mixer_update_track):
8546           Apply some of the cleanup Tim suggested in #152864 afterwards.
8547
8548 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8549
8550         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8551
8552         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8553           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8554           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8555           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8556           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8557           gst_alsa_mixer_handle_source_callback,
8558           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8559           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8560           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8561           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8562           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8563           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8564         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8565         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8566           gst_alsa_mixer_element_interface_supported,
8567           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8568           gst_alsa_mixer_element_set_property,
8569           gst_alsa_mixer_element_get_property,
8570           gst_alsa_mixer_element_change_state):
8571         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8572         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8573           gst_mixer_option_changed):
8574         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8575           volume_changed, option_changed, _gst_reserved):
8576           Implement notification for alsamixer. Fixes #152864
8577
8578 2007-05-14  David Schleef  <ds@schleef.org>
8579
8580         * gst/videotestsrc/videotestsrc.c:
8581         * gst/videotestsrc/videotestsrc.h:
8582           Add support for video/x-raw-bayer.
8583
8584 2007-05-12  David Schleef  <ds@schleef.org>
8585
8586         * sys/xvimage/xvimagesink.c:
8587           Add some sanity checking for the XVImage size returned by X.
8588           Related to #377400.
8589
8590 2007-05-12  Wim Taymans  <wim@fluendo.com>
8591
8592         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8593         (gst_base_rtp_depayload_setcaps),
8594         (gst_base_rtp_depayload_set_gst_timestamp):
8595         Parse and use additional caps fields as described in updated
8596         application/x-rtp caps spec.
8597
8598 2007-05-12  Wim Taymans  <wim@fluendo.com>
8599
8600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8601         (gst_ogg_demux_collect_chain_info):
8602         If there is a stream in a chain without any data packets, ignore the
8603         stream in the total length calculations. Might be related to #436820.
8604
8605 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8606
8607         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8608         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8609         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8610         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8611         (plugin_init):
8612
8613         Consolidate and re-work our mpeg system stream detection to probe
8614         more packets and produce a higher confidence result. Fixes a
8615         regression caused by lowering the typefind probability last year
8616         - related to bug #397810. Remove the redundant MPEG-1 specific 
8617         typefind function, as the new one detects both MPEG-1 & MPEG-2
8618         happily.
8619
8620         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8621         little. 
8622
8623         Tested against my media test directory, with some improvements and
8624         no regressions.
8625
8626 2007-05-10  Wim Taymans  <wim@fluendo.com>
8627
8628         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8629         (queue_out_of_data):
8630         Connect to the new queue "pushing" signal instead of the broken
8631         "running" one.
8632
8633 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8634
8635         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8636         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8637         Move variable declaration before the first instruction.
8638         * gst/videotestsrc/videotestsrc.c:
8639         Define M_PI if it's not defined yet.
8640         * win32/common/libgstrtp.def:
8641         Add new exported functions.
8642
8643 2007-05-09  Michael Smith <msmith@fluendo.com>
8644
8645         * ext/theora/theoradec.c: (theora_handle_type_packet):
8646           gst_pad_push_event() does not return a GstFlowReturn!
8647
8648 2007-05-09  Wim Taymans  <wim@fluendo.com>
8649
8650         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8651         * tests/examples/seek/seek.c: (do_seek):
8652         Some small cosmetic changes.
8653
8654 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8655
8656         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8657           gst_adder_change_state):
8658         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8659           segment_pending, segment_position, segment_rate):
8660           Handle playback-rate on adder.
8661
8662 2007-05-07  Michael Smith <msmith@fluendo.com>
8663
8664         * ext/theora/gsttheoradec.h:
8665         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8666         (theora_dec_sink_event), (theora_handle_comment_packet),
8667         (theora_handle_type_packet), (theora_dec_change_state):
8668           Don't push events (newsegment, tags) before initialising the
8669           decoder.
8670           This is neccesary for seeking to work correctly in gnonlin.
8671
8672 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8673
8674         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8675         * gst/adder/gstadder.c:
8676         * gst/audiotestsrc/gstaudiotestsrc.c
8677           (gst_audio_test_src_create_white_noise):
8678         * gst/videotestsrc/gstvideotestsrc.c:
8679         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8680           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8681           volume_sink_template, volume_src_template, gst_volume_init,
8682           volume_process_double, volume_process_int16,
8683           volume_process_int16_clamp):
8684           Doc fixes and formatting.
8685
8686 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8687
8688         * tests/check/Makefile.am:
8689         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8690           Minimal check for volume's GstController usability; also another
8691           test for #422295.
8692
8693 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8694
8695         * gst-libs/gst/cdda/gstcddabasesrc.c:
8696         (gst_cdda_base_src_add_track):
8697           Fix it so that it (a) makes sense and (b) doesn't break
8698           everything cdda-related including the unit test.
8699
8700 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8701
8702         * gst-libs/gst/cdda/gstcddabasesrc.c:
8703         (gst_cdda_base_src_add_track):
8704           Fix build when disabling asserts.
8705
8706 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8707
8708         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8709           When XShm is not available, we might get row strides that are not
8710           rounded up to multiples of four; this is bad, because virtually
8711           every RGB-processing element in GStreamer assumes rowstrides are
8712           rounded up to multiples of four, so let's allocate at least enough
8713           memory to avoid crashes in this case. The image will still be
8714           displayed distorted though if this happens, so that still needs
8715           fixing (maybe by allocating a bigger image with an 'even' width
8716           and then clipping it appropriately when rendering - something for
8717           Xlib aficionados in any case).
8718
8719 2007-05-03  Michael Smith <msmith@fluendo.com>
8720
8721         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8722           If a buffer doesn't have a timestamp, assume it's contiguous with
8723           the previous buffer, and synthesise timestamps appropriately.
8724
8725 2007-05-03  Edward Hervey  <edward@fluendo.com>
8726
8727         * tests/check/elements/videorate.c: (GST_START_TEST):
8728         Set buffer timestamp to a valid value in order to test the buffer
8729         really does stay in videorate.
8730
8731 2007-05-03  Edward Hervey  <edward@fluendo.com>
8732
8733         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8734         There is no sensible way to handle incoming buffers which don't have a
8735         valid timestamp. We therefore discard them and wait for the next one.
8736
8737 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8738
8739         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8740         * gst/playback/gstdecodebin2.c: (plugin_init):
8741           Better error message for text files.
8742
8743 2007-04-29  Wim Taymans  <wim@fluendo.com>
8744
8745         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8746         Fix offset bug in generation RR packets.
8747
8748 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8749
8750         * ext/theora/theoradec.c: (_theora_granule_time),
8751         (theora_dec_push_forward), (theora_handle_data_packet),
8752         (theora_dec_decode_buffer): Calculate buffer duration correctly
8753         to generate a perfect stream (#433888).
8754         * gst/audioresample/gstaudioresample.c:
8755         (audioresample_check_discont): Glib provides ABS.
8756
8757 2007-04-27  Wim Taymans  <wim@fluendo.com>
8758
8759         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8760         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8761         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8762         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8763         (gst_rtcp_packet_bye_set_reason):
8764         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8765         Fix RB block parsing and writing.
8766         Add support for constructing BYE packets.
8767
8768 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8769
8770         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8771         (gst_base_audio_src_create):
8772         * po/POTFILES.in:
8773           When posting a warning message because samples were dropped, post
8774           something more intelligible than he default error message for clock
8775           errors which is just confusing in this context (#432984).
8776
8777 2007-04-25  Wim Taymans  <wim@fluendo.com>
8778
8779         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8780         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8781         (read_packet_header), (gst_rtcp_packet_move_to_next),
8782         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8783         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8784         (gst_rtcp_packet_sdes_get_item_count),
8785         (gst_rtcp_packet_sdes_first_item),
8786         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8787         (gst_rtcp_packet_sdes_first_entry),
8788         (gst_rtcp_packet_sdes_next_entry),
8789         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8790         (gst_rtcp_packet_sdes_add_entry):
8791         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8792         Implement code to write SR, RR and SDES packets.
8793
8794 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8795
8796         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8797
8798         * sys/ximage/ximagesink.c:
8799           Fix build if XShm is not available (#432362).
8800
8801 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8802
8803         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8804         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8805         pointers to random memory which are passed to g_free() when
8806         audio_convert_prepare_context() is called the first time.
8807
8808 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8809
8810         Patch by: Dan Williams <dcbw redhat com>
8811
8812         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8813           Don't leak incoming buffer if gst_pad_push() returns a
8814           non-OK flow. Fixes #432755.
8815          
8816         * tests/check/elements/videorate.c: (GST_START_TEST),
8817         (videorate_suite):
8818           Unit test for the above by Yours Truly.
8819
8820 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8821
8822         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8823         (gst_adder_sink_event), (gst_adder_collected):
8824           Fix non-flushing segmented seeks, Fixes #340060 for me
8825
8826 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8827
8828         Patch by: Olivier Crete  <tester at tester ca>
8829
8830         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8831         (gst_base_rtp_audio_payload_class_init),
8832         (gst_base_rtp_audio_payload_init),
8833         (gst_base_rtp_audio_payload_dispose):
8834           Chain up to parent class in dispose function; get rid of
8835           unnecessary 'diposed' flag in private structure (#415001).
8836
8837 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8838
8839         * docs/libs/gst-plugins-base-libs.types:
8840         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8841         (gst_base_rtp_audio_payload_class_init):
8842         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8843         * gst-libs/gst/rtp/gstbasertppayload.c:
8844           Some minor docs fixes and additions; also add missing 'Since' bits.
8845
8846 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8847
8848         Patch by: Zeeshan Ali  <zeenix gmail com>
8849
8850         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8851         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8852         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8853         (gst_base_rtp_audio_payload_push):
8854         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8855           The recently-added gst_base_rtp_audio_payload_push() should take an
8856           object of type GstBaseRTPAudioPayload as first argument (#431672).
8857
8858 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8859
8860         * gst/audioresample/gstaudioresample.c:
8861           Make more functions static, just because we can.
8862
8863 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * tests/check/elements/audioresample.c:
8866           Add unit test for audioresample shutdown crasher (#420106).
8867
8868 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8869
8870         * gst/subparse/gstsubparse.c:
8871         * gst/subparse/samiparse.c:
8872           Use GST_DISABLE_XML here
8873
8874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8875         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8876         (gst_xvimagesink_buffer_alloc),
8877         (gst_xvimagesink_navigation_send_event):
8878         * sys/xvimage/xvimagesink.h:
8879           Include stdlib.h when using atoi.
8880           
8881         * tests/check/elements/playbin.c: (playbin_suite):
8882           Use GST_DISABLE_REGISTRY here
8883
8884 2007-04-19  Michael Smith  <msmith@fluendo.com>
8885
8886         * ext/theora/gsttheoraenc.h:
8887         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8888         (theora_enc_sink_event), (theora_enc_change_state):
8889           Track initialisation state; don't try to use encoder state if we're
8890           not initialised (it'll segfault).
8891
8892 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8893
8894         * tests/check/pipelines/.cvsignore:
8895         Fix build.
8896
8897 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8898
8899         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8900         Allow random depths between 1 and 32 instead of only multiplies of 8.
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         Set the maximum number of channels for PCM and float in the correct
8906         place to have it also used when creating the template caps.
8907
8908 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8909
8910         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8911         Correctly support 4, 6 and 8 channels with normal PCM and float
8912         wav files.
8913
8914         Fix the depth and signedness calculation in extensible wav files and
8915         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8916         mask is found.
8917
8918         Add support for float, alaw and mulaw in extensible wav files.
8919
8920         This allows correct playback of all but 5 files from
8921         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8922         
8923         (gst_riff_create_audio_template_caps):
8924         Add voxware and float formats to the template caps.     
8925
8926 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8927
8928         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8929
8930         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8931         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8932
8933         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8934         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8935         Use the correct format strings for integer formats.
8936
8937 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8938
8939         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8940           Don't use pad_alloc_buffer_and_set_caps to create a small header
8941           packet, or, worse, to create a big temporary video buffer using the
8942           src pad.
8943
8944 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8945
8946         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8947         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8948           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8949           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8950
8951 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8952
8953         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8954           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8955           streamheader_suite):
8956           Add another test set up for failure
8957
8958 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8959
8960         * tests/check/Makefile.am:
8961         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8962           GST_START_TEST, streamheader_suite, main):
8963           Add a test for the streamheader bug Wim fixed.
8964
8965 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8966
8967         * ext/theora/theoradec.c: (theora_dec_sink_event):
8968         Fix misleading comment.
8969
8970 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8971
8972         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8973           More sanity checks for the header fields.
8974
8975 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8976
8977         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8978           Try encodings from all environment variables, not just those in the
8979           first environment variable that is set.
8980
8981 2007-04-12  Wim Taymans  <wim@fluendo.com>
8982
8983         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8984         (gst_video_rate_chain):
8985         Add some debug.
8986
8987         * tests/check/elements/videorate.c: (GST_START_TEST),
8988         (videorate_suite):
8989         Added check for videorate changing caps handling. Closes #421834.
8990
8991 2007-04-12  Michael Smith  <msmith@fluendo.com>
8992
8993         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8994           Use scale functions to avoid overflow when calculating duration of 
8995           vorbis buffers.
8996
8997 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8998
8999         * docs/libs/gst-plugins-base-libs-sections.txt:
9000         * gst-libs/gst/tag/tag.h:
9001         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9002           API: add gst_tag_freeform_string_to_utf8() (#405072).
9003
9004         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9005           Use gst_tag_freeform_string_to_utf8() here.
9006
9007 2007-04-12  Wim Taymans  <wim@fluendo.com>
9008
9009         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9010         (gst_gdp_pay_sink_event):
9011         Make sure we set the IN_CAPS flag correctly.
9012
9013         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9014         Get the IN_CAPS flag before we call functions that mess with the flags.
9015
9016 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9017
9018         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9019           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9020           Only stamp buffers with offset/offset_end right before they get
9021           pushed.  This ensures offset continuity, which was not the case
9022           before as shown by
9023           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9024
9025 2007-04-06  Wim Taymans  <wim@fluendo.com>
9026
9027         * gst/playback/gstplaybin.c: (add_sink),
9028         (gst_play_bin_change_state):
9029         Activate sync in playbin, we are ready to handle it for live streams.
9030
9031 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9032
9033         * tests/check/elements/playbin.c:
9034         (test_sink_usage_video_only_stream), (playbin_suite):
9035           Add small test for stream-info-value-array code paths.
9036
9037 2007-04-05  Wim Taymans  <wim@fluendo.com>
9038
9039         * gst-libs/gst/audio/gstbaseaudiosink.c:
9040         (gst_base_audio_sink_skew_slaving):
9041         Don't try to create invalid calibration parameters by making the
9042         internal time go backwards, instead make external time go forward.
9043
9044 2007-04-05  Wim Taymans  <wim@fluendo.com>
9045
9046         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9047
9048         * gst/playback/gstplaybasebin.c: (add_stream):
9049         Fix leak in add_stream(), when g_value_set_object() increases the
9050         refcount of streaminfo object. Fixes #426250.
9051
9052 2007-04-03  David Schleef  <ds@schleef.org>
9053
9054         * gst/videotestsrc/gstvideotestsrc.c:
9055         * gst/videotestsrc/gstvideotestsrc.h:
9056         * gst/videotestsrc/videotestsrc.c:
9057         * gst/videotestsrc/videotestsrc.h:
9058           Add a test pattern called "circular", which has concentric
9059           rings with varying radial frequency.  The main purpose of this
9060           pattern is to test fidelity loss in a filter or scaler element.
9061           Notably, this pattern is scale invariant, and is optimally viewed
9062           with a width (and height) of 400.
9063
9064 2007-04-03  Wim Taymans  <wim@fluendo.com>
9065
9066         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9067
9068         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9069         (deactivate_free_recursive):
9070         Decodebin2 doesn't unref pads it obtains in some occasions:
9071         - multiqueue src pads, when either connecting further or exposing
9072         - sink pads of new autoplugged elements
9073         - peer pads when recursively freeing elements
9074         Fixes #425455.
9075
9076 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9077
9078         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9079         Add audio/x-raw-float support, now that audioconvert support
9080         non-native endianness floats.
9081
9082 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9083
9084         * docs/libs/gst-plugins-base-libs-docs.sgml:
9085           gstreamer-plugins-base.pc doesn't exist, it's
9086           gstreamer-plugins-base-0.10.pc.
9087
9088 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9089
9090         Patch by: René Stadler <mail at renestadler dot de>
9091         with some minor changes
9092
9093         * gst-libs/gst/floatcast/floatcast.h:
9094         Use more efficient float endianness conversion functions that don't
9095         involve 2 function calls per value.
9096         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9097         (check_default), (audio_convert_prepare_context):
9098         * gst/audioconvert/gstaudioconvert.c:
9099         (gst_audio_convert_parse_caps), (make_lossless_changes):
9100         Support non-native endianness floats as input and output.
9101         Fixes #339838.
9102         * tests/check/elements/audioconvert.c: (verify_convert),
9103         (GST_START_TEST):
9104         Add unit tests for the non-native endianness float conversions.
9105
9106 2007-03-29  Wim Taymans  <wim@fluendo.com>
9107
9108         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9109         (gst_base_rtp_depayload_base_init),
9110         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9111         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9112         (gst_base_rtp_depayload_set_gst_timestamp),
9113         (gst_base_rtp_depayload_change_state),
9114         (gst_base_rtp_depayload_set_property),
9115         (gst_base_rtp_depayload_get_property):
9116         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9117         Add Private structure.
9118         Bring element code to 2007.
9119         Parse clock-base caps param and use it when generating the
9120         newsegment.
9121         Reset variables before going to PAUSED.
9122         Fix some docs.
9123
9124 2007-03-29  Wim Taymans  <wim@fluendo.com>
9125
9126         * docs/libs/gst-plugins-base-libs-docs.sgml:
9127         * docs/libs/gst-plugins-base-libs-sections.txt:
9128         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9129         (gst_base_rtp_audio_payload_get_adapter):
9130         Add RTCP docs.
9131         Fix some more docs.
9132
9133         * gst-libs/gst/rtp/Makefile.am:
9134         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9135         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9136         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9137         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9138         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9139         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9140         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9141         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9142         (gst_rtcp_packet_sr_get_sender_info),
9143         (gst_rtcp_packet_sr_set_sender_info),
9144         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9145         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9146         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9147         (gst_rtcp_packet_sdes_get_chunk_count),
9148         (gst_rtcp_packet_sdes_first_chunk),
9149         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9150         (gst_rtcp_packet_sdes_first_item),
9151         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9152         (gst_rtcp_packet_bye_get_ssrc_count),
9153         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9154         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9155         (gst_rtcp_packet_bye_get_reason_len),
9156         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9157         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9158         Add new helper object for parsing and creating RTCP messages.
9159
9160 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9161
9162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9163         PCM samples with width=8 must be always unsigned, no matter what
9164         depth they have.
9165
9166 2007-03-29  Andy Wingo  <wingo@pobox.com>
9167
9168         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9169         perfect offsets also, not just timestamps.
9170
9171         * tests/check/elements/videorate.c (test_more): Test that given
9172         any incoming offsets, that videorate produces perfect offsets.
9173
9174 2007-03-29  Wim Taymans  <wim@fluendo.com>
9175
9176         * gst-libs/gst/riff/riff-ids.h:
9177         Add some more RIFF formats.
9178
9179 2007-03-29  Wim Taymans  <wim@fluendo.com>
9180
9181         * gst-libs/gst/rtp/gstrtpbuffer.c:
9182         (gst_rtp_buffer_default_clock_rate):
9183         * gst-libs/gst/rtp/gstrtpbuffer.h:
9184         Fix fixed payload names and docs.
9185         Added method to get the default clock rates of fixed payload types.
9186         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9187
9188 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9189
9190         * tests/check/pipelines/.cvsignore:
9191         Add new vorbisdec test to cvsignore.
9192
9193 2007-03-28  Wim Taymans  <wim@fluendo.com>
9194
9195         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9196         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9197         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9198         (gst_base_audio_sink_set_property),
9199         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9200         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9201         (gst_base_audio_sink_skew_slaving),
9202         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9203         (gst_base_audio_sink_async_play):
9204         * gst-libs/gst/audio/gstbaseaudiosink.h:
9205         Store private stuff in GstBaseAudioSinkPrivate.
9206         Add configurable clock slaving modes property.
9207         API:: GstBaseAudioSink::slave-method property
9208         Some more latency reporting tweaks.
9209         Added skew based clock slaving correction and make it the default until
9210         the resampling method is more robust.
9211
9212 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9213
9214         * gst/audioconvert/audioconvert.c:
9215         Add docs to the integer pack functions and implement proper
9216         rounding. Before we had rounding towards negative infinity, i.e.
9217         always the smaller number was taken. Now we use natural rounding,
9218         i.e. rounding to the nearest integer and to the one with the largest
9219         absolute value for X.5. The old rounding introduced some minor
9220         distortions. Fixes #420079
9221         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9222         Fix one unit test that assumed the old rounding and added unit tests
9223         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9224         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9225         rounding from signed int32 to signed/unsigned int16.
9226
9227 2007-03-27  Michael Smith  <msmith@fluendo.com>
9228
9229         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9230         (gst_audio_convert_transform_caps):
9231           Fix typo in debug line introduced recently, as pointed out on irc.
9232
9233 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9234
9235         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9236         * tests/check/libs/tag.c: (GST_START_TEST):
9237           Make sure we parse floating-point numbers in vorbis comments
9238           correctly with either '.' or ',' as separator, no matter what
9239           the current locale is. Add unit test for this too.
9240
9241 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9242
9243         Patch by: René Stadler  <mail at renestadler de>
9244
9245         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9246           When writing out floating-point numbers to vorbis comment tags, always
9247           use the same character as separator no matter what the current locale is
9248           (fixes #423051).
9249
9250         * tests/check/libs/tag.c: (GST_START_TEST):
9251           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9252
9253 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9254
9255         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9256           vorbis_handle_data_packet):
9257           Correctly set DURATION to generate a timestamp-continuous stream.
9258           One bug left at the end; see
9259           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9260         * tests/check/Makefile.am:
9261         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9262           Add a test to check this.  Without the above patch this test fails.
9263
9264 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9265
9266         * gst-libs/gst/rtp/Makefile.am:
9267         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9268
9269 2007-03-23  Michael Smith  <msmith@fluendo.com>
9270
9271         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9272         (gst_video_rate_reset), (gst_video_rate_chain):
9273           If videorate changes caps, we can no longer use the old buffer
9274           (which may have a different size, incompatible with our caps).
9275           So don't do that; just duplicate the new frame more times.
9276
9277 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9278
9279         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9280         Remove playbin's override of the set_clock vmethod. It's irrelevant
9281         after Wim's commit on the 19th.
9282
9283 2007-03-22  Wim Taymans  <wim@fluendo.com>
9284
9285         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9286         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9287         * ext/gnomevfs/gstgnomevfssrc.h:
9288         Don't cache file sizes. Fixes #341078.
9289
9290 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9291
9292         * gst/playback/gstplaybin.c: (add_sink):
9293           Use GST_PTR_FORMAT to log caps. 
9294
9295 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9296
9297         Patch by: Young-Ho Cha <ganadist at chollian net>
9298
9299         * gst/subparse/samiparse.c: (handle_start_font):
9300           Special-case some more colour names that pango doesn't handle by
9301           default. Fixes #420578.
9302
9303 2007-03-20  Michael Smith  <msmith@fluendo.com>
9304
9305         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9306           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9307           that marks EOS internally. After that, libvorbis will buffer all
9308           input data, and encode none of it, eventually leading to memory
9309           exhaustion.
9310
9311 2007-03-19  Wim Taymans  <wim@fluendo.com>
9312
9313         * gst/playback/gstdecodebin.c: (remove_fakesink):
9314         Don't post STATE_DIRTY anymore.
9315
9316         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9317         (gst_play_bin_change_state):
9318         Remove stream_time reset in seek handling, core does that now.
9319         Disable clocking for live pipelines by forcing a NULL clock to the
9320         complete pipeline, core is too smart now for our previous hack.
9321         We can always autoplug in PAUSED now.
9322
9323 2007-03-17  David Schleef  <ds@schleef.org>
9324
9325         * REQUIREMENTS:  Update this file, change the formatting to make
9326         it more consistent, plus more machine readable.
9327
9328 2007-03-16  Michael Smith  <msmith@fluendo.com>
9329
9330         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9331         (strip_width_64), (append_with_other_format):
9332           Previous fix was too simplistic, and broke the tests. Use a better
9333           approach; only strip 64 from widths for integer audio.
9334
9335 2007-03-16  Michael Smith  <msmith@fluendo.com>
9336
9337         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9338         (gst_audio_convert_transform_caps):
9339           We don't support 64 bit integer audio, so don't try to claim we can.
9340           Stops us producing caps don't match our template caps.
9341           Update comments.
9342
9343 2007-03-15  Michael Smith  <msmith@fluendo.com>
9344
9345         * gst/audioresample/gstaudioresample.c:
9346         (audioresample_check_discont), (audioresample_transform):
9347           Don't trigger discontinuities for very small imperfections; a filter
9348           flush will sound bad, and many plugins have rounding errors leading
9349           to these.
9350
9351 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9352
9353         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9354
9355         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9356         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9357         API: add "min-ptime" property to RTP base audio payloader.
9358         API: add gst_base_rtp_audio_payload_push().
9359         API: add gst_base_rtp_audio_payload_get_adapter().
9360         Fixes #415001
9361         Indentation/whitespace/documentation fixes.
9362
9363 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9364
9365         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9366         (audioresample_transform_size), (audioresample_do_output),
9367         (audioresample_transform), (audioresample_pushthrough): Handle
9368         discontinuous streams.
9369         * gst/audioresample/gstaudioresample.h:
9370         * tests/check/elements/audioresample.c:
9371         (test_discont_stream_instance), (GST_START_TEST),
9372         (audioresample_suite): Add a test for discontinuous streams.
9373         * win32/common/config.h: Updated.
9374
9375 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9376
9377         * po/af.po:
9378         * po/az.po:
9379         * po/cs.po:
9380         * po/en_GB.po:
9381         * po/it.po:
9382         * po/nb.po:
9383         * po/nl.po:
9384         * po/or.po:
9385         * po/sq.po:
9386         * po/sr.po:
9387         * po/sv.po:
9388         * po/uk.po:
9389         * po/vi.po:
9390           Update translations from translation project.
9391
9392 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9393
9394         * gst/audioresample/debug.h:
9395         * gst/audioresample/resample.c: (resample_init):
9396           Since I really am not interested in a debug line for each sample
9397           being processed, move the library's debugging to its own category,
9398           libaudioresample
9399
9400 2007-03-13  Michael Smith  <msmith@fluendo.com>
9401
9402         * ext/theora/theoradec.c: (theora_handle_type_packet):
9403           Since the plugin doesn't support anything other than 4:2:0 right
9404           now, post an error and fail if we get something else. Won't matter
9405           until libtheora supports the other pixel formats, but hopefully
9406           that'll be soon...
9407
9408 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9409
9410         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9411         Use gst_guint64_to_gdouble for conversion.
9412         * win32/MANIFEST:
9413         Add new files to the win32 MANIFEST.
9414         * win32/common/libgstaudio.def:
9415         * win32/common/libgstpbutils.def:
9416         Add new exported functions.
9417         * win32/vs6/gst_plugins_base.dsw:
9418         * win32/vs6/libgstdecodebin.dsp:
9419         * win32/vs6/libgstplaybin.dsp:
9420         Change the link to libgstpbutils.lib.
9421         * win32/vs6/libgstdecodebin2.dsp:
9422         Add a new project for decodebin2.
9423         * win32/vs6/libgstpbutils.dsp:
9424         Add a new project for pbutils.
9425
9426 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9427
9428         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9429           Also accept partial dates with only year and month,
9430           like 1999-12-00 (fixes #410396 even more).
9431
9432         * tests/check/libs/tag.c: (GST_START_TEST):
9433           Add unit test for the above.
9434
9435 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9436
9437         * tests/check/elements/subparse.c: (GST_START_TEST),
9438         (subparse_suite):
9439           Add unit test for MPL2 subtitle format (#413799).
9440
9441 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9442
9443         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9444
9445         * gst/subparse/Makefile.am:
9446         * gst/subparse/gstsubparse.c:
9447         (gst_sub_parse_data_format_autodetect),
9448         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9449         (gst_subparse_type_find):
9450         * gst/subparse/gstsubparse.h:
9451         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9452         * gst/subparse/mpl2parse.h:
9453           Add support for MPL2 subtitle format (#413799).
9454
9455 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9456
9457         * configure.ac:
9458           We require core CVS for the new buffer metadata copy functions.
9459
9460 2007-03-09  Wim Taymans  <wim@fluendo.com>
9461
9462         * gst-libs/gst/tag/gstid3tag.c:
9463         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9464         Fixes #414496.
9465
9466         Patch by: Alex Lancaster <alexl at users sourceforge net>
9467
9468 2007-03-09  Wim Taymans  <wim@fluendo.com>
9469
9470         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9471         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9472         Improve adapter usage and comments.
9473
9474 2007-03-09  Wim Taymans  <wim@fluendo.com>
9475
9476         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9477         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9478         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9479         Use new metadata copy function.
9480
9481         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9482         (gst_ffmpegcsp_transform):
9483         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9484         Basetransform copied the metadata for us.
9485
9486 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9487
9488         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9489         (gst_text_overlay_video_event):
9490           Some more logging. Only accept newsegment events in TIME format and
9491           send a WARNING message if they are not in TIME format.
9492
9493         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9494         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9495         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9496         * gst/subparse/gstsubparse.h:
9497           No need to allocate GstSegment structure dynamically, just put it
9498           into the instance structure; ignore newsegment events in BYTE
9499           format and in particular don't let it overwrite our saved TIME
9500           segment from the last seek.
9501
9502 2007-03-09  Michael Smith  <msmith@fluendo.com>
9503
9504         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9505           Replace AC3 typefinder with one that isn't terrible, and actually
9506           works usefully.
9507
9508 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9509
9510         * gst/audioconvert/gstaudioconvert.c:
9511         (gst_audio_convert_transform):
9512           fix error category and translatable string
9513           
9514
9515 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9516
9517         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9518         * pkgconfig/gstreamer-plugins-base.pc.in:
9519           Fix up utils => pbutils here too.
9520
9521 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9522
9523         * gst/subparse/gstsubparse.c: (handle_buffer):
9524           Break out of loop in chain function as soon as possible if we get
9525           a non-OK flow return.
9526
9527 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9528
9529         * tests/check/elements/alsa.c: (GST_START_TEST):
9530         Unref the mixer if the state change fails too (if the
9531         alsa devices are inaccessible, for example)
9532
9533 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9534
9535         * tests/check/Makefile.am:
9536         Don't test libvisual elements in the states check, because libvisual
9537         seems to leak internally.
9538
9539         Re-enable the alsa and states tests now that there's new suppressions
9540         in gst.supp.
9541
9542         * tests/check/elements/alsa.c: (GST_START_TEST):
9543         Don't leak the alsamixer we instantiated.
9544
9545 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9546
9547         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9548         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9549         (gst_ximagesink_finalize):
9550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9551         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9552         Move some cleanup stuff from the state change handler into a _reset()
9553         function that can be called from _finalize(). This ensures that things
9554         get freed even if (for some reason) the NULL->READY state transition
9555         fails in the parent class.
9556         Even if a parent state change fails, process our downward state change
9557         logic instead of bailing out early.
9558         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9559
9560 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9561
9562         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9563         Extra log line.
9564
9565         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9566         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9567         Use pango_font_description_set_family_static instead of 
9568         pango_font_description_set_family to save a string copy (it was
9569         leaking due to the strdup anyway)
9570
9571         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9572         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9573         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9574         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9575         Chain up in finalize.
9576
9577 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9578
9579         * gst-libs/gst/interfaces/mixertrack.c:
9580         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9581         (gst_mixer_track_set_property):
9582           API: add "untranslated-label" property which should be set by
9583           implementations at construct time (#414645).
9584
9585         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9586         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9587           Set "untranslated-label" when constructing mixer track objects.
9588
9589         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9590           Unit test to check the above.
9591
9592 2007-03-07  Wim Taymans  <wim@fluendo.com>
9593
9594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9595         Fix confusing debug message.
9596
9597 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9598
9599         * gst-plugins-base.doap:
9600         update doap file with new version
9601
9602 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9603
9604         * configure.ac:
9605         Back to CVS
9606
9607 === release 0.10.12 ===
9608
9609 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9610
9611         * configure.ac:
9612           releasing 0.10.12, "Zombie Horde"
9613
9614 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9615
9616         * configure.ac:
9617         Bump version to 0.10.11.4 pre-release
9618
9619 2007-03-06  Wim Taymans  <wim@fluendo.com>
9620
9621         * gst-libs/gst/audio/gstbaseaudiosink.c:
9622         (gst_base_audio_sink_async_play):
9623         Fix regression that made GStreamer skip the first samples of audio.
9624         Fixes #414684.
9625
9626 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9627
9628         * configure.ac:
9629         Bump version to 0.10.11.3 pre-release
9630
9631 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9632
9633         * po/POTFILES.in:
9634           Update paths for the rename from utils to pbutils to fix the build.
9635
9636 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9637
9638         * gst-libs/gst/pbutils/Makefile.am:
9639           Change directory to install headers in from gst/utils to gst/pbutils
9640           as well.
9641
9642 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9643
9644         * configure.ac:
9645         * docs/libs/gst-plugins-base-libs-docs.sgml:
9646         * docs/libs/gst-plugins-base-libs-sections.txt:
9647         * gst-libs/gst/Makefile.am:
9648         * gst-libs/gst/interfaces/mixer.c:
9649         * gst-libs/gst/pbutils/Makefile.am:
9650         * gst-libs/gst/pbutils/descriptions.c:
9651         (gst_pb_utils_get_source_description),
9652         (gst_pb_utils_get_sink_description),
9653         (gst_pb_utils_get_decoder_description),
9654         (gst_pb_utils_get_encoder_description),
9655         (gst_pb_utils_get_element_description),
9656         (gst_pb_utils_add_codec_description_to_tag_list),
9657         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9658         * gst-libs/gst/pbutils/descriptions.h:
9659         * gst-libs/gst/pbutils/install-plugins.c:
9660         * gst-libs/gst/pbutils/install-plugins.h:
9661         * gst-libs/gst/pbutils/missing-plugins.c:
9662         (gst_missing_uri_source_message_new),
9663         (gst_missing_uri_sink_message_new),
9664         (gst_missing_element_message_new),
9665         (gst_missing_decoder_message_new),
9666         (gst_missing_encoder_message_new),
9667         (gst_missing_plugin_message_get_description):
9668         * gst-libs/gst/pbutils/missing-plugins.h:
9669         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9670         * gst-libs/gst/pbutils/pbutils.h:
9671         * gst-libs/gst/utils/Makefile.am:
9672         * gst-libs/gst/utils/base-utils.c:
9673         * gst-libs/gst/utils/base-utils.h:
9674         * gst-libs/gst/utils/descriptions.c:
9675         * gst-libs/gst/utils/descriptions.h:
9676         * gst-libs/gst/utils/install-plugins.c:
9677         * gst-libs/gst/utils/install-plugins.h:
9678         * gst-libs/gst/utils/missing-plugins.c:
9679         * gst-libs/gst/utils/missing-plugins.h:
9680         * gst-plugins-base.spec.in:
9681         * gst/playback/Makefile.am:
9682         * gst/playback/gstdecodebin.c:
9683         * gst/playback/gstdecodebin2.c:
9684         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9685         (gen_source_element):
9686         * gst/playback/gstplaybin.c: (plugin_init):
9687         * tests/check/Makefile.am:
9688         * tests/check/libs/pbutils.c: (GST_START_TEST),
9689         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9690         * tests/check/libs/utils.c:
9691           rename utils to pbutils
9692
9693 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9694
9695         * docs/plugins/Makefile.am:
9696         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9697         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9698         * docs/plugins/inspect/plugin-decodebin2.xml:
9699         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9700         Add documentation for decodebin2 that indicates that the API
9701         is still unstable.
9702
9703 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9704
9705         * configure.ac:
9706         Update to 0.10.11.2 (0.10.12 pre-release)
9707
9708 2007-03-01  Wim Taymans  <wim@fluendo.com>
9709
9710         * gst-libs/gst/audio/gstbaseaudiosink.c:
9711         (gst_base_audio_sink_async_play):
9712         base time is irrelevant here.
9713
9714 2007-03-01  Wim Taymans  <wim@fluendo.com>
9715
9716         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9717         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9718         Improve debugging.
9719
9720         * gst-libs/gst/audio/gstbaseaudiosink.c:
9721         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9722         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9723         Improve latency and clock slaving calculations.
9724         Improve slave clock calibration.
9725
9726         * gst-libs/gst/audio/gstringbuffer.c:
9727         (gst_ring_buffer_commit_full):
9728         When we are asked to render N sample to 0 bytes, return N.
9729
9730 2007-03-01  Wim Taymans  <wim@fluendo.com>
9731
9732         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9733         (gst_alsasink_write), (gst_alsasink_reset):
9734         * ext/alsa/gstalsasink.h:
9735         Remove unused dispose function.
9736         Rename lock to not interfere with alsasrc lock.
9737
9738         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9739         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9740         (gst_alsasrc_read), (gst_alsasrc_reset):
9741         * ext/alsa/gstalsasrc.h:
9742         Implement finalize function.
9743         Use lock to protect alsa access.
9744         Implement _reset.
9745         Fine tune sw params.
9746
9747 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9748
9749         * configure.ac:
9750           Convert to new AG_GST style.
9751
9752 2007-02-28  Wim Taymans  <wim@fluendo.com>
9753
9754         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9755
9756         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9757         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9758         Fix race condition when rapidly switching visualisations in playbin.
9759         Fixes #401029.
9760
9761 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9762
9763         * tests/check/Makefile.am:
9764         Include local stuff before system installed things in LDFLAGS and
9765         CFLAGS.
9766
9767 2007-02-28  Wim Taymans  <wim@fluendo.com>
9768
9769         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9770         Improve debugging.
9771
9772 2007-02-28  Wim Taymans  <wim@fluendo.com>
9773
9774         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9775         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9776         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9777         Fix duration and timestamping, taking latency into account.
9778         Implement latency query.
9779
9780 2007-02-28  Wim Taymans  <wim@fluendo.com>
9781
9782         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9783         (gst_audio_clock_new):
9784         Fix clock name.
9785
9786         * gst-libs/gst/audio/gstbaseaudiosink.c:
9787         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9788         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9789         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9790         (gst_base_audio_src_create):
9791         Improve latency query code.
9792         Use proper clock names.
9793
9794 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9795
9796         * tests/check/generic/states.c: (GST_START_TEST):
9797           Copy the states.c test from core again
9798         * tests/check/Makefile.am:
9799           ignore cdio and cdparanoiasrc
9800
9801 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9802
9803         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9804         (double_hq), (audio_convert_get_func_index), (check_default),
9805         (audio_convert_prepare_context), (audio_convert_convert):
9806           Also make valgrind happy and avoid copying data in some cases.
9807
9808 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9809
9810         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9811         (double_hq), (audio_convert_get_func_index),
9812         (audio_convert_prepare_context), (audio_convert_convert):
9813         * gst/audioconvert/gstaudioconvert.c:
9814         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9815         (gst_audio_convert_transform_caps):
9816         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9817         (audioconvert_suite):
9818           Don't run inplace if that overwrites source data as we go. Add more
9819           tests. Fixes #339837 even more.
9820
9821 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9822
9823         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9824         (msg_segment_done): Fix various seeking bugs (Slider was not
9825         updating when doing a non flushing seek, Reverse playback 
9826         on segment seek was wrong).
9827
9828 2007-02-26  Wim Taymans  <wim@fluendo.com>
9829
9830         * tests/examples/seek/seek.c: (stop_seek):
9831         When we stop scrubbing, don't leave the pipeline PLAYING when we
9832         requested a PAUSED state.
9833
9834 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9835
9836         Patch by: René Stadler <mail at renestadler de>
9837
9838         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9839           Parse date strings in vorbis comments that have an invalid (zero)
9840           month or day (#410396).
9841
9842         * tests/check/libs/tag.c: (GST_START_TEST):
9843           Test case for the above.
9844
9845 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9846
9847         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9848
9849         * configure.ac:
9850         * ext/alsa/Makefile.am:
9851         * gst/audiotestsrc/Makefile.am:
9852           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9853
9854 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9855
9856         * gst/playback/gstplaybin.c:
9857           Improve docs: point out that the application needs to assist playbin
9858           with buffering.
9859
9860 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9861
9862         * gst-libs/gst/utils/install-plugins.c:
9863         * gst-libs/gst/utils/missing-plugins.c:
9864         * tests/check/libs/utils.c: (missing_msg_check_getters):
9865           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9866           to just 'gstreamer'. Document the caps string component of the
9867           decoder/encoder detail a bit better, since not everyone will be
9868           familiar with the GStreamer media type/caps system (but they better
9869           enjoy nested itemized lists).
9870
9871 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9872
9873         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9874         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9875           Fix copying of GstNetBuffer (would crash before, or at least lead to
9876           invalid memory access, #410772), for now by copying the GstBuffer copy
9877           code from the core over here so we can copy the GstBuffer fields on a
9878           provided buffer instance (of type GstNetBuffer in this case). Would be
9879           better to fix this with some support by the core though (and in the long
9880           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9881
9882         * tests/check/Makefile.am:
9883           Enable unit test for GstNetBuffer.
9884
9885 2007-02-22  Andy Wingo  <wingo@pobox.com>
9886
9887         * gst-libs/gst/audio/gstbaseaudiosink.c
9888         (gst_base_audio_sink_init): Disable pull-mode activation until we
9889         figure out how to make audio sinks go to PLAYING.
9890
9891 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9892
9893         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9894         (double_hq), (audio_convert_get_func_index),
9895         (audio_convert_prepare_context), (audio_convert_convert):
9896         * gst/audioconvert/audioconvert.h:
9897         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9898         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9899         * gst/audioconvert/gstchannelmix.h:
9900         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9901           Add float as an intermediate format, as well as float mixing. Enable
9902           test that was failing before. Fixes #339837
9903
9904 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9905
9906         * tests/examples/seek/seek.c: (do_seek):
9907         Undo the previous commit: -1 as a stop time implies that the stop
9908         time is the end of file, clearing any previously configured segment.
9909
9910 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9911
9912         * tests/examples/seek/seek.c: (do_seek):
9913         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9914
9915 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9916
9917         * gst/volume/gstvolume.c: (volume_process_int16),
9918         (volume_process_int16_clamp), (volume_set_caps):
9919           Unbreak volume, value remains gint.
9920
9921 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9922
9923         * gst/volume/gstvolume.c: (volume_choose_func),
9924         (volume_update_real_volume), (gst_volume_set_volume),
9925         (gst_volume_init), (volume_process_double), (volume_process_float),
9926         (volume_process_int16), (volume_process_int16_clamp),
9927         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9928         * gst/volume/gstvolume.h:
9929           Extend float audio support (double) and some int->uint cleanups.
9930
9931 2007-02-20  Edward Hervey  <edward@fluendo.com>
9932
9933         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9934         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9935         (sort_end_pads), (gst_decode_group_expose),
9936         (gst_decode_group_hide):
9937         Don't free groups from the streaming threads. Just put them aside and
9938         free them in dispose.
9939
9940 2007-02-20  Edward Hervey  <edward@fluendo.com>
9941
9942         * gst/playback/gstdecodebin2.c: (connect_element),
9943         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9944         (sort_end_pads), (gst_decode_group_expose):
9945         Handle dynamic pads within groups.
9946         Sort pads before exposing them in order to make playbin happy.
9947         There still is a race with the multiqueue filling up. This should be
9948         solved separately.
9949         Fixes #398721
9950
9951 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9952
9953         * gst-libs/gst/utils/base-utils.c:
9954         * gst-libs/gst/utils/descriptions.c:
9955         * gst-libs/gst/utils/install-plugins.c:
9956         * gst-libs/gst/utils/missing-plugins.c:
9957           Some more docs (and descriptions for two subtitle formats).
9958
9959 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9960
9961         * gst-libs/gst/audio/audio.c:
9962           Fix documentation.
9963
9964 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9965
9966         Patch by: Yves Lefebvre  <ivanohe abacom com>
9967
9968         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9969           Don't leak caps. Fixes #408278.
9970
9971 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9972
9973         * ext/cdparanoia/gstcdparanoiasrc.h:
9974         * ext/ogg/gstoggdemux.h:
9975         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9976         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9977         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9978         * gst-libs/gst/audio/audio.h:
9979         * gst-libs/gst/audio/gstaudiofilter.h:
9980         * gst-libs/gst/interfaces/videoorientation.h:
9981         * gst/adder/gstadder.h:
9982           More docs coverage and some ChangeLog surgery (add missing names)
9983
9984 2007-02-15  Wim Taymans  <wim@fluendo.com>
9985
9986         * sys/ximage/ximagesink.c:
9987         (gst_ximagesink_calculate_pixel_aspect_ratio):
9988         * sys/xvimage/xvimagesink.c:
9989         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9990         Small constifications.
9991
9992 2007-02-15  Wim Taymans  <wim@fluendo.com>
9993
9994         * gst-libs/gst/audio/gstbaseaudiosink.c:
9995         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9996         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9997         (gst_base_audio_sink_async_play),
9998         (gst_base_audio_sink_change_state):
9999         Answer latency query.
10000         Use configured latency when syncing.
10001         Fix clock slaving.
10002
10003         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10004         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10005         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10006         Fix possible memleak.
10007         Implement latency query.
10008         Small cleanups.
10009
10010 2007-02-15  Wim Taymans  <wim@fluendo.com>
10011
10012         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10013         Ignore errors in reset, these are not fatal. They also grab the element
10014         lock which is already taking when this function is called. Fixes
10015         #405451.
10016
10017 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10018
10019         * configure.ac:
10020           Remove 'tests/examples/xerror/Makefile' from output files again.
10021
10022 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10023
10024         * configure.ac:
10025         * docs/plugins/Makefile.am:
10026           Also crossref against gst-plugins-base-libs.
10027
10028 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10029
10030         * configure.ac:
10031         * docs/libs/Makefile.am:
10032         * docs/plugins/Makefile.am:
10033           Add crossreferences to glib/gobject/gstream docs.
10034
10035         * gst-libs/gst/audio/audio.h:
10036           Source formatting.
10037
10038         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10039           Add own debug category.
10040
10041 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10042
10043         Patch by: René Stadler <mail at renestadler de>
10044
10045         * gst-libs/gst/tag/gstvorbistag.c:
10046           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10047           (#403597).
10048
10049 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10050
10051         * gst/playback/gstplaybasebin.c: (setup_source):
10052           When we have external subtitles and wait for the subtitle decodebin
10053           to get up and running, we set up a (sync) bus handler for the
10054           subtitle decodebin, so we can stop waiting when it posts an error
10055           message. However, we should do that before we set the subtitle
10056           decodebin's state to playing, otherwise things are racy and we might
10057           miss error messages posted before we had a chance to set up the bus.
10058           This should finally fix totem hanging on .txt pseudo-subtitle files.
10059           
10060 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10061
10062         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10063           Use gst_gdouble_to_guint64 for conversions.
10064         * win32/common/config.h.in:
10065           Add a define for GST_INSTALL_PLUGINS_HELPER
10066         * win32/common/libgstaudio.def:
10067         * win32/common/libgstcdda.def:
10068         * win32/common/libgstnetbuffer.def:
10069         * win32/common/libgstrtp.def:
10070         * win32/common/libgutils.def:
10071           Add new exported functions.
10072         * win32/vs6/gst_plugins_base.dsw:
10073         * win32/vs6/libgstdecodebin.dsp:
10074         * win32/vs6/libgstnetbuffer.dsp:
10075         * win32/vs6/libgstplaybin.dsp:
10076         * win32/vs6/libgstrtp.dsp:
10077         * win32/vs6/libgstvorbis.dsp:
10078         * win32/vs6/libgstcdda.dsp:
10079         * win32/vs6/libgstgdp.dsp:
10080         * win32/vs6/libgstutils.dsp:
10081           Update and add new project files.
10082
10083 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10084
10085         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10086         (subrip_remove_unhandled_tags), (parse_subrip):
10087           For SubRip (.srt) subtitles, ignore all markup tags we don't
10088           handle (like font tags, for example).
10089
10090         * tests/check/elements/subparse.c:
10091           Add test for this.
10092
10093 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10094
10095         * gst/playback/gstdecodebin.c: (add_fakesink),
10096         (gst_decode_bin_change_state):
10097         * gst/playback/gstdecodebin2.c: (add_fakesink),
10098         (gst_decode_bin_change_state):
10099           Don't error out if there is no fakesink in the NULL to READY state
10100           change, since when decodebin is re-used, we're only adding the
10101           fakesink element in READY to PAUSED.
10102
10103         * tests/check/elements/decodebin.c:
10104         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10105         (decodebin_suite):
10106           Minimal unit test to make sure we can use the same decodebin
10107           instance twice (at least with audiotestsrc input).
10108
10109 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10112           Try to get devic-name from device string first, and from handle only
10113           as fallback (seems to yield better results and is more robust
10114           against buggy probing code on the application side).
10115
10116 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10117
10118         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10119
10120         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10121         (gst_alsa_find_device_name):
10122         * ext/alsa/gstalsa.h:
10123         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10124         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10125           Improve device-name detection a bit, especially in the case where
10126           the device is not actually open (#405020, #405024). Move common code
10127           into gstalsa.c instead of duplicating it.
10128
10129 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10130
10131         * gst/audioconvert/gstaudioconvert.c:
10132           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10133
10134 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10135
10136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10137         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10138         (gst_xvimagesink_interface_supported),
10139         (gst_xvimagesink_probe_get_properties),
10140         (gst_xvimagesink_probe_probe_property),
10141         (gst_xvimagesink_probe_needs_probe),
10142         (gst_xvimagesink_probe_get_values),
10143         (gst_xvimagesink_property_probe_interface_init),
10144         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10145         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10146         (gst_xvimagesink_get_type):
10147         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10148         for XVAdaptors so that one can choose the adaptor to use with 
10149         gstreamer-properties.
10150
10151 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10152
10153         * gst/audioconvert/gstaudioconvert.c:
10154           Also mention that a conversion from double to float is suboptimal still.
10155
10156 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10157
10158         * gst-libs/gst/audio/gstaudiofilter.c:
10159         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10160           Clear our formats structure and free the caps contained in it when
10161           shutting down.
10162
10163 2007-02-05  Andy Wingo  <wingo@pobox.com>
10164
10165         * gst-libs/gst/audio/gstbaseaudiosink.c
10166         (gst_base_audio_sink_callback): Update basesink->offset so that we
10167         pull monotonically increasing offsets instead of, um, seeking back
10168         to 0 each time. Fixes alsasrc ! alsasink!
10169
10170 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10171
10172         * gst/videoscale/gstvideoscale.c:
10173           A width and height of 1 makes us crash, so increase minimum size to
10174           2x2 pixels until someone feels like fixing this (#404512).
10175
10176 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10177
10178         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10179           Add small test to make sure request pads are cleaned up properly
10180           even if oggmux never changes state out of NULL.
10181
10182 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10183
10184         * tests/check/libs/utils.c: (GST_START_TEST):
10185           Fix unit test. Turns out things work much better when you
10186           NULL-terminate string arrays. Should make p5 build bot happy again.
10187
10188 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10189
10190         * gst-libs/gst/audio/Makefile.am:
10191         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10192         (gst_audio_filter_template_base_init),
10193         (gst_audio_filter_template_class_init),
10194         (gst_audio_filter_template_init),
10195         (gst_audio_filter_template_set_property),
10196         (gst_audio_filter_template_get_property),
10197         (gst_audio_filter_template_setup),
10198         (gst_audio_filter_template_filter),
10199         (gst_audio_filter_template_filter_inplace), (plugin_init):
10200           Oops, forgot to commit fixed-up example.
10201
10202 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10203
10204         * docs/libs/gst-plugins-base-libs-sections.txt:
10205         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10206         (gst_audio_filter_class_init), (gst_audio_filter_init),
10207         (gst_audio_filter_set_caps),
10208         (gst_audio_filter_class_add_pad_templates):
10209         * gst-libs/gst/audio/gstaudiofilter.h:
10210           Port GstAudioFilter to 0.10. This change technically breaks
10211           API and ABI (and thus also every library developer's heart),
10212           but seems justifiable on the grounds that the base class was
10213           completely unusable before (ie. would crash immediately when
10214           actually used). Fixes #403963 (and eventually also #403572).
10215           Also document all of this a bit.
10216
10217 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10218
10219         * gst-libs/gst/utils/install-plugins.c:
10220         (gst_install_plugins_spawn_child):
10221         * tests/check/libs/utils.c:
10222         (test_base_utils_install_plugins_do_callout):
10223           Lowering log level to see why things fail on the p5 build bot;
10224           fix some typos in unit test messages.
10225
10226 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10227
10228         * tests/check/libs/utils.c:
10229         (test_base_utils_install_plugins_do_callout):
10230           Don't hard-code temp directory for test helper; use GLib functions
10231           to write out file and do error checking etc.
10232
10233 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10234
10235         * gst-libs/gst/utils/Makefile.am:
10236         * gst-libs/gst/utils/base-utils.h:
10237         * gst-libs/gst/utils/install-plugins.c:
10238         (gst_install_plugins_context_set_xid),
10239         (gst_install_plugins_context_new),
10240         (gst_install_plugins_context_free),
10241         (gst_install_plugins_get_helper),
10242         (gst_install_plugins_spawn_child),
10243         (gst_install_plugins_return_from_status),
10244         (gst_install_plugins_installer_exited),
10245         (gst_install_plugins_async), (gst_install_plugins_sync),
10246         (gst_install_plugins_return_get_name),
10247         (gst_install_plugins_installation_in_progress):
10248         * gst-libs/gst/utils/install-plugins.h:
10249           API: add API for applications to initiate installation of missing
10250           plugins, ie. gst_install_plugins_async() primarily.
10251           Based on libgimme-codec by Ryan Lortie.
10252
10253         * configure.ac:
10254           Add --with-install-plugins-helper configure option so distros can specify
10255           the path of the helper script or program to call when plugin installation
10256           is requested (distros: please do any argument munging in this helper
10257           script instead of patching GStreamer to pass arguments differently
10258           to another program directly).
10259
10260         * docs/libs/gst-plugins-base-libs-docs.sgml:
10261         * docs/libs/gst-plugins-base-libs-sections.txt:
10262           Build and document new API.
10263
10264         * tests/check/libs/utils.c: (result_cb),
10265         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10266         (libgstbaseutils_suite):
10267           Some simple checks for the new API.
10268
10269 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10270
10271         * tests/check/elements/audioconvert.c: (test_float_conversion):
10272           Add small test for 32bit float <=> 64bit float conversion (works
10273           only one way so far, 32=>64 produces structured noise).
10274
10275 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10276
10277         * gst/audioconvert/gstaudioconvert.c:
10278         (set_structure_widths_32_and_64), (make_lossless_changes):
10279           We don't support floats with a width of 40, 48 or 56 bits.
10280
10281 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10282
10283         * gst/audioconvert/audioconvert.c: (float), (double),
10284         (audio_convert_get_func_index):
10285         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10286         (make_lossless_changes):
10287           Support for 64-bit float audio in audioconvert (#339837)
10288
10289 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10290
10291         Patch by: Holger Wansing  <linux wansing-online de>
10292
10293         * po/LINGUAS:
10294         * po/de.po:
10295           Add German translation (#352069).
10296
10297 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10298
10299         reviewed by: Wim Taymans <wim@fluendo.com>
10300
10301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10302         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10303         Use newly added GstCollectPads API to free the allocated resources in
10304         the GstOggPad structures (#402393).
10305
10306 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10307
10308         * gst/playback/gstplaybin.c: (gen_vis_element):
10309           Add audioresample+audioconvert in front of the visualisation
10310           element, so that elements like libvisual 0.4 that don't support all
10311           samplerates can work.
10312
10313           Fixes: #402505
10314
10315 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10316
10317         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10318         (gst_play_base_bin_get_streaminfo_value_array):
10319           Take some locks and make a copy of the streaminfo value array we
10320           maintain while holding the lock, so that the application can
10321           retrieve the stream-info as a value array in a thread-safe way.
10322
10323 2007-01-30  Wim Taymans  <wim@fluendo.com>
10324
10325         * gst/audioconvert/gstaudioconvert.c:
10326         Don't fail on 0 sized buffers. Fixes #396835.
10327
10328 2007-01-29  David Schleef  <ds@schleef.org>
10329
10330         * gst/typefind/gsttypefindfunctions.c:
10331           Detect BBCD as video/x-dirac, so we can play raw dirac
10332           streams.
10333
10334 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10335
10336         * ext/theora/theoraenc.c: (theora_enc_chain):
10337           Check return value of theora_encode_header(), or we might try to
10338           allocate a random number of bytes. theora_encode_header() can fail
10339           if libtheora has been compiled with encoding support disabled.
10340           Fixes #398110.
10341
10342 2007-01-29  Wim Taymans  <wim@fluendo.com>
10343
10344         * tests/check/gst/.cvsignore:
10345         Do as buildbot says.
10346
10347 2007-01-29  Wim Taymans  <wim@fluendo.com>
10348
10349         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10350         Fix strides in libvisual. Gst uses X strides.
10351         Inspired by: <ed at catmur dot co dot uk> and 
10352         <tim at centricular dot net>
10353         Fixes #401118.
10354
10355 2007-01-27  Wim Taymans  <wim@fluendo.com>
10356
10357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10358         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10359         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10360         (gst_ogg_demux_perform_seek),
10361         (gst_ogg_demux_bisect_forward_serialno),
10362         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10363         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10364         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10365         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10366         * ext/ogg/gstoggdemux.h:
10367         Properly propagate streaming errors when we are scanning the file for
10368         chains so that we don't crash when shut down. Might fix some crashers
10369         when quickly switching oggs in RB such as #332503 and #378436.
10370
10371 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10372
10373         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10374           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10375           error code as well.
10376
10377 2007-01-25  Wim Taymans  <wim@fluendo.com>
10378
10379         * gst/playback/gstplaybasebin.c: (remove_source):
10380         Don't try to disconnect a signal from a finalized object.
10381
10382 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10383
10384         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10385           Cast lock macro parameters to make sure we're actually accessing the
10386           lock member at the right class level. Free list itself in _dispose()
10387           as well and NULL it in case dispose gets called multiple times.
10388
10389 2007-01-25  Edward Hervey  <edward@fluendo.com>
10390
10391         * gst/playback/gstdecodebin2.c:
10392         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10393         Free GstDecodeGroups no longer used.
10394         (gst_decode_group_expose):
10395         Don't unlock too many times !
10396         (deactivate_free_recursive):
10397         Free iterator once we're done with it.
10398         Fix for recursively deactivating elements (stop at ghostpads).
10399
10400 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10401
10402         * gst/playback/gstplaybin.c: (handoff):
10403           Fix up caps on the frame buffer before we save it and potentially
10404           make it accessible to other threads via g_object_get; also use
10405           gst_buffer_replace() instead of gst_mini_object_replace().
10406
10407 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10408
10409         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10410           Make getting the current frame thread-safe.
10411
10412 2007-01-25  Edward Hervey  <edward@fluendo.com>
10413
10414         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10415         (gst_decode_group_new), (gst_decode_group_free):
10416         Set queues to bigger sizes to cope with HD contents.
10417         Fix some mutex freeing and add comment about MT safe methods.
10418
10419 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10420
10421         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10422         (gst_text_overlay_text_event):
10423           Don't unnecessarily ref (and then leak) upstream events if the text
10424           pad is not linked. Fixes #399948.
10425
10426         * tests/check/gst-plugins-base.supp:
10427           Add suppression for pango on edgy/x86 for textoverlay test.
10428
10429 2007-01-24  Wim Taymans  <wim@fluendo.com>
10430
10431         * gst-libs/gst/rtp/gstrtpbuffer.h:
10432         Add some more fixed payloads.
10433
10434 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10435
10436         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10437           Error out properly if we get an error from libogg while reading the
10438           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10439
10440 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10441
10442         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10443           Don't leak mutex.
10444
10445         * tests/check/elements/playbin.c:
10446         (test_sink_usage_video_only_stream),
10447         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10448         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10449         (test_missing_suburisource_handler),
10450         (test_missing_primary_decoder), (playbin_suite):
10451           Run all tests once with decodebin and once with decodebin2.
10452           One test does not pass yet with decodebin2.
10453
10454 2007-01-23  Edward Hervey  <edward@fluendo.com>
10455
10456         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10457         Fix the cases where oggmux doesn't properly figure out that all
10458         sinkpads have gone EOS, and therefore doesn't push out the remaining
10459         buffers and the final EOS event.
10460         Fixes #363379
10461
10462 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10463
10464         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10466         Don't lock on navigation event push, just on keysym to string.
10467         Fixes #397673 again.
10468
10469 2007-01-22  Edward Hervey  <edward@fluendo.com>
10470
10471         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10472         (get_current_group), (group_demuxer_event_probe),
10473         (gst_decode_group_expose), (deactivate_free_recursive),
10474         (gst_decode_group_free):
10475         Cleanups.
10476         Don't forget to emit 'no-more-pads' once a group is exposed.
10477         Cleanup elements from a DecodeGroup once we remove it.
10478         Protect call to gst_decode_group_expose() with the decodebin lock.
10479
10480 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10481
10482         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10484         Looking at Xorg code i can't figure out if that XKeysymToString
10485         function is thread sensible or not. Lock it just in case as
10486         recommended by Radek Doulik <rodo at ximian dot com>.
10487
10488 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10489
10490         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10492         Lock that X Call as well. Fixes #397673.
10493
10494 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10495
10496         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10497           Don't go into an endless loop if the file starts with 00 00 01 2X,
10498           like quicktime redirect files might. Fixes #396042.
10499
10500         * tests/check/Makefile.am:
10501         * tests/check/gst/.cvsignore:
10502         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10503         (typefindfunctions_suite):
10504           Add unit test for the above.
10505
10506 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10507
10508         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10509           On second thought, use "depth" field rather than "bpp" field.
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           Camtasia caps apparently need a bpp field (#398875).
10515
10516 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10517
10518         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10519         (gen_source_element), (gst_play_base_bin_change_state):
10520           Attempt at a better error message in case we don't have the required
10521           URI handler installed; post missing-plugin message also when we're
10522           missing an URI handler for the subtitle URI; clean up properly also
10523           when an error occurs and we never made it to PAUSED state.
10524
10525         * tests/check/elements/playbin.c: (GST_START_TEST),
10526         (playbin_suite):
10527           Check that we're also getting a missing-plugin messsage for a
10528           missing subtitle URI handler (and clean up properly).
10529
10530 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10531
10532         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10533           Plug a few reference leaks.
10534
10535 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10538           Lower probability a bit if the marker isn't right at the start,
10539           to decrease the chance of false positives.
10540
10541 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10542
10543         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10544           Small mpeg2 system stream typefinding improvement: make typefinder
10545           probe a bit into the stream instead of just looking for a marker
10546           at the beginning. Fixes #397810.
10547
10548 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10549
10550         * gst/audioconvert/gstchannelmix.c:
10551           Remove compatibility cruft for prehistoric GLib versions.
10552
10553 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         * gst/playback/Makefile.am:
10556         * gst/playback/gstdecodebin.c: (close_pad_link):
10557         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10558         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10559         (gst_play_base_bin_handle_message_func), (unknown_type):
10560           Let decodebin be the element to post missing-plugin messages for
10561           missing decoders (rather than playbin); make playbin implement
10562           GstBin::handle_message so we can suppress missing-plugin messages
10563           for types we're not handling on purpose (don't want to bring up an
10564           installer in those cases).
10565
10566 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10567
10568         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10569         * gst-libs/gst/tag/gstvorbistag.c:
10570         (gst_tag_list_to_vorbiscomment_buffer):
10571         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10572           Fix potentially unaligned access (#397207).
10573
10574 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10575
10576         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10577         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10578         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10579         (main):
10580           Allow to toggle looping while it plays. Fix callback prototype. Clean
10581           up code a bit more. Add copyright header.
10582
10583 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10584
10585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10586           Red and blue mask was swapped (spotted by Dan Williams).
10587
10588 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10589
10590         * gst-libs/gst/tag/gstid3tag.c:
10591         * gst-libs/gst/tag/gstvorbistag.c:
10592           Use new beats-per-minute tag from core.
10593
10594 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10595
10596         * po/POTFILES.in:
10597           Add new files with translatable strings, so they actually make it
10598           into the template file one day.
10599
10600 2007-01-12  Andy Wingo  <wingo@pobox.com>
10601
10602         * gst-libs/gst/audio/gstbaseaudiosink.c
10603         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10604         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10605         stuff, as the base class handles this now. Actually tell the ring
10606         buffer to start.
10607         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10608         How did this work before? Maybe I'm not as awesome a programmer as
10609         I think.
10610
10611         * gst-libs/gst/audio/gstbaseaudiosrc.c
10612         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10613         of a pad function.
10614
10615 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10616
10617         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10618           Remove more fields so that the application can better blacklist
10619           formats that have been tried before.
10620
10621 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10622
10623         * gst-libs/gst/audio/mixerutils.h:
10624           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10625           used when compiling with c++ compilers as well.
10626
10627 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10628
10629         * gst/typefind/gsttypefindfunctions.c:
10630           Fix comment.
10631
10632 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         * gst/playback/gstplaybin.c: (post_missing_element_message),
10635         (gen_video_element), (gen_text_element), (gen_audio_element),
10636         (gen_vis_element):
10637           Post missing-plugin messages also when we error out because
10638           converters, textoverlay or auto*sinks are missing (#161922).
10639
10640 2007-01-10  Wim Taymans  <wim@fluendo.com>
10641
10642         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10643         (is_demuxer_element), (new_caps):
10644         * gst/playback/gstplaybasebin.c: (source_new_pad):
10645         Fix the case where we try to ref a NULL element when we delay a link
10646         because of unfixed caps.
10647         Set the state of autoplugged decodebins to PAUSED.
10648         RTSP now works in playbin, we can remove it from the blacklist.
10649
10650 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10651
10652         * gst/playback/Makefile.am:
10653         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10654         (unknown_type), (setup_subtitle), (gen_source_element):
10655         * gst/playback/gstplaybin.c: (plugin_init):
10656           Post missing-plugin messages on the bus for missing sources and
10657           missing decoders/demuxers/depayloaders; fix error code used when
10658           we're missing an URI handler source; for media types that we are not
10659           handling on purpose at the moment, don't print "don't know how to
10660           handle xyz" messages to the terminal or post missing-plugin
10661           messages on the bus.
10662
10663         * tests/check/elements/playbin.c: (create_playbin),
10664         (GST_START_TEST), (gst_codec_src_uri_get_type),
10665         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10666         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10667         (gst_codec_src_init_type), (gst_codec_src_base_init),
10668         (gst_codec_src_create), (gst_codec_src_class_init),
10669         (gst_codec_src_init), (plugin_init), (playbin_suite):
10670           Add some tests for the missing-plugin stuff.
10671
10672 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10673
10674         * configure.ac:
10675         * gst-libs/gst/Makefile.am:
10676         * gst-libs/gst/utils/Makefile.am:
10677         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10678         * gst-libs/gst/utils/base-utils.h:
10679         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10680         (find_format_info), (caps_are_rtp_caps),
10681         (gst_base_utils_get_source_description),
10682         (gst_base_utils_get_sink_description),
10683         (gst_base_utils_get_decoder_description),
10684         (gst_base_utils_get_encoder_description),
10685         (gst_base_utils_get_element_description),
10686         (gst_base_utils_add_codec_description_to_tag_list),
10687         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10688         * gst-libs/gst/utils/descriptions.h:
10689         * gst-libs/gst/utils/missing-plugins.c:
10690         (missing_structure_get_type), (copy_and_clean_caps),
10691         (gst_missing_uri_source_message_new),
10692         (gst_missing_uri_sink_message_new),
10693         (gst_missing_element_message_new),
10694         (gst_missing_decoder_message_new),
10695         (gst_missing_encoder_message_new),
10696         (missing_structure_get_string_detail),
10697         (missing_structure_get_caps_detail),
10698         (gst_missing_plugin_message_get_installer_detail),
10699         (gst_missing_plugin_message_get_description),
10700         (gst_is_missing_plugin_message):
10701         * gst-libs/gst/utils/missing-plugins.h:
10702           API: add new libgstbaseutils library with functions
10703           - to create and parse missing-plugins messages
10704           - that provide (translated) descriptions for caps/decoders/sources/etc.
10705           Closes #392393.
10706
10707         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10708         * pkgconfig/gstreamer-plugins-base.pc.in:
10709           Add new lib.
10710
10711         * docs/libs/gst-plugins-base-libs-docs.sgml:
10712         * docs/libs/gst-plugins-base-libs-sections.txt:
10713           Generate docs for new lib and API.
10714
10715         * tests/check/Makefile.am:
10716         * tests/check/libs/.cvsignore:
10717         * tests/check/libs/utils.c: (missing_msg_check_getters),
10718         (GST_START_TEST), (libgstbaseutils_suite):
10719           Add some basic unit tests.
10720
10721 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10722
10723         * ext/ogg/Makefile.am:
10724           Dist gstoggdemux.h to fix 'make distcheck'.
10725
10726         * sys/v4l/Makefile.am:
10727           Fix 'make distcheck' even more.
10728
10729 2007-01-09  Wim Taymans  <wim@fluendo.com>
10730
10731         * docs/plugins/Makefile.am:
10732         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10733         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10734         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10735         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10736         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10737         (gst_ogg_demux_perform_seek):
10738         * ext/ogg/gstoggdemux.h:
10739         Added docs.
10740         Add some more comments.
10741         Small cleanups.
10742
10743 2007-01-09  Wim Taymans  <wim@fluendo.com>
10744
10745         * ext/theora/theoradec.c:
10746         * ext/vorbis/vorbisdec.c:
10747         * gst-libs/gst/audio/gstringbuffer.c:
10748         (gst_ring_buffer_commit_full):
10749         * gst-libs/gst/audio/gstringbuffer.h:
10750         * gst-libs/gst/rtp/gstrtpbuffer.c:
10751         * gst-libs/gst/tag/gstvorbistag.c:
10752         Small documentation updates/fixes
10753
10754 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10755
10756         * configure.ac:
10757           Require core CVS HEAD for Andy's basesrc/sink API additions.
10758
10759 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10760
10761         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10762
10763         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10764         (plugin_init):
10765           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10766           on flac.sf.net (there appear to be other versions of the first
10767           ogg page in the wild) (#391365).
10768
10769 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10770
10771         * configure.ac:
10772           Check if localtime_r() is available.
10773
10774         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10775           If localtime_r() is not available, fall back to localtime(). Should
10776           fix build on MingW (#393310).
10777
10778 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10781         * gst/subparse/gstsubparse.h:
10782           Remove spurious 1000 subtrahend when calculating the timestamp from
10783           the frame number and the frame rate . Also, use the frames/second
10784           value specified in the first line of the file, if one is specified
10785           there. Should fix #357503.
10786
10787         * tests/check/elements/subparse.c: (do_test),
10788         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10789         (subparse_suite):
10790           Add some basic unit tests for the microdvd subtitle format.
10791
10792 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10793
10794         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10795
10796         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10797         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10798         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10799         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10800         (gst_xvimagesink_set_xwindow_id),
10801         (gst_xvimagesink_set_event_handling),
10802         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10803         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10804         Fixes: #390076.
10805         Add an adaptor property to select a specific XV adaptor.
10806         * sys/xvimage/xvimagesink.h:
10807
10808 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10809
10810         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10811         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10812         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10813         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10814         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10815         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10816         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10817         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10818         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10819         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10820         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10821         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10822         Use flow_lock much more to protect every access to xwindow.
10823         Try to catch erros while creating images in case some drivers are
10824         just generating an XError when the requested image is too big.
10825         Should fix : #354698, #384008, #384060.
10826         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10827         Implement some stress testing of setting window xid.
10828
10829 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10830
10831         * win32/common/libgsaudio.def:
10832           Add new exported function.
10833         * win32/common/libgstogg.dsp:
10834           Add gstoggaviparse.c to the build.
10835         * win32/common/libgstvideoscale.dsp:
10836           Add vs_4tap.c to the build.
10837         * win32/common/libgstvorbis.dsp:
10838           Add vorbistag.c to the build.
10839         
10840 2007-01-06  Andy Wingo  <wingo@pobox.com>
10841
10842         * gst-libs/gst/audio/gstbaseaudiosink.c
10843         (gst_base_audio_sink_class_init)
10844         (gst_base_audio_sink_init): 
10845         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10846         to baseaudiosink, and tell basesink that we can work in pull mode.
10847         This way the ring buffer thread drives the pipeline directly, if
10848         pull mode is possible. There is some lingering nastiness regarding
10849         capsnego, however.
10850         (gst_base_audio_sink_callback): Implement the callback to pull
10851         data. This interface is a bit light, though -- it should get a
10852         GstFlowReturn return value at least.
10853
10854 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10855
10856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10857         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10858         * gst/playback/gstdecodebin2.c:
10859         (gst_decode_group_check_if_blocked):
10860           Printf format and missing argument fixes.
10861
10862 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10863
10864         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10865         (gst_ogm_parse_change_state):
10866         Activate pads before adding them to the element.
10867
10868 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10869
10870         * tests/examples/seek/scrubby.c: (main):
10871         * tests/examples/seek/seek.c: (main):
10872           Call g_thread_init() first thing in main() (see #391278).
10873
10874 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10875
10876         * tests/check/Makefile.am:
10877         * tests/check/libs/.cvsignore:
10878         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10879         (netbuffer_suite):
10880           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10881           for the time being, since it's broken, see #393099.
10882
10883 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10884
10885         * tests/check/Makefile.am:
10886           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10887
10888 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10889
10890         * configure.ac:
10891           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10892           so that GST_BASE_CFLAGS can go inbetween them, making sure
10893           we use uninstalled gst-libs headers
10894         * docs/libs/Makefile.am:
10895         * ext/alsa/Makefile.am:
10896         * ext/cdparanoia/Makefile.am:
10897         * ext/gnomevfs/Makefile.am:
10898         * ext/libvisual/Makefile.am:
10899         * ext/ogg/Makefile.am:
10900         * ext/theora/Makefile.am:
10901         * ext/vorbis/Makefile.am:
10902         * gst-libs/gst/audio/Makefile.am:
10903         * gst-libs/gst/cdda/Makefile.am:
10904         * gst-libs/gst/interfaces/Makefile.am:
10905         * gst-libs/gst/riff/Makefile.am:
10906         * gst-libs/gst/rtp/Makefile.am:
10907         * gst-libs/gst/tag/Makefile.am:
10908         * gst/adder/Makefile.am:
10909         * gst/audioconvert/Makefile.am:
10910         * gst/audiorate/Makefile.am:
10911         * gst/audioresample/Makefile.am:
10912         * gst/playback/Makefile.am:
10913         * gst/tcp/Makefile.am:
10914         * gst/videoscale/Makefile.am:
10915         * gst/volume/Makefile.am:
10916         * sys/ximage/Makefile.am:
10917         * sys/xvimage/Makefile.am:
10918         * tests/icles/Makefile.am:
10919           adapt
10920
10921 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10922
10923         * gst-libs/gst/interfaces/xoverlay.c:
10924         (gst_x_overlay_handle_events):
10925         * gst-libs/gst/interfaces/xoverlay.h:
10926         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10927         (gst_ximagesink_set_xwindow_id),
10928         (gst_ximagesink_set_event_handling),
10929         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10930         (gst_ximagesink_get_property), (gst_ximagesink_init),
10931         (gst_ximagesink_class_init):
10932         * sys/ximage/ximagesink.h:
10933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10934         (gst_xvimagesink_set_xwindow_id),
10935         (gst_xvimagesink_set_event_handling),
10936         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10937         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10938         (gst_xvimagesink_class_init):
10939         * sys/xvimage/xvimagesink.h:
10940         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10941         Add a method to the XOverlay interface to allow disabling of 
10942         event handling in x[v]imagesink elements. This will let X events
10943         propagate to parent windows which can be usefull in some cases.
10944         Be carefull that the application is then responsible of pushing
10945         navigation events and expose events to the video sink.
10946         Fixes: #387138.
10947
10948 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10949
10950         * gst-libs/gst/tag/gstvorbistag.c:
10951         * tests/check/libs/tag.c: (GST_START_TEST):
10952           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10953           (fixes #392070).
10954
10955 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10956
10957         * configure.ac:
10958         * docs/Makefile.am:
10959         * docs/design/Makefile.am:
10960           Dist design docs.
10961
10962 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10963
10964         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10965         typo. Fixes: #390063.
10966
10967 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10968
10969         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10971         caps leak.
10972         * win32/common/config.h: Updated.
10973
10974 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10975
10976         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10977         (setup_gdpdepay_streamheader):
10978         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10979         (setup_gdppay_streamheader):
10980           Fix the dp tests, but activating the pads for the streamheader tests
10981           too and cleaning up conditionaly
10982
10983 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10984
10985         * gst/ffmpegcolorspace/avcodec.h:
10986         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10987         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10988         (gst_ffmpegcsp_avpicture_fill):
10989         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10990         (img_get_alpha_info):
10991         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10992         other end of the word. Fixes: #387073.
10993
10994         Add some inconsequential branch hints in a couple of places.
10995
10996 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10997
10998         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10999         (gst_ffmpeg_caps_to_smpfmt):
11000           The "signed" field in raw audio caps is of boolean type, trying to
11001           extract the value with _get_int() will fail (fix to keep in sync with
11002           the copy in gst-ffmpeg)
11003
11004 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11005
11006         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11007         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11008         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11009         (cleanup_gdpdepay):
11010         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11011         * tests/check/elements/subparse.c: (teardown_subparse):
11012         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11013         * tests/check/elements/videorate.c: (cleanup_videorate):
11014         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11015         * tests/check/elements/volume.c: (cleanup_volume):
11016         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11017         (cleanup_vorbisdec):
11018         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11019         (cleanup_vorbistag):
11020           consistent pad (de)activation
11021
11022 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11023
11024         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11025           Forgot to register the extensions.
11026
11027 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11030         (plugin_init):
11031           Add typefinder for VIVO files (my christmas present to the 90s).
11032
11033 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11034
11035         * gst/playback/gstdecodebin.c: (type_found):
11036           Special-case the text/plain media type: we only want to recognise it
11037           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11038           parser, but not if the entire stream is of text/plain type. If the
11039           entire stream is text/plain, we should just error out.
11040
11041           This fixes playback of audio files with lyrics in totem. Totem can't
11042           distinguish between text files and subtitle files and passes any
11043           .txt file with the same basename as the main file to playbin as
11044           suburi, and playbin will then throw a 'subtitle found, but no video
11045           stream' error, which isn't entirely helpful. See #380342.
11046
11047           Also, with this change we'll show a slightly more correct error
11048           message in case totem passes a playlist file to us (although a
11049           custom error message wording instead of the default text would
11050           probably not be a bad idea either).
11051
11052           Same problem also needs to be fixed for playbin+decodebin2.
11053
11054         * tests/check/Makefile.am:
11055         * tests/check/elements/decodebin.c: (src_handoff_cb),
11056         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11057         (decodebin_suite):
11058           Add simple unit test for decodebin for the above.
11059
11060 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11061
11062         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11063         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11064           Refuse to change state to READY when we failed to create any of the
11065           required elements in our instance init function.
11066
11067 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * docs/libs/gst-plugins-base-libs-sections.txt:
11070           Small docs fixes/updates.
11071
11072         * gst-libs/gst/video/gstvideosink.h:
11073           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11074           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11075           removed from the base sink API between 0.9.6 and 0.9.7).
11076           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11077           accessor macros, so we don't do a runtime GObject type check every
11078           time we use them.
11079
11080 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11081
11082         * Makefile.am:
11083         * gst-plugins-base.doap:
11084         * gst-plugins-base.spec.in:
11085           add doap file
11086
11087 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11088
11089         Patch by: Jens Granseuer <jensgr at gmx net>
11090
11091         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11092         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11093         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11094         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11095         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11096           Declare variables at the beginning of a block. Fixes #383195.
11097
11098 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11099
11100         * configure.ac:
11101         Bump version nano - back to CVS.
11102
11103
11104 === release 0.10.11 ===
11105
11106 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11107
11108         * configure.ac:
11109           releasing 0.10.11, "Dumb things"
11110
11111 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11112
11113         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11114         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11115         Handle the case where an element has multiple pads with 
11116         unfixed caps as well as still possibly producing more dynamic 
11117         pads by storing each case as a distinct entry in the dynamic list.
11118         Fixes #38223 again.
11119
11120 2006-12-04  Wim Taymans  <wim@fluendo.com>
11121
11122         * gst/playback/gstdecodebin.c: (close_pad_link):
11123         Fix #382223, add more dynamic caps handling.
11124
11125 2006-12-04  Wim Taymans  <wim@fluendo.com>
11126
11127         * gst-libs/gst/audio/gstringbuffer.h:
11128         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11129         (gst_netaddress_set_ip4_interface),
11130         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11131         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11132         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11133         (gst_netaddress_get_ttl):
11134         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11135         * gst/playback/gstdecodebin.c: (close_pad_link):
11136         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11137         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11138         * win32/common/config.h:
11139
11140 2006-12-01  Michael Smith  <msmith@fluendo.com>
11141
11142         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11143           Delete bad debug code.
11144           Fixes #381219
11145
11146 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11147
11148         * gst/videoscale/vs_4tap.c:
11149         * win32/MANIFEST:
11150         * win32/common/config.h:
11151         * win32/vs8/libgstvideoscale.vcproj:
11152         Fix compilation on win32 under VS8
11153         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11154         Partially fixes #381175
11155
11156 2006-11-30  Michael Smith  <msmith@fluendo.com>
11157
11158         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11159         (GST_START_TEST):
11160           It would be very bad if, after a discont buffer, we thought every
11161           single following buffer was also discont. So, add to the test to
11162           ensure that this isn't the case.
11163           
11164         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11165           ... it was the case. So fix it.
11166
11167 2006-11-28  Wim Taymans  <wim@fluendo.com>
11168
11169         * gst/playback/gstplaybasebin.c: (check_queue_event):
11170         Improve debug.
11171
11172         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11173         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11174         padtemplate caps. Refixes #357577.
11175
11176 2006-11-28  Wim Taymans  <wim@fluendo.com>
11177
11178         * gst/playback/gstplaybasebin.c: (check_queue_event),
11179         (queue_threshold_reached), (queue_out_of_data),
11180         (gen_preroll_element):
11181         Add event probe to see when EOS is in a queue and we can disable the
11182         underrun signals. Fixes #357577.
11183
11184 2006-11-28  Edward Hervey  <edward@fluendo.com>
11185
11186         * gst/playback/Makefile.am:
11187         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11188         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11189         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11190         (gst_decode_bin_init), (gst_decode_bin_dispose),
11191         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11192         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11193         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11194         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11195         (connect_element), (expose_pad), (type_found),
11196         (pad_added_group_cb), (pad_removed_group_cb),
11197         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11198         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11199         (are_raw_caps), (multi_queue_overrun_cb),
11200         (multi_queue_underrun_cb), (gst_decode_group_new),
11201         (get_current_group), (group_demuxer_event_probe),
11202         (gst_decode_group_control_demuxer_pad),
11203         (gst_decode_group_control_source_pad),
11204         (gst_decode_group_check_if_blocked),
11205         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11206         (gst_decode_group_hide), (gst_decode_group_free),
11207         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11208         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11209         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11210         (plugin_init):
11211         New decodebin2 element.
11212         Closes #370092
11213         * gst/playback/gstplay-marshal.list:
11214         Added marshallers for new signals in decodebin2
11215         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11216         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11217         is set.
11218
11219 2006-11-28  Wim Taymans  <wim@fluendo.com>
11220
11221         * gst/playback/gstplaybasebin.c: (setup_source),
11222         (gst_play_base_bin_change_state):
11223         Disable rtsp:// uris for the release, it's not good enough yet.
11224         Remove unused var.
11225
11226 2006-11-26  Wim Taymans  <wim@fluendo.com>
11227
11228         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11229         (theora_dec_push_forward), (theora_dec_push_reverse),
11230         (theora_handle_data_packet), (theora_dec_decode_buffer),
11231         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11232         (theora_dec_chain_forward), (theora_dec_chain):
11233         Implement reverse playback.
11234
11235         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11236         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11237         (vorbis_dec_chain_forward):
11238         Clear buffers used for reverse playback in _reset.
11239         No need to set the eos flag, we clip samples using the segment.
11240
11241 2006-11-24  Wim Taymans  <wim@fluendo.com>
11242
11243         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11244         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11245         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11246         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11247         Some cleanups.
11248         Handle continued pages in reverse mode.
11249
11250 2006-11-24  Wim Taymans  <wim@fluendo.com>
11251
11252         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11253         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11254         (vorbis_dec_flush_decode):
11255         Small cleanups.
11256         Don't try to add invalid timestamps.
11257         Clipping will unref the buffer.
11258
11259 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11260
11261         * gst/adder/gstadder.h:
11262         * gst/audiotestsrc/gstaudiotestsrc.h:
11263           remove obsolete _factory_init protos
11264
11265 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11266
11267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11268           Fix spacing in debug message.
11269
11270 2006-11-23  Wim Taymans  <wim@fluendo.com>
11271
11272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11273         (gst_ogg_demux_chain):
11274         Don't just ignore return values from _pad_push().
11275         Small debug improvements.
11276
11277 2006-11-23  Michael Smith  <msmith@fluendo.com>
11278
11279         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11280           If our incoming buffer is marked as DISCONT, then increment the page
11281           number (so that the discontinuity is marked in the final ogg
11282           bitstream) and flush the previous page.
11283
11284 2006-11-22  Michael Smith  <msmith@fluendo.com>
11285
11286         * ext/theora/gsttheoraenc.h:
11287         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11288         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11289         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11290         (theora_enc_chain), (theora_enc_change_state):
11291           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11292
11293         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11294         (GST_START_TEST), (theoraenc_suite):
11295           Enable discontinuity test, fix it.
11296
11297 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11298
11299         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11300         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11301         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11302         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11303         (gst_text_overlay_change_state):
11304         * ext/pango/gsttextoverlay.h:
11305           Some textoverlay fixes: for one, in the video chain function,
11306           actually wait for a text buffer to come in if there is none at the
11307           moment and there should be one; also, deal more gracefully with
11308           incoming buffers that do not have a timestamp or duration; discard
11309           text buffer when not needed any longer. Fixes #341681.
11310
11311         * tests/check/Makefile.am:
11312         * tests/check/elements/.cvsignore:
11313         * tests/check/elements/textoverlay.c:
11314         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11315         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11316         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11317         (test_video_waits_for_text_send_text_newsegment_thread),
11318         (test_video_waits_for_text_shutdown_element),
11319         (test_render_continuity_push_video_buffers_thread),
11320         (textoverlay_suite):
11321           Add some unit tests for textoverlay.
11322
11323 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11324
11325         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11326           Avoid integer underflow when the found probability for mp3 is
11327           smaller than the 'penalty' we subtract if there's not a clean
11328           mp3 header sync at offset 0.
11329
11330 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11331
11332         * docs/libs/gst-plugins-base-libs-sections.txt:
11333           Add some new symbols to the docs
11334
11335 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11336
11337         * tests/check/Makefile.am:
11338         * tests/check/elements/ffmpegcolorspace.c:
11339         (ffmpegcolorspace_suite):
11340           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11341           (for now not for valgrinding though, since it takes too long).
11342
11343 2006-11-20  Wim Taymans  <wim@fluendo.com>
11344
11345         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11346         (gst_ffmpeg_pixfmt_to_caps):
11347         Fix RGBA32 caps. Fixes #357038.
11348
11349 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11350
11351         * gst-libs/gst/interfaces/mixertrack.h:
11352           Add FIXME so we can add some padding here in 0.11
11353
11354 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11357           Fix GstBaseRTPAudioPayload structure so the whole GObject
11358           inheritance business actually works (parent class instance structure
11359           must always come first in the derived class instance structure).
11360
11361 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11362
11363         * gst/videotestsrc/Makefile.am:
11364         * tests/check/Makefile.am:
11365           Make sure our checks and the videotestsrc plugin link against the
11366           local uninstalled gst libs and not any installed gst libs that
11367           might happen to exist as well.
11368
11369         * tests/check/elements/adder.c: (message_received),
11370         (test_event_message_received), (test_play_twice_message_received):
11371         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11372           Fix compiler warnings when compiling against core with disabled
11373           debugging system.
11374
11375 2006-11-16  Michael Smith  <msmith@fluendo.com>
11376
11377         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11378         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11379           Fix audiorate, so that it accurately sets offsets and timestamps.
11380           Doesn't change the fundamental algorithmic decisions; so should be
11381           safe.
11382
11383         * tests/check/Makefile.am:
11384           Enable audiorate test now that it passes.
11385
11386 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11387
11388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11389           clear xv when going to NULL, remove // commented non-existant proto
11390
11391         * tests/examples/seek/seek.c: (main):
11392           add missing tooltip description for scrub and play_scrub
11393
11394 2006-11-14  David Schleef  <ds@schleef.org>
11395
11396         * configure.ac:
11397           Bump liboil requirement to 0.3.8.
11398         * gst-libs/gst/riff/riff-media.c:
11399           Add Dirac fourcc.
11400         * gst/videoscale/vs_image.h:
11401         * gst/videoscale/vs_scanline.h:
11402           Use liboil's stdint.h.
11403         * gst/videotestsrc/videotestsrc.c:
11404           Remove liboil related ifdef's, since they aren't needed now, and
11405           won't work with future versions.
11406
11407 2006-11-14  David Schleef  <ds@schleef.org>
11408
11409         * gst/videoscale/Makefile.am:
11410         * gst/videoscale/gstvideoscale.c:
11411         * gst/videoscale/gstvideoscale.h:
11412         * gst/videoscale/vs_4tap.c:
11413         * gst/videoscale/vs_4tap.h:
11414         * gst/videoscale/vs_image.c:
11415         * gst/videoscale/vs_image.h:
11416         * gst/videoscale/vs_scanline.c:
11417         * gst/videoscale/vs_scanline.h:
11418           Add a 4-tap image scaler.  Theoretically looks much prettier.
11419           The tap calculation could use some improvement.
11420
11421 2006-11-14  Wim Taymans  <wim@fluendo.com>
11422
11423         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11424
11425         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11426         (gst_riff_parse_strf_iavs):
11427         * gst/subparse/gstsubparse.c: (convert_encoding):
11428         * gst/tcp/gstmultifdsink.c:
11429         (gst_multi_fd_sink_handle_client_write):
11430         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11431         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11432         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11433         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11434         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11435         (gst_ximagesink_ximage_new):
11436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11437         Various gsize and gssize printf fixes. Fixes #372507.
11438
11439 2006-11-13  Wim Taymans  <wim@fluendo.com>
11440
11441         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11442         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11443         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11444         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11445         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11446         * ext/vorbis/vorbisdec.h:
11447         First stab at vorbis reverse playback.
11448
11449 2006-11-13  Wim Taymans  <wim@fluendo.com>
11450
11451         * gst-libs/gst/audio/gstbaseaudiosink.c:
11452         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11453         * gst-libs/gst/audio/gstbaseaudiosink.h:
11454         Make the clock sync code more accurate wrt resampling and playback
11455         at different rates.
11456         
11457         * gst-libs/gst/audio/gstringbuffer.c:
11458         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11459         * gst-libs/gst/audio/gstringbuffer.h:
11460         Use better algorithm to interpolate sample rates. 
11461
11462 2006-11-13  Michael Smith  <msmith@fluendo.com>
11463
11464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11465           Improve a debug line slightly.
11466
11467         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11468           Call gst_riff_init() in plugin_init, to avoid getting errors from
11469           the debug system (unrelated changes to another plugin made this turn
11470           up; not sure why).
11471
11472 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11473
11474         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11475
11476         * win32/common/libgsttag.def:
11477           Add missing symbol (#366492).
11478
11479 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11480
11481         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11482           Don't unref a NULL pad.
11483
11484 2006-11-09  Wim Taymans  <wim@fluendo.com>
11485
11486         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11487         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11488         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11489         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11490         (gst_ogg_demux_loop):
11491         Implement first stab at reverse playback.
11492
11493 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11494
11495         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11496         (gst_riff_create_video_template_caps):
11497           add h263/h264 variants to the caps, Fixes #363118
11498
11499 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11500
11501         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11502         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11503           Use g_strerror instead of strerror so we get UTF-8.
11504
11505 2006-11-03  David Schleef  <ds@schleef.org>
11506
11507         * ext/ogg/gstoggdemux.c:
11508         * ext/ogg/gstoggmux.c:
11509           Add/remove KW-DIRAC header here, since it is ogg-specific.
11510
11511 2006-11-03  Michael Smith  <msmith@fluendo.com>
11512
11513         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11514           Recognise more mpeg4 elementary video streams.
11515
11516 2006-11-02  Edward Hervey  <edward@fluendo.com>
11517
11518         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11519         Lower the probability of mp3 typefinding functions if we don't find a
11520         valid mp3 header at the start of the file.
11521         Closes #369482
11522
11523 2006-11-02  Wim Taymans  <wim@fluendo.com>
11524
11525         * ext/theora/gsttheoradec.h:
11526         * ext/theora/theoradec.c: (gst_theora_dec_init),
11527         (theora_dec_sink_event), (theora_dec_chain_forward),
11528         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11529         (theora_dec_chain):
11530         Document and partially implement an algorithm for doing reverse playback
11531         of theora video.
11532
11533 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11534
11535         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11536
11537         * win32/common/config.h:
11538         * win32/common/interfaces-enumtypes.c:
11539         * win32/common/libgsttag.def:
11540         * win32/vs8/gst-plugins-base.sln:
11541         * win32/vs8/libgstaudioresample.vcproj:
11542         * win32/vs8/libgstinterfaces.vcproj:
11543         * win32/vs8/libgstogg.vcproj:
11544         * win32/vs8/libgstriff.vcproj:
11545         * win32/vs8/libgsttag.vcproj:
11546         * win32/vs8/libgsttheora.vcproj:
11547         * win32/vs8/libgstvideoscale.vcproj:
11548         * win32/vs8/libgstvorbis.vcproj:
11549           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11550           to libgsttag.def; add missing dependencies for some vs8 projects;
11551           re-arrange placement of .def files in vs8 projects (#366334).
11552
11553 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11554
11555         * ext/ogg/gstogg.c:
11556           Remove unused variable.
11557
11558         * ext/ogg/gstoggdemux.c:
11559           Fix Wim's surname in plugin description.
11560
11561 2006-10-31  Wim Taymans  <wim@fluendo.com>
11562
11563         * gst-plugins-base.spec.in:
11564         spec new .h file. Fixes #368310.
11565
11566 2006-10-31  Michael Smith  <msmith@fluendo.com>
11567
11568         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11569         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11570         (gst_multi_fd_sink_get_stats),
11571         (gst_multi_fd_sink_remove_client_link),
11572         (gst_multi_fd_sink_queue_buffer),
11573         (gst_multi_fd_sink_handle_clients):
11574         * gst/tcp/gstmultifdsink.h:
11575           Make using the remove or clear signals threadsafe.
11576           Make calling get-stats with an invalid fd not segfault.
11577           Fixes 368273.
11578
11579 2006-10-31  Wim Taymans  <wim@fluendo.com>
11580
11581         * gst-libs/gst/rtp/Makefile.am:
11582         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11583         (gst_base_rtp_audio_payload_init):
11584         Fix and activate base audio payloader.
11585
11586 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11587
11588         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11589         (plugin_init):
11590           Add typefinder for QuickTime Image Files (see #366156).
11591
11592 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11593
11594         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11595           Another typo fix (#366212).
11596
11597 2006-10-27  Wim Taymans  <wim@fluendo.com>
11598
11599         * gst/volume/gstvolume.c: (volume_transform_ip):
11600         Use stream time to synchronize volume property instead of rather random
11601         timestamps. This is needed when gnonlin does its time shifting.
11602
11603 2006-10-27  Wim Taymans  <wim@fluendo.com>
11604
11605         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11606
11607         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11608         Remove the pad from the element in release_pad. Fixes #364812.
11609
11610 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11611
11612         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11614           Explicitly create our custom buffer classes at a thread-safe
11615           location as well, since g_type_class_ref() doesn't seem to be
11616           entirely thread-safe either (#365501; also see #349410).
11617
11618 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11619
11620         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11621         (gst_riff_parse_info):
11622           If strings in INFO chunk are not UTF-8, do something similar to
11623           what we do for ID3v1 tags: check a number of environment variables
11624           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11625           character sets to try, otherwise try the current locale and/or fall
11626           back on ISO-8859-1. Fixes #360552.
11627
11628 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11629
11630         * gst/videotestsrc/gstvideotestsrc.c:
11631         (gst_video_test_src_pattern_get_type),
11632         (gst_video_test_src_set_pattern):
11633         * gst/videotestsrc/gstvideotestsrc.h:
11634         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11635         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11636         (gst_video_test_src_checkers8):
11637         * gst/videotestsrc/videotestsrc.h:
11638           Add a bunch of exciting new checkers patterns.
11639
11640 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11641
11642         * gst/subparse/Makefile.am:
11643         * gst/subparse/gstsubparse.c:
11644         (gst_sub_parse_data_format_autodetect),
11645         (gst_sub_parse_format_autodetect), (handle_buffer),
11646         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11647         * gst/subparse/gstsubparse.h:
11648         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11649         (parse_tmplayer):
11650         * gst/subparse/tmplayerparse.h:
11651           Add support for TMPlayer-type subtitles (#362845).
11652
11653         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11654         (GST_START_TEST), (subparse_suite):
11655           Add some basic unit tests for the above.
11656
11657 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11658
11659         * tests/check/elements/audiorate.c: (test_injector_base_init),
11660         (test_injector_class_init), (test_injector_chain),
11661         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11662         (GST_START_TEST), (audiorate_suite):
11663           More tests for audiorate: inject buffers to check behaviour when
11664           buffers overlap.
11665
11666 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11667
11668         * tests/check/Makefile.am:
11669         * tests/check/elements/.cvsignore:
11670         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11671         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11672           Add some basic unit tests for audiorate. Disabled at the moment
11673           since it doesn't pass yet (see bug #363119).
11674
11675 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11676
11677         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11678         (parse_subrip), (handle_buffer):
11679           Add missing closing tags for markup and fix broken markup,
11680           otherwise pango won't render anything (fixes #357531). Also,
11681           make sure the text we send out is always NUL-terminated
11682           (better safe than sorry etc.).
11683
11684         * tests/check/elements/subparse.c: (test_srt_do_test),
11685         (test_srt):
11686           Some more tests for .srt incl. tests for the above stuff.
11687
11688 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11689
11690         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11692         Patch by: Stefan Kost  <ensonic@users.sf.net>
11693         Try to redraw borders only when needed. Apparently this consumes
11694         resources on small devices... :-O (#363607)
11695
11696 2006-10-20  Michael Smith  <msmith@fluendo.com>
11697
11698         * gst/tcp/gstmultifdsink.c:
11699         (gst_multi_fd_sink_client_queue_buffer):
11700           If caps change, then update the client's idea of the caps so that we
11701           don't end up re-sending streamheaders for every single buffer after
11702           the caps change.
11703
11704 2006-10-20  Michael Smith  <msmith@fluendo.com>
11705
11706         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11707         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11708           Set caps on pushed buffers; fix up refcounting of caps objects.
11709
11710 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11711
11712         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11713         (plugin_init):
11714           Typefind mmsh header data packet to application/x-mmsh (#362625).
11715
11716 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11717
11718         * tests/check/Makefile.am:
11719         * tests/check/elements/.cvsignore:
11720         * tests/check/elements/subparse.c: (buffer_from_static_string),
11721         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11722         (GST_START_TEST), (subparse_suite):
11723           Add very simple unit test for subparse.
11724
11725 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11726
11727         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11728         (parse_subrip):
11729           Strip trailing newlines from subtitle text output.
11730
11731 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11732
11733         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11734         (gst_sub_parse_change_state):
11735           Fix memleak; clear subparse->textbuf n state change function.
11736
11737 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11738
11739         * gst/subparse/gstsubparse.c:
11740         (gst_sub_parse_data_format_autodetect):
11741           Don't require subrip (.srt) files to start with a chunk number of 1.
11742
11743 2006-10-18  Wim Taymans  <wim@fluendo.com>
11744
11745         * gst-libs/gst/audio/gstbaseaudiosink.c:
11746         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11747         * gst-libs/gst/audio/gstbaseaudiosink.h:
11748         Extract rate from the NEWSEGMENT event.
11749         Use commit_full to also take rate adjustment into account when writing
11750         samples to the ringbuffer.
11751         
11752         * gst-libs/gst/audio/gstringbuffer.c:
11753         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11754         (gst_ring_buffer_read):
11755         * gst-libs/gst/audio/gstringbuffer.h:
11756         Added _commit_full() to also take rate into account.
11757         Use simple interpolation algorithm to resample audio.
11758         API: gst_ring_buffer_commit_full()
11759
11760         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11761         * tests/examples/seek/seek.c: (segment_done):
11762         Don't try to seek with 0.0 rate, just pause instead.
11763         Remove bogus debug line.
11764
11765 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11766
11767         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11768         (setup_source):
11769           Catch async errors when starting up the subtitle bin, so we can
11770           stop waiting and continue with the main film instead of hanging
11771           forever. Fixes #339366.
11772
11773         * tests/check/elements/playbin.c: (playbin_suite):
11774           Enable unit test for the above.
11775
11776 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11777
11778         * tests/check/Makefile.am:
11779         * tests/check/elements/.cvsignore:
11780         * tests/check/elements/playbin.c: (GST_START_TEST),
11781         (gst_red_video_src_uri_get_type),
11782         (gst_red_video_src_uri_get_protocols),
11783         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11784         (gst_red_video_src_uri_handler_init),
11785         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11786         (gst_red_video_src_create), (gst_red_video_src_class_init),
11787         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11788           Some small and basic unit tests for playbin; not very useful yet,
11789           but at least a start.
11790
11791 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11792
11793         * gst/playback/gstplaybin.c: (setup_sinks):
11794           The old pad activation spiel.
11795
11796 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11797
11798         * gst/playback/gstplaybasebin.c: (setup_source):
11799           Don't hang forever if the subbin already fails to start up in 
11800           the state change to PAUSED (#339366).
11801
11802 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11803
11804         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11805         (gst_tuner_set_channel), (gst_tuner_get_channel),
11806         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11807         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11808         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11809         (gst_tuner_find_channel_by_name):
11810           Fix some function guards, add some more function guards.
11811
11812 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11813
11814         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11815         (remove_element_chain):
11816         Don't return a pad from get_our_ghost_pad unless it is actually the
11817         one we want.
11818         Change a cast in remove_element_chain slightly.
11819
11820 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11821
11822         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11823         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11824         Segment seeking needs to use the rate and set stop to -1.
11825
11826 2006-10-13  Wim Taymans  <wim@fluendo.com>
11827
11828         * gst-libs/gst/audio/gstbaseaudiosink.c:
11829         (gst_base_audio_sink_setcaps):
11830         Don't crash when ringbuffer is not yet created.
11831         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11832         Fixes #361634.
11833
11834         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11835         * gst/playback/gststreamselector.c:
11836         (gst_stream_selector_request_new_pad):
11837         Activate pads befre adding them to running elements.
11838
11839 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11840
11841         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11842         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11843         updater when we start grabing the slider. Don't wait for the
11844         pipeline to be PAUSED.
11845
11846 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11847
11848         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11849         (gst_mixer_set_volume), (gst_mixer_get_volume),
11850         (gst_mixer_set_mute), (gst_mixer_set_option),
11851         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11852         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11853         (gst_mixer_option_changed):
11854           Guard mixer interface functions against bogus arguments.
11855
11856 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11857
11858         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11859         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11860         (msg_state_changed), (main): Use state-changed messages to trigger
11861         start/stop of scale update timer. Indeed the scale slider was
11862         jumping here and there because the update timer was activated 
11863         before seek completed. This fixes instant applying of rate changes
11864         by pressing the spinbutton like a crazy man !
11865
11866 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11867
11868         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11869
11870         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11871         (gst_basertppayload_finalize):
11872           Fix two small memory leaks (#361456).
11873
11874 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11875
11876         * tests/examples/seek/seek.c: (do_seek),
11877         (rate_spinbutton_changed_cb): When changing spinbutton we try
11878         to change the rate on the fly.
11879
11880 2006-10-10  Wim Taymans  <wim@fluendo.com>
11881
11882         * gst-libs/gst/riff/riff-ids.h:
11883         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11884         (gst_riff_create_audio_template_caps):
11885         Add WMS caps.
11886
11887 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11888
11889         Patch by: Josep Torra Valles <josep@fluendo.com>
11890
11891         * ext/gnomevfs/gstgnomevfssink.c:
11892         * ext/gnomevfs/gstgnomevfssrc.c:
11893         Fix URI interface implementation return type.
11894         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11895         Fix what looks like a copy/paste issue when assigning values.
11896         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11897         (gst_audio_filter_template_get_type):
11898         Cast to prevent Forte warnings.
11899         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11900         Fix URI interface implementation return type.
11901         gst_pad_query_position requires a signed integer pointer as
11902         3rd parameter, GstClockTime is unsigned.
11903         * gst/audioconvert/audioconvert.c:
11904         Fix integer overflow when treated as signed.
11905         * gst/audioresample/resample.c: (resample_add_input_data):
11906         Cast to prevent warnings on Forte.
11907         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11908         Fix integer overflow when treated as signed.
11909         * gst/ffmpegcolorspace/imgconvert_template.h:
11910         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11911         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11912         (cleanup_decodebin):
11913         Who initialises a guint to -1!
11914         Cast function pointers to prevent warnings on Forte.
11915         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11916         (queue_threshold_reached):
11917         Cast function pointers correctly to prevent warnings on Forte.
11918         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11919         Cast function pointers correctly to prevent warnings on Forte.
11920         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11921         Obvious change to unsigned, 0xEF > max signed char.
11922         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11923         GstClockTime is unsigned, initialise correctly.
11924         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11925         Cast so pointer arithemetic doesn't cause warnings on Forte.
11926         * gst/videorate/gstvideorate.c:
11927         Use correct return value.
11928         * tests/examples/seek/scrubby.c:
11929         GstClockTime is unsigned, initialise correctly.
11930
11931 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11932
11933         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11934
11935         * gst/typefind/gsttypefindfunctions.c:
11936           Recognise XML files and XML-like files shorter than 256 bytes as
11937           well (fixes #359237).
11938
11939 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11940
11941         Patch by: Renato Filho <renato.filho@indt.org.br>
11942         
11943         * gst/typefind/gsttypefindfunctions.c:
11944         Added typefind functions to video/x-nuv media.
11945         
11946 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11947
11948         * gst-libs/gst/interfaces/xoverlay.c:
11949         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11950           Some more guards against invalid input.
11951
11952 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11953
11954         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11955         Useless goto.
11956         * tests/examples/seek/seek.c: (do_seek),
11957         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11958         seek example to experiment with rates != 1.0 (reverse playback !)
11959
11960 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11961
11962         * gst-libs/gst/interfaces/xoverlay.c:
11963           Unref message in doc-example (spotted by Robert McQueen)
11964
11965 2006-10-06  Wim Taymans  <wim@fluendo.com>
11966
11967         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11968         (mpeg1_parse_header), (mpeg1_sys_type_find):
11969         printf fix.
11970
11971 2006-10-06  Wim Taymans  <wim@fluendo.com>
11972
11973         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11974         (close_pad_link):
11975         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11976         Activate dynamic pads before adding them to the element.
11977
11978 2006-10-06  Michael Smith  <msmith@fluendo.com>
11979
11980         * gst-libs/gst/floatcast/floatcast.h:
11981           Fix obviously-bogus macros; use the correct types.
11982
11983 2006-10-06  Wim Taymans  <wim@fluendo.com>
11984
11985         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11986         (gst_base_rtp_depayload_change_state):
11987         Also call parent state change function to activate pads.
11988
11989         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11990         (mpeg1_parse_header), (mpeg1_sys_type_find):
11991         Add some more debug info in mpeg typefinding.
11992
11993 2006-10-06  Michael Smith  <msmith@fluendo.com>
11994
11995         * ext/theora/theoradec.c: (theora_dec_chain):
11996           Zero byte theora packets are valid and well-defined; don't warn on
11997           them.
11998
11999 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12000
12001         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12002         (gst_multi_fd_sink_get_stats), (find_limits),
12003         (gst_multi_fd_sink_queue_buffer):
12004           API: add dropped_buffers to the get-stats GValueArray
12005
12006 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12007
12008         * ext/alsa/gstalsadeviceprobe.c:
12009         (gst_alsa_device_property_probe_get_values):
12010         * ext/alsa/gstalsasink.c: (set_hwparams):
12011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12012         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12013         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12014         (gst_ogg_mux_process_best_pad):
12015         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12016         (gst_ogg_parse_chain):
12017         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12018         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12019         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12020         (gst_vorbis_enc_buffer_check_discontinuous):
12021         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12022         * gst-libs/gst/audio/gstbaseaudiosink.c:
12023         (gst_base_audio_sink_render):
12024         * gst-libs/gst/cdda/gstcddabasesrc.c:
12025         (gst_cdda_base_src_handle_track_seek):
12026         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12027         (gst_base_rtp_depayload_push_full):
12028         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12029         * gst/audioresample/resample.c: (resample_input_pushthrough):
12030         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12031         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12032         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12033         (wavpack_type_find):
12034         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12035         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12036         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12037         * tests/check/elements/volume.c: (GST_START_TEST):
12038           Printf format fixes.
12039
12040 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12041
12042         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12043           Fix a simple mistake (see the docs)
12044           Fixes #359580
12045
12046 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12047
12048         * docs/plugins/Makefile.am:
12049         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12050         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12051         * docs/plugins/gst-plugins-base-plugins.args:
12052         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12053         * docs/plugins/inspect/plugin-adder.xml:
12054         * docs/plugins/inspect/plugin-alsa.xml:
12055         * docs/plugins/inspect/plugin-audioconvert.xml:
12056         * docs/plugins/inspect/plugin-audiorate.xml:
12057         * docs/plugins/inspect/plugin-audioresample.xml:
12058         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12059         * docs/plugins/inspect/plugin-cdparanoia.xml:
12060         * docs/plugins/inspect/plugin-decodebin.xml:
12061         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12062         * docs/plugins/inspect/plugin-gdp.xml:
12063         * docs/plugins/inspect/plugin-gnomevfs.xml:
12064         * docs/plugins/inspect/plugin-libvisual.xml:
12065         * docs/plugins/inspect/plugin-ogg.xml:
12066         * docs/plugins/inspect/plugin-pango.xml:
12067         * docs/plugins/inspect/plugin-playbin.xml:
12068         * docs/plugins/inspect/plugin-subparse.xml:
12069         * docs/plugins/inspect/plugin-tcp.xml:
12070         * docs/plugins/inspect/plugin-theora.xml:
12071         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12072         * docs/plugins/inspect/plugin-video4linux.xml:
12073         * docs/plugins/inspect/plugin-videorate.xml:
12074         * docs/plugins/inspect/plugin-videoscale.xml:
12075         * docs/plugins/inspect/plugin-videotestsrc.xml:
12076         * docs/plugins/inspect/plugin-volume.xml:
12077         * docs/plugins/inspect/plugin-vorbis.xml:
12078         * docs/plugins/inspect/plugin-ximagesink.xml:
12079         * docs/plugins/inspect/plugin-xvimagesink.xml:
12080           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12081
12082 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12083
12084         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12085
12086         * ext/vorbis/Makefile.am:
12087         * ext/vorbis/vorbis.c: (plugin_init):
12088         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12089         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12090         * ext/vorbis/vorbisparse.h:
12091         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12092         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12093         (gst_vorbis_tag_parse_packet):
12094         * ext/vorbis/vorbistag.h:
12095           Add new vorbistag element which derives from vorbisparse
12096           and is essentially the same as well, only that it implements
12097           the GstTagSetter interface and can modify the stream's
12098           vorbiscomment on the fly (#335635).
12099
12100         * tests/check/Makefile.am:
12101         * tests/check/elements/.cvsignore:
12102         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12103         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12104         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12105         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12106           Add unit test for new vorbistag element.
12107
12108 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12109
12110         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12111         (vorbis_parse_push_headers), (vorbis_parse_chain):
12112           Set BOS flag in packet structure to fix 'jump depends
12113           on unitialized value' errors in valgrind; various minor
12114           clean-ups.
12115
12116 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12117
12118         * gst/playback/gstdecodebin.c: (close_pad_link):
12119         Fix typo in a debug statement.
12120
12121         * gst/playback/gstplaybasebin.c: (probe_triggered),
12122         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12123         (gen_source_element), (source_new_pad), (analyse_source),
12124         (setup_source):
12125         When handling no_more_pads in new_decoded_pad, make sure to treat
12126         subtitle pads correctly. Fixes playback with subtitle files.
12127
12128         Move a recurring message to LOG level.
12129
12130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12131         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12132         which ends up as -1 when cast to an int. Make the logic handle the
12133         max value as an unsigned mask and only change the colorkey when it's
12134         a value we recognise.
12135
12136 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12137
12138         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12139         Removed empty * between paragraphs
12140
12141 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12142
12143         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12144         * gst-libs/gst/rtp/README:
12145         Moved some documentation into .c file
12146
12147 2006-09-29  Wim Taymans  <wim@fluendo.com>
12148
12149         * gst/playback/gstdecodebin.c: (no_more_pads):
12150         Fix compilation.
12151
12152 2006-09-29  Wim Taymans  <wim@fluendo.com>
12153
12154         * gst/playback/gstdecodebin.c: (new_caps):
12155         Remove g_print
12156
12157         * gst/playback/gstplaybin.c:
12158         Add some docs.
12159
12160 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12161
12162         * tests/check/Makefile.am:
12163           Re-enable cddabasesrc test to see if it works again
12164           now.
12165
12166 2006-09-29  Wim Taymans  <wim@fluendo.com>
12167
12168         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12169         (gen_source_element):
12170         Handle invalid URIs a bit more gracefully.
12171
12172 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12173
12174         * tests/check/pipelines/oggmux.c:
12175           Remove obsolete comment.
12176
12177 2006-09-29  Michael Smith  <msmith@fluendo.com>
12178
12179         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12180         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12181         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12182         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12183         (gst_ogg_mux_collected):
12184           Commit patch from James "Doc" Livingston, adds proper EOS handling
12185           in oggmux. GStreamer can, for the first time ever, create a valid
12186           Ogg file! Yay!
12187
12188         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12189         (oggmux_suite):
12190           Reenable tests now that they pass.
12191
12192 2006-09-29  Wim Taymans  <wim@fluendo.com>
12193
12194         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12195         Stop reading commands when EOF (we read 0) as well.
12196
12197 2006-09-28  Wim Taymans  <wim@fluendo.com>
12198
12199         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12200         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12201         (find_dynamic), (unlinked), (close_link):
12202         Implement delayed caps linking needed for element with a lot of
12203         different caps on the src pads that get fixed at runtime.
12204         Improve management of dynamic elements.
12205
12206         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12207         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12208         (gen_preroll_element), (remove_groups), (unknown_type),
12209         (add_element_stream), (no_more_pads_full), (no_more_pads),
12210         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12211         (new_decoded_pad), (setup_subtitle), (array_has_value),
12212         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12213         (analyse_source), (remove_decoders), (make_decoder),
12214         (remove_source), (setup_source), (finish_source), (prepare_output),
12215         (gst_play_base_bin_change_state):
12216         * gst/playback/gstplaybasebin.h:
12217         Use more _CAST instead of full type checking casts.
12218         Small cleanups, plug some leaks.
12219         Handle dynamic sources.
12220         Add some helper functions to create lists of strings used for
12221         blacklisting and other stuff.
12222         Refactor some code dealing with analysing the source.
12223         Re-enable sources without pads (like cd:// or other selfcontained
12224         elements).
12225
12226 2006-09-28  Wim Taymans  <wim@fluendo.com>
12227
12228         * gst-libs/gst/audio/gstbaseaudiosink.c:
12229         (gst_base_audio_sink_render):
12230         When we have a timestamp, we can still perform clipping.
12231         When we have no clock, we must play the sample ASAP.
12232
12233 2006-09-28  Wim Taymans  <wim@fluendo.com>
12234
12235         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12236         Set caps on outgoing buffers.
12237
12238         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12239         (gst_video_rate_event), (gst_video_rate_chain):
12240         * gst/videorate/gstvideorate.h:
12241         Fix videorate some more. Fixes #357977
12242
12243 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12244
12245         * tests/check/elements/adder.c: (adder_suite):
12246           Don't set timeout to 6 seconds when we're running
12247           in valgrind ... (and how is 6 seconds longer than
12248           the default anyway?)
12249
12250 2006-09-28  Wim Taymans  <wim@fluendo.com>
12251
12252         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12253         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12254         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12255         Keep sink and src segment to keep track of time and support more
12256         input formats.
12257         Fix bogus next_offset and run_time calculation, don't understand how
12258         this could have worked before. Fixes #357976.
12259         Remove some unneeded vars.
12260
12261 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12262
12263         * gst/playback/gstplaybin.c: (remove_sinks):
12264           Only remove visualisation from visbin if there is a visbin (or:
12265           don't throw warnings when closing totem without playing a file).
12266
12267 2006-09-27  Wim Taymans  <wim@fluendo.com>
12268
12269         * gst-libs/gst/audio/gstbaseaudiosink.c:
12270         (gst_base_audio_sink_render):
12271         Add some more info in a WARNING.
12272
12273         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12274         (gst_base_audio_src_create):
12275         Handle PAUSE in create function, use new -core addition to
12276         wait for playing. Fixes pausing and resuming capture from an
12277         audiosrc.
12278
12279         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12280         (gst_ring_buffer_read):
12281         Constify some more.
12282         Caller supports interrupted reads now.
12283
12284 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12285
12286         * tests/check/Makefile.am:
12287           Another attempt to make the gen64 buildbot happy.
12288
12289 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12290
12291         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12292
12293         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12294         (gst_visual_chain), (gst_visual_change_state):
12295           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12296           correctly. Fixes #357800
12297
12298 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12299
12300         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12301           Add timeout to _get_state() so we see which pipeline it is
12302           that causes trouble on the gen64 build bot.
12303
12304 2006-09-27  Wim Taymans  <wim@fluendo.com>
12305
12306         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12307         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12308         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12309         (gst_base_rtp_depayload_set_gst_timestamp):
12310         the source pad always uses fixed caps.
12311
12312 2006-09-27  Wim Taymans  <wim@fluendo.com>
12313
12314         * docs/libs/gst-plugins-base-libs-docs.sgml:
12315         * docs/libs/gst-plugins-base-libs-sections.txt:
12316         * gst-libs/gst/audio/gstaudioclock.c:
12317         * gst-libs/gst/audio/gstaudioclock.h:
12318         * gst-libs/gst/audio/gstaudiosink.c:
12319         * gst-libs/gst/audio/gstaudiosink.h:
12320         * gst-libs/gst/audio/gstaudiosrc.c:
12321         * gst-libs/gst/audio/gstbaseaudiosink.c:
12322         (gst_base_audio_sink_render):
12323         * gst-libs/gst/audio/gstbaseaudiosink.h:
12324         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12325         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12326         * gst-libs/gst/audio/gstringbuffer.h:
12327         Added docs for the audio libs.
12328
12329 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12330
12331         * tests/check/Makefile.am:
12332           Temporarily disable test that fails on the bots for unknown reasons.
12333
12334 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12335
12336         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12337         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12338         Moved AudioCodecType into priv
12339         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12340
12341 2006-09-25  Wim Taymans  <wim@fluendo.com>
12342
12343         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12344         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12345         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12346         (new_pad):
12347         Cleanups and small leak fixes.
12348         Added Depayloaders to valid list of autopluggable elements.
12349
12350 2006-09-25  Wim Taymans  <wim@fluendo.com>
12351
12352         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12353         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12354         (gen_video_element), (gen_text_element), (gen_audio_element),
12355         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12356         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12357         Detect NO_PREROLL state change returns and disable clock distribution to
12358         the sinks so that sync is disabled.
12359         Avoid some type checking and do simple casts instead.
12360         Small cleanups, fix some FIXMEs.
12361         Be more robust when linking user specified elements, catch an report
12362         errors. Fixes #357404.
12363         Fix some leaks in the error paths.
12364
12365 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12366
12367         * ChangeLog:
12368           ChangeLog surgery for missing bug-number
12369
12370 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12371
12372         Patch by: Peter Kjellerstedt  <pkj at axis com>
12373
12374         * gst/playback/test.c:
12375           Fix compilation with uClibc and -Werror (#357591).
12376
12377 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12378
12379         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12380           Parse dates that are followed by a time as well (#357532).
12381
12382         * tests/check/libs/tag.c: (test_vorbis_tags):
12383           Add unit test for this.
12384
12385 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12386
12387         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12388         (gst_audio_convert_transform_caps):
12389         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12390         * gst/videotestsrc/videotestsrc.h:
12391           A few array const-ifications.
12392
12393 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12394
12395         * tests/check/Makefile.am:
12396           See if this makes the build bots happy.
12397
12398         * tests/check/libs/cddabasesrc.c:
12399           UTF8-ise my name.
12400
12401 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12402
12403         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12404
12405         * gst/subparse/samiparse.c: (handle_start_font),
12406         (fix_invalid_entities):
12407           More case-insensitivity for certain tags; recognise entities with
12408           decimal codes as special entities as well (#357330).
12409
12410 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12411
12412         * gst-libs/gst/Makefile.am:
12413           Need to build tag directory before cdda.
12414
12415 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12416
12417         * docs/libs/gst-plugins-base-libs-sections.txt:
12418         * gst-libs/gst/cdda/Makefile.am:
12419         * gst-libs/gst/cdda/gstcddabasesrc.c:
12420         (gst_cdda_base_src_base_init):
12421         * gst-libs/gst/cdda/gstcddabasesrc.h:
12422         * gst-libs/gst/tag/tag.h:
12423         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12424         (gst_tag_register_musicbrainz_tags):
12425           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12426           depend on libgsttag. This is required so we can extract/read tags like
12427           DISCID without depending on libgstcddabasesrc (which used to register
12428           them).
12429
12430         * gst-libs/gst/tag/gstvorbistag.c:
12431           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12432           tags (also see #347848).
12433
12434         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12435           Log vorbis comments we are actually writing. Const-ify array.
12436
12437 2006-09-23  Wim Taymans  <wim@fluendo.com>
12438
12439         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12440         Improve buffering a bit by avoiding a deadlock because we cannot assume
12441         the underrun is always called.
12442
12443 2006-09-23  Wim Taymans  <wim@fluendo.com>
12444
12445         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12446
12447         * gst-libs/gst/riff/riff-ids.h:
12448         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12449         (gst_riff_create_audio_template_caps):
12450         Added MPEG-4 AAC and id and caps. Fixes #357289
12451         Added WMA9 Lossless id.
12452
12453 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12454
12455         * ext/gnomevfs/gstgnomevfssrc.c:
12456           Fix misleading docs addition.
12457
12458         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12459           Get rid of compiler warning the right way.
12460
12461 2006-09-22  Wim Taymans  <wim@fluendo.com>
12462
12463         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12464         (gst_base_rtp_depayload_finalize),
12465         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12466         (gst_base_rtp_depayload_push_full),
12467         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12468         (gst_base_rtp_depayload_process),
12469         (gst_base_rtp_depayload_set_gst_timestamp),
12470         (gst_base_rtp_depayload_queue_release):
12471         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12472         Small cleanups.
12473         Fix some leaks.
12474         Refactored the process method and added methods to push from the process
12475         vmethod.
12476         Use _scale functions.
12477         API: gst_base_rtp_depayload_push_ts
12478         API: gst_base_rtp_depayload_push
12479
12480         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12481         timestamps are uint.
12482
12483 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12484
12485         * gst-libs/gst/interfaces/xoverlay.c:
12486           Remove unused statement from doc example.
12487
12488 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12489
12490         * gst-libs/gst/interfaces/videoorientation.c:
12491         (gst_video_orientation_iface_init),
12492         (gst_video_orientation_get_hflip),
12493         (gst_video_orientation_get_vflip),
12494         (gst_video_orientation_get_hcenter),
12495         (gst_video_orientation_get_vcenter),
12496         (gst_video_orientation_set_hflip),
12497         (gst_video_orientation_set_vflip),
12498         (gst_video_orientation_set_hcenter),
12499         (gst_video_orientation_set_vcenter):
12500           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12501           in ChangeLog)
12502
12503 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12504
12505         * tests/check/Makefile.am:
12506         * tests/check/elements/.cvsignore:
12507         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12508         (create_rgb_conversions), (rgb_conversion_free),
12509         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12510         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12511           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12512           but disable for now since it doesn't pass (something wrong with
12513           RGBA somewhere).
12514
12515 2006-09-21  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst/playback/gstplaybasebin.c: (group_commit),
12518         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12519         (queue_out_of_data), (gen_preroll_element),
12520         (preroll_remove_overrun), (probe_triggered):
12521         Refactor handling of overrun detection.
12522         Separate handling of group completion and deadlock detection when doing
12523         network buffering. This should fix some deadlocks that were not detected
12524         because the group was completed.
12525         Add more comments, improve debugging.
12526
12527 2006-09-21  Wim Taymans  <wim@fluendo.com>
12528
12529         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12530         * tests/check/libs/audio.c:
12531         Some more compilation fixes.
12532
12533 2006-09-21  Wim Taymans  <wim@fluendo.com>
12534
12535         * gst-libs/gst/audio/gstringbuffer.c:
12536         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12537         (gst_ring_buffer_read):
12538         Early morning compilation fix.
12539
12540 2006-09-20  Wim Taymans  <wim@fluendo.com>
12541
12542         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12543         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12544         * tests/check/elements/videorate.c: (GST_START_TEST):
12545         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12546         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12547         Fix some warnings.
12548
12549 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12550
12551         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12552         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12553         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12554           Handcrafted merge to help CVS understanding what I changed and what
12555           not.
12556
12557 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12558
12559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12560         (gst_xvimagesink_get_times):
12561           change colorkey behaviour back according to #354773 comment 6/7
12562
12563 2006-09-19  Michael Smith  <msmith@fluendo.com>
12564
12565         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12566         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12567         (gst_multi_fd_sink_recover_client),
12568         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12569         (gst_multi_fd_sink_get_property):
12570         * gst/tcp/gstmultifdsink.h:
12571           Implement stubbed out properties unit-type, units-soft-max,
12572           units-max, to allow specifying maximum sizes in units other than
12573           buffers.
12574           Fixes #355935
12575
12576 2006-09-19  Wim Taymans  <wim@fluendo.com>
12577
12578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12579         (gst_riff_create_audio_template_caps):
12580         Reorder the audio formats a bit for clarity.
12581         Detect and create caps for MSGSM and MSN (WAV49).
12582         Fixes #356596.
12583
12584         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12585         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12586         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12587         Small cleanups, move error handling out of normal flow for clarity.
12588
12589 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12590
12591         * docs/libs/gst-plugins-base-libs-docs.sgml:
12592         * docs/libs/gst-plugins-base-libs.types:
12593         * gst-libs/gst/interfaces/Makefile.am:
12594         * gst-libs/gst/interfaces/videoorientation.c:
12595         (gst_video_orientation_get_type),
12596         (gst_video_orientation_iface_init),
12597         (gst_video_orientation_get_hflip),
12598         (gst_video_orientation_get_vflip),
12599         (gst_video_orientation_get_hcenter),
12600         (gst_video_orientation_get_vcenter),
12601         (gst_video_orientation_set_hflip),
12602         (gst_video_orientation_set_vflip),
12603         (gst_video_orientation_set_hcenter),
12604         (gst_video_orientation_set_vcenter):
12605         * gst-libs/gst/interfaces/videoorientation.h:
12606           API: Add new interface to control video orientation (fixes #354908)
12607
12608 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12609
12610         * gst/videotestsrc/gstvideotestsrc.c:
12611           Use G_UNLIKELY in _create and log one more detail.
12612           
12613         (gst_video_test_src_get_times), (gst_video_test_src_create):
12614         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12615           Use gst_util_uint64_scale_int in _get_times().
12616
12617 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12618
12619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12620           Give better warning message (add object and detail).
12621
12622 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12623
12624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12625         (gst_xvimagesink_get_times):
12626           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12627           #354773), use gst_util_uint64_scale_int in _get_times()
12628
12629 2006-09-18  Michael Smith  <msmith@fluendo.com>
12630
12631         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12632           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12633           always true, leading to dropping all timestamps.
12634
12635 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12636
12637         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12638         (gst_visual_chain), (gst_visual_change_state):
12639           update to work also with libvisual 0.4 API, fix double unref (#355914)
12640           
12641         * tools/gst-launch-ext.1.in:
12642         * tools/gst-visualise.1.in:
12643           remove references to old man-pages
12644
12645         * tests/examples/seek/seek.c: (main):
12646           add real meadi-buttons, add tool-tips for the seek-options, arrange
12647           seek options in a table
12648
12649 2006-09-18  Michael Smith  <msmith@fluendo.com>
12650
12651         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12652         (gst_ogg_mux_push_buffer):
12653           Don't generate out-of-order timestamps from oggmux, instead clamp
12654           output timestamps to be >= the previously output ts.
12655           Fixes #355595
12656
12657 2006-09-18  Michael Smith  <msmith@fluendo.com>
12658
12659         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12660         (gst_multi_fd_sink_class_init):
12661           Updates, fixes, and typo corrections for multifdsink. No functional
12662           changes.
12663
12664 2006-09-17  Michael Smith  <msmith@fluendo.com>
12665
12666         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12667           Don't crash on truncated files - check that we got an 8 byte buffer
12668           before trying to memcmp it.
12669
12670 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12671
12672         * gst/playback/gstplaybasebin.c: (get_active_source):
12673           Make stream-switching appear instant to the application
12674           (ie. make sure that a g_object_get on 'current-foo' returns
12675           the stream previously set with g_object_set(). Totem needs
12676           this to update stream-related meta-info (like audio-codec)
12677           correctly when switching streams.
12678
12679 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12680
12681         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12682         (gst_alsa_mixer_ensure_track_list):
12683           Try harder to guess which mixer track is the master mixer
12684           track (instead of just taking the first one that has a pvolume).
12685           Fixes #342228.
12686
12687 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12688
12689         reviewed by: <delete if not using a buddy>
12690
12691         * gst-libs/gst/audio/audio.h:
12692         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12693
12694 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12695
12696         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12697         (gst_audio_convert_transform_caps):
12698           Get structure-name just once.
12699
12700 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12701
12702         * tests/check/elements/audioresample.c: (GST_START_TEST):
12703         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12704         * tests/check/elements/volume.c: (GST_START_TEST):
12705         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12706         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12707         (test_pipeline), (GST_START_TEST):
12708         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12709         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12710           Fix big batch of compiler warnings.
12711
12712 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12713
12714         * ext/gnomevfs/gstgnomevfssrc.c:
12715           Add docs about icydemux usage in connection with gnomevfssrc
12716
12717         * ext/libvisual/visual.c:
12718         * ext/ogg/gstoggaviparse.c:
12719         * ext/ogg/gstoggdemux.c:
12720         * ext/ogg/gstoggmux.c:
12721         * ext/ogg/gstoggparse.c:
12722         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12723         * gst-libs/gst/audio/gstaudiosink.c:
12724         * gst-libs/gst/audio/gstaudiosrc.c:
12725         * gst/audiorate/gstaudiorate.c:
12726           More G_OBJECT macro fixing.
12727
12728         * gst/audiotestsrc/gstaudiotestsrc.h:
12729           Fix wrong info in header due to copy & paste
12730
12731 2006-09-15  Wim Taymans  <wim@fluendo.com>
12732
12733         * gst-libs/gst/audio/gstbaseaudiosink.c:
12734         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12735         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12736         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12737         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12738         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12739         Do the delay calculation in the source/sink base classes as this is
12740         specific for the capture/playback mode.
12741         Try to fixate a bit better, like round depth up to a multiple of 8
12742         bigger than width.
12743         Handle underruns correctly by marking DISCONT on buffers and adjusting
12744         timestamps to handle the gap.
12745         Set offset/offset_end correctly on buffers.
12746
12747         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12748         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12749         (gst_ring_buffer_read):
12750         Remove resync and underrun recovery from the ringbuffer.
12751         Fix ringbuffer read code on under/overrun.
12752
12753 2006-09-15  Wim Taymans  <wim@fluendo.com>
12754
12755         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12756         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12757         (queue_threshold_reached), (gst_play_base_bin_set_property),
12758         (gst_play_base_bin_get_property):
12759         * gst/playback/gstplaybasebin.h:
12760         Don't use a 0 low watermark when buffering, it is catching starvation
12761         way too late. Instead, use a 3 second queue with 30 and 95
12762         percent low/high watermarks. 
12763         Added queue-min-threshold property to configure low watermark.
12764         Use new _buffering message API.
12765         Make queue_threshold variable big enough to store a uint64 time value.
12766         API: playbin::queue-min-threshold property.
12767
12768 2006-09-15  Wim Taymans  <wim@fluendo.com>
12769
12770         * configure.ac:
12771         We require 0.10.10.1 now because of _wait_preroll().
12772
12773         * gst-libs/gst/audio/gstbaseaudiosink.c:
12774         (gst_base_audio_sink_render):
12775         Use gst_base_sink_wait_preroll().
12776
12777 2006-09-15  Wim Taymans  <wim@fluendo.com>
12778
12779         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12780         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12781         Use DEBUG_OBJECT more.
12782
12783 === release 0.10.10 ===
12784
12785 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12786
12787         patch by: Michael Smith <msmith at fluendo dot com>
12788
12789         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12790         (gst_multi_fd_sink_client_queue_buffer),
12791         (gst_multi_fd_sink_new_client):
12792         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12793         (multifdsink_suite):
12794           Fix implementation of sync-method 'next-keyframe'
12795           Closes #354594
12796
12797 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12798
12799         patch by: Wim Taymans <wim at fluendo dot com>
12800
12801         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12802         This patch removes the RANDOM flag that was incorrectly introduced with
12803         revision 1.91.  Fixes #354590
12804
12805 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12806
12807         * tests/check/Makefile.am:
12808           Random variation in Makefile line to see if it makes the
12809           gen64-base-full bot any happier.
12810
12811 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12812
12813         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12814           Disable test that fails at the moment (killed after timeout).
12815
12816 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12817
12818         Patch by: James Livingston  <doclivingston at gmail.com>
12819
12820         * tests/check/Makefile.am:
12821         * tests/check/pipelines/.cvsignore:
12822         * tests/check/pipelines/oggmux.c: (get_page_codec),
12823         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12824         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12825         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12826         (test_theora_vorbis), (oggmux_suite):
12827           Add simple unit test for oggmux from #337026 with checking for the
12828           EOS flags disabled for the time being.
12829
12830 2006-09-04  Wim Taymans  <wim@fluendo.com>
12831
12832         patch by: Alessandro Dessina <alessandro nnva org>
12833
12834         * ext/ogg/gstoggmux.c:
12835         Add cmml caps to oggmux. Fixes #353912
12836
12837 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12838
12839         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12840           Returning a return value often helps. In this case, we
12841           don't need the return value anyway, so just get rid of it.
12842           Should make build bots much happier.
12843
12844 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12845
12846         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12847         (paint_get_structure), (gst_video_test_src_get_size),
12848         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12849         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12850         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12851         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12852         * gst/videotestsrc/videotestsrc.h:
12853           Add support for AYUV and the various RGBA formats. Initialise
12854           fields of paintinfo structs allocated on the stack.
12855
12856         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12857         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12858         (check_rgb_buf), (videotestsrc_suite):
12859           Add unit tests for videotestsrc's RGB output.
12860
12861 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12862
12863         * gst/videotestsrc/gstvideotestsrc.c:
12864         (gst_video_test_src_pattern_get_type),
12865         (gst_video_test_src_set_pattern):
12866         * gst/videotestsrc/gstvideotestsrc.h:
12867         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12868         (gst_video_test_src_black), (gst_video_test_src_white),
12869         (gst_video_test_src_red), (gst_video_test_src_green),
12870         (gst_video_test_src_blue):
12871         * gst/videotestsrc/videotestsrc.h:
12872           Add more uni-colour patterns ("white", "red", "green", and "blue").
12873
12874 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12875
12876         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12877           Fix stride for YVYU, should be word-aligned (#353658).
12878
12879 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         * gst/adder/gstadder.c: (gst_adder_src_event):
12882           Fix build.
12883
12884 2006-08-31  Edward Hervey  <edward@fluendo.com>
12885
12886         * gst/adder/gstadder.c: (forward_event_func),
12887         (gst_adder_src_event), (gst_adder_collected),
12888         (gst_adder_change_state):
12889         * gst/adder/gstadder.h:
12890         Remember the start position asked in the incoming seeks, so we can
12891         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12892         of assuming it will always be 0).
12893
12894 2006-08-31  Edward Hervey  <edward@fluendo.com>
12895
12896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12897         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12898         (gst_ogg_demux_loop):
12899         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12900
12901 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12902
12903         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12904         (gst_ffmpegcsp_get_unit_size):
12905           Return FALSE instead of returning a random false unit
12906           size when the format isn't known/supported (even if
12907           this shouldn't happen under normal circumstances).
12908
12909 2006-08-29  Wim Taymans  <wim@fluendo.com>
12910
12911         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12912
12913         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12914         (gst_gnome_vfs_src_start):
12915         Try harder to get the size from a uri by using _info_uri() when
12916         _info_from_handle() does not give us enough info. 
12917         Also follow symlinks when getting the size.
12918         Partially Fixes #332864.
12919
12920 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12921
12922         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12923
12924         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12925         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12926         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12927         (gst_alsa_mixer_set_record):
12928         * ext/alsa/gstalsamixertrack.c:
12929         (gst_alsa_mixer_track_update_alsa_capabilities),
12930         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12931         (gst_alsa_mixer_track_update):
12932         * ext/alsa/gstalsamixertrack.h:
12933           Improve and fix mixer track handling, in particular better handling
12934           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12935           separate track objects for tracks that have both capture and playback
12936           volume (and label them differently as well so they're not mistakenly
12937           assumed to be duplicates); classify mixer tracks that only affect
12938           the audible volume of something (rather than the capture volume)
12939           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12940           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12941           (following the meaning documented in the mixer interface header
12942           file); add support for alsa's exclusive cswitch groups; update/sync
12943           state/flags better if mixer settings are changed by another
12944           application. Fixes #336075.
12945
12946 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12947
12948         * gst/playback/gstplaybin.c:
12949           Improve docs: add section about BUFFERING messages sent by playbin.
12950
12951 2006-08-29  Michael Smith  <msmith@fluendo.com>
12952
12953         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12954         (gst_vorbis_enc_buffer_check_discontinuous),
12955         (gst_vorbis_enc_chain):
12956           Ignore explicit DISCONT marked on buffers (which is often spurious,
12957           particularly when using multiple segments), in favour of solely
12958           using the timestamps/durations.
12959
12960 2006-08-29  Edward Hervey  <edward@fluendo.com>
12961
12962         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12963         Don't rely on incoming buffers offset anymore, since it is completely
12964         broken when using multiple segments.
12965         Instead convert the incoming buffers timestamp to running time, and
12966         then convert that value to the offsets.
12967         Also inform GstSegment of the last outputted stop position, which is
12968         needed if we received several segments with an unknown stop value.
12969
12970 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12971
12972         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12973           fix buffer unreffing on a header push failure
12974
12975 2006-08-28  Wim Taymans  <wim@fluendo.com>
12976
12977         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12978         (gst_audio_rate_chain):
12979         Make the metadata of the buffer writable before changing its
12980         flags.
12981
12982 2006-08-28  Wim Taymans  <wim@fluendo.com>
12983
12984         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12985         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12986         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12987         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12988         Fix audiorate some more.
12989         Reset and resync counters on flush and READY.
12990         Handle the DISCONT flag correctly.
12991         Use GstSegment to track position.
12992         Fail when not negotiated.
12993         Fixes #353234.
12994
12995 2006-08-25  Michael Smith  <msmith@fluendo.com>
12996
12997         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12998           Fix spelling.
12999           Remove accidently included debug line.
13000
13001 2006-08-25  Wim Taymans  <wim@fluendo.com>
13002
13003         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13004         Small cleanups.
13005         If a buffer is received with no caps, make the buffer metadata
13006         writable and set the caps, making sure that we don't screw up the
13007         refcounts.
13008
13009 2006-08-25  Michael Smith  <msmith@fluendo.com>
13010
13011         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13012         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13013           Fix memory leaks and misleading debug messages, add a couple of
13014           comments.
13015
13016         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13017         (gst_multi_fd_sink_render):
13018           Do not use gst_buffer_make_writable() in a basesink render method,
13019           as it may incorrectly unref the buffer. Instead, use convoluted
13020           dance to avoid copying the buffer except when we need to.
13021
13022 2006-08-25  Michael Smith  <msmith@fluendo.com>
13023
13024         * ext/vorbis/vorbisenc.c:
13025         (gst_vorbis_enc_buffer_check_discontinuous):
13026           Allow very small discontinuities in the timestamps. These we can't
13027           do anything useful with anyway (because vorbis's timestamps have
13028           only sample granularity), and are commonly produced by elements with
13029           minor bugs. Allow up to 1/2 a sample out.
13030           Fixes #351742.
13031
13032 2006-08-24  Wim Taymans  <wim@fluendo.com>
13033
13034         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13035         (play_scrub_toggle_cb), (main):
13036         Add a checkbox to enable play scrubbing. Makes it possible to disable
13037         normal scrubbing.
13038
13039 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13040
13041         * tests/check/elements/.cvsignore:
13042           make buildbot happy
13043
13044 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13045
13046         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13047         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13048         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13049         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13050         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13051         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13052         (gst_ogm_text_parse_strip_trailing_zeroes),
13053         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13054         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13055           Refactor ogm parse, do better input checking, misc. clean-ups.
13056           Cache incoming events and push them once the source pad has
13057           been created. Don't pass unterminated strings to sscanf().
13058           Strip trailing zeroes from subtitle text output, since they
13059           are not valid UTF-8. Don't push vorbiscomment packets on
13060           the subtitle text pad. Output perfect streams if possible.
13061
13062 2006-08-23  Wim Taymans  <wim@fluendo.com>
13063
13064         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13065         Waits for tasks to settle down so that we clean up correctly for 
13066         valgrind.
13067
13068 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13069
13070         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13071           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13072           actually return return value in taglists_are_equal.
13073
13074 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13075
13076         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13077           Fix crash due to broken bitstream parsing on x86-64: can't make
13078           any assumptions about sizeof(struct) due to alignment/packing
13079           differences on different architectures. Fixes #351790.
13080
13081 2006-08-22  Wim Taymans  <wim@fluendo.com>
13082
13083         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13084         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13085         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13086         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13087         (gst_riff_parse_info):
13088         Protect public functions against bad input.
13089         Do some cleanups.
13090         Fix documentation.
13091
13092 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13093
13094         * gst-libs/gst/riff/riff-ids.h:
13095         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13096           Add voxware audio IDs (even if we can't play it) (#351795).
13097
13098 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13099
13100         * gst-libs/gst/riff/riff-media.c:
13101         (gst_riff_create_video_template_caps),
13102         (gst_riff_create_audio_template_caps),
13103         (gst_riff_create_iavs_template_caps):
13104           Const-ify some arrays and use G_N_ELEMENTS instead
13105           of wasting oodles of RAM on terminator bits.
13106
13107 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13108
13109         * gst-libs/gst/tag/gstvorbistag.c:
13110         (gst_tag_list_to_vorbiscomment_buffer):
13111         * tests/check/libs/tag.c: (GST_START_TEST):
13112           And the same for _to_vorbiscomment_buffer(): allow
13113           id_data_len == 0 for speex.
13114
13115 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13116
13117         * configure.ac:
13118         * docs/plugins/Makefile.am:
13119         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13120         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13121         * docs/plugins/inspect/plugin-gdp.xml:
13122         * gst/gdp/Makefile.am:
13123         * tests/check/Makefile.am:
13124           Move GDP plugin to -base from -bad.  Closes #347783.
13125
13126 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13127
13128         * gst-libs/gst/tag/gstvorbistag.c:
13129         (gst_tag_list_from_vorbiscomment_buffer):
13130           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13131           Also add some checks to make sure we don't memcmp() beyond the end of
13132           vorbiscomment buffer if the ID to check for is larger than the buffer.
13133
13134         * tests/check/libs/tag.c: (GST_START_TEST):
13135           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13136
13137 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13138
13139         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13140         (gst_vorbis_enc_set_metadata):
13141           Use vorbis comment utility functions from libgsttag
13142           instead of re-inventing the wheel (partially fixes #347091).
13143
13144 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13145
13146         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13147         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13148         as some that won't.
13149
13150 2006-08-21  Wim Taymans  <wim@fluendo.com>
13151
13152         * docs/libs/Makefile.am:
13153         * docs/libs/gst-plugins-base-libs-sections.txt:
13154         * docs/libs/gst-plugins-base-libs.types:
13155         Don't try to GObject scan the netbuffer as it's not a GObject.
13156         Fixes #351308.
13157
13158         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13159         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13160         Document GstNetBuffer.
13161
13162 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13163
13164         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13165         (audioconvert_suite):
13166           Add testcase for caps-size-explosion
13167
13168 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13169
13170         * gst/audioconvert/gstaudioconvert.c:
13171         (gst_audio_convert_get_unit_size), (set_structure_widths):
13172           Lower debug, use g_assert in _get_unit_size
13173
13174         * gst/audioresample/gstaudioresample.c:
13175         (audioresample_get_unit_size):
13176         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13177         (gst_ffmpegcsp_get_unit_size):
13178         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13179           use g_assert in _get_unit_size
13180
13181 2006-08-18  Wim Taymans  <wim@fluendo.com>
13182
13183         * docs/libs/gst-plugins-base-libs-sections.txt:
13184         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13185         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13186         (gst_rtp_buffer_get_payload_buffer):
13187         * gst-libs/gst/rtp/gstrtpbuffer.h:
13188         Document GstRTPBuffer.
13189         Added function to efficiently strip payload headers.
13190         API: gst_rtp_buffer_get_payload_subbuffer()
13191
13192 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13193
13194         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13195         (gst_tag_to_vorbis_comments):
13196           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13197           tags and deserialise them properly as well (#347091).
13198           Add some more gtk-doc blurbs and also some g_return_if_fail().
13199
13200         * tests/check/libs/tag.c: (GST_START_TEST),
13201         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13202           More tests.
13203
13204 2006-08-17  Wim Taymans  <wim@fluendo.com>
13205
13206         * ext/ogg/Makefile.am:
13207         * ext/ogg/gstogg.c: (plugin_init):
13208         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13209         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13210         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13211         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13212         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13213         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13214         Added ogg-in-avi parser element. Fixes #140139.
13215
13216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13217         Fixed a bug in oggdemux debug code.
13218
13219         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13220         (gst_riff_create_audio_template_caps):
13221         Recognise Ogg in the AVI extensible wave format.
13222
13223 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13224
13225         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13226           Make buffer durations add up (duration should be next_ts-ts for
13227           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13228           from CVS.
13229
13230         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13231         (test_buffer_timestamps), (cddabasesrc_suite):
13232           Add unit test for the above.
13233
13234         * tests/check/Makefile.am:
13235           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13236           to see what happens.
13237
13238 2006-08-16  Wim Taymans  <wim@fluendo.com>
13239
13240         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13241         (gst_alsasink_open):
13242         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13243         (gst_alsasrc_open):
13244         Avoid setting and using a NULL device name.
13245         Print more info when we fail to open a device.
13246
13247 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13248
13249         * docs/libs/gst-plugins-base-libs-sections.txt:
13250         * gst-libs/gst/tag/tag.h:
13251         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13252           API: add gst_tag_parse_extended_comment() (#351426).
13253
13254         * tests/check/Makefile.am:
13255         * tests/check/libs/.cvsignore:
13256         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13257           Add unit test for gst_tag_parse_extended_comment().
13258
13259 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13260
13261         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13263           Fix leak (#351502).
13264
13265 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13266
13267         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13268         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13269         * docs/plugins/gst-plugins-base-plugins.args:
13270         * gst/playback/gstplaybin.c:
13271           Document playbin.
13272           
13273         * docs/plugins/inspect/plugin-adder.xml:
13274         * docs/plugins/inspect/plugin-alsa.xml:
13275         * docs/plugins/inspect/plugin-audioconvert.xml:
13276         * docs/plugins/inspect/plugin-audiorate.xml:
13277         * docs/plugins/inspect/plugin-audioresample.xml:
13278         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13279         * docs/plugins/inspect/plugin-cdparanoia.xml:
13280         * docs/plugins/inspect/plugin-decodebin.xml:
13281         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13282         * docs/plugins/inspect/plugin-gnomevfs.xml:
13283         * docs/plugins/inspect/plugin-ogg.xml:
13284         * docs/plugins/inspect/plugin-pango.xml:
13285         * docs/plugins/inspect/plugin-playbin.xml:
13286         * docs/plugins/inspect/plugin-subparse.xml:
13287         * docs/plugins/inspect/plugin-tcp.xml:
13288         * docs/plugins/inspect/plugin-theora.xml:
13289         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13290         * docs/plugins/inspect/plugin-video4linux.xml:
13291         * docs/plugins/inspect/plugin-videorate.xml:
13292         * docs/plugins/inspect/plugin-videoscale.xml:
13293         * docs/plugins/inspect/plugin-videotestsrc.xml:
13294         * docs/plugins/inspect/plugin-volume.xml:
13295         * docs/plugins/inspect/plugin-vorbis.xml:
13296         * docs/plugins/inspect/plugin-ximagesink.xml:
13297         * docs/plugins/inspect/plugin-xvimagesink.xml:
13298           Update to CVS version.
13299
13300 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13301
13302         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13303         (gst_play_bin_set_property), (gst_play_bin_get_property),
13304         (value_list_append_structure_list),
13305         (gst_play_bin_handle_redirect_message),
13306         (gst_play_bin_handle_message):
13307           API: GstPlayBin::connection-speed
13308           Add "connection-speed" property; re-order redirect messages with
13309           multiple redirect locations depending on the minimum bitrate if
13310           that information is available and a connection speed is set
13311           (#350399).
13312
13313 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13314
13315         * gst/playback/gstplaybin.c:
13316           Update max volume to the same value that the volume element uses.
13317
13318 2006-08-14  Wim Taymans  <wim@fluendo.com>
13319
13320         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13321         Less uglyness..
13322
13323 2006-08-14  Wim Taymans  <wim@fluendo.com>
13324
13325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13326         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13327         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13328         Add some more debug info.
13329         Don't crash when a seek failed.
13330         Actually return the result of the seek instead of TRUE.
13331         Ignore multiple BOS pages with the same serial so that we don't create
13332         the same stream multiple times.
13333         Post an error when we fail to do the initial seek.
13334
13335 2006-08-13  Wim Taymans  <wim@fluendo.com>
13336
13337         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13338         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13339         Small code cleanup.
13340
13341         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13342         (gst_alsa_mixer_new):
13343         Remove hack that always set the device to hw:0*.
13344         Properly find the card name for whatever device was configured.
13345         Do some better debugging.
13346         Fixes #350784.
13347
13348         * ext/alsa/gstalsamixerelement.c:
13349         (gst_alsa_mixer_element_set_property),
13350         (gst_alsa_mixer_element_change_state):
13351         Cleanups.
13352         Handle setting of a NULL device name better.
13353
13354 2006-08-11  Wim Taymans  <wim@fluendo.com>
13355
13356         * gst/adder/gstadder.c:
13357         Don't clip float values. Fixes #350900.
13358
13359 2006-08-11  Andy Wingo  <wingo@pobox.com>
13360
13361         * gst/tcp/gsttcp.c: Really fix the build?
13362
13363         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13364         fixes the build.
13365
13366 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13367
13368         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13369           Float caps shouldn't have a "signed" field.
13370
13371 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13372
13373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13374           Implement SEEKING query in its most basic form, so that we can
13375           at least check if we're seekable or not (#350655).
13376
13377 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13378
13379         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13380           The checks here are not even close to anything that would
13381           justify MAXIMUM probability, lowering to POSSIBLE until someone
13382           fixes the checks (case at hand: quicktime redirection files
13383           might start with 00 00 01 XX and pass the checks here just
13384           fine, see #350399).
13385
13386 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13387
13388         Patch by: Sjoerd Simons  <sjoerd at luon net>
13389
13390         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13391           Better detection for multipart/x-mixed-replace: accept leading
13392           whitespaces before the boundary marker as well (as our very own
13393           multipartmux used to produce) (#349068).
13394
13395 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13396
13397         Patch by: Young-Ho Cha  <ganadist at chollian net>
13398
13399         * gst-libs/gst/riff/riff-ids.h:
13400         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13401         (gst_riff_create_audio_template_caps):
13402           Detect DTS audio streams (#350157).
13403
13404 2006-08-05  Andy Wingo  <wingo@pobox.com>
13405
13406         * ext/theora/gsttheoraparse.h:
13407         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13408         (theora_parse_dispose, theora_parse_set_property)
13409         (theora_parse_get_property, theora_parse_munge_granulepos)
13410         (theora_parse_push_buffer, theora_parse_change_state):
13411         API: GstTheoraParse::synchronization-points
13412         Add a property 'synchronization-points' to fix badly synchronized oggs.
13413
13414 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13415
13416         * tests/check/Makefile.am:
13417         * tests/check/libs/.cvsignore:
13418         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13419         (fixed_caps_have_channel_positions), (GST_START_TEST),
13420         (audio_suite), (main):
13421           Add a few tests for the channel position stuff in libgstaudio.
13422
13423 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13424
13425         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13426         (gst_alsa_detect_channels):
13427         * ext/alsa/gstalsasink.c:
13428           Add support for cards that (only) do more than 8 channels,
13429           like the Delta 44 (#345188).
13430
13431         * gst-libs/gst/audio/multichannel.c:
13432         (gst_audio_check_channel_positions):
13433         * gst-libs/gst/audio/multichannel.h:
13434           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13435           unspecified channel position and cannot be combined with any
13436           of the other audio channel positions; adjust position layout
13437           checks accordingly (#345188).
13438
13439 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13440
13441         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13442           Recognise ancient RealAudio files (see #349779).
13443
13444 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13445
13446         Patch by: Jens Granseuer  <jensgr at gmx net>
13447
13448         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13449           Add typefinder for Interplay's MVE format (#348973).
13450
13451 2006-08-02  Wim Taymans  <wim@fluendo.com>
13452
13453         Patch by: Marcel Moreaux <marcelm at luon dot net>
13454
13455         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13456         (gst_base_rtp_depayload_add_to_queue):
13457         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13458         Handle RTP sequence number rollover.
13459         Disable jitterbuffer by default.
13460
13461 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13462
13463         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13464         (audioresample_set_caps):
13465         Don't leak references to the incoming caps. Clean them up when
13466         stopping.
13467
13468         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13469         (gst_video_scale_finalize):
13470         Don't leak our temporary pixel buffer.
13471
13472         * tests/check/Makefile.am:
13473         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13474         (GST_START_TEST), (simple_launch_lines_suite):
13475
13476         Fix leaks and re-enable the test for valgrind checking.
13477
13478 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13479
13480         Patch by: Sjoerd Simons  <sjoerd at luon net>
13481
13482         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13483         (plugin_init):
13484           Add typefind function for multipart/x-mixed-replace (#348916).
13485
13486 2006-07-28  Wim Taymans  <wim@fluendo.com>
13487
13488         * gst/adder/gstadder.c: (gst_adder_setcaps),
13489         (gst_adder_query_duration):
13490         Fix leak in duration query.
13491         Reflow some docs and notes.
13492
13493 2006-07-28  Michael Smith  <msmith@fluendo.com>
13494
13495         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13496         (vorbisenc_suite):
13497           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13498           aspect of it.
13499
13500 2006-07-28  Michael Smith  <msmith@fluendo.com>
13501
13502         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13503         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13504         (gst_vorbis_enc_push_buffer),
13505         (gst_vorbis_enc_buffer_check_discontinuous),
13506         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13507         * ext/vorbis/vorbisenc.h:
13508           Handle discontinuities in the input vorbis stream correctly,
13509           so that the output is properly timestamped (and has good granulepos
13510           values). Needs some oggmux fixes too.
13511
13512 2006-07-27  Wim Taymans  <wim@fluendo.com>
13513
13514         patch by: Kai Vehmanen <kv2004 eca cx>
13515
13516         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13517         (gst_base_rtp_depayload_chain),
13518         (gst_base_rtp_depayload_handle_sink_event),
13519         (gst_base_rtp_depayload_change_state):
13520         Don't send multiple newsegments with different formats.
13521         Fixes #348677.
13522
13523 2006-07-26  Wim Taymans  <wim@fluendo.com>
13524
13525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13526         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13527         Make seeking in ogg more accurate again by doing the more correct
13528         granuletime to stream time conversion.
13529
13530 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13531
13532         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13533         (gst_multi_fd_sink_new_client):
13534           debug a little more understandably
13535           do not use goto as a substitute for break, especially if
13536           break is also being used
13537
13538 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13539
13540         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13541         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13542           Remove GLib-2.6 compatibility cruft.
13543
13544 2006-07-24  Wim Taymans  <wim@fluendo.com>
13545
13546         * gst-libs/gst/audio/gstbaseaudiosink.c:
13547         (gst_base_audio_sink_render):
13548         Don't try to align a sample to an unknown value.
13549
13550 2006-07-24  Wim Taymans  <wim@fluendo.com>
13551
13552         * gst-libs/gst/audio/gstbaseaudiosink.c:
13553         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13554         When the audio clock is slaved to another clock, never try to align
13555         samples but trust the rate interpolation algorithm.
13556
13557 2006-07-24  Wim Taymans  <wim@fluendo.com>
13558
13559         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13560         Don't try to calculate silence samples, base class does this much
13561         better now.
13562
13563         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13564         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13565         (gst_ring_buffer_acquire):
13566         Calculate silence samples correctly.
13567
13568         * gst-libs/gst/audio/gstringbuffer.h:
13569         Add _CAST macro.
13570
13571 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13572
13573         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13574           Limit search for the first markup tag to the first few kB of
13575           the file. If we don't find one there, it's highly unlikely that
13576           this is an XML(-ish) file.
13577
13578 2006-07-21  Andy Wingo  <wingo@pobox.com>
13579
13580         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13581         test to the one in vorbisenc. Also commented out.
13582
13583         * tests/check/pipelines/vorbisenc.c: 
13584         (test_discontinuity): New test, commented out until Mike lands
13585         some elite vorbisenc patches.
13586
13587         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13588         Bufferstraw was actually factored out of these tests. Now we share
13589         code yay.
13590
13591         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13592         for bufferstraw addition to gstcheck.
13593
13594 2006-07-21  Wim Taymans  <wim@fluendo.com>
13595
13596         * ext/theora/theoradec.c: (clip_buffer):
13597         Better clipping.
13598
13599 2006-07-21  Wim Taymans  <wim@fluendo.com>
13600
13601         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13602         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13603         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13604         Fix leak.
13605         Avoid type casting when we can.
13606
13607         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13608         Fix mem leak.
13609
13610 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13611
13612         * ext/alsa/gstalsamixerelement.c:
13613         (gst_alsa_mixer_element_change_state):
13614           Make state change fail if the specified device can't be opened
13615           for some reason.
13616
13617 2006-07-20  Wim Taymans  <wim@fluendo.com>
13618
13619         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13620         (cb_newpad), (main):
13621         Example of a small audio/video player using decodebin.
13622
13623 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13624
13625         * gst-libs/gst/riff/riff-ids.h:
13626           Add 'fact' chunk id
13627
13628 2006-07-19  Wim Taymans  <wim@fluendo.com>
13629
13630         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13631         (gst_base_rtp_depayload_chain),
13632         (gst_base_rtp_depayload_change_state):
13633         Don't assert when not negotiated but post a meaningfull 
13634         error message. Fixes #347918.
13635
13636         * gst-libs/gst/rtp/gstbasertppayload.c:
13637         Add comment about better default MTU size.
13638
13639         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13640         Small cleanups, start docs.
13641
13642 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13643
13644         Patch by: Martin Szulecki
13645
13646         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13647           If "device-name" is requested and the device is not
13648           open, try to temporarily open it to obtain this
13649           information (#342494).
13650
13651 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13652
13653         * gst-libs/gst/tag/gstid3tag.c:
13654           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13655
13656         * gst-libs/gst/tag/gsttageditingprivate.h:
13657         * gst-libs/gst/tag/gstvorbistag.c:
13658           Some more random const-ifications.
13659
13660 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13661
13662         * gst-libs/gst/riff/riff-ids.h:
13663         * gst-libs/gst/riff/riff-media.c:
13664         (gst_riff_create_video_template_caps):
13665           Add more FOURCCs (sort list to make stuff easier to find),
13666           add comment what those 16 bytes in struct _gst_riff_strh according to
13667           one avi-dumper are
13668
13669 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13670
13671         * gst-libs/gst/audio/multichannel.c:
13672         (gst_audio_check_channel_positions),
13673         (gst_audio_fixate_channel_positions):
13674           Const-ify two arrays.
13675
13676 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13677
13678         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13679           Fix typo, so that alsasink also advertises 8 channels
13680           if that's supported (tags: can, worms, open, alsa, ph34r).
13681
13682 2006-07-17  Wim Taymans  <wim@fluendo.com>
13683
13684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13685         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13686         *sigh*, when is the compiler going to warn when the comments
13687         are out-of-sync with the code.. Refix case of busted theora
13688         headers with 0 granule pos.
13689
13690 2006-07-14  Wim Taymans  <wim@fluendo.com>
13691
13692         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13693         (gst_base_rtp_depayload_wait),
13694         (gst_base_rtp_depayload_change_state),
13695         (gst_base_rtp_depayload_set_property),
13696         (gst_base_rtp_depayload_get_property):
13697         Fix 99% cpu load by waiting for absolute times on the
13698         clock. Fixes #347300.
13699
13700 2006-07-14  Andy Wingo  <wingo@pobox.com>
13701
13702         * ext/theora/gsttheoraparse.h: 
13703         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13704         (theora_parse_push_headers, theora_parse_clear_queue)
13705         (theora_parse_drain_queue_prematurely, )
13706         (theora_parse_sink_event, theora_parse_change_state): Queue events
13707         until we initialized our state, like in vorbisparse.
13708
13709         * ext/vorbis/vorbisparse.h: 
13710         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13711         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13712         (vorbis_parse_drain_queue_prematurely, )
13713         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13714         until we have initialized our state. Fixes seeking after an
13715         initial pad block.
13716
13717 2006-07-14  Andy Wingo  <wingo@pobox.com>
13718
13719         Patch by: Iain Holmes <iaingnome@gmail.com>
13720         
13721         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13722
13723 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13724
13725         * configure.ac:
13726         Bump nano back to CVS
13727
13728 === release 0.10.9 ===
13729
13730 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13731
13732         * configure.ac:
13733           releasing 0.10.9, "I walk the line"
13734
13735 2006-07-14  Michael Smith  <msmith@fluendo.com>
13736
13737         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13738           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13739           (commonly happens when running this test under valgrind) when trying
13740           to remove the buffer probe.
13741
13742 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13743
13744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13745         Fix missing g_unlock from the previous commit
13746
13747 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13748
13749         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13750         (gst_ximagesink_change_state):
13751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13752         (gst_xvimagesink_change_state):
13753         Implement a locking order to ensure we always take the object lock
13754         before the x_lock and never vice-versa.
13755
13756 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13757
13758         * gst/playback/gstdecodebin.c: (find_compatibles):
13759         Fix a caps leak when linking (#347304)
13760
13761         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13762         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13763         (gst_ximagesink_change_state):
13764         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13765         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13766         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13767         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13768         Don't leak shared memory resources. Use the object lock to protect
13769         against the xcontext disappearing while returning a buffer from the
13770         pipeline. (#347304)
13771
13772 2006-07-12  Edward Hervey  <edward@fluendo.com>
13773
13774         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13775         (vorbis_handle_comment_packet):
13776         gst_tag_list_merge() returns a new object. Take that into account when
13777         using it. This avoids memleak.
13778         Revert previous commit which is not needed.
13779
13780 2006-07-12  Edward Hervey  <edward@fluendo.com>
13781
13782         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13783         Reset the decoder in finalize so that all fields get cleared.
13784
13785 2006-07-12  Wim Taymans  <wim@fluendo.com>
13786
13787         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13788         (gst_base_audio_src_set_clock),
13789         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13790         Don't try to post an error message when setting the clock fails
13791         as this can happen when adding an element to a bin which will then
13792         deadlock. Fixes #347296.
13793
13794 2006-07-12  Edward Hervey  <edward@fluendo.com>
13795
13796         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13797         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13798         (vorbis_handle_type_packet):
13799         Post tag messages on the bus even if we're not initialized.
13800         If we're not initialized, we still postpone the event pushing of tags.
13801
13802 2006-07-12  Wim Taymans  <wim@fluendo.com>
13803
13804         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13805         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13806         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13807         Revert last two changes that broke the freeze.
13808
13809 2006-07-12  Wim Taymans  <wim@fluendo.com>
13810
13811         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13812         basesink calculates silence sample correctly for us.
13813
13814 2006-07-12  Wim Taymans  <wim@fluendo.com>
13815
13816         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13817         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13818         Calculate correct silence samples so we don't fill our ringbuffer
13819         with noise.
13820
13821 2006-07-12  Edward Hervey  <edward@fluendo.com>
13822
13823         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13824         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13825         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13826         * ext/vorbis/vorbisdec.h:
13827         Delay sending events (newsegment, tags) until the decoder is properly
13828         initialized.
13829         Fixes #347295
13830
13831 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13832
13833         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13834         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13835           Patch from #347221 adding a test for audioconvert
13836           channel remappings.
13837
13838 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13839
13840         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13841         (gst_ssa_parse_parse_line):
13842           Don't include the terminating NUL in the buffer size,
13843           it's only there for extra paranoia (would add random
13844           '*' characters at the end of each subtitle since the
13845           terminator itself is not valid UTF-8 technically).
13846           Also fix indenting after boilerplate macro.
13847
13848 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13849
13850         * gst/playback/gstdecodebin.c: (close_pad_link):
13851           Also emit 'unknown-type' signal (which should really be
13852           called unhandled-type) if we found potential decoders/demuxers
13853           in the registry but none of them worked in the end (as in the
13854           case where the plugins don't exist any longer but are still
13855           listed in the registry). Fixes #329798.
13856
13857 2006-07-08  Andy Wingo  <wingo@pobox.com>
13858
13859         * theoraparse.c (theora_parse_push_buffer)
13860         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13861         Add some more debugging. Fix granulepos reconstruction in the face
13862         of discontinuities.
13863
13864 2006-07-06  Wim Taymans  <wim@fluendo.com>
13865
13866         * gst-libs/gst/audio/gstbaseaudiosink.c:
13867         (gst_base_audio_sink_class_init),
13868         (gst_base_audio_sink_provide_clock):
13869         Use gobject_class instead of G_OBJECT_CLASS (klass)
13870
13871         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13872         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13873         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13874         (gst_base_audio_src_get_time),
13875         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13876         (gst_base_audio_src_create_ringbuffer):
13877         Fix latency and buffer-time constants and properties ala basesink.
13878         Implement pull based scheduling. Fixes #346527.
13879         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13880         one segment.
13881         Refuse slaving to another clock instead of silently not working.
13882         Only provide a clock when we are actually able to do so.
13883         Various small cleanups and compiler hints.
13884
13885 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13886
13887         Patch by: Lutz Mueller <lutz at topfrose de>
13888
13889         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13890         (plugin_init):
13891           Add typefinding for text/html (#346581).
13892
13893 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13894
13895         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13896         (xml_check_first_element), (xml_type_find), (smil_type_find):
13897           Fix SMIL typefinding, make xml_check_first_element() more
13898           useful.
13899
13900 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13901
13902         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13903         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13904         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13905         * gst/playback/gstplaybasebin.h:
13906           Protect list of elements with a subtitle-encoding property and
13907           the subtitle encoding member itself with a lock of their own
13908           instead of using the object lock. This prevents a dead-lock in
13909           the element-remove callback in some circumstances when shutting
13910           down playbin.
13911
13912 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13913
13914         * win32/common/libgsttag.def:
13915         Export some new functions.
13916         * win32/vs6/libgstogg.dsp:
13917         Add a link to libgsttag-0.10.lib.
13918
13919 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13920
13921         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13922           Some const-ification.
13923
13924 2006-07-04  Wim Taymans  <wim@fluendo.com>
13925
13926         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13927         Improve checking if we are dealing with a stream. Added some
13928         more uris that need buffering.
13929
13930 2006-07-03  Edward Hervey  <edward@fluendo.com>
13931
13932         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13933         Remove unused variable.
13934
13935 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13936
13937         * Makefile.am:
13938           include lcov.mak
13939         * configure.ac:
13940           add GCOV_LIBS to GST_LIBS
13941
13942 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13943
13944         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13945
13946         * ext/alsa/gstalsasrc.c:
13947           Add 32 bps to template caps and increase channels range
13948           from [1,2] to [1,MAX]. See #346326.
13949
13950 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13951
13952         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13953           Recognise 'WMVA' video codec fourcc (#345879).
13954           
13955 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13956          
13957         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13958           Fixed nasty memory leak
13959
13960 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13961
13962         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13963         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13964           fix logging
13965
13966 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13967
13968         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13969         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13970         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13971         Protect remove_fakesink using a mutex, so that we don't try and
13972         remove the fakesink simultaneously from multiple threads.
13973
13974         When going from READY to PAUSED, restore the fakesink, so that
13975         it is there when decodebin gets reused.
13976
13977 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13978
13979         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13980         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13981         * gst-libs/gst/rtp/gstbasertppayload.c:
13982         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13983         * gst/tcp/gstmultifdsink.c:
13984         * gst/tcp/gsttcpclientsink.c:
13985         * gst/tcp/gsttcpclientsrc.c:
13986         * gst/tcp/gsttcpserversink.c:
13987         * gst/tcp/gsttcpserversrc.c:
13988         * gst/videorate/gstvideorate.c:
13989         * gst/videotestsrc/gstvideotestsrc.c:
13990         * sys/v4l/gstv4ljpegsrc.c:
13991         * sys/v4l/gstv4lmjpegsink.c:
13992         * sys/v4l/gstv4lsrc.c:
13993         * tests/examples/seek/scrubby.c:
13994         * tests/examples/seek/seek.c:
13995           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13996
13997 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13998
13999         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14000           Second field in GEnumValue shouldn't be a description,
14001           but a stringified version of the enum value.
14002
14003 2006-06-22  Wim Taymans  <wim@fluendo.com>
14004
14005         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14006         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14007         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14008         Avoid type checking in buffer casts.
14009         Avoid caps copy in buffer_alloc when we can.
14010         Use pad_peer_accept.
14011
14012 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14013
14014         * gst-libs/gst/tag/tag.h:
14015           Oops, make that 'Since: 0.10.9'.
14016
14017 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14018
14019         * docs/libs/gst-plugins-base-libs-sections.txt:
14020         * gst-libs/gst/tag/tag.h:
14021         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14022         (gst_tag_image_type_get_type):
14023           API: add GstTagImageType enum to describe images contained
14024           in image tags (#345641).
14025
14026 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14027
14028         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14029           Fix warnings with gst-inspect: "buffers-min" property
14030           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14031           typo in property description.
14032
14033 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14034
14035         Patch by: Cody Russell <bratsche at gnome org>
14036
14037         * gst/audioresample/gstaudioresample.c:
14038         (gst_audioresample_class_init):
14039         * gst/playback/gststreamselector.c:
14040         (gst_stream_selector_class_init):
14041         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14042         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14043         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14044         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14045         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14046         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14047         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14048         * gst/videotestsrc/gstvideotestsrc.c:
14049         (gst_video_test_src_class_init):
14050         * gst/volume/gstvolume.c: (gst_volume_class_init):
14051           Avoid unnecessary class cast check in class_init
14052           functions (#337747).
14053
14054 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14055
14056         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14057         (gst_text_overlay_video_chain):
14058           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14059           and doesn't validate its input either (and neither did
14060           textoverlay it seems). Let's do that then and fix #345206.
14061
14062 2006-06-19  Wim Taymans  <wim@fluendo.com>
14063
14064         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14065         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14066         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14067         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14068         (find_syncframe), (find_limits), (assign_value),
14069         (count_burst_unit), (gst_multi_fd_sink_new_client),
14070         (gst_multi_fd_sink_handle_client_write),
14071         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14072         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14073         (gst_multi_fd_sink_change_state):
14074         * gst/tcp/gstmultifdsink.h:
14075         Added shiny new burst-on-connect methods.
14076         Add properties to control the minimal amount of data queued.
14077         Small cleanups.
14078         API: bytes-min property
14079         API: time-min property
14080         API: buffers-min property
14081         API: burst-unit property
14082         API: burst-value property
14083         API: add-full signal
14084
14085         * gst/tcp/gsttcp-marshal.list:
14086         Added new marshaller code for the new signal.
14087
14088         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14089         (multifdsink_suite):
14090         Added testcases for new burst methods.
14091
14092 2006-06-19  Edward Hervey  <edward@fluendo.com>
14093
14094         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14095         Implement clipping for accurate seeking.
14096         Closes #345225
14097
14098 2006-06-19  Wim Taymans  <wim@fluendo.com>
14099
14100         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14101
14102         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14103         (gst_video_scale_transform):
14104         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14105
14106 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14107
14108         * configure.ac:
14109           Fix --disable-external (can't set conditionals conditionally,
14110           #343602).
14111
14112 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14113
14114         * tests/check/elements/audioresample.c: (test_reuse),
14115         (audioresample_suite):
14116           Add test case for bug #342789 fixed below.
14117
14118 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14119
14120         * gst/audioresample/gstaudioresample.c:
14121         (gst_audioresample_class_init), (gst_audioresample_init),
14122         (audioresample_start), (audioresample_stop),
14123         (gst_audioresample_set_property), (gst_audioresample_get_property):
14124           Implement GstBaseTransform::start and ::stop so that audioresample
14125           can clear its internal state properly and be reused instead of
14126           causing non-negotiated errors with playbin under some circumstances
14127           (#342789).
14128
14129         * tests/check/elements/audioresample.c: (setup_audioresample),
14130         (cleanup_audioresample):
14131           Need to set element state here so that ::start and ::stop are
14132           called.
14133
14134 2006-06-16  Wim Taymans  <wim@fluendo.com>
14135
14136         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14137
14138         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14139         Parse extra data better, apparently it's right behind
14140         the normal strf header size. Fixes #343500.
14141
14142 2006-06-16  Wim Taymans  <wim@fluendo.com>
14143
14144         * ext/alsa/gstalsasink.c: (set_hwparams):
14145         If we fail to set the buffer_time and period_time alsa
14146         parameters, post a warning and leave alsa select a 
14147         default instead of failing. Fixes #342085
14148
14149 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14150
14151         * docs/libs/gst-plugins-base-libs-sections.txt:
14152         * gst-libs/gst/cdda/gstcddabasesrc.h:
14153           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14154           out in the header file and shouldn't be listed in the docs.
14155
14156         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14157           Must dereference pointer to fourcc in the debug statement.
14158
14159 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14160
14161         * docs/libs/Makefile.am:
14162         * docs/libs/gst-plugins-base-libs-docs.sgml:
14163         * docs/libs/gst-plugins-base-libs-sections.txt:
14164         * docs/libs/gst-plugins-base-libs.types:
14165         add remaining symbols into correct setions
14166         
14167         * gst-libs/gst/audio/gstringbuffer.c:
14168         fix incomplete docs
14169         
14170         * gst-libs/gst/audio/gstringbuffer.h:
14171         comment out not yet implemented function
14172         
14173         
14174         * gst-libs/gst/floatcast/floatcast.h:
14175         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14176         add short descriptions
14177         
14178         
14179         * gst-libs/gst/interfaces/propertyprobe.c:
14180         fix return value docs   
14181         
14182         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14183         simplify debug logging
14184         
14185         * gst-libs/gst/riff/riff-read.h:
14186         sync function prototype and docs
14187         
14188         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14189         remove left over symbol
14190
14191 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14192
14193         * autogen.sh:
14194         * configure.ac:
14195         * docs/Makefile.am:
14196           Use GST_PLUGIN_DOCS macro in configure.ac, add
14197           --enable-plugin-docs default to autogen.sh and use
14198           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14199
14200 2006-06-15  Wim Taymans  <wim@fluendo.com>
14201
14202         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14203         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14204         (gst_ogg_demux_loop):
14205         Combine GstFlowReturn from the source pads to give a
14206         meaningfull result to the upstream peer or to stop the
14207         processing task in case of errors.
14208
14209 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14210
14211         * gst/playback/gststreaminfo.c: (cb_probe):
14212           Try GST_TAG_CODEC as fallback when extracting the
14213           codec name; more debug info.
14214
14215 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14216
14217         * ext/ogg/Makefile.am:
14218         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14219           Extract language tags from ogm subtitle streams, so that
14220           the subtitle menu choices are labelled correctly in
14221           Totem (fixes #344708).
14222
14223 2006-06-14  Wim Taymans  <wim@fluendo.com>
14224
14225         Patch by: Alessandro Decina <alessandro at nnva dot org>
14226
14227         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14228         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14229         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14230         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14231         Fix various leaks. Fixes #343699.
14232         Add x-smoke mime type.
14233
14234 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14235
14236         * gst-libs/gst/riff/riff-ids.h:
14237           Add IDs for 'bext' chunks (see #343837).
14238
14239 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14240
14241         Patch by: Young-Ho Cha  <ganadist at chollian net>
14242
14243         * gst/subparse/samiparse.c: (sami_context_pop_state),
14244         (handle_start_font), (end_sami_element):
14245           Honour font face tags in SAMI subtitles (#344503).
14246
14247 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14248
14249         * po/POTFILES.in:
14250           add missing files containing translatable strings
14251
14252 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14253
14254         * docs/libs/tmpl/.cvsignore:
14255           we don't want those *.sgml files in CVS either
14256
14257 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14258
14259         * docs/libs/.cvsignore:
14260         * tests/check/elements/.cvsignore:
14261         * tests/check/libs/.cvsignore:
14262           ignore more
14263
14264 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14265
14266         * docs/libs/Makefile.am:
14267           also commiting the changed Makefile.am (added more libs to the
14268           doc-build)
14269
14270 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14271
14272         * docs/libs/gst-plugins-base-libs-docs.sgml:
14273         * docs/libs/gst-plugins-base-libs-sections.txt:
14274         * docs/libs/gst-plugins-base-libs.types:
14275           first batch of reordering things, add index & hierarchy
14276
14277 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14278
14279         * configure.ac:
14280           use GST_PKG_CHECK_MODULES, cleans up output
14281
14282 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14283
14284         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14285           Add support for burn:// URIs (#343385); const-ify things a bit,
14286           use G_N_ELEMENTS instead of hard-coded array size.
14287
14288 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14289
14290         Patch by: Young-Ho Cha  <ganadist at chollian net>
14291
14292         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14293           Fix up broken entities before passing them to libxml *sigh*.
14294           (#343303).
14295           
14296 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14297
14298         * configure.ac:
14299           back to TRUNK
14300
14301 === release 0.10.8 ===
14302
14303 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14304
14305         * configure.ac:
14306           releasing 0.10.8, "Moar gij ziet mij nie"
14307
14308 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14309
14310         * configure.ac:
14311         * po/af.po:
14312         * po/az.po:
14313         * po/cs.po:
14314         * po/en_GB.po:
14315         * po/hu.po:
14316         * po/it.po:
14317         * po/nb.po:
14318         * po/nl.po:
14319         * po/or.po:
14320         * po/sq.po:
14321         * po/sr.po:
14322         * po/sv.po:
14323         * po/uk.po:
14324         * po/vi.po:
14325         * win32/common/config.h:
14326           0.10.7.2 prerelease
14327
14328 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14329
14330         * docs/libs/tmpl/gstaudio.sgml:
14331         * docs/libs/tmpl/gstcolorbalance.sgml:
14332         * docs/libs/tmpl/gstmixer.sgml:
14333         * docs/libs/tmpl/gstringbuffer.sgml:
14334         * docs/libs/tmpl/gsttuner.sgml:
14335         * docs/libs/tmpl/gstxoverlay.sgml:
14336         * gst-libs/gst/audio/audio.c:
14337         * gst-libs/gst/audio/gstringbuffer.c:
14338         * gst-libs/gst/interfaces/colorbalance.c:
14339         * gst-libs/gst/interfaces/mixer.c:
14340         * gst-libs/gst/interfaces/tuner.c:
14341         * gst-libs/gst/interfaces/xoverlay.c:
14342           move last template doc snippets to source code and delete them
14343
14344 2006-06-06  Michael Smith  <msmith@fluendo.com>
14345
14346         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14347         (theora_parse_drain_queue):
14348           Mark DELTA_UNIT on non-keyframes.
14349
14350 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14351
14352         * gst-libs/gst/audio/gstbaseaudiosink.c:
14353         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14354         * gst-libs/gst/audio/gstbaseaudiosink.h:
14355         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14356         (gst_ring_buffer_samples_done):
14357         * gst-libs/gst/audio/gstringbuffer.h:
14358         Document better the fact that latency_time and buffer_time are values
14359         stored in microseconds, and not the usual GStreamer nanoseconds.
14360         Change the variables (compatibly) that store them from GstClockTime 
14361         to guint64 to make it more clear that they're not storing clock times.
14362         Also, remove the bogus property description that says the user can
14363         specify -1 to get the default value, since that's never been the case.
14364
14365         When computing the default segment size for the ring buffer, make it
14366         an integer number of samples.
14367
14368         When the sub-class indicates a delay greater than the number of
14369         samples we've written return 0 from the audio sink get_time method.
14370
14371 2006-06-02  Michael Smith  <msmith@fluendo.com>
14372
14373         * tests/check/elements/audioconvert.c: (set_channel_positions),
14374         (get_float_mc_caps), (get_int_mc_caps):
14375         * tests/check/elements/audioresample.c:
14376         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14377         * tests/check/elements/videorate.c:
14378         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14379         * tests/check/elements/volume.c:
14380         * tests/check/elements/vorbisdec.c:
14381         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14382           Don't busy-wait in tests; this was causing test timeouts very
14383           frequently when running under valgrind.
14384
14385 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14386
14387         * gst/tcp/README:
14388         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14389         (gst_multi_fd_sink_remove_client_link),
14390         (gst_multi_fd_sink_client_queue_caps),
14391         (gst_multi_fd_sink_client_queue_buffer),
14392         (gst_multi_fd_sink_handle_client_write),
14393         (gst_multi_fd_sink_render):
14394         * gst/tcp/gstmultifdsink.h:
14395           make multifdsink properly deal with streamheader:
14396           - streamheader is taken from caps
14397           - buffers marked with IN_CAPS are not sent
14398           - streamheaders are sent, on connection, from the caps of the
14399             buffer where the client gets positioned to
14400           - further streamheader changes are done every time the client
14401             will receive a buffer with different caps
14402         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14403         (gst_multifdsink_create_streamheader):
14404           add tests for this
14405
14406 2006-06-02  Michael Smith  <msmith@fluendo.com>
14407
14408         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14409           Reinstate limit on channel count. Vorbis does not define the meaning
14410           of > 6 channels, so they're just independent channels. Gstreamer
14411           currently has no mechanism to represent N independent channels.
14412
14413 2006-06-02  Michael Smith  <msmith@fluendo.com>
14414
14415         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14416           Don't arbitrarily restrict channel counts and rate in vorbis.
14417           In terms of effects likely on real-world files, this fixes 96kHz
14418           playback of vorbis.
14419
14420 2006-06-02  Michael Smith  <msmith@fluendo.com>
14421
14422         * gst/audioconvert/audioconvert.c: (float):
14423           More correct float->int conversion.
14424
14425 2006-06-02  Michael Smith  <msmith@fluendo.com>
14426
14427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14428           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14429           value. Fixes g-critical on trying to play back ogg containing
14430           unknown codec.
14431
14432 2006-06-02  Wim Taymans  <wim@fluendo.com>
14433
14434         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14435         (setup_source):
14436         * gst/playback/gstplaybasebin.h:
14437         Make the subtitle detection work from any thread so we don't
14438         deadlock. Fixes #343397.
14439
14440 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14441
14442         * gst/volume/Makefile.am:
14443           Seriously, it's not *that* hard to get compilation right.  Even
14444           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14445
14446 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14447
14448         * gst/volume/gstvolume.c: (volume_choose_func),
14449         (volume_update_real_volume), (gst_volume_class_init),
14450         (gst_volume_init), (volume_process_float), (volume_process_int16),
14451         (volume_process_int16_clamp), (volume_set_caps),
14452         (volume_transform_ip), (plugin_init):
14453         * gst/volume/gstvolume.h:
14454         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14455         another property desc., remove unused param from process function
14456         
14457         * tests/check/elements/volume.c: (volume_suite):
14458         reactivate the passthrough test
14459
14460 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14461
14462         * ext/alsa/gstalsamixerelement.h:
14463         * ext/alsa/gstalsamixeroptions.h:
14464         * ext/alsa/gstalsamixertrack.h:
14465         * ext/gnomevfs/gstgnomevfssink.h:
14466         * ext/gnomevfs/gstgnomevfssrc.h:
14467         * ext/theora/gsttheoradec.h:
14468         * ext/theora/gsttheoraenc.h:
14469         * ext/theora/gsttheoraparse.h:
14470         * ext/vorbis/vorbisparse.h:
14471         * gst-libs/gst/audio/gstaudioclock.h:
14472         * gst-libs/gst/audio/gstaudiofilter.h:
14473         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14474         * gst/audioconvert/gstaudioconvert.h:
14475         * gst/audioresample/gstaudioresample.h:
14476         * gst/audiotestsrc/gstaudiotestsrc.h:
14477         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14478         * gst/playback/gststreamselector.h:
14479         * gst/tcp/gstmultifdsink.h:
14480         * gst/tcp/gsttcpclientsink.h:
14481         * gst/tcp/gsttcpclientsrc.h:
14482         * gst/tcp/gsttcpserversink.h:
14483         * gst/tcp/gsttcpserversrc.h:
14484         * gst/videorate/gstvideorate.h:
14485         * gst/videoscale/gstvideoscale.h:
14486         * gst/videotestsrc/gstvideotestsrc.h:
14487         * gst/volume/gstvolume.h:
14488         * sys/v4l/gstv4ljpegsrc.h:
14489         * sys/v4l/gstv4lmjpegsink.h:
14490         * sys/v4l/gstv4lmjpegsrc.h:
14491         * sys/v4l/gstv4lsrc.h:
14492         * sys/ximage/ximagesink.h:
14493         * sys/xvimage/xvimagesink.h:
14494         * tests/old/testsuite/alsa/sinesrc.h:
14495         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14496
14497 2006-05-31  Wim Taymans  <wim@fluendo.com>
14498
14499         * ext/libvisual/visual.c: (gst_visual_reset),
14500         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14501         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14502         Handle DISCONT.
14503         Use running time before doing QoS.
14504         Handle mono too.
14505
14506 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14507
14508         * docs/libs/Makefile.am:
14509           set a magic variable to indicate we know the docs are incomplete
14510
14511 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14512
14513         * win32/common/libgstvideo.def:
14514           export gst_video_calculate_display_ratio
14515         * win32/vs6/libgstvideoscale.dsp:
14516           add link to libgstvideo-0.10.lib
14517
14518 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14519
14520         * gst/playback/gstplaybasebin.c: (gen_source_element):
14521           Throw a more comprehensible error for rtsp:// URIs (rather
14522           than erroring out with a negotiation error later on) until
14523           we fix playbin to handle rtspsrc etc.
14524
14525 2006-05-30  Wim Taymans  <wim@fluendo.com>
14526
14527         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14528         (gst_text_overlay_text_event):
14529         Added some FIXMEs.
14530
14531 2006-05-30  Wim Taymans  <wim@fluendo.com>
14532
14533         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14534         (gst_adder_request_new_pad), (gst_adder_release_pad):
14535         * gst/adder/gstadder.h:
14536         Implement release_request_pad.
14537         Make padcounter atomic.
14538
14539         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14540         Added check for release_pad in adder.
14541
14542 2006-05-30  Wim Taymans  <wim@fluendo.com>
14543
14544         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14545         Fix build again.
14546
14547 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14548
14549         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14550         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14551         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14552         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14553         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14554         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14555         (gst_ogg_demux_bisect_forward_serialno),
14556         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14557         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14558           add more debugging
14559           clean up printf formats for granulepos and serialno
14560
14561 2006-05-30  Michael Smith  <msmith@fluendo.com>
14562
14563         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14564         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14565         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14566         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14567         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14568         * ext/vorbis/vorbisenc.h:
14569           Multi-channel caps negotiation, so we can do proper multichannel
14570           vorbis encoding, negotiated through audioconvert.
14571
14572 2006-05-30  Wim Taymans  <wim@fluendo.com>
14573
14574         * tests/check/elements/adder.c: (test_event_message_received),
14575         (test_play_twice_message_received), (GST_START_TEST),
14576         (adder_suite):
14577         Added check to show that #339935 is fixed with ongoing
14578         adder and collectpads fixes.
14579
14580 2006-05-29  Wim Taymans  <wim@fluendo.com>
14581
14582         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14583         Don't leak pad name.
14584
14585 2006-05-29  Wim Taymans  <wim@fluendo.com>
14586
14587         * gst/adder/gstadder.c: (gst_adder_query_duration),
14588         (forward_event_func), (forward_event), (gst_adder_src_event):
14589         Fix adder seeking.
14590         Make query/seeking code threadsafe.
14591
14592         * tests/check/Makefile.am:
14593         * tests/check/elements/adder.c: (test_event_message_received),
14594         (GST_START_TEST), (test_play_twice_message_received):
14595         Fix adder test case.
14596
14597 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14598
14599         Patch by: Young-Ho Cha  <ganadist at chollian net>
14600
14601         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14602         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14603         (set_encoding_element), (decodebin_element_added_cb),
14604         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14605         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14606         * gst/playback/gstplaybasebin.h:
14607           Add 'subtitle-encoding' property to playbin, so applications can
14608           force a subtitle encoding for non-UTF8 subtitles (#342268).
14609
14610         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14611         (gst_sub_parse_set_property):
14612           Rename recently-added 'encoding' property to 'subtitle-encoding'
14613           (so it can be proxied by playbin/decodebin in a generic way
14614           with less danger of false positives).
14615
14616 2006-05-29  Michael Smith  <msmith@fluendo.com>
14617
14618         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14619         (append_with_other_format), (set_structure_widths),
14620         (gst_audio_convert_transform_caps):
14621           Patch from #341562: give more specific audio caps in get_caps, so
14622           that basetransform  can make better decisions on what caps to
14623           negotiate.
14624
14625 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14626
14627         * tests/check/elements/volume.c:
14628         make it compile again
14629
14630 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14631
14632         * tests/check/elements/volume.c: (volume_suite):
14633         disable test until #343196 gets resolved
14634
14635 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14636
14637         * gst/adder/gstadder.c: (gst_adder_get_type):
14638         Make it easier to copy&paste
14639         
14640         * gst/volume/Makefile.am:
14641         * gst/volume/gstvolume.c: (volume_update_real_volume),
14642         (gst_volume_set_volume), (gst_volume_set_mute),
14643         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14644         (volume_transform_ip), (volume_update_mute),
14645         (volume_update_volume):
14646         * gst/volume/gstvolume.h:
14647         Add own debug category, move duplicate code to helper function, fix
14648         property texts, add more comments and prepare ffor liboil-goodness
14649         
14650         * tests/check/Makefile.am:
14651         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14652         add test for mute and passtrough case, be a bit more verbose to track
14653         failure
14654         
14655         * tests/check/generic/states.c: (GST_START_TEST):
14656         catch elements that fail to instantiate
14657
14658 2006-05-28  Edward Hervey  <edward@fluendo.com>
14659
14660         * tests/check/pipelines/simple-launch-lines.c:
14661         * tests/check/pipelines/theoraenc.c:
14662         * tests/check/pipelines/vorbisenc.c:
14663         Comment out tests using parse_launch() if core was built without
14664         parsing capabilities.
14665
14666 2006-05-27  Edward Hervey  <edward@fluendo.com>
14667
14668         * tests/check/Makefile.am:
14669         Extra bonus points for whoever explains to ensonic that you are meant
14670         to test unit tests thoroughly before commiting them, especially if
14671         you know it's going to break.
14672         De-activated element/adder tests.
14673
14674 2006-05-27  Edward Hervey  <edward@fluendo.com>
14675
14676         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14677         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14678         Marking caps conversion issues as GST_WARNING is way too verbose,
14679         Moving them to GST_LOG.
14680
14681 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14682
14683         * README:
14684           Replace current README (containing the release notes from
14685           some 0.9.x version) with a proper README taken from the core.
14686
14687 2006-05-26  Wim Taymans  <wim@fluendo.com>
14688
14689         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14690         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14691         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14692         (vorbis_dec_change_state):
14693         Small cleanups.
14694         Add some FIXMEs
14695         Clip output samples to segment boundaries.
14696
14697 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14698
14699         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14700         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14701         Improve the errors produced on bad output, including some human
14702         readable description strings.
14703         Handle the (theoretical for ximagesink) case where the XServer 
14704         has a different idea about the size required for a particular 
14705         frame and gives us too small a memory allocation.
14706
14707 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14708
14709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14710         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14711         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14712         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14713         Improve the errors produced on bad output, including some human 
14714         readable description strings.
14715         Handle RGB Xv formats properly by transforming them into our 
14716         big-endian caps description.
14717         Use gst_caps_truncate to ensure that we never try and choose a
14718         non-fixed caps in buffer_alloc.
14719         Handle the case where the XServer has a different idea about the size
14720         required for a particular frame and gives us too small a memory
14721         allocation.
14722         Use -1 to indicate 'no image format', because 0 is a valid XServer
14723         image format number.
14724         Put RGB Xv formats at the end of the caps, so that we always prefer
14725         YUV format frames.
14726         Iterate the available Xv Encodings to determine the maximum width and
14727         height, and then return that in our caps.
14728         (Closes #315312, #337544)
14729
14730 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14731
14732         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14733         When there is only one unfinished pad and it receives an event that
14734         doesn't match our requirements, we need to set alldone=FALSE so that
14735         the fakesink is not removed yet.
14736
14737 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14738
14739         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14740           Use gst_type_find_helper_for_buffer() to find the type
14741           of stream from the first packet.
14742
14743         * configure.ac:
14744           Bump requirements to core CVS (needed for vorbis
14745           typefinding to work).
14746
14747 2006-05-24  Edward Hervey  <edward@fluendo.com>
14748
14749         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14750         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14751         contain.  Else they play perfectly fine with qtdemux.
14752
14753 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14754
14755         * ext/theora/theoradec.c:
14756         * ext/theora/theoraenc.c:
14757         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14758         * gst/audiorate/gstaudiorate.c:
14759           make more debug catagories static
14760         
14761         * tests/check/Makefile.am:
14762         * tests/check/elements/adder.c: (message_received),
14763         (test_event_message_received), (GST_START_TEST),
14764         (test_play_twice_message_received), (adder_suite):
14765           added test case for using element twice, extra bonus points for anyone
14766           who can make these test run reliably
14767
14768 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14769
14770         * ext/theora/theoradec.c: (theora_dec_chain):
14771           Make work with time-stamped input buffers that do not
14772           have a granulepos in BUFFER_OFFSET_END (like theora
14773           buffers coming from matroskademux). Fixes #342448.
14774
14775 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14776
14777         Patch by: Peter Kjellerstedt  <pkj at axis com>
14778
14779         * gst/tcp/Makefile.am:
14780           fdstresstest doesn't need Gtk+, fix compilation if 
14781           gtk is not available (#342566).
14782
14783 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14784          
14785         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14786           80 line columns
14787           Removed redundant floor()
14788
14789 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14790
14791         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14792           On second thought, just skip JUNK chunks automatically, so
14793           the caller doesn't have to handle this. Fixes #342345.
14794           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14795           not GST_FLOW_ERROR.
14796
14797 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14798
14799         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14800           Don't bail out on JUNK chunks with a size of 0 (would try to
14801           pull_range 0 bytes before, which sources don't like too much).
14802           See #342345.
14803
14804 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14805
14806         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14808         Use the gstutil scaling function to preserve 64 bits while calculating
14809         output width and height from the display-aspect-ratio. (A continuation
14810         of #341542)
14811
14812 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14813
14814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14815         (gst_xvimagesink_buffer_alloc):
14816         * sys/xvimage/xvimagesink.h:
14817         When performing buffer allocations, remember the caps and image format
14818         we return so that if the same caps are asked for next time we can
14819         return them immediately without doing any caps intersections.
14820
14821 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14822          
14823         * gst-libs/gst/rtp/README:
14824           Some new documentation
14825         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14826           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14827         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14828         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14829           New RTP audio base payloader class. Supports frame or sample based
14830           codecs.  Not enabled in Makefile.am until approved.
14831
14832 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14833
14834         * tests/check/elements/alsa.c: (test_device_property_probe):
14835           Fix test case: don't try to free NULL GValueArray when there
14836           are no devices.
14837
14838 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14839
14840         * tests/check/Makefile.am:
14841         * tests/check/elements/alsa.c: (test_device_property_probe),
14842         (alsa_suite), (main):
14843           Add simple test that runs a device property probe on alsasrc,
14844           alsasink and alsamixer. Disable valgrind check for now (too
14845           many leaks in libasound, and valgrind ignored my suppressions
14846           additions).
14847
14848 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14849
14850         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14851         (gst_alsa_device_property_probe_probe_property),
14852         (gst_alsa_device_property_probe_needs_probe),
14853         (gst_alsa_device_property_probe_get_values),
14854         (gst_alsa_type_add_device_property_probe_interface):
14855         * ext/alsa/gstalsadeviceprobe.h:
14856         * ext/alsa/gstalsamixerelement.c:
14857         (gst_alsa_mixer_element_init_interfaces):
14858         * ext/alsa/gstalsamixerelement.h:
14859           Clean up and simplify alsa device probing. Make it actually work
14860           for multiple classes. Don't cache results any longer.
14861
14862         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14863         (gst_alsasink_init):
14864         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14865         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14866         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14867           Make alsasink and alsasrc implement the GstPropertyProbe interface
14868           for device probing (#342181).
14869           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14870
14871 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14872
14873         * gst/subparse/samiparse.c: (handle_start_font):
14874           Don't ignore return value of strtol (++compiler_happiness).
14875
14876 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14877
14878         Patch by: Young-Ho Cha  <ganadist chollian net>
14879
14880         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14881         (gst_sub_parse_class_init), (gst_sub_parse_init),
14882         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14883         (convert_encoding):
14884         * gst/subparse/gstsubparse.h:
14885           Add 'encoding' property (#341681).
14886
14887         * gst/subparse/samiparse.c: (characters_sami):
14888           Output is pango markup, so we need to escape text
14889           between tags (#342143).
14890
14891 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14892
14893         * gst-libs/gst/audio/multichannel.c:
14894         (gst_audio_check_channel_positions):
14895           It's okay to have caps with channels=1 and a channel position
14896           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14897           (deinterleavers might want to keep the position in the caps,
14898           so that they can be re-interleaved again properly later).
14899           Leave check for unexpected 2-channel layouts intact for now.
14900
14901 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14902
14903         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14904         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14905         basesrc can do its job correctly.
14906
14907 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14908
14909         * ext/alsa/Makefile.am:
14910         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14911         (gst_alsa_detect_formats), (get_channel_free_structure),
14912         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14913         (gst_alsa_probe_supported_formats):
14914         * ext/alsa/gstalsa.h:
14915         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14916           Refactor and improve caps probing code: probe signedness
14917           when we probe the supported formats/widths; set endianness
14918           to the one we actually probed for (ie. cpu endianness).
14919           
14920         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14921         (gst_alsasrc_close):
14922         * ext/alsa/gstalsasrc.h:
14923           Implement caps probing for alsasrc.
14924
14925 2006-05-15  Wim Taymans  <wim@fluendo.com>
14926
14927         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14928         (theora_dec_src_query), (theora_dec_src_event),
14929         (theora_dec_sink_event), (theora_handle_comment_packet),
14930         (theora_handle_data_packet), (theora_dec_change_state):
14931         Cleanups, add some G_LIKELY.
14932         Use segment helpers instead of our own wrong code.
14933         Clear queued buffers on seek and READY.
14934
14935         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14936         (vorbis_dec_convert), (vorbis_dec_src_query),
14937         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14938         (vorbis_handle_comment_packet), (vorbis_dec_push),
14939         (vorbis_handle_data_packet), (vorbis_dec_chain),
14940         (vorbis_dec_change_state):
14941         * ext/vorbis/vorbisdec.h:
14942         Remove old useless packetno variable.
14943         Do position query properly.
14944         Add some G_LIKELY.
14945         Do cleanup of queued buffers in new helper function
14946         and use it.
14947
14948 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14949
14950         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14951           Query supported sample rates. Fixes #341732.
14952
14953 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14954
14955         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14956         (gst_decode_bin_change_state): Make decodebin reusable
14957         when going from PAUSE_TO_READY and then back to PAUSED.
14958         Fixes #331678.
14959
14960 2006-05-15  Wim Taymans  <wim@fluendo.com>
14961
14962         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14963         (vorbis_dec_convert), (vorbis_dec_src_query),
14964         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14965         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14966         (vorbis_dec_clean_queued), (vorbis_dec_push),
14967         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14968         Cleanups. Use refcounting and DEBUG_OBJECT.
14969         Reset segment on flush, use code methods instead of our
14970         own wrong version.
14971         Fix potential memleak.
14972
14973 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14974
14975         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14976         (gst_alsasink_init):
14977         * ext/alsa/gstalsasink.h:
14978           Don't leak allocated snd_output_t structure if there's
14979           more than one alsasink instance at a time (#341873).
14980           Also fix GObject macros in header file.
14981           
14982 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14983
14984         * gst/subparse/gstsubparse.c:
14985         (gst_sub_parse_data_format_autodetect):
14986           Don't use libxml functions in the typefinding code.
14987
14988 2006-05-15  Wim Taymans  <wim@fluendo.com>
14989
14990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14991         Fix seeking performance in the case where a non-header 
14992         packet has a 0 granulepos (busted theora case). 
14993         Fixes #341719
14994         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14995          the first place, you limelight stealer you)
14996
14997 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14998
14999         * gst/subparse/gstsubparse.c:
15000         (gst_sub_parse_data_format_autodetect):
15001           Improve SAMI typefinding: handle case where there are
15002           whitespaces or newlines in front of the first <SAMI>
15003           tag (#169936).
15004
15005 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15006
15007         * configure.ac:
15008           Build video4linux plugin even if there's no XVIDEO, just
15009           without implementing the GstXOverlay interface (#334002).
15010          
15011 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15012
15013         * configure.ac:
15014         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15015         (plugin_init):
15016           Add tentative support for libvisual-0.4 (#336881).
15017
15018 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15019
15020         Patch by: Young-Ho Cha <ganadist at chollian net>
15021
15022         * gst/subparse/samiparse.c: (handle_start_font):
15023           Need to map "silver" colour explicitly (#169936).
15024
15025 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15026
15027         Patch by: Young-Ho Cha  <ganadist at chollian net>
15028
15029         * gst/subparse/Makefile.am:
15030         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15031         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15032         (gst_sub_parse_format_autodetect), (feed_textbuf),
15033         (gst_subparse_type_find), (plugin_init):
15034         * gst/subparse/gstsubparse.h:
15035         * gst/subparse/samiparse.c:
15036         * gst/subparse/samiparse.h:
15037           Add support for SAMI subtitles (#169936).
15038
15039 2006-05-14  Michael Smith  <msmith@fluendo.com>
15040
15041         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15042           Fix #341696: crash when mixing L+R+C to mono or stereo.
15043         * tests/check/Makefile.am:
15044         * tests/check/elements/audioconvert.c: (set_channel_positions),
15045         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15046         (audioconvert_suite):
15047           Add test for the above, including some generic framework bits for
15048           testing multichannel things.
15049
15050 === release 0.10.7 ===
15051
15052 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15053
15054         * configure.ac:
15055           releasing 0.10.7, "Leave the gun"
15056
15057 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15058
15059         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15061         Fix the build.
15062
15063 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15064
15065         * docs/libs/gst-plugins-base-libs-docs.sgml:
15066         * docs/libs/gst-plugins-base-libs-sections.txt:
15067         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15068         * gst-libs/gst/video/video.h:
15069         * gst/videoscale/Makefile.am:
15070         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15072         * tests/check/Makefile.am:
15073         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15074         (main):
15075           Fix integer overflow problem with pixel-aspect-ratio calculations
15076           in videoscale and xvimagesink (#341542)
15077
15078 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15079
15080         * gst-libs/gst/tag/gstid3tag.c:
15081           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15082
15083 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15084
15085         * win32/MANIFEST:
15086           update win32 files listing
15087
15088 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15089
15090         patch by: Sjoerd Simons (sjoerd@luon.net)
15091
15092         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15093         (group_create), (group_destroy), (add_stream),
15094         (gst_play_base_bin_get_property),
15095         (gst_play_base_bin_get_streaminfo_value_array):
15096         * gst/playback/gstplaybasebin.h:
15097           API: GstPlayBaseBin::stream-info-value-array property
15098           use a more bindings-friendly way of exposing streaminfo
15099           using a GValueArray.  Tested in ipython.
15100           Closes #341114
15101
15102 2006-05-11  Wim Taymans  <wim@fluendo.com>
15103
15104         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15105         (queue_underrun_cb), (queue_filled_cb):
15106         Also catch queue underruns but don't do anything yet.
15107         Refactor and comment queue enlarging code a bit.
15108
15109         * gst/playback/gstplaybasebin.c: (queue_overrun),
15110         (queue_threshold_reached), (queue_out_of_data),
15111         (gen_preroll_element):
15112         If a queue over/underruns check that we don't create nasty
15113         deadlocks when the min-threshold is not reached but the
15114         max-bytes is. In those cases disable max-bytes when we
15115         know that the queue is fed timed data.
15116         Add more comments.
15117
15118 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15119
15120         * gst/playback/gstplaybin.c: (gen_audio_element):
15121           Make playbin automatically plug an 'audioresample'
15122           element before the audio sink as well. This solves
15123           problems with sinks that only accept a very specific
15124           sample rate, like esdsink (e.g. #340379).
15125
15126 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15127
15128         * gst/playback/gstplaybasebin.c: (gen_source_element):
15129           Make http sources send special headers so that we receive
15130           icecast metadata if the http stream is an icecast stream
15131           (otherwise the server will just ignore them). This also
15132           means that from now on users will need the 'icydemux'
15133           element from gst-plugins-good installed if they want to
15134           listen to icecast radio streams. (#341432, #333657).
15135
15136 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15137
15138         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15139         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15140           remove stupid example from docs - it should come with a simple
15141           C program instead.
15142           Clean up/fix docs
15143         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15144         (fail_if_can_read), (GST_START_TEST),
15145         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15146           add a test for changing streamheader which exposes a bug in
15147           multifdsink
15148
15149 2006-05-11  Michael Smith  <msmith@fluendo.com>
15150
15151         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15152         (gst_gnome_vfs_src_received_headers_callback):
15153         * ext/gnomevfs/gstgnomevfssrc.h:
15154           Don't set icy-caps unless we have a sane interval value. Move
15155           interval to a local variable; we never use it outside this function.
15156
15157 2006-05-11  Wim Taymans  <wim@fluendo.com>
15158
15159         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15161         Register special buffer types along with the objects so
15162         that they are not registered at runtime from N different
15163         streaming threads since they are not threadsafe.
15164
15165 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15166
15167         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15168         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15169           add two more tests, one doing streamheader
15170
15171 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15172
15173         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15174           clean up the bufqueue when shutting down
15175         * tests/check/Makefile.am:
15176         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15177         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15178         (main):
15179           add a test for the leak that was just fixed
15180
15181 2006-05-10  Wim Taymans  <wim@fluendo.com>
15182
15183         * gst/adder/gstadder.c: (gst_adder_setcaps),
15184         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15185         (gst_adder_src_event), (gst_adder_sink_event),
15186         (gst_adder_class_init), (gst_adder_finalize),
15187         (gst_adder_request_new_pad), (gst_adder_collected):
15188         * gst/adder/gstadder.h:
15189         Updated some docs. Added comments and FIXMEs all over the place.
15190         Improve debugging info.
15191         Fix leak on finalize by not calling the parent.
15192         Implement duration query.
15193         Make event forwarding threadsafe.
15194         Correctly send NEWSEGMENT at start and after flush.
15195         Handle EOS correctly.
15196         Post error when not negotiated.
15197
15198         * tests/check/elements/adder.c: (GST_START_TEST):
15199         Added FIXME in the test.
15200
15201 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15202
15203         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15204         (gst_text_overlay_halign_get_type),
15205         (gst_text_overlay_wrap_mode_get_type):
15206         * ext/theora/theoradec.c: (theora_handle_type_packet),
15207         (theora_handle_data_packet):
15208         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15209         (theora_enc_sink_setcaps), (theora_enc_chain):
15210         * gst-libs/gst/cdda/gstcddabasesrc.c:
15211         (gst_cdda_base_src_mode_get_type):
15212         * gst/audiotestsrc/gstaudiotestsrc.c:
15213         (gst_audiostestsrc_wave_get_type):
15214         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15215         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15216         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15217         (gst_sync_method_get_type), (gst_unit_type_get_type),
15218         (gst_client_status_get_type):
15219         * gst/videoscale/gstvideoscale.c:
15220         (gst_video_scale_method_get_type):
15221         * gst/videotestsrc/gstvideotestsrc.c:
15222         (gst_video_test_src_pattern_get_type):
15223         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15224         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15225         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15226         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15227         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15228         (paint_setup_RGB565), (paint_setup_xRGB1555):
15229           Const-ify GEnumValue and GFlagsValue arrays. Use
15230           GST_ROUND_UP_* macros instead of home-made ones.
15231
15232 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15233
15234         * configure.ac:
15235           Require core CVS for the new newsegment stuff.
15236
15237 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15238
15239         Patch by: Sjoerd Simons  <sjoerd at luon net>
15240
15241         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15242           Register nick for enum value (#341160).
15243
15244 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15245
15246         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15247         (plugin_init):
15248          backout typefind patch #340375
15249          
15250         * tests/check/elements/adder.c: (message_received),
15251         (GST_START_TEST), (adder_suite):
15252           redo, signal-handling of test
15253
15254 2006-05-09  Wim Taymans  <wim@fluendo.com>
15255
15256         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15257         (gst_adder_collected):
15258         * gst/adder/gstadder.h:
15259         Remove bogus segment merging and forwarding, we don't
15260         care about timestamps anyway and we just produce a
15261         continuous stream. 
15262         Also create a nice NEWSEGMENT event when we start.
15263         Use _scale_int some more.
15264
15265 2006-05-09  Edward Hervey  <edward@fluendo.com>
15266
15267         * tests/icles/stress-xoverlay.c:
15268         Fix if core was built without parsing support.
15269
15270 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15271
15272         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15273           Add SEDG (Samsung MPEG-4) fourcc.
15274
15275 2006-05-09  Edward Hervey  <edward@fluendo.com>
15276
15277         * tests/icles/stress-xoverlay.c:
15278         * tests/examples/volume/volume.c:
15279         Fix if core was built without parsing support.
15280
15281         * tests/examples/seek/seek.c:
15282         Disable the parse_launch example if core was built without parsing
15283         support.
15284
15285 2006-05-08  Edward Hervey  <edward@fluendo.com>
15286
15287         * autogen.sh: (CONFIGURE_DEF_OPT): 
15288         libtoolize on Darwin/MacOSX is called glibtoolize
15289
15290 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15291
15292         * tests/check/Makefile.am:
15293         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15294           Disable the adder test, until the build-slaves posses the kindness to 
15295           either like it or to give valid reason for not doing so 
15296
15297 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15298
15299         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15300         (adder_suite):
15301           Shuffle NULL state change around and raise timeout more
15302
15303 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15304
15305         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15306         (mp4_type_find), (plugin_init):
15307           Add typefind to distinguish between "audio/x-m4a" and new type
15308           "video/mp4". Fixes #340375
15309
15310         * tests/check/elements/adder.c: (adder_suite):
15311           Raise timeout to make buildbot happy
15312
15313 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15314
15315         * gst/adder/gstadder.c: (gst_adder_sink_event),
15316         (gst_adder_request_new_pad), (gst_adder_change_state):
15317         * gst/adder/gstadder.h:
15318         * tests/check/Makefile.am:
15319         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15320         (adder_suite), (main):
15321           Add sink-event handling to adder. It tries to merge incomming
15322           newsegment-events. Added test to check if segment_done is comming
15323           through. Fixes #340060
15324
15325 2006-05-05  Andy Wingo  <wingo@pobox.com>
15326
15327         * ext/theora/theoraparse.c (gst_theora_parse_init)
15328         (theora_parse_src_convert, theora_parse_src_query):
15329         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15330         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15331         query functions on the source pads of the theora and vorbis parse
15332         elements. Fixes position querying when doing a remux.
15333
15334 2006-05-05  Michael Smith  <msmith@fluendo.com>
15335
15336         * ext/theora/theoraparse.c: (parse_granulepos),
15337         (theora_parse_drain_queue_prematurely),
15338         (theora_parse_queue_buffer), (theora_parse_sink_event):
15339           Fix flushing.
15340           Fix invalid granulepos outputs when starting with a non-keyframe.
15341
15342 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15343
15344         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15345         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15346         Rearrange MPEG system stream detection, fixing some memleaks in the
15347         process.
15348         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15349         they clean up their data correctly.
15350         Remove unused ogganx caps and move the 'is_annodex' check to inside
15351         the 'is_ogg' if statement.
15352
15353 2006-05-05  Wim Taymans  <wim@fluendo.com>
15354
15355         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15356         Properly remove ghostpads. Fixes #340392
15357
15358 2006-05-04  David Schleef  <ds@schleef.org>
15359
15360         * gst/typefind/gsttypefindfunctions.c:
15361
15362 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15363
15364         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15365         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15366
15367         When typefinding an MP3 in push-based mode, don't penalise the
15368         probability down to 74% when we found 5 valid frames just because we
15369         can't peek the end of the file.
15370
15371         Make the probability for detecting MPEG Transport Streams based on the
15372         number of sequential headers we successfully detected.
15373
15374 2006-05-03  Wim Taymans  <wim@fluendo.com>
15375
15376         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15377         (vorbis_dec_push), (vorbis_dec_chain):
15378         Still produce an error when we receive an empty packet.
15379
15380 2006-05-03  Wim Taymans  <wim@fluendo.com>
15381
15382         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15383         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15384         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15385         Mark buffers with DISCONT after seek and after activating new
15386         chains.
15387
15388         * ext/theora/gsttheoradec.h:
15389         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15390         (theora_get_query_types), (theora_dec_sink_event),
15391         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15392         (theora_dec_change_state):
15393         Fix frame counter.
15394         Detect and mark DISCONT buffers.
15395
15396         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15397         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15398         (vorbis_dec_change_state):
15399         * ext/vorbis/vorbisdec.h:
15400         Use GstSegment.
15401         Detect and mark DISCONT buffers.
15402         Don't crash on 0 sized buffers.
15403
15404 2006-05-03  Wim Taymans  <wim@fluendo.com>
15405
15406         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15407         (volume_transform_ip):
15408         Increase "volume" property to 10.0. Fixes #340369.
15409         Set the process function to NULL when capsnego fails so that
15410         we properly error out.
15411
15412 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15413
15414         * gst/playback/gstplaybin.c: (add_sink):
15415         * gst/playback/test.c: (main):
15416         * gst/playback/test5.c: (dump_element_stats):
15417         * gst/playback/test6.c: (main):
15418           free caps using gst_caps_unref, don't leak caps-strings
15419
15420 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15421
15422         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15423         (plugin_init):
15424           Refine musepack typefinding a bit. Return MAXIMUM
15425           probability when we detect stream version 7 to make
15426           sure the mpeg audio typefinder doesn't trump us.
15427
15428 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15429
15430         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15431           Protect against unexpected NULL strf_data buffer.
15432
15433 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15434
15435         * tests/check/elements/audioconvert.c: (verify_convert),
15436         (GST_START_TEST):
15437           interpret the out[] buffer in the order the bytes are actually
15438           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15439           Other tests should use BYTE_ORDER since the array is filled in
15440           with actual values
15441
15442 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15443
15444         * tests/check/elements/audioconvert.c: (verify_convert),
15445         (GST_START_TEST):
15446           when a test fails, give an indication of which it is
15447
15448 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15449
15450         * gst-libs/gst/cdda/gstcddabasesrc.c:
15451           compile fix; strtol() needs <stdlib.h>
15452
15453 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15454
15455         * ext/alsa/gstalsamixerelement.c:
15456         * ext/alsa/gstalsasrc.c:
15457         * ext/cdparanoia/gstcdparanoiasrc.c:
15458         * ext/gnomevfs/gstgnomevfssink.c:
15459         * ext/gnomevfs/gstgnomevfssrc.c:
15460         * ext/ogg/gstoggdemux.c:
15461         * ext/ogg/gstoggmux.c:
15462         * ext/ogg/gstoggparse.c:
15463         * ext/ogg/gstogmparse.c:
15464         * ext/pango/gstclockoverlay.c:
15465         * ext/pango/gsttextoverlay.c:
15466         * ext/pango/gsttextrender.c:
15467         * ext/pango/gsttimeoverlay.c:
15468         * ext/theora/theoradec.c:
15469         * ext/theora/theoraenc.c:
15470         * ext/vorbis/vorbisdec.c:
15471         * ext/vorbis/vorbisenc.c:
15472         * gst-libs/gst/audio/gstaudiofilter.c:
15473         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15474         * gst/audioconvert/gstaudioconvert.c:
15475         * gst/audiorate/gstaudiorate.c:
15476         * gst/audioresample/gstaudioresample.c:
15477         * gst/audiotestsrc/gstaudiotestsrc.c:
15478         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15479         * gst/playback/gstdecodebin.c:
15480         * gst/playback/gstplaybin.c:
15481         * gst/playback/gststreamselector.c:
15482         * gst/subparse/gstsubparse.c:
15483         * gst/tcp/gstmultifdsink.c:
15484         * gst/tcp/gsttcpclientsink.c:
15485         * gst/tcp/gsttcpclientsrc.c:
15486         * gst/tcp/gsttcpserversink.c:
15487         * gst/tcp/gsttcpserversrc.c:
15488         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15489         * gst/videorate/gstvideorate.c:
15490         * gst/videoscale/gstvideoscale.c:
15491         * gst/videotestsrc/gstvideotestsrc.c:
15492         * gst/volume/gstvolume.c:
15493         * sys/v4l/gstv4ljpegsrc.c:
15494         * sys/v4l/gstv4lmjpegsink.c:
15495         * sys/v4l/gstv4lmjpegsrc.c:
15496         * sys/v4l/gstv4lsrc.c:
15497         * sys/ximage/ximagesink.c:
15498         * sys/xvimage/xvimagesink.c:
15499         * tests/check/libs/cddabasesrc.c:
15500           make GstElementDetails const
15501
15502 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15503
15504         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15505         (gst_adder_init):
15506           send events from src-pad to all sink-pads fixes #338657
15507
15508 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15509
15510         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15511         (alsasink_parse_spec):
15512           query width capabilities from alsa, fixes #338919
15513
15514 2006-04-28  Wim Taymans  <wim@fluendo.com>
15515
15516         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15517         (gst_multi_fd_sink_remove_client_link):
15518         * gst/tcp/gstmultifdsink.h:
15519         Fix race condition in multifdsink that can lead to spurious 
15520         duplicate clients. this patch adds a new signal that is fired when
15521         multifdsink has removed all references to the fd.
15522         Fixes #339574.
15523         Updated documentation.
15524         API: client-fd-removed signal added
15525
15526 2006-04-28  Michael Smith  <msmith@fluendo.com>
15527
15528         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15529           When asking g_value_array_new to prealloc elements, we may as well
15530           ask for the right number of elements.
15531
15532 2006-04-28  Wim Taymans  <wim@fluendo.com>
15533
15534         * gst-libs/gst/audio/gstbaseaudiosink.c:
15535         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15536         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15537         patch to make timestamp checking more tollerant to rounding 
15538         errors given that real discontinuities are to be marked on
15539         buffers. Fixes some asf files and #338778.
15540         Also avoid some crashers when we receive an event in the 
15541         NULL state.
15542
15543 2006-04-28  Michael Smith  <msmith@fluendo.com>
15544
15545         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15546         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15547         (gst_gnome_vfs_src_get_property),
15548         (gst_gnome_vfs_src_send_additional_headers_callback),
15549         (gst_gnome_vfs_src_received_headers_callback),
15550         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15551         (gst_gnome_vfs_src_stop):
15552         * ext/gnomevfs/gstgnomevfssrc.h:
15553           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15554           proper shared support within icydemux.
15555
15556 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15557
15558         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15559         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15560           fix up docs
15561           fix a leak when no caps negotiated
15562           fix counting of input frames
15563         * tests/check/elements/.cvsignore:
15564         * tests/check/elements/videorate.c: (assert_videorate_stats),
15565         (GST_START_TEST), (videorate_suite):
15566           add tests for these
15567
15568 2006-04-28  Wim Taymans  <wim@fluendo.com>
15569
15570         * gst-libs/gst/audio/gstringbuffer.c:
15571         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15572         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15573         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15574         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15575         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15576         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15577         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15578         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15579         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15580         Check arguments passed to public functions instead of
15581         crashing.
15582
15583 2006-04-28  Wim Taymans  <wim@fluendo.com>
15584
15585         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15586         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15587         GstBaseAudioSrc must be live or it does not work.
15588
15589         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15590         Don't set live to TRUE as this is the default in the parentclass.
15591
15592 2006-04-28  Wim Taymans  <wim@fluendo.com>
15593
15594         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15595         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15596         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15597         fixation cases better. Fixes #338991
15598
15599 2006-04-28  Wim Taymans  <wim@fluendo.com>
15600
15601         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15602         Handle 0/1 framerate correctly Fixes #331901.
15603
15604 2006-04-28  Wim Taymans  <wim@fluendo.com>
15605
15606         * tests/check/elements/audioconvert.c: (get_float_caps),
15607         (GST_START_TEST), (audioconvert_suite):
15608         Added check for correct clipping when doing float samples
15609         in audioconvert.
15610
15611 2006-04-28  Wim Taymans  <wim@fluendo.com>
15612
15613         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15614         (gst_video_rate_chain):
15615         Print more debugging info.
15616
15617 2006-04-28  Wim Taymans  <wim@fluendo.com>
15618
15619         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15620         (resample_set_state_from_caps):
15621         Add support for other formats audioresample can handle such as
15622         32 bits in and float and 64 bits float. Fixes #301759
15623
15624 2006-04-28  Wim Taymans  <wim@fluendo.com>
15625
15626         * gst/audioconvert/audioconvert.c: (float):
15627         correctly clip float samples > 1.0. Fixes #338718
15628
15629 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15630
15631         Patch by: Young-Ho Cha  <ganadist at chollian net>
15632
15633         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15634         (gst_text_overlay_render_text):
15635           Don't strip newlines from the text. Also, center lines
15636           within multi-line paragraphs (#339405).
15637
15638 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15639
15640         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15641           Fix wavpack typefinding to work in more cases (don't peek
15642           for chunks of multiple hundred kBs at once, but process
15643           things step-by-step in smaller units). Fixes #339786.
15644
15645 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15646
15647         * configure.ac:
15648           back to HEAD
15649
15650 === release 0.10.6 ===
15651
15652 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15653
15654         * configure.ac:
15655           releasing 0.10.6, "Chao"
15656
15657 2006-04-26  David Schleef  <ds@schleef.org>
15658
15659         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15660           Fixes #338897.
15661
15662 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15663
15664         * configure.ac:
15665         * win32/common/config.h:
15666           new prerelease
15667
15668 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15669
15670         patch by: Wim Taymans
15671
15672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15673         (gst_ogg_demux_perform_seek):
15674           make sure correct newsegments are sent, so that the decoder
15675           and the demuxer agree on timestamps.  Fixes playback of a lot
15676           of Ogg files that do not start from 0.  Fixes #339833.
15677
15678 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15679
15680         Patch by: Edward Hervey  <edward@fluendo.com>
15681
15682         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15683         * tests/check/Makefile.am:
15684         * tests/check/elements/videorate.c: (assert_videorate_stats),
15685         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15686         (videorate_suite), (main):
15687           Fix an infinite loop if frames are passed in with wrongly ordered
15688           timestamps.  Fixes #339013.
15689
15690 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15691
15692         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15693
15694         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15695           fix typefinding on some ISO files.  Fixes #339212.
15696
15697 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15698
15699         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15700
15701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15702           add another H264 fourcc.  Fixes #339047.
15703
15704 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15705
15706         Patch by: Jan Schmidt
15707
15708         * gst/playback/gststreamselector.c:
15709         (gst_stream_selector_bufferalloc):
15710           Restore old StreamSelector behaviour.
15711           Fixes #338419.
15712
15713 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15714
15715         * configure.ac:
15716         * win32/common/config.h:
15717           prerelease
15718
15719 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15722
15723         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15724         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15725           Fix some memory leaks: on finalize, free buffers left in the queue
15726           before destroying the queue; in _push(), unref rtp_buf even if
15727           the process vfunc returned a NULL buffer as output buffer (#337548);
15728           demote some recuring debug messages to LOG level.
15729
15730 2006-04-11  Wim Taymans  <wim@fluendo.com>
15731
15732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15733         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15734         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15735         (gst_ogg_demux_loop):
15736         More cleanups.
15737         Respect segment stop when emiting EOS or SEGMENT_DONE.
15738         Fixes (#337945).
15739
15740 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15741
15742         * gst/playback/gststreamselector.c:
15743         (gst_stream_selector_get_property):
15744           Don't leak pad name.
15745
15746 2006-04-10  Michael Smith  <msmith@fluendo.com>
15747
15748         * tests/check/Makefile.am:
15749         * tests/check/gst-plugins-base.supp:
15750           Suppress an old libtheora bug (fixed in more recent versions), so 
15751           that FC4 buildslaves can pass.
15752
15753 2006-04-10  Wim Taymans  <wim@fluendo.com>
15754
15755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15756         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15757         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15758         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15759         (gst_ogg_demux_loop):
15760         Don't leak events.
15761         Remember what error we got when finding chains, if we
15762         were shutdown, that would not be an error.
15763
15764 2006-04-10  Wim Taymans  <wim@fluendo.com>
15765
15766         * gst-libs/gst/audio/gstbaseaudiosink.c:
15767         (gst_base_audio_sink_event):
15768         Starting the ringbuffer when we did not acquire it can cause
15769         a deadlock, is pointless and causes nasty things for
15770         subclasses. 
15771         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15772
15773 2006-04-10  Wim Taymans  <wim@fluendo.com>
15774
15775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15776         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15777         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15778         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15779         (gst_ogg_demux_deactivate_current_chain),
15780         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15781         (gst_ogg_demux_bisect_forward_serialno),
15782         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15783         Add some more debugging.
15784
15785 2006-04-10  Wim Taymans  <wim@fluendo.com>
15786
15787         * ext/theora/theoradec.c: (theora_dec_src_event),
15788         (theora_handle_data_packet):
15789         Some more debug info.
15790
15791         * tests/examples/seek/seek.c: (start_seek), (main):
15792         Print element messages too.
15793
15794 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15795
15796         * gst/audioresample/debug.h:
15797           replace debug macros with variable number of parameters
15798           by a simple alias to gstreamer standard debug macros 
15799          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15800           supported by MSVC 6.0 and 7.1)
15801         * gst/audioresample/resample.h:
15802           define M_PI and rint for WIN32
15803         * win32/common/libgstaudio.def:
15804         * win32/common/libgstriff.def:
15805         * win32/common/libgsttag.def:
15806         * win32/common/libgstvideo.def:
15807           add new exported functions
15808         * win32/vs6:
15809           update project files
15810
15811 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15812
15813         * ext/alsa/gstalsamixeroptions.c:
15814         (gst_alsa_mixer_options_class_init):
15815         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15816         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15817         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15818         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15819         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15820         * gst-libs/gst/audio/gstaudiofilter.c:
15821         (gst_audio_filter_class_init):
15822         * gst-libs/gst/audio/gstaudiosink.c:
15823         (gst_audioringbuffer_class_init):
15824         * gst-libs/gst/audio/gstaudiosrc.c:
15825         (gst_audioringbuffer_class_init):
15826         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15827         * gst-libs/gst/interfaces/colorbalancechannel.c:
15828         (gst_color_balance_channel_class_init):
15829         * gst-libs/gst/interfaces/mixeroptions.c:
15830         (gst_mixer_options_class_init):
15831         * gst-libs/gst/interfaces/mixertrack.c:
15832         (gst_mixer_track_class_init):
15833         * gst-libs/gst/interfaces/tunerchannel.c:
15834         (gst_tuner_channel_class_init):
15835         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15836         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15837         (gst_netbuffer_class_init):
15838         * gst-libs/gst/rtp/gstbasertppayload.c:
15839         (gst_basertppayload_class_init):
15840         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15842         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15843         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15844         * gst/playback/gststreamselector.c:
15845         (gst_stream_selector_class_init):
15846         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15847         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15848         * sys/v4l/gstv4lcolorbalance.c:
15849         (gst_v4l_color_balance_channel_class_init):
15850         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15851         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15852         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15853         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15854         (gst_v4l_tuner_norm_class_init):
15855         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15857         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15858         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15859
15860 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15861
15862         * ext/pango/gsttextrender.h:
15863         * gst-libs/gst/audio/gstaudiosink.h:
15864         * gst-libs/gst/audio/gstaudiosrc.h:
15865         * gst-libs/gst/audio/gstbaseaudiosink.h:
15866         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15867         * gst-libs/gst/audio/gstringbuffer.h:
15868         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15869         * gst-libs/gst/rtp/gstbasertppayload.h:
15870         * gst-libs/gst/video/gstvideofilter.h:
15871         * gst-libs/gst/video/gstvideosink.h:
15872         * gst/playback/gstplaybasebin.h:
15873         * gst/tcp/gstmultifdsink.h:
15874         * sys/v4l/gstv4lelement.h:
15875         Fix broken GObject macros
15876
15877 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15878
15879         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15880         More debug to trace why my USB headset is not working with gst
15881
15882 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15883
15884         * gst/playback/gstplaybasebin.c: (group_destroy):
15885         Clean up our group elements properly in the case where it never 
15886         got committed - it still got added unconditionally to the bin.
15887
15888 2006-04-07  Wim Taymans  <wim@fluendo.com>
15889
15890         * ext/theora/theoradec.c: (theora_dec_sink_event),
15891         (theora_handle_data_packet), (theora_dec_chain):
15892         Unref unhandled events.
15893         Protect against empty buffers.
15894         Perform QoS on running time.
15895
15896 2006-04-07  Michael Smith  <msmith@fluendo.com>
15897
15898         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15899         (gst_vorbis_enc_chain):
15900           Remove leaks from vorbisenc.
15901           Mostly minor changes, the only significant one is that now the
15902           buffers we set as 'streamheader' on the caps are copies of the
15903           original buffers, to avoid circular refcounting problems.
15904
15905 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15906
15907         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15908           Don't remove our mute-probe if someone else already did so.
15909           Don't set a 2nd one if there is already one pending on the pad.
15910
15911         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15912         (do_playbin_seek):
15913           When a seek fails, ensure that playbin is still set back to playing.
15914           
15915         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15916         (mpeg_ts_type_find), (plugin_init):
15917           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15918
15919 2006-04-06  Andy Wingo  <wingo@pobox.com>
15920
15921         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15922         (gst_video_rate_init): Caps-related parameters should not be reset
15923         by a flush -- move their inits to the instance init function.
15924         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15925         is not OK, just return the result.
15926
15927         * gst/audiotestsrc/gstaudiotestsrc.c
15928         (gst_audio_test_src_class_init)
15929         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15930         broken by Stefan's commit on 24 March.
15931
15932         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15933         buffers being pushed out. Fixes oggmux ! multifdsink.
15934
15935 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15936
15937         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15938         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15939         * ext/vorbis/vorbisdec.h:
15940         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15941         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15942         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15943         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15944         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15945         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15946         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15947         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15948         (gst_vorbis_enc_buffer_from_packet),
15949         (gst_vorbis_enc_buffer_from_header_packet),
15950         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15951         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15952         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15953         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15954         (gst_vorbis_enc_change_state):
15955         * ext/vorbis/vorbisenc.h:
15956           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15957           vorbisenc adhere to the official nomenclature; use boilerplate
15958           macro.
15959
15960 2006-04-04  Andy Wingo  <wingo@pobox.com>
15961
15962         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15963         Whoops, fix bug introduced. Bad hacker!
15964         
15965         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15966         Properly handle the case where you get EOS before any buffers are
15967         received. Use gst_buffer_make_metadata_writable where appropriate.
15968
15969         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15970         is often negative -- make it signed so as not to wrap around.
15971         Fixes segfaults introduced on 9 March.
15972
15973 2006-04-03  Wim Taymans  <wim@fluendo.com>
15974
15975         * ext/theora/gsttheoradec.h:
15976         * ext/theora/theoradec.c: (theora_dec_src_event):
15977         Don't try to store a gdouble in a gboolean.
15978         Small cleanups.
15979
15980 2006-04-03  Michael Smith  <msmith@fluendo.com>
15981
15982         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15983           Oggmux sucks.
15984           Make it suck slightly less by writing out the final page.
15985           Still can't encode a vorbis-in-ogg file correctly, though.
15986
15987 2006-04-03  Andy Wingo  <wingo@pobox.com>
15988
15989         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15990         a g_print.
15991
15992         * ext/theora/theora.c (plugin_init): Register theoraparse.
15993
15994         * ext/theora/gsttheoraparse.h: 
15995         * ext/theora/theoraparse.c: New files implementing a theora
15996         parser. Now we can properly remux ogg/theora+vorbis, yay.
15997
15998         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15999
16000 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16001
16002         * gst/audiotestsrc/gstaudiotestsrc.c:
16003           Fixed the sample pipeline (see #323798)
16004
16005 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16006
16007         * configure.ac:
16008         * win32/common/config.h:
16009         * win32/common/config.h.in:
16010           use AS_VERSION and AS_NANO
16011           more cleanups
16012
16013 2006-03-31  Andy Wingo  <wingo@pobox.com>
16014
16015         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16016         uninitialized variable return that would happen.
16017         
16018         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16019         uninitialized variable return that would never happen.
16020
16021         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16022         (vorbis_parse_sink_event): Add an event function to flush our
16023         state on a seek, and to drain buffers on a premature EOS.
16024         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16025         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16026         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16027         (vorbis_parse_drain_queue): Queue up buffers until we can set
16028         their timestamps and granulepos values.
16029
16030         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16031         and keep track of data needed for deriving granulepos and
16032         timestamps for buffers.
16033
16034 2006-03-29  Wim Taymans  <wim@fluendo.com>
16035
16036         Patch by: j^ <j at bootlab dot org>
16037
16038         * ext/alsa/gstalsamixerelement.c:
16039         (gst_alsa_mixer_element_class_init):
16040         * ext/alsa/gstalsasink.c:
16041         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16042         * ext/ogg/gstoggdemux.c:
16043         * ext/ogg/gstoggmux.c:
16044         * ext/ogg/gstoggparse.c:
16045         * ext/pango/gstclockoverlay.c:
16046         * ext/pango/gsttextoverlay.c:
16047         * ext/pango/gsttextrender.c:
16048         * ext/pango/gsttimeoverlay.c:
16049         * ext/theora/theoradec.c:
16050         * ext/theora/theoraenc.c:
16051         * ext/vorbis/vorbisdec.c:
16052         * ext/vorbis/vorbisenc.c:
16053         * gst/audioconvert/gstaudioconvert.c:
16054         * gst/subparse/gstsubparse.c:
16055         * gst/tcp/gstmultifdsink.c:
16056         * gst/tcp/gsttcpclientsink.c:
16057         * gst/tcp/gsttcpclientsrc.c:
16058         * gst/tcp/gsttcpserversink.c:
16059         * gst/tcp/gsttcpserversrc.c:
16060           better/unified long descriptions
16061           Fixes #336477
16062
16063 2006-03-29  Wim Taymans  <wim@fluendo.com>
16064
16065         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16066         (stop_seek):
16067         Don't let double and triple clicks mess up our state.
16068
16069 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16070
16071         * gst/playback/gstplaybin.c: (gen_video_element),
16072         (gen_text_element), (gen_audio_element), (gen_vis_element):
16073           Error out gracefully when we can't create any of the usual
16074           conversion elements for some reason. Also, don't try to
16075           create an audioscale (sic) element that's not used anyway.
16076
16077 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16078
16079         * gst/playback/gstplaybasebin.c: (setup_source):
16080           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16081           element for a particular protocol, that's confusing for users.
16082           Instead, post a RESOURCE_FAILED error, so that our own error
16083           message is actually shown in totem etc. (#336303).
16084
16085 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16086
16087         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16088
16089         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16090         (gst_gnome_vfs_src_get_icy_metadata):
16091           Fix some minor memory leaks (#336194).
16092
16093 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16094
16095         * ext/gnomevfs/gstgnomevfs.c:
16096         (gst_gnome_vfs_location_to_uri_string):
16097         * ext/gnomevfs/gstgnomevfs.h:
16098         * ext/gnomevfs/gstgnomevfssink.c:
16099         (gst_gnome_vfs_sink_set_property):
16100         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16101           Make gnomevfssink accept filenames as well as URIs for the
16102           "location" property, just like gnomevfssrc does (and
16103           filesrc/filesink do) (#336190).
16104
16105 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16106
16107         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16108           set to NULL before unreffing, fixes a valgrind leak.
16109           Why was this not triggering the error that an object needs to
16110           be NULL before unreffing ?
16111         * win32/common/config.h:
16112           update
16113
16114 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16115
16116         * gst/subparse/gstsubparse.c: (convert_encoding),
16117         (gst_sub_parse_change_state):
16118         * gst/subparse/gstsubparse.h:
16119           Text subtitle files may or may not be UTF-8. If it's not, we
16120           don't really want to see '?' characters in place of non-ASCII
16121           characters like accented characters. So let's assume the input
16122           is UTF-8 until we come across text that is clearly not. If it's
16123           not UTF-8, we don't really know what it is, so try the following:
16124           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16125           is set; if not, check (b) if the current locale encoding is
16126           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16127           the current locale encoding is UTF-8 and the environment variable
16128           was not set to any particular encoding. Not perfect, but better
16129           than nothing (and better than before, I think) (fixes #172848).
16130
16131 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16132
16133         * configure.ac:
16134           update core requirement to 0.10.4.1 because of async_playback
16135           vmethod on GstBaseSink
16136
16137 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16138
16139         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16140         * gst/adder/gstadder.c: (gst_adder_init):
16141         use DEBUG_FUNCPTR for collectpads
16142
16143 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16144
16145         * docs/plugins/Makefile.am:
16146         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16147         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16148         * ext/cdparanoia/gstcdparanoiasrc.c:
16149         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16150         (gst_gnome_vfs_sink_class_init):
16151         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16153         * ext/ogg/gstoggmux.c:
16154         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16155         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16156         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16157         * ext/pango/gsttextoverlay.c:
16158         * ext/pango/gsttextrender.c:
16159         * ext/theora/theoradec.c:
16160         * ext/theora/theoraenc.c:
16161         * ext/vorbis/vorbisdec.c:
16162         * ext/vorbis/vorbisenc.c:
16163         * gst-libs/gst/audio/gstaudiofilter.c:
16164         (gst_audio_filter_base_init):
16165         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16166         (gst_audio_filter_template_base_init):
16167         * gst/adder/gstadder.c: (gst_adder_get_type):
16168         * gst/adder/gstadder.h:
16169         * gst/audioconvert/gstaudioconvert.c:
16170         * gst/audiotestsrc/gstaudiotestsrc.c:
16171         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16172         (gst_audio_test_src_create):
16173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16174         * gst/playback/gstdecodebin.c:
16175         * gst/playback/gstplaybin.c:
16176         * gst/playback/gststreamselector.c:
16177         (gst_stream_selector_base_init):
16178         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16179         * gst/volume/gstvolume.c:
16180         * sys/v4l/gstv4lmjpegsink.c:
16181         * sys/v4l/gstv4lmjpegsrc.c:
16182         * tests/check/libs/cddabasesrc.c:
16183         * tests/old/examples/gob/gst-identity2.gob:
16184           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16185           define GstElementDetails at the top
16186
16187 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16188
16189         * win32/common/libgstinterfaces.def:
16190         Add a lot of export functions for gst-python
16191         * win32/vs6/libgstinterfaces.dsp:
16192         Add a missing include folder in the project configuration
16193         
16194 2006-03-23  Wim Taymans  <wim@fluendo.com>
16195
16196         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16197         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16198         (gst_base_audio_src_change_state):
16199         Fix audio sources, forgot to make the ringbuffer
16200         startable...
16201
16202 2006-03-23  Wim Taymans  <wim@fluendo.com>
16203
16204         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16205         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16206         (gst_base_audio_src_change_state):
16207         unparent instead of unref the ringbuffer.
16208
16209 2006-03-23  Wim Taymans  <wim@fluendo.com>
16210
16211         * gst-libs/gst/audio/gstbaseaudiosink.c:
16212         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16213         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16214         Implement new async_play vmethod to start slaving and allow
16215         playback start in case of async PLAY state changes. 
16216
16217         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16218         Enable QoS with new method in base class.
16219
16220 2006-03-23  Wim Taymans  <wim@fluendo.com>
16221
16222         Patch by: Julien MOUTTE <julien at moutte dot net>
16223
16224         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16225         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16226         Partially handle 0 framerate, only EOS after the first frame
16227         is missing.
16228
16229 2006-03-23  Wim Taymans  <wim@fluendo.com>
16230
16231         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16232
16233         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16234         (gst_riff_create_video_template_caps):
16235         * gst/ffmpegcolorspace/avcodec.h:
16236         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16237         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16238         (gst_ffmpegcsp_avpicture_fill):
16239         * gst/ffmpegcolorspace/imgconvert.c:
16240         Patch for support of YVU9 AVI files (#334822)
16241
16242 2006-03-22  Edward Hervey  <edward@fluendo.com>
16243
16244         * docs/design/design-decodebin.txt:
16245         Added design document for new decodebin
16246         (Target Caps): text/x-pango-markup is also a default target caps.
16247
16248 2006-03-22  Wim Taymans  <wim@fluendo.com>
16249
16250         * gst-libs/gst/audio/gstbaseaudiosink.c:
16251         (gst_base_audio_sink_dispose):
16252         Since we _parent the ringbuffer, we also need to
16253         _unparent instead of a plain _unref.
16254
16255 2006-03-22  Wim Taymans  <wim@fluendo.com>
16256
16257         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16258         (stop_seek), (scrub_toggle_cb), (main):
16259         Add scrub checkbox.
16260
16261 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16262
16263         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16264         (gst_ogg_parse_chain):
16265           Fix very inefficient usage of linked lists (#335365).
16266
16267 2006-03-21  Edward Hervey  <edward@fluendo.com>
16268
16269         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16270         * gst/playback/gstplaybin.c: (handoff):
16271         * gst/playback/gststreamselector.c:
16272         (gst_stream_selector_set_property):
16273         gcc 4.1 unreferenced pointer fixes.
16274         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16276         gst_buffer_ref() now takes a GstBuffer*.
16277
16278 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16279
16280         * sys/xvimage/xvimagesink.c:
16281         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16282         by Jan Schmidt.
16283
16284 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16285
16286         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16287         (id3v1_type_find), (apetag_type_find), (plugin_init):
16288           Can't do tag preferences via probability, as tags would then
16289           lose against types that are recognised with MAXIMUM probability
16290           (like .wav); so let all tag typefinders return MAXIMUM themselves
16291           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16292           that we can prefer APE to ID3v1 (fixes #335028).
16293           
16294 2006-03-17  Wim Taymans  <wim@fluendo.com>
16295
16296         * gst-libs/gst/audio/gstbaseaudiosink.c:
16297         (gst_base_audio_sink_change_state):
16298         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16299         (gst_ring_buffer_may_start):
16300         * gst-libs/gst/audio/gstringbuffer.h:
16301         Only start playback if we are playing.
16302         should fix #330748.
16303
16304 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16305
16306         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16307         * win32/common/config.h:
16308           Revert accidental commits to these files.
16309
16310 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16311
16312         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16313
16314         * tests/Makefile.am:
16315           Don't try to build tests in tests/icles if we
16316           don't have X (#323852)
16317
16318 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16319
16320         * gst-libs/gst/tag/gstid3tag.c:
16321           Add TXXX frame identifiers for replaygain stuff as used
16322           by some taggers (see #323721).
16323
16324 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16325
16326         * gst/playback/gststreamselector.c:
16327         (gst_stream_selector_set_property),
16328         (gst_stream_selector_bufferalloc):
16329           Preserve the existing buggy streamselector behaviour by performing
16330           a fallback buffer allocation when downstream isn't linked yet.
16331           This should really be fixed in playbin by blocking pads until it's
16332           linked them.
16333           Also, use gst_pad_alloc_buffer instead of
16334           gst_pad_alloc_buffer_and_set.
16335
16336 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16337
16338         * gst-libs/gst/tag/gstid3tag.c:
16339           Don't crash on unknown ID3v2 TXXX frames.
16340           
16341 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16342
16343         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16344           Chain up to the parent finalize method.
16345           Add 32-bit sample size to the template caps.
16346
16347         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16348         (gst_riff_create_video_template_caps):
16349           Add the fourcc that the VMWare codec uses.
16350           
16351         * gst/playback/gststreamselector.c:
16352         (gst_stream_selector_set_property),
16353         (gst_stream_selector_bufferalloc),
16354         (gst_stream_selector_request_new_pad):
16355           For the active pad, forward buffer-alloc requests, otherwise
16356           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16357           having to memcpy every frame when used by playbin.
16358
16359         * gst/tcp/gstmultifdsink.c:
16360         (gst_multi_fd_sink_handle_client_write):
16361           Get negotiated caps from the sink pad, rather than the sink
16362           pad's peer.
16363
16364 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16365
16366         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16367         
16368         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16369           Don't forget to set src->callbacks_pushed to FALSE again when
16370           popping them, otherwise re-activation in a different mode won't
16371           work (#334620).
16372
16373 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16374
16375         Patch by: Sebastien Moutte  <sebastien moutte net>
16376
16377         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16378         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16379         (gst_ffmpeg_smpfmt_to_caps):
16380           Replace __VA_ARGS__ caps creation macros with varargs functions.
16381           Makes things compile on MSVC (#320765), looks nicer, and we can
16382           tell the compiler to check for the NULL terminator.
16383
16384 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16385
16386         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16387
16388         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16389           Make sure the buffer we copy into is really always big
16390           enough, this time for real (#333488).
16391           
16392 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16393
16394         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16395           Add support for 24bpp DIB (#305279).
16396
16397 2006-03-14  Wim Taymans  <wim@fluendo.com>
16398
16399         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16400         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16401         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16402         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16403         (gst_video_scale_init), (gst_video_scale_src_event):
16404         Re-enable QoS after the release.
16405         Rework videoscale to use the base class src_event handler.
16406
16407 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16408
16409         * configure.ac:
16410           back to CVS.
16411
16412 === release 0.10.5 ===
16413
16414 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16415
16416         * configure.ac:
16417           releasing 0.10.5, "Net"
16418
16419 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16420
16421         * docs/plugins/Makefile.am:
16422           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16423           
16424 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16425
16426         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16427         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16428         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16429           Add cdparanoiasrc to docs.
16430
16431         * gst-libs/gst/cdda/gstcddabasesrc.c:
16432           More GstCddaBaseSrc docs.
16433
16434 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16435
16436         * docs/libs/gst-plugins-base-libs-sections.txt:
16437         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16438         * gst-libs/gst/tag/tag.h:
16439           API: libgsttag: new method gst_tag_from_id3_user_tag().
16440
16441 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16442
16443         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16444           NULL-terminate array of mpeg4 video file extensions.
16445           Fixes crash on PPC (#334226).
16446
16447 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16448
16449         * ext/gnomevfs/gstgnomevfssrc.c:
16450         (gst_gnome_vfs_src_check_get_range):
16451           gnome_vfs_uri_is_local() alone is not a good indicator
16452           whether we can operate in pull-mode with a specific URI,
16453           as it returns FALSE for file:// URIs that point to an
16454           NFS-mounted path. Be more conservative here: whitelist
16455           local files, blacklist http URIs and use the old
16456           mechanism for anything else (fixes #334216).
16457
16458 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16459
16460         * configure.ac:
16461           back to trunk
16462
16463 === release 0.10.4 ===
16464
16465 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16466
16467         * configure.ac:
16468           releasing 0.10.4, "Power"
16469
16470 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16471
16472         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16473         Disable max-lateness by setting it to -1 for now, so that 
16474         we can bed QoS stuff in thoroughly between now and the next
16475         release.
16476
16477 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16478
16479         Patch by: Fabrizio Gennari
16480
16481         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16482           Make sure we don't read beyond the palette buffer in case of
16483           broken or manipulated files (#333488)
16484
16485 2006-03-10  Edward Hervey  <edward@fluendo.com>
16486
16487         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16488         Fix for variable not initialized.
16489
16490 2006-03-09  Wim Taymans  <wim@fluendo.com>
16491
16492         * ext/libvisual/visual.c: (gst_visual_get_type),
16493         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16494         (gst_visual_chain):
16495         Small cleanups.
16496
16497         * ext/theora/gsttheoradec.h:
16498         * ext/theora/theoradec.c: (gst_theora_dec_init),
16499         (gst_theora_dec_reset), (_theora_granule_time),
16500         (theora_dec_src_convert), (theora_dec_sink_convert),
16501         (theora_dec_src_query), (theora_dec_src_event),
16502         (theora_dec_sink_event), (theora_handle_comment_packet),
16503         (theora_handle_header_packet), (theora_dec_push),
16504         (theora_handle_data_packet), (theora_dec_chain),
16505         (theora_dec_change_state):
16506         Add simple QoS.
16507
16508 2006-03-09  Wim Taymans  <wim@fluendo.com>
16509
16510         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16511         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16512         Some cleanups.
16513
16514 2006-03-09  Wim Taymans  <wim@fluendo.com>
16515
16516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16517         Don't try to activate NULL chains.
16518
16519 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16520
16521         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16522           Fix invalid memory access to region before peek'd data (#332964).
16523
16524 2006-03-09  Wim Taymans  <wim@fluendo.com>
16525
16526         Patch by: Christophe Fergeau
16527
16528         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16529         * ext/pango/gsttextrender.c: (gst_text_render_init):
16530         * gst/adder/gstadder.c: (gst_adder_init):
16531         Don't leak padtemplates, closes #333510.
16532
16533 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16534
16535         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16536           Fix invalid memory access: make sure string passed to
16537           regexec() is NUL-termianted.
16538
16539 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16540
16541         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16542         (mp3_type_find):
16543           Refactor mpeg/audio typefinding to make it more maintainable
16544           and easier to fine-tune. Make probing into middle of the file
16545           work properly (fixes #333900, also see #152688).
16546
16547 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16548
16549         * gst/typefind/gsttypefindfunctions.c:
16550         (utf8_type_find_have_valid_utf8_at_offset):
16551           Remove part from previous commit that was bogus:
16552           g_utf8_validate() does in fact not accept embedded
16553           zeroes, so we don't need to check for those (thanks
16554           to Mike for the hint).
16555
16556 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16557
16558         * gst/typefind/gsttypefindfunctions.c:
16559         (utf8_type_find_count_embedded_zeroes),
16560         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16561           Make plain/text typefinder more conservative: firstly, check
16562           for embedded zeroes, which are perfectly valid UTF-8 characters,
16563           but also a fairly good sign that something is not a plain text
16564           file; secondly, probe into the middle of the file if possible.
16565           If we can't probe into the middle, limit the probability value
16566           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16567
16568 2006-03-08  Michael Smith  <msmith@fluendo.com>
16569
16570         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16571           Make typefind function name for mpeg4 video unique.
16572
16573 2006-03-08  Wim Taymans  <wim@fluendo.com>
16574
16575         * ext/libvisual/visual.c: (gst_visual_init),
16576         (gst_visual_clear_actors), (gst_visual_dispose),
16577         (gst_visual_reset), (gst_visual_src_setcaps),
16578         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16579         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16580         (gst_visual_chain), (gst_visual_change_state):
16581         Cleanups, post nice errors.
16582         Handle sink and src events.
16583         Implement simple QoS.
16584
16585         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16586         Use new basesink methods to configure max-lateness.
16587         Small doc update.
16588
16589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16590         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16591         Debug statement cleanups.
16592
16593         * gst/volume/gstvolume.c: (gst_volume_class_init):
16594         Simple cleanup.
16595
16596 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16597
16598         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16599         (gst_text_overlay_init), (gst_text_overlay_set_property),
16600         (gst_text_overlay_get_property):
16601           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16602           as string type properties, but mark them deprecated. Add
16603           'halignment' and 'valignment' properties that use enums
16604           instead of strings.
16605
16606 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16607
16608         Patch by: Fabrizio Gennari
16609
16610         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16611           Allow palettes with less than 256 colours in AVI files
16612           (#333488)
16613
16614 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16615
16616         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16617         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16618         pad. We were releasing the queued text buffer when we should keep
16619         it until video pad gets EOS or discard the text buffer because it's
16620         too old. That was eating the last subtitle buffer. Add some more
16621         debug.
16622
16623 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16624
16625         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16626         (gst_text_overlay_video_chain):
16627           Fix invalid memory access (we can't access a buffer after it's been
16628           pushed downstream without taking a reference); fix memory leak (if
16629           there's no text to render, bail out before allocating stuff).
16630
16631 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16632
16633         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16634         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16635         * ext/pango/gsttextoverlay.h:
16636           If input is plain text, escape it before passing it to
16637           pango_layout_set_markup().
16638
16639 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16640
16641         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16642           Don't ignore flow return from gst_pad_push().
16643
16644 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16645
16646         Patch by: Fabrizio Gennari
16647
16648         * ext/libvisual/visual.c: (gst_visual_getcaps),
16649         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16651         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16652         (gst_vorbisenc_convert_sink):
16653         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16654         (gst_audio_duration_from_pad_buffer):
16655         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16656         (gst_audio_filter_chain):
16657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16658         (gst_base_rtp_depayload_setcaps):
16659         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16660         (gst_video_get_size):
16661         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16662           Don't leak references returned by gst_pad_get_parent()
16663           (#333663)
16664
16665 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16666
16667         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16668           change location param details
16669         * gst/volume/gstvolume.c: (plugin_init):
16670           correct plugin description
16671
16672 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16673
16674         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16675         (gst_gnome_vfs_src_check_get_range):
16676           Override GstBaseSrc::check_get_range() in order to avoid opening
16677           the resource just to check whether we can operate in pull-mode or
16678           not - we can predict that pretty well from the URI alone. Should
16679           fix problems with last.fm (#331690). (Requires latest core CVS).
16680
16681 2006-03-06  Wim Taymans  <wim@fluendo.com>
16682
16683         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16684         (gst_video_sink_class_init):
16685         Throw away frames that are later than 20 ms.
16686
16687 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16688
16689         Patch by: Fabrizio Gennari
16690
16691         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16692           Set depth on WMA caps (#333545)
16693
16694 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16695
16696         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16697         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16698           put Theora BOS pages before others.  This hardcodes
16699           the Ogg/Theora I profile, but hey.
16700
16701 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16702
16703         * ext/ogg/README:
16704           updated with some examples
16705         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16706         (granulepos_add), (theora_buffer_from_packet):
16707         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16708         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16709         (gst_vorbisenc_chain):
16710           implement strategy from ext/ogg/README
16711         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16712         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16713         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16714         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16715           Fix muxer so that oggz-validate is happy with all streams;
16716           except for no eos mark, and the BOS page ordering
16717         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16718         (check_buffer_granulepos):
16719         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16720           update tests to check for OFFSET being set as requested
16721           fixed type of granulepos, it's not a ClockTime
16722
16723 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16724
16725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16726         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16727         Check that the xvimage we are creating has a correct size
16728         before returning it. (#314897)
16729
16730 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16731
16732         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16733           Give id3 and ape tag typefinders a rank slightly higher
16734           than PRIMARY to ensure they're always run before any of
16735           the other typefinders (in particular wav and mp3) (#324186).
16736
16737 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16738
16739         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16740           Add support for '3IVD' fourcc (#333403).
16741
16742 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16743
16744         * configure.ac:
16745           Bump requirements to GStreamer CVS for the new error enum.
16746
16747         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16748           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16749           space left on the device (fixes #333352).
16750
16751 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16752
16753         * win32/vs6:
16754           add a project file for libgstvolume
16755           update the workspace
16756
16757 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16758
16759         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16760         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16761         (GST_START_TEST):
16762           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16763           Set IN_CAPS on header buffers
16764
16765 2006-03-02  Wim Taymans  <wim@fluendo.com>
16766
16767         * docs/plugins/Makefile.am:
16768         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16769         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16770         Add audioresample to docs.
16771
16772         * gst/audioconvert/gstaudioconvert.c:
16773         Add revision date.
16774
16775         * gst/audioresample/gstaudioresample.c:
16776         (gst_audioresample_base_init), (gst_audioresample_class_init),
16777         (gst_audioresample_init), (gst_audioresample_dispose),
16778         (audioresample_get_unit_size), (audioresample_transform_caps),
16779         (resample_set_state_from_caps), (audioresample_transform_size),
16780         (audioresample_set_caps), (audioresample_event),
16781         (audioresample_do_output), (audioresample_transform),
16782         (audioresample_pushthrough), (gst_audioresample_set_property),
16783         (gst_audioresample_get_property), (plugin_init):
16784         * gst/audioresample/gstaudioresample.h:
16785         Added docs.
16786         Small code cleanups.
16787
16788 2006-03-02  Wim Taymans  <wim@fluendo.com>
16789
16790         * docs/plugins/Makefile.am:
16791         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16792         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16793         Added videoscale to docs.
16794
16795         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16796         (gst_video_rate_swap_prev), (gst_video_rate_event),
16797         (gst_video_rate_chain):
16798         Fix typo in docs.
16799
16800         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16801         (gst_video_scale_init), (gst_video_scale_prepare_size),
16802         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16803         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16804         * gst/videoscale/gstvideoscale.h:
16805         Added docs, examples.
16806         Some code cleanups.
16807         Post errors instead of g_warning.
16808
16809 2006-03-02  Wim Taymans  <wim@fluendo.com>
16810
16811         * docs/libs/gst-plugins-base-libs-docs.sgml:
16812         * docs/libs/gst-plugins-base-libs-sections.txt:
16813         * docs/libs/gst-plugins-base-libs.types:
16814         * docs/plugins/Makefile.am:
16815         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16816         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16817         Added some more docs to libs and plugins.
16818
16819         * gst-libs/gst/audio/gstringbuffer.c:
16820         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16821         * gst-libs/gst/audio/gstringbuffer.h:
16822         Document ringbuffer some more.
16823
16824         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16825         (gst_video_rate_setcaps), (gst_video_rate_reset),
16826         (gst_video_rate_init), (gst_video_rate_flush_prev),
16827         (gst_video_rate_swap_prev), (gst_video_rate_event),
16828         (gst_video_rate_chain), (gst_video_rate_change_state):
16829         * gst/videorate/gstvideorate.h:
16830         Fix videorate to use segments.
16831         Make it work with 0/1 framerates (closes #331903)
16832         Handle EOS correctly.
16833         Added docs.
16834
16835 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16836
16837         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16838         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16839         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16840           In state change function, first chain up to parent class,
16841           then handle downwards state change stuff. Remove some
16842           commented out cruft from 0.8 code.
16843
16844 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16845
16846         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16847         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16848         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16849         (gst_ogm_parse_chain):
16850           Don't remove/re-add source pad if the new caps are the same as
16851           the old caps anyway (#333042). When removing source pad, don't
16852           unref it afterwards - we didn't ref it when adding. Sprinkle some
16853           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16854           after using gst_pad_get_parent(). Return downstream flow return
16855           value in chain function.
16856
16857 2006-03-02  Wim Taymans  <wim@fluendo.com>
16858
16859         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16860         * docs/plugins/gst-plugins-base-plugins.args:
16861         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16862         * docs/plugins/gst-plugins-base-plugins.interfaces:
16863         * docs/plugins/gst-plugins-base-plugins.signals:
16864         Fix hierarchy, added some more elements to the docs.
16865
16866         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16867         (gst_ffmpegcsp_get_type):
16868         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16869         Fix docs for ffmpegcolorspace.
16870
16871 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16872
16873         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16874         (apetag_type_find), (ape_type_find), (plugin_init):
16875           Some typefinding fine-tuning:
16876           - rank ID3/APE tags in order of preference via probabilities, so that
16877             ID3v2 > APEv2 > APEv1 > ID3v1.
16878           - three or four bytes don't really justify MAXIMUM probability,
16879             change those to 'very likely' (musepack and monkeysaudio).
16880
16881 2006-03-01  Wim Taymans  <wim@fluendo.com>
16882
16883         * docs/plugins/Makefile.am:
16884         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16885         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16886         * ext/alsa/gstalsamixer.c:
16887         * ext/alsa/gstalsamixer.h:
16888         * ext/alsa/gstalsamixerelement.c:
16889         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16890         * ext/alsa/gstalsamixerelement.h:
16891         * ext/alsa/gstalsasink.c:
16892         * ext/alsa/gstalsasink.h:
16893         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16894         (gst_alsasrc_init):
16895         * ext/alsa/gstalsasrc.h:
16896         Added alsa docs.
16897         Small code cleanups.
16898
16899 2006-03-01  Wim Taymans  <wim@fluendo.com>
16900
16901         * ext/theora/Makefile.am:
16902         Dist new header too,
16903
16904 2006-03-01  Wim Taymans  <wim@fluendo.com>
16905
16906         * docs/plugins/Makefile.am:
16907         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16908         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16909         * ext/gnomevfs/gstgnomevfssink.h:
16910         * ext/gnomevfs/gstgnomevfssrc.h:
16911         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16912         * ext/vorbis/vorbisdec.h:
16913         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16914         * ext/vorbis/vorbisenc.h:
16915         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16916         (vorbis_parse_chain), (vorbis_parse_change_state):
16917         * ext/vorbis/vorbisparse.h:
16918         * gst/audioconvert/gstaudioconvert.h:
16919         * gst/tcp/gsttcpserversink.h:
16920         * gst/videotestsrc/gstvideotestsrc.c:
16921         * gst/videotestsrc/gstvideotestsrc.h:
16922         * gst/volume/gstvolume.c:
16923         * gst/volume/gstvolume.h:
16924         Fix some more docs.
16925         Added docs for vorbisdec and vorbisparse.
16926         Fix vorbisparse.
16927
16928 2006-03-01  Wim Taymans  <wim@fluendo.com>
16929
16930         * docs/plugins/Makefile.am:
16931         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16932         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16933         * ext/pango/gstclockoverlay.h:
16934         * ext/pango/gsttextoverlay.h:
16935         * ext/pango/gsttextrender.h:
16936         * ext/pango/gsttimeoverlay.h:
16937         * ext/theora/gsttheoradec.h:
16938         * ext/theora/gsttheoraenc.h:
16939         * ext/theora/theoradec.c:
16940         * ext/theora/theoraenc.c:
16941         * gst/audioconvert/gstaudioconvert.h:
16942         * gst/audiotestsrc/gstaudiotestsrc.h:
16943         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16944         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16945         * gst/tcp/gstmultifdsink.h:
16946         Updated/added documentation.
16947
16948         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16949         (gst_text_overlay_halign_get_type),
16950         (gst_text_overlay_wrap_mode_get_type),
16951         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16952         (gst_text_overlay_init), (gst_text_overlay_set_property),
16953         (gst_text_overlay_get_property):
16954         Fix up properties to be enums instead of string to make bindings,
16955         introspection and automatic GUI creation possible.
16956         Add getters for the properties.
16957
16958 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16959
16960         * gst/audiotestsrc/gstaudiotestsrc.c:
16961           added defines of M_PI and M_PI_2
16962         * gst/ffmpegcolorspace/avcodec.h:
16963           removed #include "stdint.h" for win32 as _stdint.h is 
16964           autogenerated to win32/common
16965         * win32/common/libgstaudio.def:
16966         * win32/common/libgsttag.def:
16967           added some exports
16968         * win32/vs6:
16969           some project files bugs corrected
16970         * win32/vs7:
16971           project files are reset to the default vs7 configuration 
16972           (they link to msvcr71.dll using default optimizations)
16973           
16974 2006-02-28  Wim Taymans  <wim@fluendo.com>
16975
16976         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16977         Fix some docs.
16978
16979 2006-02-28  Edward Hervey  <edward@fluendo.com>
16980
16981         * ext/alsa/gstalsasrc.c:
16982         Set proper class on the ElementDetails:
16983         Source/Audio instead of Src/Audio/
16984
16985 2006-02-28  Edward Hervey  <edward@fluendo.com>
16986
16987         * gst/videoscale/vs_scanline.c:
16988         (vs_scanline_resample_nearest_RGBA):
16989         Revert optimization in videoscale. It should go in liboil and have
16990         an appropriate liboil function.
16991
16992 2006-02-28  Wim Taymans  <wim@fluendo.com>
16993
16994         * gst-libs/gst/audio/gstbaseaudiosink.c:
16995         (gst_base_audio_sink_provide_clock):
16996         Don't try to provide a clock in the NULL state.
16997
16998 2006-02-28  Wim Taymans  <wim@fluendo.com>
16999
17000         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17001         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17002         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17003         (gst_ogg_demux_deactivate_current_chain),
17004         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17005         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17006         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17007         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17008         Use GstSegment infrastructure to remove duplicated code
17009         and handle more seek cases correctly.
17010
17011 2006-02-28  Wim Taymans  <wim@fluendo.com>
17012
17013         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17014         (gst_ffmpegcsp_transform):
17015         Don't ignore return code from ffmpeg convert function.
17016
17017         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17018         Split out some long statements to ease debugging.
17019
17020 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17021
17022         * ext/libvisual/visual.c: (gst_visual_init),
17023         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17024         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17025         being able to renegotiate the size. Instead, use the negotiation
17026         algorithm from the goom plugin to pick an initial output caps. 
17027
17028         Also, allow theoretical libvisual plugins that might support non-GL 
17029         output even if they also do GL.
17030
17031 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17032
17033         * ext/libvisual/visual.c: (gst_visual_init),
17034         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17035         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17036         possible negotiation issues.
17037
17038 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17039
17040         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17041
17042 2006-02-24  Michael Smith  <msmith@fluendo.com>
17043
17044         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17045         (cmml_type_find), (plugin_init):
17046           Fix CMML type find function to not require a specific minor version
17047           of the CMML header.
17048
17049           Add an MPEG4 video elementary stream typefind function.
17050
17051 2006-02-04  Michael Smith  <msmith@fluendo.com>
17052
17053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17054         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17055         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17056         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17057         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17058         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17059           Annodex support in ogg demuxer. Doesn't do very much without the
17060           other annodex patches (to come).
17061
17062 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17063
17064         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17065
17066         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17067           Pick up palette for MS video v1 (#327028)
17068
17069 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17070
17071         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17072         (gst_ffmpegcsp_caps_remove_format_info),
17073         (gst_ffmpegcsp_get_unit_size):
17074           The 'palette_data' field from incoming RGB caps shouldn't be
17075           proxied on outgoing YUV caps; also, restrict unit size
17076           adjustment in case of paletted data only to the unit that
17077           actually has a palette. Fixes #330711.
17078
17079 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17080
17081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17082         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17083         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17084         (gst_ffmpegcsp_get_unit_size):
17085           Plug some memory leaks.
17086
17087 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17088
17089         * sys/ximage/Makefile.am:
17090         * sys/xvimage/Makefile.am:
17091           Add some _CFLAGS and _LIBS that seem to be missing
17092           and/or required for Cygwin (see #317048).
17093
17094 2006-02-22  Wim Taymans  <wim@fluendo.com>
17095
17096         * ext/alsa/gstalsasrc.c:
17097         Fix description as pointed out by caugier.
17098
17099 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17100
17101         Reviewed by : Edward Hervey  <edward@fluendo.com>
17102
17103         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17104         (qt_type_find):
17105         Better 3gp typefinding (#331526).
17106
17107 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17108
17109         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17110           Don't send EOS event here, the base class will send one for us.
17111
17112         * gst/playback/gstplaybasebin.c: (prepare_output):
17113           Subpictures without video stream aren't allowed either.
17114         
17115         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17116           Fix debug statement copy'n'paste-o.
17117
17118 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17119
17120         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17121           Fix issues with mixer keeping state when muting/unmuting
17122           and when changing the volume whilst muted (see #331763
17123           and #331765).
17124
17125 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17126
17127         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17128         (parse_subrip), (gst_sub_parse_format_autodetect):
17129           Set right caps given that we send escaped text. Also,
17130           honour <i></i>, <b></b> and <u></u> markers that can be found
17131           in .srt files (fixes #310202).
17132
17133 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17134
17135         * gst-libs/gst/audio/mixerutils.c:
17136         (element_factory_rank_compare_func):
17137           Make order in which elements are tried more determinable.
17138
17139 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17140
17141         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17142         (remove_element_chain), (cleanup_decodebin),
17143         (gst_decode_bin_change_state): Make decodebin reusable by
17144         fixing remove_element_chain first and then introduce a
17145         cleaner in state change to ->NULL. (Closes #331678)
17146
17147 2006-02-19  Wim Taymans  <wim@fluendo.com>
17148
17149         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17150         use 0666 mask when creating files so umask gets applied
17151         correctly. Fixes #331295.
17152
17153 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17154
17155         * gst/subparse/Makefile.am:
17156         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17157         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17158         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17159         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17160         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17161         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17162         * gst/subparse/gstssaparse.h:
17163         * gst/subparse/gstsubparse.c: (plugin_init):
17164           Add very basic parser for SSA subtitle streams (as often
17165           found in matroska files).
17166
17167 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17168
17169         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17170           That should be text/x-pango-markup, not text/x-pango-layout.
17171
17172 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17173
17174         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17175         Polishing.
17176
17177 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17178
17179         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17180         (gst_text_overlay_finalize), (gst_text_overlay_init),
17181         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17182         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17183         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17184         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17185         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17186         Fix state change deadlock.
17187
17188 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17189
17190         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17191         (gst_text_overlay_finalize), (gst_text_overlay_init),
17192         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17193         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17194         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17195         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17196         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17197         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17198         and subtitles files.
17199
17200 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17201
17202         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17203         should be considered as raw.
17204
17205 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17206
17207         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17208         (cb_probe):
17209         * gst/playback/gststreaminfo.h: Introduce language informations.
17210
17211 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17212
17213         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17214         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17215         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17216         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17217         Set shared memory segments to be deleted as soon as we have attached,
17218         that way they get cleaned up automatically if we crash.
17219
17220 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17221
17222         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17223         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17224         functions are called with lock held.
17225
17226 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17227
17228         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17229         (gst_text_overlay_finalize), (gst_text_overlay_init),
17230         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17231         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17232         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17233         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17234         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17235         (gst_text_overlay_change_state): Refactoring of textoverlay
17236         without collectpads. This now supports sparse subtitles coming
17237         from a demuxer instead of a sub file. Seeking is still broken 
17238         though. Need to discuss with wtay some more on how to handle
17239         seeking correctly.
17240         * ext/pango/gsttextoverlay.h:
17241         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17242         subtitles coming from the demuxer.
17243
17244 2006-02-17  Wim Taymans  <wim@fluendo.com>
17245
17246         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17247         (gst_vorbisenc_convert_sink):
17248         Use some more scaling functions.
17249
17250 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17251
17252         * ext/cdparanoia/gstcdparanoiasrc.c:
17253         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17254         (gst_cd_paranoia_paranoia_callback),
17255         (gst_cd_paranoia_src_signal_is_being_watched),
17256         (gst_cd_paranoia_src_read_sector):
17257         * ext/cdparanoia/gstcdparanoiasrc.h:
17258           Add back 'transport-error' and 'uncorrected-error' signals and
17259           make them actually be fired when bad stuff happens (#319340).
17260
17261 2006-02-17  Wim Taymans  <wim@fluendo.com>
17262
17263         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17264         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17265         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17266         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17267         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17268         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17269         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17270         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17271         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17272         (gst_ring_buffer_clear):
17273         Small cleanups.
17274         Added some G_LIKELY.
17275
17276 2006-02-17  Wim Taymans  <wim@fluendo.com>
17277
17278         * gst-libs/gst/audio/TODO:
17279         Update TODO
17280
17281         * gst-libs/gst/audio/gstbaseaudiosink.c:
17282         (gst_base_audio_sink_get_offset):
17283         When trying to play samples ASAP and we don't have a
17284         previous sample, try to play at position 0 instead of
17285         an invalid position.
17286
17287 2006-02-17  Wim Taymans  <wim@fluendo.com>
17288
17289         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17290         (gst_alsasink_reset):
17291         Also release lock when we get an error in _reset();
17292         fix an error message.
17293
17294 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17295
17296         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17297         (gst_alsasink_init), (get_channel_free_structure),
17298         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17299         (gst_alsasink_close):
17300         * ext/alsa/gstalsasink.h:
17301           Add support for more than 2 channels (#326720).
17302
17303 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17304
17305         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17306           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17307           with 4 or 6 channels, assume a default channel layout to make things
17308           work (not sure there's anything else we can do in those cases).
17309
17310 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17311
17312         * gst-libs/gst/audio/multichannel.c:
17313           Minor docs fix.
17314
17315         * gst-libs/gst/riff/Makefile.am:
17316         * gst-libs/gst/riff/riff-ids.h:
17317         * gst-libs/gst/riff/riff-media.c:
17318         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17319           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17320           channels and a channel layout map.
17321           
17322 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17323
17324         Reviewed by Edward Hervey  <edward@fluendo.com>
17325
17326         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17327         C-level optimization of the RGBA nearest neighbour function.
17328         Eventually this might end up in liboil with vectorized versions.
17329
17330 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17331
17332         * gst-libs/gst/audio/multichannel.c:
17333         (gst_audio_get_channel_positions):
17334           When we have more than 2 channels, but no channel layout is
17335           specified in the caps, return some default channel layout
17336           to the caller and warn about about a possibly buggy element
17337           (could be buggy filtercaps as well of course) (#317038).
17338
17339 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17340
17341         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17342           Add gst-libs/gst/cdda to list of lib search paths.
17343
17344 2006-02-15  Andy Wingo  <wingo@pobox.com>
17345
17346         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17347         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17348         to the Lord Jesus that I do not have to touch the ogg muxer ever
17349         again.
17350
17351 2006-02-15  Edward Hervey  <edward@fluendo.com>
17352
17353         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17354         quicktime movie files can also contain 'uuid' atoms.
17355
17356 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17357
17358         * gst/audioconvert/plugin.c: (plugin_init):
17359           Register the GstAudioChannelPosition enum type with the type
17360           system in the plugin_init function, so that it is known before
17361           any element actually makes use of multi-channel stuff. This is
17362           required for example if one wants to be able to deserialise/use
17363           a caps string with channel positions before any pipeline has
17364           been setup and started, like with gst-launch.
17365
17366 2006-02-14  Wim Taymans  <wim@fluendo.com>
17367
17368         * gst-libs/gst/audio/gstringbuffer.c:
17369         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17370         (gst_ring_buffer_samples_done), (wait_segment),
17371         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17372         Add some compiler G_(UN_)LIKELY help.
17373         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17374         make sure they can exit their functions. Should fix #330748
17375
17376 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17377
17378         * Makefile.am:
17379         * configure.ac:
17380         * win32/MANIFEST:
17381         * win32/common/_stdint.h:
17382           Windows does not have long long; copy the generated _stdint.h
17383         * win32/common/interfaces-enumtypes.c:
17384         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17385         (gst_mixer_track_flags_get_type),
17386         (gst_tuner_channel_flags_get_type):
17387         * win32/common/multichannel-enumtypes.c:
17388         (gst_audio_channel_position_get_type):
17389           update
17390
17391 2006-02-13  Wim Taymans  <wim@fluendo.com>
17392
17393         * gst-libs/gst/audio/gstbaseaudiosink.c:
17394         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17395         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17396         Always sync on first sample we receive when starting.
17397
17398 2006-02-13  Wim Taymans  <wim@fluendo.com>
17399
17400         * gst/playback/gstplaybin.c: (gen_vis_element):
17401         Update vis bin docs.
17402         Move queue after tee so we don't queue video buffers but
17403         audio samples instead. Fixes problems where the video queue
17404         is filled and the audio queue empty.
17405
17406 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17407
17408         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17409           No need to push an EOS event here, GstBaseSrc will do that for us
17410           when we return FLOW_UNEXPECTED.
17411           
17412 2006-02-12  Wim Taymans  <wim@fluendo.com>
17413
17414         * gst-libs/gst/audio/gstbaseaudiosink.c:
17415         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17416         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17417         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17418         Use scale functions when possible.
17419         Fix error messages.
17420         Free clockid when after waiting for EOS.
17421         Use G_(UN_)LIKLY when it makes sense.
17422         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17423
17424 2006-02-12  Edward Hervey  <edward@fluendo.com>
17425
17426         * gst/playback/gstplaybasebin.c: (prepare_output): 
17427         Remove stray semi-colon (fixes #330888).
17428
17429 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17430
17431         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17433         Fix up the XShm call testing so that we catch errors, and don't
17434         cause new ones by attempting to detach from a segment we failed
17435         to attach to. Fixes #312439.
17436
17437 2006-02-10  Edward Hervey  <edward@fluendo.com>
17438
17439         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17440         Added flv file typefind (video/x-flv).
17441
17442 2006-02-10  Edward Hervey  <edward@fluendo.com>
17443
17444         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17445         (gst_riff_create_video_template_caps):
17446         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17447         Also added the caps to the default set of riff video caps.
17448
17449 2006-02-09  Andy Wingo  <wingo@pobox.com>
17450
17451         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17452         time and the end time of the last packet in the page.
17453         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17454         on the pages in our queue, set the duration as well. Reflow a
17455         debug statement.
17456         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17457         Fixes bad muxing order.
17458
17459 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17460
17461         * gst-libs/gst/rtp/gstbasertppayload.c:
17462         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17463           update seqnum before setting it on the packet; this makes sure
17464           that the timestamp and seqnum properties match after pushing
17465           a buffer
17466
17467 2006-02-09  Andy Wingo  <wingo@pobox.com>
17468
17469         * gst-libs/gst/audio/gstringbuffer.c
17470         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17471         overflow after 13.5 hours of recording. Kapow!
17472
17473         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17474         the buffer size -- we don't care about underrun/overrun reporting
17475         right now, just need to return a useful value.
17476
17477 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17478
17479         * configure.ac:
17480           Back to CVS
17481
17482 === release 0.10.3 ===
17483
17484 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17485
17486         * configure.ac:
17487           releasing 0.10.3, "Under Pressure"
17488
17489 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17490
17491         * configure.ac:
17492         Drat. Bump libtool version number for new API.
17493         Prelease 0.10.2.3 (of 0.10.3)
17494
17495 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17496
17497         * configure.ac:
17498         * win32/common/config.h:
17499         0.10.2.2 prerelease (of 0.10.3).
17500
17501 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17502
17503         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17504           Revert Andy's newsegment change pending a more correct
17505           fix.
17506
17507 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17508
17509         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17510         (qt_type_find), (plugin_init):
17511           detect more files as 3gp
17512           group and reorder the iso file formats
17513
17514 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17515
17516         * ext/vorbis/vorbis.c: (plugin_init):
17517           Register musicbrainz tags, so apps don't have to.
17518
17519 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17520
17521         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17522         (gst_tag_to_vorbis_tag):
17523           Make sure we called gst_tag_register_musicbrainz_tags()
17524           before possibly mapping a vorbiscomment string from/to a
17525           musicbrainz tag.
17526
17527 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17528
17529         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17530           In case we can't find the required number of consecutive
17531           mpeg audio frames to positively identify an MPEG audio
17532           stream, check if there's at least a valid mpeg audio
17533           frame right at offset 0 and if so suggest mpeg/audio
17534           caps with a very low probability (#153004).
17535
17536 2006-02-07  Andy Wingo  <wingo@pobox.com>
17537
17538         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17539         a TIME segment if we get timestamped buffers. Requires recent
17540         fixes in core to work properly.
17541
17542 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17543
17544         * gst/playback/gstplaybasebin.c: (prepare_output):
17545           Don't print the URI as part of the error message, it
17546           makes error dialogs look rather ugly, especially if
17547           the URI is very long or has characters in it that
17548           need escaping.
17549
17550 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17551
17552         * gst/playback/gstplaybasebin.c: (prepare_output):
17553           Error out if we have only text or subtitles, but nothing
17554           else. Also error out if we have subtitles but no video
17555           stream.
17556
17557 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17558
17559         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17560           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17561           Post an error message on the bus when we encounter an
17562           error, which will hopefully be more meaningful than the
17563           'Internal Flow Error' message users get to see if we
17564           just return GST_FLOW_ERROR.
17565
17566 2006-02-07  Andy Wingo  <wingo@pobox.com>
17567
17568         * configure.ac (GST_MAJORMINOR): Update core version req to
17569         0.10.2.2, for the collectpads API addition (#330244).
17570
17571 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17572
17573         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17574           Return FALSE from plugin_init() when GnomeVFS can't
17575           be initialised for some reason (#328423).
17576
17577 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17578
17579         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17580         Stick to seeking theory until i find the bug.
17581         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17582
17583 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17584
17585         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17586         (theora_enc_finalize), (theora_enc_sink_setcaps),
17587         (theora_set_header_on_caps), (theora_enc_chain),
17588         (theora_enc_change_state):
17589         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17590           Make theoraenc and the tests leak free. Like, really.
17591
17592 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17593
17594         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17595         (theora_enc_finalize), (theora_enc_sink_setcaps):
17596           Add a finalize method to ensure we clean up state even if
17597           someone omitted the state change back to NULL.
17598
17599         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17600         (gst_vorbisenc_chain):
17601           Free some more leaked bits.
17602
17603         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17604         (stop_pipeline):
17605           Wait for state changes to happen if they're ASYNC.
17606
17607           This ought to teach those fancy pants buildbots a lesson.
17608
17609 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17610
17611         * gst-libs/gst/tag/gstid3tag.c:
17612           Add mapping for ID3 International Standard Recording Code
17613           tag "TSRC"
17614
17615 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17616
17617         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17618           Don't leak tag names.
17619
17620 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17621
17622         * docs/libs/gst-plugins-base-libs-docs.sgml:
17623         * docs/libs/gst-plugins-base-libs-sections.txt:
17624         * gst-libs/gst/tag/gstid3tag.c:
17625         * gst-libs/gst/tag/gstvorbistag.c:
17626         * gst-libs/gst/tag/tags.c:
17627           Split libgsttag docs into multiple sections.
17628
17629 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17630
17631         * docs/libs/Makefile.am:
17632         * docs/libs/gst-plugins-base-libs-docs.sgml:
17633         * docs/libs/gst-plugins-base-libs-sections.txt:
17634         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17635         * gst-libs/gst/tag/gstvorbistag.c:
17636         * gst-libs/gst/tag/tag.h:
17637         * gst-libs/gst/tag/tags.c:
17638           Add libgsttag to the docs.
17639
17640 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17641
17642         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17643         (gst_text_overlay_init), (gst_text_overlay_src_event),
17644         (gst_text_overlay_collected): Fix clockoverlay.
17645
17646 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17647
17648         * docs/libs/compiling.sgml:
17649           Fix typo: it's pkg-config, not pkg-gconfig
17650
17651         * docs/libs/gst-plugins-base-libs-docs.sgml:
17652         * docs/libs/gst-plugins-base-libs-sections.txt:
17653         * docs/libs/tmpl/gstgconf.sgml:
17654           There is no libgstgconf in 0.10, remove it
17655           from the docs.
17656
17657 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17658
17659         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17660         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17661         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17662         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17663         (gst_sub_parse_class_init), (gst_sub_parse_init),
17664         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17665         (parse_mpsub), (parser_state_init), (handle_buffer),
17666         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17667         * gst/subparse/gstsubparse.h: Introduce seeking code.
17668
17669 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17670
17671         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17672           Add comment about LANGUAGE tag inconsistency (we want
17673           ISO-639-1, but extract three-letter identifiers?)
17674
17675         * po/POTFILES.in:
17676           Add two translatable files.
17677
17678 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17679
17680         * gst-libs/gst/tag/Makefile.am:
17681         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17682         * gst-libs/gst/tag/tag.h:
17683         * gst-libs/gst/tag/tags.c:
17684         (gst_tag_register_musicbrainz_tags_internal),
17685         (gst_tag_register_musicbrainz_tags):
17686           Forward-port some tags stuff from the 0.8 branch. This is
17687           mostly the addition of musicbrainz tags and their mapping
17688           to vorbistags, and a vorbistag mapping of the language tag.
17689
17690 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17691
17692         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17693         refactoring.
17694
17695 2006-02-04  David Schleef  <ds@schleef.org>
17696
17697         * ext/ogg/gstoggmux.c:
17698         * gst/typefind/gsttypefindfunctions.c:
17699           Add Dirac typefinding and add dirac format to oggmux.
17700
17701 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17702
17703         * gst/playback/gstdecodebin.c: (try_to_link_1):
17704           Don't put essential function call into
17705           g_return_*() macro, otherwise it'll all be
17706           replaced by NOOPs when compiling with
17707           G_DISABLE_CHECKS defined.
17708
17709 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17710
17711         * ext/ogg/gstoggdemux.c:
17712         * ext/ogg/gstoggparse.c:
17713         * gst/tcp/gsttcpserversink.c:
17714         * sys/v4l/v4lsrc_calls.c:
17715         * sys/v4l/v4lsrc_calls.h:
17716         Just make it compile with --disable-gst-debug.
17717
17718 2006-02-03  Wim Taymans  <wim@fluendo.com>
17719
17720         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17721         (gst_alsasink_class_init), (gst_alsasink_init),
17722         (gst_alsasink_write), (gst_alsasink_reset):
17723         * ext/alsa/gstalsasink.h:
17724         Add lock to protect alsa calls.
17725         Implement reset to flush samples ASAP, does not work
17726         with dmix though.
17727
17728 2006-02-02  Wim Taymans  <wim@fluendo.com>
17729
17730         * gst-libs/gst/audio/gstbaseaudiosink.c:
17731         (gst_base_audio_sink_provide_clock):
17732         Ugh.. getting late I guess...
17733
17734 2006-02-02  Wim Taymans  <wim@fluendo.com>
17735
17736         * gst-libs/gst/audio/gstbaseaudiosink.c:
17737         (gst_base_audio_sink_provide_clock),
17738         (gst_base_audio_sink_set_property),
17739         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17740         Don't try to provide a clock when we are not negotiated since
17741         we might not be able to make it run.
17742
17743 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17744
17745         * gst/playback/gstdecodebin.c: (try_to_link_1):
17746           Unlinking two source pads is ... hard.
17747
17748 2006-02-02  Wim Taymans  <wim@fluendo.com>
17749
17750         * gst-libs/gst/audio/TODO:
17751         Updated.
17752
17753         * gst-libs/gst/audio/gstbaseaudiosink.c:
17754         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17755         On EOS, wait till the last sample is played before posting EOS.
17756
17757 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17758
17759         Patch by: Kai Vehmanen
17760         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17761           Adds ability to enable newsegment bypass by setting queue_delay to
17762           zero. Also avoid thread being started if queue_delay is zero.
17763
17764 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17765
17766         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17767           Make test work again by connecting fakesinks to each decoded pad,
17768           which makes the pipeline wait until each fakesink has a buffer
17769           queued before going to PAUSED state. At that point we know the
17770           decodebin pads are negotiated.
17771
17772 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17773
17774         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17775         (gst_cdda_base_src_handle_event):
17776         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17777           Pass unhandled queries to the parent class's query function.
17778
17779 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17780
17781         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17782         (gst_ogg_pad_src_query):
17783         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17784         * ext/theora/theoradec.c: (theora_dec_src_query),
17785         (theora_dec_sink_query):
17786         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17787         (vorbis_dec_sink_query):
17788         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17789         (gst_vorbisenc_sink_query):
17790         * gst/adder/gstadder.c: (gst_adder_query):
17791           Pass unhandled queries upstream instead of just
17792           dropping them (#326447). Also, fix supported
17793           query types list for some elements.
17794
17795 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17796
17797         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17798         (paris_type_find), (ilbc_type_find), (plugin_init):
17799           Fix typefinding for audio/x-au, audio/x-paris and
17800           audio/iLBC-sh. We cannot use the START_WITH macros
17801           here, because there can only be one typefind factory
17802           with the same name (caps), so the second one would
17803           replace the first one and the first one would never
17804           be called when doing typefinding (see #161712).
17805           
17806
17807 2006-01-31  Wim Taymans  <wim@fluendo.com>
17808
17809         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17810         (vorbis_handle_header_packet), (vorbis_dec_push),
17811         (vorbis_handle_data_packet):
17812         Use scale_int when we can, add some more scaling.
17813         Check packettype before parsing it.
17814
17815 2006-01-31  Wim Taymans  <wim@fluendo.com>
17816
17817         * ext/theora/theoradec.c: (_theora_granule_time),
17818         (theora_dec_src_convert), (theora_dec_sink_convert):
17819         Call right _scale functions.
17820         Use parameter instead of some other random value.
17821
17822 2006-01-31  Wim Taymans  <wim@fluendo.com>
17823
17824         * ext/theora/theoradec.c: (_theora_granule_frame),
17825         (_theora_granule_time), (_inc_granulepos),
17826         (theora_dec_src_convert), (theora_dec_sink_convert),
17827         (theora_handle_type_packet), (theora_handle_data_packet),
17828         (theora_dec_chain):
17829         Use higher precision timestamps calculation.
17830         Convert some other conversions to _scale.
17831
17832 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17833
17834         * gst/audiotestsrc/gstaudiotestsrc.c:
17835         (gst_audio_test_src_create_sine_table), (plugin_init):
17836         * gst/volume/gstvolume.c: (plugin_init):
17837           initialize gst_controller before using
17838
17839 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17840
17841         * tests/check/pipelines/theoraenc.c:
17842         * tests/check/pipelines/vorbisenc.c:
17843         Define constant using G_GINT64_CONSTANT to avoid errors when
17844         passing it around - otherwise it gets truncated to 32 bits.
17845
17846         Fixes failing tests.
17847
17848 2006-01-31  Andy Wingo  <wingo@pobox.com>
17849
17850         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17851         caps being set doesn't have a framerate value. Basically a stopgap
17852         measure.
17853
17854         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17855         technically correct enough to put into core though.
17856         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17857         DURATION. Fixes theoraenc ! oggmux.
17858
17859         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17860         fraction, not double.
17861
17862 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17863
17864         * win32/vs7:
17865         add vs7 project files created by Sergey Scobich
17866
17867 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17868
17869         * win32/vs8:
17870         add vs8 project files created by Sergey Scobich
17871         
17872 2006-01-30  Andy Wingo  <wingo@pobox.com>
17873
17874         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17875         timestamp + duration, not just timestamp -- ogg pages should be
17876         ordered by stop time. Necessary fix given the change in vorbis
17877         timestamps.
17878
17879         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17880         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17881         (granulepos_add): New function, handles the messiness of adjusting
17882         granulepos values.
17883         (theora_buffer_from_packet):
17884         (theora_enc_chain):
17885         (theora_enc_sink_event): Use granulepos_add, not +.
17886
17887         * tests/check/pipelines/theoraenc.c
17888         (check_buffer_granulepos_from_starttime): Just check the frame
17889         count, not the actual granulepos -- we can't dictate to the
17890         encoder when it should be placing keyframes.
17891
17892 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17893
17894         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17895           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17896           play an http:// stream from a server that's not serving
17897
17898 2006-01-30  Andy Wingo  <wingo@pobox.com>
17899
17900         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17901         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17902         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17903         available.
17904
17905         * ext/theora/gsttheoraenc.h:
17906         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17907         although theoraenc was timestamping correctly. Added handling of
17908         streams that start with nonzero timestamps.
17909
17910         * tests/check/Makefile.am:
17911         * tests/check/pipelines/theoraenc.c: New file, basically does same
17912         tests as vorbisenc.
17913
17914         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17915
17916 2006-01-30  Wim Taymans  <wim@fluendo.com>
17917
17918         * gst-libs/gst/audio/gstaudiosink.c:
17919         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17920         (gst_audioringbuffer_pause):
17921         Implement pause that does not wait for completion.
17922
17923         * gst-libs/gst/audio/gstbaseaudiosink.c:
17924         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17925         Don't drop buffers when going to PAUSED but perform preroll on
17926         remaining samples now that core base class supports this.
17927
17928         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17929         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17930         (gst_ring_buffer_commit):
17931         Pause should not signal waiters.
17932         Implement return value of _commit correctly.
17933
17934 2006-01-30  Andy Wingo  <wingo@pobox.com>
17935
17936         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17937
17938         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17939         updated to timestamp from the first sample, not the last.
17940         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17941         special care of granulepos and timestamp for header packets.
17942         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17943         when the first buffer has a nonzero timestamp.
17944
17945         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17946         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17947         case when the first audio buffer we get has a nonzero timestamp.
17948         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17949         properly timestamp vorbis buffers with the time of the first
17950         sample, not the last.
17951         
17952         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17953         vorbis_granule_time_copy -- now it takes the granule/subgranule
17954         offset into account.
17955
17956         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17957         timestamps, durations, and granulepos on buffers produced by
17958         vorbisenc.
17959
17960 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17961
17962         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17963         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17964           Patch from Eric Jonas to support conversions to/from UYVY 
17965           (Fixes: #324626)
17966
17967 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17968
17969         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17970         (setup_subtitle), (setup_source), (set_active_source):
17971         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17972         (gen_text_element), (gen_audio_element), (gen_vis_element),
17973         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17974
17975 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17976
17977         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17978         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17979                 use gst_guint64_to_gdouble to be compliant with vs6
17980         * gst/playback/gstdecodebin.c: (try_to_link_1)
17981         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17982                 use G_GINT64_CONSTANT for int64 constants
17983         * win32/common/libgstinterfaces.def:
17984                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17985         * win32/vs6:
17986                 update and add new project files
17987                 
17988 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17989
17990         * Makefile.am:
17991         * win32/MANIFEST:
17992         * win32/common/interfaces-enumtypes.c:
17993         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17994         (gst_mixer_track_flags_get_type),
17995         (gst_tuner_channel_flags_get_type):
17996         * win32/common/interfaces-enumtypes.h:
17997         * win32/common/multichannel-enumtypes.c:
17998         (gst_audio_channel_position_get_type):
17999         * win32/common/multichannel-enumtypes.h:
18000           add a win32-update rule like in core, and copy over enumtypes files
18001
18002 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18003
18004         * win32/MANIFEST:
18005         * win32/common/config.h:
18006         * win32/common/config.h.in:
18007           add config files just like in core
18008
18009 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18010
18011         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18012           Make gcc-4.1 happy (part of #327357).
18013
18014 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18015
18016         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18017         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18018         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18019         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18020         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18021         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18022           Update all error messages.  All of them should either use
18023           the default translated message, or actually provide a
18024           translatable string.
18025           Make the string for channel count problems meaningful.
18026
18027 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18028
18029         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18030           check for and throw RESOURCE_BUSY
18031
18032 2006-01-27  David Schleef  <ds@schleef.org>
18033
18034         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18035           checked in this change -- it requires liboil features not
18036           in 0.3.6.  Revert parts.
18037
18038 2006-01-27  David Schleef  <ds@schleef.org>
18039
18040         * REQUIREMENTS:
18041         * configure.ac: update liboil requirement to 0.3.6
18042         * gst/videoscale/Makefile.am:
18043         * gst/videoscale/vs_scanline.c: liboilify
18044
18045 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18046
18047         * ext/libvisual/visual.c: (get_buffer):
18048           When pad_alloc returns a GstFlowReturn other
18049           than GST_FLOW_OK, make sure it is passed upstream.
18050
18051 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18052
18053         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18054         (gst_alsasink_class_init):
18055           Free the device name string.
18056
18057         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18058         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18059         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18060           Don't remove a pad from the collectpads structure until it
18061           is released - it's a request pad, and may receive data again
18062           if the element gets moved back to PLAYING state.
18063
18064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18065           Ensure we turn on double buffering on the Xv port, and
18066           set the colour key to something dark and mysterious that
18067           isn't black.
18068
18069 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18070
18071         * ext/alsa/gstalsaplugin.c: (plugin_init):
18072         * ext/cdparanoia/gstcdparanoiasrc.c:
18073         (gst_cd_paranoia_src_base_init), (plugin_init):
18074         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18075         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18076           - a library should not call setlocale. see "Libraries" node in
18077             gettext manual
18078           - make sure all plugins that use translation do bindtextdomain
18079             to point to the localedir
18080         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18081         (setup_sinks), (plugin_init):
18082           all this, and check for NULL when creating sinks
18083
18084 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18085
18086         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18087         (plugin_init): Make typefinding of subtitles work again.
18088
18089 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18090
18091         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18092         (mp3_type_frame_length_from_header), (mp3_type_find),
18093         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18094         (plugin_init):
18095           Backport a bunch of typefinding fixes from the 0.8 branch.
18096           Also, improve wavpack typefinding: if we can't peek the
18097           entire wavpack block, try to parse the bits we can get and
18098           see if we find what we're looking for in those.
18099
18100 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18101
18102         * sys/ximage/ximagesink.c:
18103         (gst_ximagesink_calculate_pixel_aspect_ratio):
18104         * sys/xvimage/xvimagesink.c:
18105         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18106         more cases of pixel aspect ratio.
18107
18108 2006-01-26  Edward Hervey  <edward@fluendo.com>
18109
18110         * gst/playback/gstdecodebin.c: (pad_probe):
18111         Also consider the flush-start and tag events as unblockers
18112         for the pad probes.
18113
18114 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18115
18116         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18117         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18118         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18119         On the fly visualisation switch, works disabling, enabling as
18120         well but it won't be able to enable vis in a playbin that was
18121         created with no visualisation.
18122
18123 2006-01-25  Wim Taymans  <wim@fluendo.com>
18124
18125         * gst-libs/gst/audio/gstbaseaudiosink.c:
18126         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18127         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18128         resume after pause.
18129
18130 2006-01-25  Wim Taymans  <wim@fluendo.com>
18131
18132         * gst-libs/gst/audio/gstbaseaudiosink.c:
18133         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18134         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18135         Improve debugging.
18136         Post error when caps cannot be parsed.
18137         Resync on discontinuity in the stream.
18138         Clip samples to segment boundaries.
18139         return WRONG_STATE sooner when we are flushing.
18140
18141         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18142         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18143         Make audiosrc operate in TIME.
18144         Set TIMESTAMP and DURATION on buffers.
18145
18146 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18147
18148         * tests/examples/seek/seek.c: (main):
18149           Output tag messages as well.
18150
18151 2006-01-23  Edward Hervey  <edward@fluendo.com>
18152
18153         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18154         (free_pad_probes), (remove_fakesink), (pad_probe),
18155         (close_pad_link), (gst_decode_bin_change_state):
18156         Replace GstPadBlockCallback with pad probes that detect
18157         first buffer AND eos before removing fakesink.
18158         Fixes hang with demuxers doing EOS while pre-rolling.
18159         Solves #328279
18160
18161 2006-01-23  Andy Wingo  <wingo@pobox.com>
18162
18163         * ext/alsa/gstalsasink.c:
18164         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18165         (gst_base_rtp_depayload_setcaps),
18166         (gst_base_rtp_depayload_add_to_queue),
18167         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18168         
18169         Patch by: Jens Granseuer <jensgr at gmx dot net>
18170
18171 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18172
18173         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18174         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18175         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18176         frames. We might get a frame destroyed after changing state to
18177         NULL, adding a safety check on xcontext.
18178
18179 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18180
18181         * gst-libs/gst/interfaces/xoverlay.c:
18182           Fix prepare-xwindow-id code example in the docs - we need to
18183           ignore all messages that aren't element messages as well.
18184           
18185 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18186
18187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18188           I think one day i'll completely undestand how caps negotiation
18189           is supposed to work. This refactoring handles buffer_alloc
18190           called with caps we can't handle. We definitely don't want a
18191           set_caps with those caps, so we define and allocate a buffer
18192           we would like to receive.
18193
18194 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18195
18196         * gst/playback/gstplaybasebin.c: (setup_source):
18197           Free iterator when done.
18198
18199 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18200
18201         * gst-libs/gst/audio/gstbaseaudiosink.c:
18202         (gst_base_audio_sink_render):
18203           Fix playback of non-synchronised streams by assuming a rate
18204           of 1.0 instead of a random one.
18205
18206           Makes this work again:
18207
18208           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18209           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18210           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18211           audioresample ! alsasink
18212
18213 === release 0.10.2 ===
18214
18215 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18216
18217         * configure.ac:
18218           releasing 0.10.2, "Then the devil is six"
18219
18220 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18221
18222         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18223         * gst/playback/gststreamselector.c:
18224         (gst_stream_selector_set_property):
18225           Comment out broken code that connects to the state-changed signal.
18226           At this point, changing current stream selection is broken, but 
18227           stuff like gst-launch playbin current-audio=1 works and filters
18228           to the chosen stream.
18229
18230 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18231
18232         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18233           Fix #327216 (null dereference in vorbisdec)
18234
18235 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18236
18237         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18238           Post taglist actually on bus instead of just freeing it
18239           (fixes #327114 and totem bug #327080).
18240
18241         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18242           Use gst_element_found_tags_for_pad(), so that the tags
18243           are sent downstream as an event as well.
18244
18245 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18246
18247         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18248         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18249         (gst_ximagesink_buffer_alloc):
18250         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18251         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18252         (gst_xvimagesink_buffer_alloc):
18253           move all regularly occurring messages to GST_LOG level
18254           add some more object logs
18255
18256 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18257
18258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18259           fix a silly segfault
18260
18261 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18262
18263         * docs/libs/gst-plugins-base-libs-docs.sgml:
18264         * docs/libs/gst-plugins-base-libs-sections.txt:
18265         * gst-libs/gst/audio/mixerutils.c:
18266         * gst-libs/gst/audio/mixerutils.h:
18267           Add docs for mixerutils stuff.
18268
18269 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18270
18271         * gst/playback/gstplaybasebin.c: (setup_source):
18272           Fix playback for sources that emit raw audio or
18273           raw video streams (e.g.: cd audio sources) (#325984).
18274
18275 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18276
18277         * gst-libs/gst/audio/mixerutils.c:
18278         (gst_audio_mixer_filter_do_filter):
18279           actually save the element we create
18280
18281 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18282
18283         * gst-libs/gst/cdda/gstcddabasesrc.c:
18284         (gst_cdda_base_src_handle_track_seek):
18285           No need to post a tag message on the bus when seeking
18286           within the same track, only post it when the current
18287           track changes.
18288
18289 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18290
18291         * gst/playback/gstplaybasebin.c: (group_destroy),
18292         (probe_triggered), (new_decoded_pad), (mute_group_type),
18293         (set_active_source):
18294         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18295         * gst/playback/gststreamselector.c:
18296         (gst_stream_selector_base_init),
18297         (gst_stream_selector_set_property),
18298         (gst_stream_selector_request_new_pad):
18299           Reenable stream selection. These mechanisms need a complete overhaul
18300           in the face of 0.8->0.10 changes though.
18301
18302 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18303
18304         * ext/ogg/gstoggdemux.c:
18305           Change the pad template to src_%d to match the pads that 
18306           are created from it. decodebin needs this information in order
18307           to decide that oggdemux is capable of producing multiple pads
18308           (and hence needs queues inserted).
18309
18310         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18311         (gst_ogg_mux_collected):
18312           Make debug output more useful by using GST_PTR_FORMAT.
18313
18314 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18315
18316         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18317
18318         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18319           Set depth and width for alaw/mulaw (fixes #326601).
18320
18321 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18322
18323         * tests/icles/Makefile.am:
18324           don't build the tests if we don't have the libs
18325
18326 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18327
18328         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18329         (gst_cd_paranoia_paranoia_callback):
18330           Don't try to free NULL pointers.
18331
18332 2006-01-10  Edward Hervey  <edward@fluendo.com>
18333
18334         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18335         (gst_audio_rate_change_state), (plugin_init):
18336         Add debugging category.
18337         Fix type issues.
18338         Add case for incoming buffers without valid offset/offset_end.
18339
18340 2006-01-10  Michael Smith  <msmith@fluendo.com>
18341
18342         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18343           Don't leak GCond in audio sources.
18344
18345 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18346
18347         * gst/playback/gstplaybin.c: (gen_audio_element):
18348           Don't leak an autoaudiosink/alsasink when we generate
18349           a new audio element. (old code, I guess)
18350
18351 2006-01-10  Michael Smith  <msmith@fluendo.com>
18352
18353         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18354           Support float audio in audiorate.
18355           Use width rather than depth for selecting sample width.
18356
18357 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18358
18359         * gst/videotestsrc/videotestsrc.h:
18360           Use GLib types here (that way we don't have to include the
18361           generated _stdint.h header, which makes life easier for win32
18362           folks that don't use autotools for the build) (#325990, patch
18363           by: Sergey Scobich).
18364
18365 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18366
18367         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18368         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18369         (gst_ring_buffer_pause), (wait_segment):
18370         * gst-libs/gst/audio/gstringbuffer.h:
18371           Name (private) union, makes Forte compiler happy (this time
18372           for real) (#324900).
18373
18374 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18375
18376         * gst-libs/gst/audio/Makefile.am:
18377           Link against libgstinterfaces, needed for mixer
18378           and property probe stuff.
18379
18380 2006-01-09  Edward Hervey  <edward@fluendo.com>
18381
18382         * gst-libs/gst/Makefile.am:
18383
18384 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18385
18386         * gst-libs/gst/audio/Makefile.am:
18387         * gst-libs/gst/audio/mixerutils.c:
18388         (gst_audio_mixer_filter_do_filter),
18389         (gst_audio_mixer_filter_check_element),
18390         (gst_audio_mixer_filter_probe_feature),
18391         (element_factory_rank_compare_func),
18392         (gst_audio_default_registry_mixer_filter):
18393         * gst-libs/gst/audio/mixerutils.h:
18394           Add gst_audio_default_registry_mixer_filter() utility
18395           function.
18396
18397 2006-01-03  Michael Smith  <msmith@fluendo.com>
18398
18399         * gst/audioresample/resample.h:
18400           As before, but for o_buf
18401
18402 2006-01-03  Michael Smith  <msmith@fluendo.com>
18403
18404         * gst/audioresample/resample.h:
18405           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18406           since we do arithmetic on it.
18407
18408 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18409
18410         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18411         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18412         (gst_ring_buffer_pause), (wait_segment):
18413         * gst-libs/gst/audio/gstringbuffer.h:
18414           Sun's Forte compiler doesn't seem to like anonymous structs,
18415           so use same setup as in GstBaseSrc (fixes #324900).
18416
18417 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18418
18419         * configure.ac:
18420         * gst/volume/Makefile.am:
18421         * gst/volume/demo.c:
18422           move old example to tests/examples/volume/volune.c
18423         * tests/examples/Makefile.am:
18424         * tests/examples/seek/seek.c: (main):
18425           change window-close event from "delete-event" to "destroy"
18426         * tests/examples/volume/Makefile.am:
18427         * tests/examples/volume/volume.c: (value_changed_callback),
18428         (setup_gui), (message_received), (eos_message_received), (main):
18429           fix event handling and bus usage
18430
18431 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18432
18433         * gst/audiotestsrc/gstaudiotestsrc.c:
18434         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18435         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18436         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18437         (gst_audio_test_src_create_square),
18438         (gst_audio_test_src_create_saw),
18439         (gst_audio_test_src_create_triangle),
18440         (gst_audio_test_src_create_silence),
18441         (gst_audio_test_src_create_white_noise),
18442         (gst_audio_test_src_create_pink_noise),
18443         (gst_audio_test_src_init_sine_table),
18444         (gst_audio_test_src_create_sine_table),
18445         (gst_audio_test_src_change_wave),
18446         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18447         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18448         * gst/audiotestsrc/gstaudiotestsrc.h:
18449           update to basesrc changes, implement segmented seeking and eos
18450           handling, add a 'sine-tab' waveform for performance critical playback
18451
18452 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18453
18454         * po/POTFILES.in:
18455           ... and this time the other modified file that I missed last time.
18456
18457 2005-12-29  Michael Smith  <msmith@fluendo.com>
18458
18459         * gst/playback/gstdecodebin.c: (new_pad):
18460           Fix non-C89 variable declaration not at the start of a block. Should
18461           help some compilers.
18462
18463 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18464
18465         * tests/check/Makefile.am:
18466           And now fix 'make distcheck' (builddir != srcdir)
18467
18468 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18469
18470         * configure.ac:
18471         * ext/cdparanoia/Makefile.am:
18472         * ext/cdparanoia/gstcdparanoia.c:
18473         * ext/cdparanoia/gstcdparanoia.h:
18474         * ext/cdparanoia/gstcdparanoiasrc.c:
18475         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18476         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18477         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18478         (gst_cd_paranoia_paranoia_callback),
18479         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18480         (gst_cd_paranoia_src_set_property),
18481         (gst_cd_paranoia_src_get_property), (plugin_init):
18482         * ext/cdparanoia/gstcdparanoiasrc.h:
18483           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18484           plugin again (there are still fixes required to playbin to make
18485           cdda:// uris work there).
18486
18487 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18488
18489         * tests/check/Makefile.am:
18490           Fix test case compilation.
18491
18492 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18493
18494         * gst-libs/gst/cdda/gstcddabasesrc.c:
18495         (gst_cdda_base_src_update_duration),
18496         (gst_cdda_base_src_calculate_cddb_id):
18497           An integer is not a string. Fix access to uninitialised variable.
18498
18499         * tests/check/Makefile.am:
18500           Add cddabasesrc unit test; also actually enable the vorbis test.
18501
18502         * tests/check/generic/states.c:
18503           Blacklist new cd audio elements as well.
18504
18505         * tests/check/libs/cddabasesrc.c:
18506           Unit test for GstCddaBaseSrc (discid calculation mostly).
18507
18508 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18509
18510         * docs/libs/Makefile.am:
18511         * docs/libs/gst-plugins-base-libs-docs.sgml:
18512         * docs/libs/gst-plugins-base-libs-sections.txt:
18513         * docs/libs/gst-plugins-base-libs.types:
18514           Add docs for libgstcdda/GstCddaBaseSrc.
18515
18516         * gst-libs/gst/interfaces/mixertrack.h:
18517           Do one struct member per line with a semicolon at the end, that way
18518           even gtk-doc might parse it without complaining.
18519
18520 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18521
18522         * configure.ac:
18523         * gst-libs/gst/Makefile.am:
18524         * gst-libs/gst/cdda/Makefile.am:
18525         * gst-libs/gst/cdda/base64.c:
18526         * gst-libs/gst/cdda/base64.h:
18527         * gst-libs/gst/cdda/gstcddabasesrc.c:
18528         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18529         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18530         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18531         (gst_cdda_base_src_get_property),
18532         (gst_cdda_base_src_get_track_from_sector),
18533         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18534         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18535         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18536         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18537         (gst_cdda_base_src_uri_get_protocols),
18538         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18539         (gst_cdda_base_src_uri_handler_init),
18540         (gst_cdda_base_src_setup_interfaces),
18541         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18542         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18543         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18544         (gst_cdda_base_src_add_tags),
18545         (gst_cdda_base_src_add_index_associations),
18546         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18547         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18548         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18549         (gst_cdda_base_src_create):
18550         * gst-libs/gst/cdda/gstcddabasesrc.h:
18551         * gst-libs/gst/cdda/sha1.c:
18552         * gst-libs/gst/cdda/sha1.h:
18553           Add new libgstcdda with GstCddaBaseSrc class.
18554
18555 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18556
18557         * ext/gnomevfs/gstgnomevfssink.h:
18558           Use GstBaseSinkClass as parent_class member for class struct, not
18559           GstBaseSink.
18560
18561 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18562
18563         Patch by: Michael Benes
18564
18565         * gst/videotestsrc/gstvideotestsrc.c:
18566         (gst_video_test_src_class_init), (gst_video_test_src_start):
18567           Add start method to reset running time and number of frames sent
18568           when starting up (fixes #324696)
18569
18570 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18571
18572         * docs/plugins/Makefile.am:
18573         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18574         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18575         * docs/plugins/gst-plugins-base-plugins.args:
18576         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18577         * docs/plugins/gst-plugins-base-plugins.signals:
18578           Add docs stuff for gnomevfssrc and gnomevfssink.
18579
18580         * ext/gnomevfs/gstgnomevfssrc.c:
18581           Fix example pipeline in gtk-doc blurb.
18582
18583 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18584
18585         * ext/gnomevfs/Makefile.am:
18586         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18587         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18588         (gst_gnome_vfs_handle_get_type), (plugin_init):
18589         * ext/gnomevfs/gstgnomevfs.h:
18590         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18591         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18592         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18593         (gst_gnome_vfs_sink_set_property),
18594         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18595         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18596         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18597         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18598         (gst_gnome_vfs_sink_uri_get_type),
18599         (gst_gnome_vfs_sink_uri_get_protocols),
18600         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18601         (gst_gnome_vfs_sink_uri_handler_init):
18602         * ext/gnomevfs/gstgnomevfssink.h:
18603           Port gnomevfssink; add gtk-doc blurb.
18604
18605         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18606         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18607         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18608         (gst_gnome_vfs_src_uri_get_type),
18609         (gst_gnome_vfs_src_uri_get_protocols),
18610         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18611         (gst_gnome_vfs_src_uri_handler_init),
18612         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18613         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18614         (gst_gnome_vfs_src_send_additional_headers_callback),
18615         (gst_gnome_vfs_src_received_headers_callback),
18616         (gst_gnome_vfs_src_push_callbacks),
18617         (gst_gnome_vfs_src_pop_callbacks),
18618         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18619         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18620         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18621         * ext/gnomevfs/gstgnomevfssrc.h:
18622           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18623           file; add gtk-doc blurb with example pipelines.
18624
18625 === release 0.10.1 ===
18626
18627 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18628
18629         * configure.ac:
18630           releasing 0.10.1, "Dobro Dedek"
18631
18632 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18633
18634         * gst/typefind/gsttypefindfunctions.c:
18635         iLBC30 and iLBC20 added to typefind.
18636
18637 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18638
18639         * gst-libs/gst/audio/gstbaseaudiosink.c:
18640         (gst_base_audio_sink_class_init):
18641         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18642         (gst_base_audio_src_class_init):
18643           update strings, values are in microseconds
18644           change the default sink buffer time to something that is smaller
18645           (to help software volume mixing have a slightly lower delay) but
18646           still be acceptable on Wim's laptop
18647
18648 2005-12-20  Edward Hervey  <edward@fluendo.com>
18649
18650         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18651         Made a quack, forgot to add DUCK to the riff video template.
18652
18653 2005-12-19  Edward Hervey  <edward@fluendo.com>
18654
18655         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18656         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18657         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18658         (gst_ogm_parse_chain):
18659         Make sure pads are initialized correctly.
18660         * gst-libs/gst/riff/riff-ids.h:
18661         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18662         (gst_riff_create_video_template_caps):
18663         Add a whole bunch of FOURCC <=> MimeType.
18664         Extend the riff video pad template to support the newly added fourcc.
18665
18666 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18667
18668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18669         (gst_ogg_demux_activate_chain):
18670           Extra debug output when activating/deactivating chains.
18671
18672         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18673         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18674         (unlinked):
18675           Remove a queue from our list when it becomes unlinked.
18676           Don't add queues to elements in class 'Demux' if they
18677           can only produce one pad 
18678
18679 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18680
18681         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18682         (gst_video_sink_get_type): Add a debug category.
18683
18684 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18685
18686         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18687         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18688           Handle downstream newsegment by sending our own newsegment before the
18689           next buffer to be released. (#323900)
18690
18691 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18692
18693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18694         (gst_base_rtp_depayload_set_gst_timestamp):
18695           add queue delay to new segment as well (as opposed to just the first
18696           buffer). (bug #322347)
18697
18698 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18699
18700         * ext/libvisual/visual.c: (make_valid_name):
18701           change some char* into char[]
18702         * gst/audiotestsrc/gstaudiotestsrc.c:
18703         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18704         (gst_audio_test_src_create):
18705         * gst/audiotestsrc/gstaudiotestsrc.h:
18706           prepare to handle EOS and SEGMENT_DONE
18707
18708 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18709
18710         * tests/check/generic/states.c: (GST_START_TEST):
18711           Blacklist cdparanoia element in state test.
18712
18713 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18714
18715           Patch by: Benjamin Pineau
18716
18717         * gst/tcp/gsttcp.c:
18718         * gst/tcp/gsttcpclientsink.c:
18719         * gst/tcp/gsttcpserversink.c:
18720         * gst/tcp/gsttcpserversrc.c:
18721           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18722
18723 2005-12-15  Michael Smith  <msmith@fluendo.com>
18724
18725         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18726         (gst_video_rate_chain):
18727           Fix timestamping for videorate when the first buffer it sees has a
18728           non-zero timestamp. Fix some misleading debug output.
18729
18730 2005-12-15  Michael Smith  <msmith@fluendo.com>
18731
18732         * gst/audioresample/gstaudioresample.c:
18733           Don't leak all input buffers to audioresample.
18734
18735 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18736
18737         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18738           Don't operate on empty text buffers. Strip newlines and
18739           tabs only from the end of the text, but leave them intact
18740           in the middle. Fix typo in gtk-doc description.
18741
18742 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18743
18744         * gst/playback/gstplaybasebin.c:
18745         * gst/playback/gstplaybin.c: (handoff):
18746           Make sure the video frame buffer we return to apps via the
18747           "frame" property always has caps set on it. Modify
18748           _gst_gvalue_set_object() macro to handle NULL objects
18749           gracefully too.
18750
18751 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18752
18753         * gst/audiotestsrc/gstaudiotestsrc.c:
18754         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18755         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18756         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18757         (gst_audio_test_src_create):
18758         * gst/audiotestsrc/gstaudiotestsrc.h:
18759         Adjust to some recent api changes and add wtays new cool seeking
18760         capabillities
18761
18762 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18763
18764         * ext/alsa/Makefile.am:
18765         * ext/alsa/gstalsadeviceprobe.c:
18766         * ext/alsa/gstalsadeviceprobe.h:
18767           Helper functions to add device probing via the GstPropertyProbe
18768           interface to a class.
18769
18770         * ext/alsa/gstalsamixer.h:
18771           Comment out GST_ALSA_MIXER, it returns a struct that's not
18772           used.
18773
18774         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18775           Add some debug info. 
18776
18777         * ext/alsa/gstalsamixerelement.c:
18778         (gst_alsa_mixer_element_interface_supported),
18779         (gst_implements_interface_init),
18780         (gst_alsa_mixer_element_init_interfaces),
18781         (gst_alsa_mixer_element_class_init),
18782         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18783         (gst_alsa_mixer_element_set_property),
18784         (gst_alsa_mixer_element_get_property),
18785         (gst_alsa_mixer_element_change_state):
18786         * ext/alsa/gstalsamixerelement.h:
18787           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18788           for device handling (gnome-volume-control will need that).
18789
18790 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18791
18792         * ext/Makefile.am: fix cdparanoia entry
18793         * gst-plugins-base.spec.in: add cdparanoia
18794
18795 2005-12-12  Michael Smith  <msmith@fluendo.com>
18796
18797         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18798           Use the correct function to free list of typefind factories.
18799
18800 2005-12-12  Wim Taymans  <wim@fluendo.com>
18801
18802         * gst/videotestsrc/gstvideotestsrc.c:
18803         (gst_video_test_src_class_init), (gst_video_test_src_init),
18804         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18805         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18806         (gst_video_test_src_create):
18807         * gst/videotestsrc/gstvideotestsrc.h:
18808         Implement seeking in videotestsrc.
18809         Small cleanups.
18810
18811 2005-12-12  Wim Taymans  <wim@fluendo.com>
18812
18813         * ext/cdparanoia/Makefile.am:
18814         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18815         (gst_paranoia_endian_get_type), (_do_init),
18816         (cdparanoia_class_init), (cdparanoia_init),
18817         (cdparanoia_set_property), (cdparanoia_get_property),
18818         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18819         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18820         (cdparanoia_convert), (cdparanoia_get_query_types),
18821         (cdparanoia_query), (cdparanoia_set_index),
18822         (cdparanoia_uri_set_uri):
18823         * ext/cdparanoia/gstcdparanoia.h:
18824         Partially ported cdparanoia now that basesrc can support a
18825         plugin like this..
18826
18827 2005-12-12  Wim Taymans  <wim@fluendo.com>
18828
18829         * tests/examples/seek/scrubby.c: (main):
18830         Set higher priority for bus events so they don't get reordered with
18831         gtk gui events.
18832
18833         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18834         (flush_toggle_cb), (main):
18835         Added checkbox to disable flushing seeks. 
18836         Disable scrubbing when doing non flushing seeks.
18837
18838 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18839
18840         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18841         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18842         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18843         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18844           Implement some sort of event handling that doesn't rely on
18845           g_return_if_fail; make sure we always push the last chunk of an 
18846           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18847           state change function; remove some old cruft. Seeking is still
18848           rather unlikely to work though.
18849
18850         * tools/.cvsignore:
18851           Ignore more.
18852
18853 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18854
18855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18856         Fixed a leak of the current image reference when cleaning up.
18857         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18858
18859 2005-12-09  Michael Smith  <msmith@fluendo.com>
18860
18861         * tools/Makefile.am:
18862         * tools/gst-launch-ext-m.m:
18863           Remove gst-launch-ext. It doesn't work, and is no longer
18864           particularly useful.
18865
18866 2005-12-08  Luca Ognibene  <luogni@tin.it>
18867
18868         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18869           don't pass random values to ogmparse convert function.
18870           Make seeking possible in the exile1.ogm file.
18871
18872 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18873
18874         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18875         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18876           Work around refcount problem with g_value_set_object() that occur
18877           if the core has been compiled against GLib-2.6 (g_value_set_object()
18878           will only g_object_ref() the element, but the caller will
18879           gst_object_unref() it and bad things will happen due to the way
18880           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18881           totem for people on FC4 using Thomas's 0.10 RPMs.
18882           
18883 2005-12-07  Edward Hervey  <edward@fluendo.com>
18884
18885         Time to welcome ogm to 0.10 :)
18886         
18887         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18888         (gst_ogg_pad_typefind):
18889         Oggdemux can now properly typefind elements with dynamic pads.
18890         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18891         Properly set caps on src pad, and set caps on outgoing buffers.
18892
18893 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18894
18895         * ext/alsa/gstalsamixer.h:
18896         * ext/alsa/gstalsamixerelement.h:
18897         * ext/alsa/gstalsamixeroptions.h:
18898         * ext/alsa/gstalsamixertrack.h:
18899         * ext/alsa/gstalsasink.c:
18900         * ext/alsa/gstalsasink.h:
18901         * ext/alsa/gstalsasrc.c:
18902         * ext/alsa/gstalsasrc.h:
18903         * ext/cdparanoia/gstcdparanoia.h:
18904         * ext/gnomevfs/gstgnomevfsuri.h:
18905         * ext/ogg/gstoggdemux.c:
18906         * ext/ogg/gstoggmux.c:
18907         * ext/pango/gsttextoverlay.h:
18908         * ext/theora/theoradec.c:
18909         * ext/theora/theoraenc.c:
18910         * ext/vorbis/vorbisdec.h:
18911         * ext/vorbis/vorbisenc.c:
18912         * ext/vorbis/vorbisenc.h:
18913         * ext/vorbis/vorbisparse.h:
18914         * gst-libs/gst/audio/gstaudioclock.h:
18915         * gst-libs/gst/audio/gstaudiosink.c:
18916         * gst-libs/gst/audio/gstaudiosink.h:
18917         * gst-libs/gst/audio/gstaudiosrc.c:
18918         * gst-libs/gst/audio/gstaudiosrc.h:
18919         * gst-libs/gst/audio/gstbaseaudiosink.c:
18920         * gst-libs/gst/audio/gstbaseaudiosink.h:
18921         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18922         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18923         * gst-libs/gst/audio/gstringbuffer.h:
18924         * gst-libs/gst/audio/multichannel.h:
18925         * gst-libs/gst/floatcast/floatcast.h:
18926         * gst-libs/gst/interfaces/colorbalance.c:
18927         * gst-libs/gst/interfaces/colorbalance.h:
18928         * gst-libs/gst/interfaces/colorbalancechannel.h:
18929         * gst-libs/gst/interfaces/mixer.h:
18930         * gst-libs/gst/interfaces/mixeroptions.h:
18931         * gst-libs/gst/interfaces/mixertrack.h:
18932         * gst-libs/gst/interfaces/navigation.h:
18933         * gst-libs/gst/interfaces/propertyprobe.h:
18934         * gst-libs/gst/interfaces/tuner.h:
18935         * gst-libs/gst/interfaces/tunerchannel.h:
18936         * gst-libs/gst/interfaces/tunernorm.h:
18937         * gst-libs/gst/interfaces/xoverlay.h:
18938         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18939         * gst-libs/gst/riff/riff-ids.h:
18940         * gst-libs/gst/riff/riff-media.h:
18941         * gst-libs/gst/riff/riff-read.h:
18942         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18943         * gst-libs/gst/rtp/gstbasertppayload.c:
18944         * gst-libs/gst/rtp/gstbasertppayload.h:
18945         * gst-libs/gst/rtp/gstrtpbuffer.c:
18946         * gst-libs/gst/rtp/gstrtpbuffer.h:
18947         * gst-libs/gst/tag/gsttageditingprivate.h:
18948         * gst-libs/gst/tag/gstvorbistag.c:
18949         (gst_tag_list_from_vorbiscomment_buffer):
18950         * gst-libs/gst/tag/tag.h:
18951         * gst-libs/gst/video/video.h:
18952         * gst/adder/gstadder.c:
18953         * gst/adder/gstadder.h:
18954         * gst/audioconvert/audioconvert.c:
18955         * gst/audioconvert/audioconvert.h:
18956         * gst/audioconvert/gstaudioconvert.c:
18957         * gst/audioconvert/gstchannelmix.c:
18958         * gst/audioconvert/gstchannelmix.h:
18959         * gst/audiorate/gstaudiorate.c:
18960         * gst/audioresample/buffer.h:
18961         * gst/audioresample/functable.h:
18962         * gst/audioresample/gstaudioresample.c:
18963         * gst/audioresample/resample.h:
18964         * gst/ffmpegcolorspace/avcodec.h:
18965         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18966         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18967         * gst/ffmpegcolorspace/imgconvert.c:
18968         * gst/ffmpegcolorspace/imgconvert_template.h:
18969         * gst/playback/gstdecodebin.c:
18970         * gst/playback/gstplaybasebin.h:
18971         * gst/playback/gstplaybin.c:
18972         * gst/playback/gststreaminfo.h:
18973         * gst/tcp/gstfdset.c:
18974         * gst/tcp/gstfdset.h:
18975         * gst/tcp/gstmultifdsink.c:
18976         * gst/tcp/gstmultifdsink.h:
18977         * gst/tcp/gsttcp.h:
18978         * gst/tcp/gsttcpclientsrc.c:
18979         * gst/tcp/gsttcpclientsrc.h:
18980         * gst/tcp/gsttcpplugin.h:
18981         * gst/tcp/gsttcpserversink.c:
18982         * gst/tcp/gsttcpserversrc.c:
18983         * gst/typefind/gsttypefindfunctions.c:
18984         * gst/videorate/gstvideorate.c:
18985         * gst/videotestsrc/gstvideotestsrc.h:
18986         * gst/videotestsrc/videotestsrc.h:
18987         * sys/v4l/gstv4lcolorbalance.h:
18988         * sys/v4l/gstv4ltuner.h:
18989         * sys/v4l/gstv4lxoverlay.h:
18990         * sys/v4l/v4l_calls.h:
18991         * sys/v4l/videodev_mjpeg.h:
18992         * tests/check/elements/audioconvert.c:
18993         * tests/check/elements/audioresample.c:
18994         * tests/check/elements/audiotestsrc.c:
18995         * tests/check/elements/videotestsrc.c:
18996         * tests/check/elements/volume.c:
18997         * tests/examples/seek/scrubby.c:
18998         * tests/examples/seek/seek.c:
18999           expand tabs
19000
19001 === release 0.10.0 ===
19002
19003 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19004
19005         * configure.ac:
19006           releasing 0.10.0, "Mont-d'or"
19007
19008 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19009
19010         * tests/examples/seek/Makefile.am:
19011         Build fix for when gtk is not available.
19012
19013 2005-12-05  Andy Wingo  <wingo@pobox.com>
19014
19015         * ext/libvisual/visual.c: (get_buffer):
19016         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19017         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19018         * ext/theora/theoradec.c: (theora_handle_data_packet):
19019         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19020         (theora_enc_chain):
19021         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19022         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19023         Update for alloc_buffer changes.
19024
19025 2005-12-05  Andy Wingo  <wingo@pobox.com>
19026
19027         patch by: Kai Vehmanen <kv2004 eca cx>
19028         
19029         * gst-libs/gst/rtp/gstbasertpdepayload.c
19030         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19031
19032 2005-12-04  Andy Wingo  <wingo@pobox.com>
19033
19034         patch by: Sebastien Cote <sebas642 yahoo ca>
19035         
19036         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19037         Fixes #319172.
19038
19039 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19040
19041         * docs/plugins/Makefile.am:
19042         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19043         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19044         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19045         * ext/pango/gstclockoverlay.c:
19046         * ext/pango/gsttextoverlay.c: 
19047         * ext/pango/gsttextrender.c:
19048         * ext/pango/gsttimeoverlay.c:
19049           Add gtk-doc blurbs to pango elements.
19050
19051 2005-12-02  Wim Taymans  <wim@fluendo.com>
19052
19053         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19054         * gst/audioresample/buffer.h:
19055         * gst/audioresample/gstaudioresample.c:
19056         * gst/audioresample/gstaudioresample.h:
19057         * gst/audioresample/resample.c: (resample_input_flush),
19058         (resample_input_pushthrough), (resample_input_eos),
19059         (resample_get_output_size_for_input),
19060         (resample_get_input_size_for_output), (resample_get_output_size),
19061         (resample_get_output_data):
19062         * gst/audioresample/resample.h:
19063         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19064         Fix audioresample, seek torture, new segments, reverse negotiation
19065         etc.. work fine.
19066
19067 2005-12-02  Wim Taymans  <wim@fluendo.com>
19068
19069         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19070         Small cleanups.
19071
19072 2005-12-02  Wim Taymans  <wim@fluendo.com>
19073
19074         * gst/audioconvert/gstaudioconvert.c:
19075         (gst_audio_convert_transform):
19076         Post errors.
19077
19078 === release 0.9.7 ===
19079
19080 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19081
19082         * configure.ac:
19083           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19084
19085 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19086
19087         * Makefile.am:
19088         * po/hu.po:
19089         * win32/MANIFEST:
19090         * win32/gst.sln:
19091           add win32 MANIFEST file
19092           do something to the hungarian translation
19093
19094 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19095
19096         * ext/Makefile.am:
19097           Add $(PANGO_DIR) to SUBDIRS
19098
19099         * ext/pango/gstclockoverlay.c:
19100         * ext/pango/gsttimeoverlay.c:
19101           Fix and improve element descriptions.
19102
19103 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19104
19105         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19106         * docs/plugins/inspect/plugin-libvisual.xml:
19107         * docs/plugins/inspect/plugin-pango.xml:
19108           add pango plugin to docs
19109
19110 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19111
19112         * configure.ac:
19113         * ext/Makefile.am:
19114           moved pango to base
19115
19116 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19117
19118         * configure.ac:
19119         * tests/Makefile.am:
19120         * tests/icles/.cvsignore:
19121         * tests/icles/Makefile.am:
19122         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19123         (close_display), (resize_window), (move_window), (create_window),
19124         (terminate_playback), (pause_playback), (start_playback), (main):
19125           add stress test for xoverlay from Julien
19126
19127 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19128
19129         * docs/libs/tmpl/gstcolorbalance.sgml:
19130         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19131         * gst-libs/gst/rtp/gstbasertppayload.c:
19132         * gst-libs/gst/rtp/gstrtpbuffer.c:
19133         * gst-libs/gst/rtp/gstrtpbuffer.h:
19134           Do burger's rename for rtp payloaders and depayloaders
19135
19136 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19137
19138         * win32/:
19139           add Visual Studio 6 build files
19140
19141 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19142
19143         * docs/libs/gst-plugins-base-libs-docs.sgml:
19144         * docs/libs/gst-plugins-base-libs-sections.txt:
19145         * docs/libs/tmpl/gstaudio.sgml:
19146         * docs/libs/tmpl/gstringbuffer.sgml:
19147         * gst-libs/gst/interfaces/xoverlay.c:
19148         * gst-libs/gst/video/gstvideofilter.c:
19149         * gst-libs/gst/video/gstvideosink.c:
19150           update documentation
19151
19152 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19153
19154         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19155         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19156         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19157         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19158         (gst_multi_fd_sink_get_stats),
19159         (gst_multi_fd_sink_remove_client_link),
19160         (gst_multi_fd_sink_handle_client_read),
19161         (gst_multi_fd_sink_client_queue_data),
19162         (gst_multi_fd_sink_client_queue_caps),
19163         (gst_multi_fd_sink_client_queue_buffer),
19164         (gst_multi_fd_sink_new_client),
19165         (gst_multi_fd_sink_handle_client_write),
19166         (gst_multi_fd_sink_recover_client),
19167         (gst_multi_fd_sink_queue_buffer),
19168         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19169         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19170         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19171         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19172         * gst/tcp/gstmultifdsink.h:
19173         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19174         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19175         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19176         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19177         (gst_tcp_client_sink_set_property),
19178         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19179         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19180         * gst/tcp/gsttcpclientsink.h:
19181         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19182         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19183         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19184         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19185         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19186         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19187         * gst/tcp/gsttcpclientsrc.h:
19188         * gst/tcp/gsttcpplugin.c: (plugin_init):
19189         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19190         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19191         (gst_tcp_server_sink_finalize),
19192         (gst_tcp_server_sink_handle_server_read),
19193         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19194         (gst_tcp_server_sink_set_property),
19195         (gst_tcp_server_sink_get_property),
19196         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19197         * gst/tcp/gsttcpserversink.h:
19198         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19199         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19200         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19201         (gst_tcp_server_src_set_property),
19202         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19203         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19204         * gst/tcp/gsttcpserversrc.h:
19205           more borgifying
19206
19207 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19208
19209         * docs/plugins/Makefile.am:
19210         * docs/plugins/gst-plugins-base-plugins.args:
19211         * docs/plugins/inspect/plugin-libvisual.xml:
19212         * gst/audioconvert/plugin.h:
19213         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19214         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19215         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19216         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19217         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19218         (plugin_init):
19219         * gst/audiotestsrc/gstaudiotestsrc.c:
19220         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19221         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19222         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19223         (gst_audio_test_src_get_query_types),
19224         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19225         (gst_audio_test_src_create_square),
19226         (gst_audio_test_src_create_saw),
19227         (gst_audio_test_src_create_triangle),
19228         (gst_audio_test_src_create_silence),
19229         (gst_audio_test_src_create_white_noise),
19230         (gst_audio_test_src_init_pink_noise),
19231         (gst_audio_test_src_generate_pink_noise_value),
19232         (gst_audio_test_src_create_pink_noise),
19233         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19234         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19235         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19236         (plugin_init):
19237         * gst/audiotestsrc/gstaudiotestsrc.h:
19238         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19239         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19240         (gst_sub_parse_init), (gst_sub_parse_formats),
19241         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19242         (convert_encoding), (get_next_line),
19243         (gst_sub_parse_data_format_autodetect),
19244         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19245         (gst_sub_parse_loop), (gst_sub_parse_chain),
19246         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19247         (plugin_init):
19248         * gst/subparse/gstsubparse.h:
19249         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19250         (gst_video_rate_base_init), (gst_video_rate_class_init),
19251         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19252         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19253         (gst_video_rate_init), (gst_video_rate_event),
19254         (gst_video_rate_chain), (gst_video_rate_set_property),
19255         (gst_video_rate_get_property), (gst_video_rate_change_state),
19256         (plugin_init):
19257         * gst/videoscale/gstvideoscale.c:
19258         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19259         (gst_video_scale_src_template_factory),
19260         (gst_video_scale_sink_template_factory),
19261         (gst_video_scale_get_type), (gst_video_scale_base_init),
19262         (gst_video_scale_class_init), (gst_video_scale_init),
19263         (gst_video_scale_set_property), (gst_video_scale_get_property),
19264         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19265         (gst_video_scale_prepare_size), (parse_caps),
19266         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19267         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19268         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19269         (plugin_init):
19270         * gst/videoscale/gstvideoscale.h:
19271         * gst/videotestsrc/gstvideotestsrc.c:
19272         (gst_video_test_src_pattern_get_type),
19273         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19274         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19275         (gst_video_test_src_set_pattern),
19276         (gst_video_test_src_set_property),
19277         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19278         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19279         (gst_video_test_src_event), (gst_video_test_src_get_times),
19280         (gst_video_test_src_create), (plugin_init):
19281         * gst/videotestsrc/gstvideotestsrc.h:
19282         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19283         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19284         (gst_video_test_src_black):
19285         * gst/videotestsrc/videotestsrc.h:
19286           borgify further
19287           clean up docs a little
19288
19289 2005-11-30  Wim Taymans  <wim@fluendo.com>
19290
19291         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19292         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19293         (gst_basertppayload_event), (gst_basertppayload_push),
19294         (gst_basertppayload_change_state):
19295         * gst-libs/gst/rtp/gstbasertppayload.h:
19296         closed #320644.
19297
19298 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19299
19300         * docs/libs/gst-plugins-base-libs-docs.sgml:
19301         * docs/libs/gst-plugins-base-libs-sections.txt:
19302         * gst-libs/gst/video/gstvideofilter.c:
19303         * gst-libs/gst/video/gstvideosink.c:
19304         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19305
19306 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19307
19308         * LICENSE:
19309           move
19310         * po/af.po:
19311         * po/az.po:
19312         * po/cs.po:
19313         * po/en_GB.po:
19314         * po/hu.po:
19315         * po/it.po:
19316         * po/nb.po:
19317         * po/nl.po:
19318         * po/or.po:
19319         * po/sq.po:
19320         * po/sr.po:
19321         * po/sv.po:
19322         * po/uk.po:
19323         * po/vi.po:
19324         * Makefile.am:
19325           update
19326         * scripts/autoplugins.sh:
19327           remove
19328
19329 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19330
19331         * Makefile.am:
19332         * configure.ac:
19333         * examples/Makefile.am:
19334         * examples/capsfilter/Makefile.am:
19335         * examples/capsfilter/capsfilter1.c:
19336         * examples/gob/Makefile.am:
19337         * examples/gob/gst-identity2.gob:
19338         * examples/indexing/.cvsignore:
19339         * examples/indexing/Makefile.am:
19340         * examples/indexing/indexmpeg.c:
19341         * examples/seeking/.cvsignore:
19342         * examples/seeking/Makefile.am:
19343         * examples/seeking/cdparanoia.c:
19344         * examples/seeking/cdplayer.c:
19345         * examples/seeking/chained.c:
19346         * examples/seeking/scrubby.c:
19347         * examples/seeking/seek.c:
19348         * examples/stats/Makefile.am:
19349         * examples/stats/mp2ogg.c:
19350         * examples/switch/.cvsignore:
19351         * examples/switch/Makefile.am:
19352         * examples/switch/switcher.c:
19353         * tests/Makefile.am:
19354         * tests/check/generic/.cvsignore:
19355         * tests/check/pipelines/.cvsignore:
19356         * tests/examples/Makefile.am:
19357         * tests/examples/seek/Makefile.am:
19358           reorganize stuff under tests/
19359
19360 2005-11-30  Edward Hervey  <edward@fluendo.com>
19361
19362         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19363         Go away you stupid GstStaticPadTemplate memleak.
19364
19365 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19366
19367         * gst-libs/gst/net/Makefile.am:
19368         * gst-libs/gst/net/README:
19369         * gst-libs/gst/net/gstnetbuffer.c:
19370         * gst-libs/gst/net/gstnetbuffer.h:
19371           this was moved to "netbuffer"
19372
19373 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19374
19375         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19376         (gst_video_filter_class_init), (gst_video_filter_init):
19377         * gst-libs/gst/video/gstvideofilter.h:
19378           borgify name to bring in line with other classes
19379
19380 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19381
19382         * gst/audioscale/.cvsignore:
19383         * gst/audioscale/Makefile.am:
19384         * gst/audioscale/README:
19385         * gst/audioscale/audioscale.vcproj:
19386         * gst/audioscale/dtof.c:
19387         * gst/audioscale/dtos.c:
19388         * gst/audioscale/functable.c:
19389         * gst/audioscale/gstaudioscale.c:
19390         * gst/audioscale/gstaudioscale.h:
19391         * gst/audioscale/private.h:
19392         * gst/audioscale/resample.c:
19393         * gst/audioscale/resample.h:
19394         * gst/audioscale/test.c:
19395           remove
19396
19397 2005-11-30  Edward Hervey  <edward@fluendo.com>
19398
19399         * gst-libs/gst/netbuffer/Makefile.am:
19400         really, really tired
19401
19402 2005-11-30  Edward Hervey  <edward@fluendo.com>
19403
19404         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19405         Update for new GstTypeFindFactory _register()
19406
19407 2005-11-30  Edward Hervey  <edward@fluendo.com>
19408
19409         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19410         Let's not override libgstnet from core for no reason...
19411         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19412         Ok, maybe not so quick next time.
19413
19414 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19415
19416         * configure.ac:
19417         * gst-libs/gst/Makefile.am:
19418           moved gst-libs/gst/net to netbuffer through CVS surgery
19419           remove old directory
19420           updating build to accomodate
19421           (#322257)
19422
19423 2005-11-29  Andy Wingo  <wingo@pobox.com>
19424
19425         * pkgconfig/gstreamer-plugins-base.pc.in:
19426         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19427         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19428         (#322257).
19429
19430 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19431
19432         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19433         3rd time's the charm. Correct ref-counting for discarded buffers.
19434
19435 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19436
19437         * gst/playback/gststreamselector.c:
19438         (gst_stream_selector_class_init),
19439         (gst_stream_selector_set_property),
19440         (gst_stream_selector_get_property),
19441         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19442         Fix ref-counting
19443
19444 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19445
19446         * gst/subparse/gstsubparse.c: (feed_textbuf):
19447           Don't access already unref'ed buffer.
19448
19449 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19450
19451         * gst/playback/gststreamselector.c:
19452         (gst_stream_selector_class_init), (gst_stream_selector_init),
19453         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19454         (gst_stream_selector_get_property),
19455         (gst_stream_selector_get_linked_pad),
19456         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19457         * gst/playback/gststreamselector.h:
19458         Add the active-pad property for playbin to use shortly. Ignore buffers
19459         from any other pad, returning GST_FLOW_NOT_LINKED
19460
19461 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19462
19463         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19464         patch from bug #322704 (Alessandro Decina).
19465
19466 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19467
19468         * gst-libs/gst/audio/Makefile.am:
19469           folded audiofilter into the audio library
19470
19471 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19472
19473         * gst/videoscale/gstvideoscale.h:
19474         * gst/videoscale/gstvideoscale.c:
19475           remove unimplemented scale methods
19476
19477 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19478
19479         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19480           Don't leak caps.
19481
19482 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19483
19484         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19485         (gst_ximagesink_setcaps):
19486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19487         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19488         happens (only visible on ximagesink but bug is in xv too) set_caps was
19489         destroying the internal x[v]image used to memcpy non locally alloced
19490         buffers so that it got renewed on next _chain. The issue is that 
19491         _expose will try to put that image as it reffed it in _put.
19492         Using gst_buffer_unref instead of destroy fixes it !
19493
19494 2005-11-28  Edward Hervey  <edward@fluendo.com>
19495
19496         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19497         (try_to_link_1), (queue_filled_cb):
19498         Better use of the queues. Start with a small size queue and only increase
19499         the size of the queues when the other queues are empty.
19500
19501 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19502
19503         * gst-libs/gst/video/Makefile.am:
19504           compile in copied-over videofilter into the video library
19505         * gst-libs/gst/video/videosink.h:
19506           rename the header to gstvideosink.h since it's a base GstObject class
19507         * sys/ximage/ximagesink.h:
19508         * sys/xvimage/xvimagesink.h:
19509           use the new header
19510
19511 2005-11-28  Wim Taymans  <wim@fluendo.com>
19512
19513         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19514         * gst/playback/gstplaybasebin.h:
19515         Prepare to handle errors betters.
19516
19517         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19518         Set sinks to PAUSED first before adding and linking them so that
19519         we don't interrupt dataflow.
19520
19521 2005-11-28  Wim Taymans  <wim@fluendo.com>
19522
19523         * gst-libs/gst/audio/TODO:
19524         Updated TODO
19525
19526         * gst-libs/gst/audio/gstaudiosink.c:
19527         (gst_audioringbuffer_open_device),
19528         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19529         (gst_audioringbuffer_release):
19530         Small cleanups.
19531
19532         * gst-libs/gst/audio/gstbaseaudiosink.c:
19533         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19534         (gst_base_audio_sink_change_state):
19535         Slave to the master clock when going to PLAYING and unslave when
19536         going to PAUSED.
19537
19538         * gst-libs/gst/audio/gstringbuffer.c:
19539         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19540         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19541         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19542         (gst_ring_buffer_clear_all), (wait_segment),
19543         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19544         (gst_ring_buffer_advance):
19545         * gst-libs/gst/audio/gstringbuffer.h:
19546         Add some docs and cleanups.
19547
19548 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19549
19550         * sys/xvimage/xvimagesink.c:
19551         (gst_xvimagesink_navigation_send_event): Fix navigation events
19552         coordinates translation with pixel aspect ratios.
19553
19554 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19555
19556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19557         Use calculated video geometry from _setcaps instead of buffer
19558         caps to respect pixel aspect ratio. (fixes #322388)
19559
19560 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19561
19562         * docs/libs/tmpl/gstcolorbalance.sgml:
19563         * docs/libs/tmpl/gstmixer.sgml:
19564         * docs/libs/tmpl/gstxoverlay.sgml:
19565         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19566         interface.
19567
19568 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19569
19570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19571         Refuse to create an XvImage if we can't find the format.
19572
19573 2005-11-28  Edward Hervey  <edward@fluendo.com>
19574
19575         * gst-libs/gst/riff/riff-media.c:
19576         (gst_riff_create_audio_template_caps):
19577         Add ATRAC3 to the list of riff-possible audio caps.
19578         I know we still don't have a plugin for atrac3, but it's saner to output
19579         that than a cryptic mimetype.
19580
19581 2005-11-27  Edward Hervey  <edward@fluendo.com>
19582
19583         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19584         Don't try to create a zero-sized subbuffer.
19585
19586 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19587
19588         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19589         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19590         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19591         (gst_ximagesink_expose): Fixed a tricky race.
19592         * sys/ximage/ximagesink.h:
19593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19594         (gst_xvimagesink_expose): Fixed a tricky race.
19595         * sys/xvimage/xvimagesink.h:
19596
19597 2005-11-27  Edward Hervey  <edward@fluendo.com>
19598
19599         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19600         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19601         Remove unused properties, and add queues between demuxers and decoders
19602         so that a lot more files can preroll properly.
19603
19604 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19605
19606         * gst-libs/gst/net/Makefile.am:
19607         * gst-libs/gst/rtp/Makefile.am:
19608         * gst-libs/gst/tag/Makefile.am:
19609           remove silly include
19610         * gst/tags/Makefile.am:
19611         * gst/tags/gsttagediting.c:
19612         * gst/tags/gsttageditingprivate.h:
19613         * gst/tags/tagedit.vcproj:
19614           remove directory, is as good as empty
19615
19616 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19617
19618         * configure.ac:
19619           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19620         * gst-libs/Makefile.am:
19621         * gst-libs/gst/audio/Makefile.am:
19622         * gst-libs/gst/interfaces/Makefile.am:
19623         * gst-libs/gst/net/Makefile.am:
19624         * gst-libs/gst/riff/Makefile.am:
19625         * gst-libs/gst/rtp/Makefile.am:
19626         * gst-libs/gst/tag/Makefile.am:
19627         * gst-libs/gst/video/Makefile.am:
19628           and use them
19629
19630 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19631
19632         * docs/libs/tmpl/gstcolorbalance.sgml:
19633         * docs/libs/tmpl/gstmixer.sgml:
19634         * docs/libs/tmpl/gstxoverlay.sgml:
19635         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19636         * sys/ximage/ximagesink.h:
19637         * sys/xvimage/xvimagesink.h: More and more documentation.
19638
19639 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19640
19641         * docs/libs/gst-plugins-base-libs-docs.sgml:
19642         * docs/libs/gst-plugins-base-libs-sections.txt:
19643         * docs/libs/tmpl/gstcolorbalance.sgml:
19644         * docs/libs/tmpl/gstmixer.sgml:
19645         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19646         to documentation.
19647
19648 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19649
19650         * docs/plugins/Makefile.am:
19651         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19652         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19653         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19654
19655 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19656
19657         * docs/plugins/Makefile.am:
19658         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19659         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19660         * docs/plugins/inspect/plugin-adder.xml:
19661         * docs/plugins/inspect/plugin-alsa.xml:
19662         * docs/plugins/inspect/plugin-audioconvert.xml:
19663         * docs/plugins/inspect/plugin-audiorate.xml:
19664         * docs/plugins/inspect/plugin-audioresample.xml:
19665         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19666         * docs/plugins/inspect/plugin-decodebin.xml:
19667         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19668         * docs/plugins/inspect/plugin-gnomevfs.xml:
19669         * docs/plugins/inspect/plugin-ogg.xml:
19670         * docs/plugins/inspect/plugin-playbin.xml:
19671         * docs/plugins/inspect/plugin-subparse.xml:
19672         * docs/plugins/inspect/plugin-tcp.xml:
19673         * docs/plugins/inspect/plugin-theora.xml:
19674         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19675         * docs/plugins/inspect/plugin-video4linux.xml:
19676         * docs/plugins/inspect/plugin-videorate.xml:
19677         * docs/plugins/inspect/plugin-videoscale.xml:
19678         * docs/plugins/inspect/plugin-videotestsrc.xml:
19679         * docs/plugins/inspect/plugin-volume.xml:
19680         * docs/plugins/inspect/plugin-vorbis.xml:
19681         * docs/plugins/inspect/plugin-ximagesink.xml:
19682         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19683         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19684
19685 2005-11-26  Edward Hervey  <edward@fluendo.com>
19686
19687         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19688         Properly return GstFlowReturn from gst_pad_push in chain functions.
19689
19690 2005-11-25  Michael Smith  <msmith@fluendo.com>
19691
19692         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19693         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19694         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19695         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19696           Handle various conditions better when we don't understand a stream.
19697           Removes a heap of CRITICALs on ogg streams containing unknown data.
19698
19699 2005-11-24  Andy Wingo  <wingo@pobox.com>
19700
19701         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19702         Be threadsafe.
19703
19704 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19705
19706         * configure.ac: back to HEAD
19707
19708 === release 0.9.6 ===
19709
19710 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19711
19712         * configure.ac:
19713           releasing 0.9.6, "White Eight"
19714
19715 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19716
19717         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19718         * docs/plugins/inspect/plugin-sine.xml:
19719           remove sinesrc some more
19720
19721 2005-11-23  Wim Taymans  <wim@fluendo.com>
19722
19723         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19724         If we are reading too slowly, jump forward in the ringbuffer
19725         instead of blocking.
19726
19727 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19728
19729         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19730         (gst_visual_chain):
19731         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19732         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19733         (gst_videorate_chain):
19734         * gst/videotestsrc/gstvideotestsrc.c:
19735         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19736         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19737         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19738         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19739         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19740         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19741           Updates for API changes
19742
19743 2005-11-23  Wim Taymans  <wim@fluendo.com>
19744
19745         * gst-libs/gst/audio/gstbaseaudiosink.c:
19746         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19747         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19748         Fix for calibration API change.
19749
19750 2005-11-23  Michael Smith <msmith@fluendo.com>
19751
19752         * gst-libs/gst/audio/multichannel.c:
19753         (gst_audio_get_channel_positions),
19754         (gst_audio_set_channel_positions),
19755         (gst_audio_set_structure_channel_positions_list),
19756         (gst_audio_fixate_channel_positions):
19757           Use gst_value_array_*() functions on value arrays, not
19758           gst_value_list_*().
19759
19760 2005-11-23  Edward Hervey  <edward@fluendo.com>
19761
19762         * autogen.sh:
19763         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19764         Fixes autogen
19765
19766 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19767
19768         * check/Makefile.am:
19769         * check/elements/videotestsrc.c: (setup_videotestsrc),
19770         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19771         (main):
19772           add a test for videotestsrc
19773
19774 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19775
19776         * gst/sine/.cvsignore:
19777         * gst/sine/Makefile.am:
19778         * gst/sine/gstsinesrc.c:
19779         * gst/sine/gstsinesrc.h:
19780         * gst/sine/sinesrc.vcproj:
19781           and remove sinesrc from the repository.  Closes #321446
19782
19783 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19784
19785         * configure.ac:
19786         * gst-plugins-base.spec.in:
19787           remove sinesrc from the build
19788
19789 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19790
19791         * check/Makefile.am:
19792         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19793         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19794         (main):
19795           add a test for audiotestsrc, testing all waves.  Even seems
19796           leak-free at first glance, nice job Stefan
19797
19798 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19799
19800         * po/af.po:
19801         * po/az.po:
19802         * po/cs.po:
19803         * po/en_GB.po:
19804         * po/hu.po:
19805         * po/it.po:
19806         * po/nb.po:
19807         * po/nl.po:
19808         * po/or.po:
19809         * po/sq.po:
19810         * po/sr.po:
19811         * po/sv.po:
19812         * po/uk.po:
19813         * po/vi.po:
19814           Translation string updates
19815
19816         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19817         (gst_v4lsrc_set_caps):
19818         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19819         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19820         * sys/v4l/v4lsrc_calls.h:
19821           Improve v4lsrc, by making it work again.
19822
19823 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19824
19825         * ext/libvisual/visual.c: (gst_visual_chain):
19826           Fix the fps calculations.
19827
19828         * gst/ffmpegcolorspace/avcodec.h:
19829           Move structure element for clarity
19830
19831         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19832         * gst-libs/gst/interfaces/tunernorm.h:
19833         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19834         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19835         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19836         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19837         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19838         (gst_v4lmjpegsrc_getcaps):
19839         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19840         (gst_v4lsrc_set_caps):
19841         * sys/v4l/gstv4lsrc.h:
19842         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19843         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19844         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19845         * sys/v4l/v4lsrc_calls.h:
19846           Fractional framerates...
19847
19848 2005-11-22  Wim Taymans  <wim@fluendo.com>
19849
19850         * gst-libs/gst/audio/gstbaseaudiosink.c:
19851         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19852         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19853         And we provide a clock by default, of course...
19854
19855 2005-11-22  Wim Taymans  <wim@fluendo.com>
19856
19857         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19858         This clock can be slaved to a master clock now.
19859
19860         * gst-libs/gst/audio/gstbaseaudiosink.c:
19861         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19862         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19863         (gst_base_audio_sink_set_clock),
19864         (gst_base_audio_sink_set_property),
19865         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19866         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19867         * gst-libs/gst/audio/gstbaseaudiosink.h:
19868         Handle slaving the internal clock to the clock selected in the
19869         pipeline.
19870         Add property to make the basesink not provide a clock.
19871
19872         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19873         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19874         (gst_base_rtp_depayload_wait):
19875         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19876         We can use the clock in GstElement, no need to store it ourselves.
19877
19878 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19879
19880         * docs/libs/tmpl/gstaudio.sgml:
19881           update
19882         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19883         (gst_paranoia_endian_get_type):
19884         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19885         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19886         * gst/audiotestsrc/gstaudiotestsrc.c:
19887         (gst_audiostestsrc_wave_get_type):
19888         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19889         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19890         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19891         (gst_sync_method_get_type), (gst_unit_type_get_type),
19892         (gst_client_status_get_type), (gst_multifdsink_class_init),
19893         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19894         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19895         (gst_multifdsink_get_property):
19896         * gst/tcp/gstmultifdsink.h:
19897         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19898         * gst/videotestsrc/gstvideotestsrc.c:
19899         (gst_videotestsrc_pattern_get_type):
19900           remove deprecated properties
19901           fix up enums to correctly have short lowercase dashed nicks
19902
19903 2005-11-22  Michael Smith <msmith@fluendo.com>
19904
19905         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19906         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19907           Add underscore.
19908
19909 2005-11-22  Michael Smith <msmith@fluendo.com>
19910
19911         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19912         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19913           Use utility method for scaling clocktime for fractional framerates.
19914
19915 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19916
19917         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19918         (gst_visual_chain):
19919         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19920         * ext/theora/theoradec.c: (theora_handle_type_packet):
19921         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19922         (theora_enc_chain):
19923         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19924         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19925         * gst-libs/gst/video/video.h:
19926         * gst/ffmpegcolorspace/avcodec.h:
19927         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19928         (gst_ffmpeg_caps_to_pixfmt):
19929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19930         (gst_ffmpegcsp_set_caps):
19931         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19932         (gst_videorate_setcaps), (gst_videorate_blank_data),
19933         (gst_videorate_chain):
19934         * gst/videotestsrc/gstvideotestsrc.c:
19935         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19936         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19937         (gst_videotestsrc_event), (gst_videotestsrc_create):
19938         * gst/videotestsrc/gstvideotestsrc.h:
19939         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19940         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19941         (gst_ximagesink_get_times), (gst_ximagesink_init):
19942         * sys/ximage/ximagesink.h:
19943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19944         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19945         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19946         * sys/xvimage/xvimagesink.h:
19947           Convert elements to use fractions for their framerate.
19948           V4L elements to come later tonight.
19949
19950 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19951
19952         * gst-libs/gst/audio/audio.c:
19953         * gst-libs/gst/audio/audio.h:
19954           remove some deprecated functions
19955
19956 2005-11-22  Andy Wingo  <wingo@pobox.com>
19957
19958         * Update for gst_tag_setter API changes.
19959
19960 2005-11-22  Andy Wingo  <wingo@pobox.com>
19961
19962         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19963         (gst_ogg_demux_perform_seek):
19964         * ext/theora/theoradec.c (theora_dec_sink_event):
19965         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19966         update-funcnames.
19967
19968 2005-11-22  Wim Taymans  <wim@fluendo.com>
19969
19970         * examples/seeking/seek.c: (main):
19971         Give higher priority to bus signals than the gtk events
19972         to fix a race condition in the segment looping.
19973
19974 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19975
19976         * ext/theora/Makefile.am:
19977         * ext/vorbis/Makefile.am:
19978         * gst-libs/gst/tag/Makefile.am:
19979         * gst-plugins-base.spec.in:
19980           Rename libgsttagedit to libgsttag (#322117).
19981
19982 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19983
19984         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19986           Call gst_x_overlay_prepare_xwindow_id() to give applications
19987           a final chance to set their own xwindow id before the video
19988           sink creates its own window.
19989
19990 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19991
19992         * sys/xvimage/xvimagesink.c:
19993         (gst_xvimagesink_navigation_send_event): Handle navigation
19994         events correcly with borders if applicable.
19995
19996 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19997
19998         Patch by: Luca Ognibene
19999
20000         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20001         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20002         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20003         (gst_ffmpegcsp_caps_remove_format_info):
20004         * gst/ffmpegcolorspace/imgconvert.c:
20005         * gst/ffmpegcolorspace/imgconvert_template.h:
20006           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20007           #318353); use gst_structure_has_name().
20008
20009 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20010
20011         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20012         (gst_ximagesink_class_init): Add debug macros on functions.
20013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20014         (gst_xvimagesink_xwindow_draw_borders),
20015         (gst_xvimagesink_xvimage_put),
20016         (gst_xvimagesink_xwindow_update_geometry),
20017         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20018         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20019         (gst_xvimagesink_xcontext_clear),
20020         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20021         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20022         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20023         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20024         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20025         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20026         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20027         expose while being PAUSED, out of data flow navigation events, etc..
20028
20029 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20030
20031         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20032         * gst-libs/gst/audio/audio.h:
20033           fix prototype - wondering why the test worked regardless
20034
20035 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20036
20037         * check/Makefile.am:
20038         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20039         * gst-libs/gst/audio/audio.h:
20040           add a method that returns a proper GstClockTime
20041
20042 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20043
20044         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20045         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20046         * gst-libs/gst/interfaces/xoverlay.h:
20047           Remove everything having to do with the desired size; add 
20048           gst_x_overlay_prepare_xwindow_id() function; remove the
20049           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20050           post a message on the bus instead (#321816).
20051
20052         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20054         (gst_xvimagesink_xoverlay_init):
20055           Remove desired size stuff (#321816).
20056
20057 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20058
20059         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20060         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20061         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20062           Terminate vararg functions with NULL instead of 0 to 
20063           make gcc4 happy.
20064
20065 2005-11-21  Andy Wingo  <wingo@pobox.com>
20066
20067         patch by: Sebastien Cote <sebas642@yahoo.ca>
20068         
20069         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20070         * gst-libs/gst/rtp/gstrtpbuffer.c
20071         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20072
20073 2005-11-21  Andy Wingo  <wingo@pobox.com>
20074
20075         * gst/playback/gstplaybin.c (gen_audio_element) 
20076         (gen_video_element): Use the new MISSING_PLUGIN core error
20077         category. Closes #320060.
20078
20079         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20080         * gst/videorate/gstvideorate.c (gst_videorate_event):
20081         * ext/theora/theoradec.c (theora_dec_sink_event): 
20082         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20083         stream lock.
20084
20085         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20086         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20087         stream lock changes.
20088
20089 2005-11-21  Wim Taymans  <wim@fluendo.com>
20090
20091         * gst-libs/gst/audio/gstbaseaudiosink.c:
20092         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20093         (gst_base_audio_sink_provide_clock),
20094         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20095         (gst_base_audio_sink_change_state):
20096         * gst/audioresample/gstaudioresample.c:
20097         Segment update fix.
20098
20099 2005-11-21  Andy Wingo  <wingo@pobox.com>
20100
20101         * *.h:
20102         * *.c: Ran scripts/update-macros. Oh yes.
20103
20104 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20105
20106         * sys/ximage/Makefile.am:
20107         * sys/ximage/ximage.c:
20108           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20109           remove your old libgstximage.* manually if necessary).
20110
20111 2005-11-21  Michael Smith <msmith@fluendo.com>
20112
20113         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20114           Minimal fix for bug #320200: set the min/max bitrate in the correct
20115           units. A better fix would be to upgrade to the RATEMANAGE2
20116           interface, rather than using the deprecated interface used here, but
20117           that would require an update in our libvorbis dependency (to 1.1),
20118           which is probably undesirable.
20119
20120 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20121
20122         * ext/libvisual/visual.c: (get_buffer):
20123         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20124         (gst_base_audio_src_fixate):
20125         * gst/audioconvert/gstaudioconvert.c:
20126         (gst_audio_convert_fixate_caps):
20127         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20128         * gst/audiotestsrc/gstaudiotestsrc.c:
20129         (gst_audiotestsrc_src_fixate):
20130         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20131         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20132         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20133         * gst/videotestsrc/gstvideotestsrc.c:
20134         (gst_videotestsrc_src_fixate):
20135         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20137           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20138           (#322027)
20139
20140
20141 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20142
20143         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20144         (gst_riff_create_iavs_caps):
20145         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20146         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20147         (gst_riff_parse_info):
20148         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20149         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20151           Fixes for GST_FOURCC_FORMAT API change.
20152
20153 2005-11-21  Andy Wingo  <wingo@pobox.com>
20154
20155         patch by: Alessandro Dessina <alessandro nnva org>
20156
20157         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20158         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20159         (gst_ogg_parse_chain):
20160         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20161         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20162         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20163         gst_value_list calls on arrays. Fixes #321962.
20164
20165 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20166
20167         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20168         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20169         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20170         * gst/adder/gstadder.c: (gst_adder_init),
20171         (gst_adder_request_new_pad), (gst_adder_collected),
20172         (gst_adder_change_state):
20173           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20174           API change.
20175
20176 2005-11-21  Michael Smith <msmith@fluendo.com>
20177
20178         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20179         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20180           Properly handle pad_push return values.
20181
20182 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20183
20184         * gst-libs/gst/tag/Makefile.am:
20185         * gst-libs/gst/tag/gstvorbistag.c:
20186         (gst_tag_list_to_vorbiscomment_buffer):
20187           Remove obsolete vorbistag element and debug category.
20188
20189         * gst/playback/gstplaybasebin.c: (check_queue):
20190           Don't divide by 0 when queue-threshold is 0.
20191
20192         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20193           Don't modify an existing pixel-aspect-ratio if we fail to read
20194           a new one.
20195
20196 2005-11-20  Wim Taymans  <wim@fluendo.com>
20197
20198         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20199         (gst_vorbisenc_push_packet):
20200         GST_PAD_IS_USABLE is gone, use the return value of
20201         the push or pad_alloc_buffer instead.
20202
20203 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20204
20205         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20206         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20207         (gst_ximagesink_ximage_destroy),
20208         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20209         (gst_ximagesink_xwindow_new),
20210         (gst_ximagesink_xwindow_update_geometry),
20211         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20212         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20213         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20214         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20215         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20216         (gst_ximagesink_navigation_send_event),
20217         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20218         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20219         (gst_ximagesink_finalize), (gst_ximagesink_init),
20220         (gst_ximagesink_class_init):
20221         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20222         This new version brings correct software scaling, non flickering
20223         window while resizing, pixel aspect ratio handling, usage of
20224         hardware buffer pools, out of data flow event thread for 
20225         navigation and handling of expose events even when being PAUSED,
20226         a new property to keep video aspect ratio when resizing, etc...
20227
20228 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20229
20230         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20231         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20232         handling of PAR.
20233
20234 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20235
20236         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20237         Unsetting IS_SINK flag from the fakesink, so decodebin
20238         never behaves as a sink.
20239
20240 2005-11-17  Wim Taymans  <wim@fluendo.com>
20241
20242         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20243         (gst_base_audio_src_change_state):
20244         Fix the audiosrc base class again, we did not unflush.
20245
20246 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20247
20248         * examples/seeking/seek.c: (make_dv_pipeline),
20249         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20250         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20251         to ogg/vorbis/theora pipeline.
20252
20253 2005-11-17  Wim Taymans  <wim@fluendo.com>
20254
20255         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20256         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20257         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20258         Fix EOS on multiple streams.
20259         More debugging.
20260
20261 2005-11-16  Wim Taymans  <wim@fluendo.com>
20262
20263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20264         (gst_ogg_demux_perform_seek):
20265         Segment done must include stream time.
20266
20267         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20268         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20269         (gst_ogg_mux_change_state):
20270         Fix ogg muxer again.
20271
20272 2005-11-16  Wim Taymans  <wim@fluendo.com>
20273
20274         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20275         Fix compile again.
20276
20277 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20278
20279         * ext/libvisual/visual.c: (gst_visual_init):
20280         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20281         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20282         (gst_ogg_parse_chain):
20283         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20284         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20285         * ext/theora/theoradec.c: (gst_theora_dec_init):
20286         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20287         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20288         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20289         * gst/adder/gstadder.c: (gst_adder_class_init),
20290         (gst_adder_dispose):
20291         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20292         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20293         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20294           Fix a whole set of pad template leaks
20295
20296 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20297
20298         * check/generic/states.c: (GST_START_TEST):
20299           fix the test so that it only checks for elements that are part of
20300           this source module
20301
20302 2005-11-16  Michael Smith <msmith@fluendo.com>
20303
20304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20305         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20306         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20307         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20308         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20309         (gst_ogg_mux_change_state):
20310           Fix leaking collectpads.
20311
20312 2005-11-16  Edward Hervey  <edward@fluendo.com>
20313
20314         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20315         (gst_videorate_event), (gst_videorate_chain):
20316         Handle segment seeks
20317
20318 2005-11-16  Wim Taymans  <wim@fluendo.com>
20319
20320         * gst-libs/gst/audio/gstbaseaudiosink.c:
20321         (gst_base_audio_sink_provide_clock),
20322         (gst_base_audio_sink_change_state):
20323         Set ringbuffer to non-flushing when going to PAUSED, set to
20324         flushing again when going to READY.
20325
20326         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20327         (gst_ring_buffer_stop):
20328         Start in flushing mode by default.
20329         Don't set flushing in the _stop method, let the app call
20330         this explicitly.
20331
20332 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20333
20334         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20335         * gst-libs/gst/video/videosink.h: Add helper function needed
20336         for video sinks.
20337
20338 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20339
20340         * gst/videoscale/gstvideoscale.c:
20341         (gst_videoscale_handle_src_event):
20342           Don't leak reference to pad parent.
20343
20344 2005-11-16  Wim Taymans  <wim@fluendo.com>
20345
20346         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20347         Set ringbuffer to flushing when stopping so that we don't
20348         block on wait_segment anymore and livelock.
20349
20350 2005-11-16  Wim Taymans  <wim@fluendo.com>
20351
20352         * examples/seeking/seek.c: (send_event), (do_seek),
20353         (loop_toggle_cb), (segment_done), (main):
20354         Added looping checkbox.
20355
20356 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20357
20358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20359         (gst_ogg_demux_init):
20360         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20361         (gst_vorbis_dec_init):
20362           revert unrefs, they don't pass make check
20363
20364 2005-11-15  Johan Dahlin  <johan@gnome.org>
20365
20366         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20367         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20368         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20369         (gst_vorbis_dec_init):
20370         Fix pad template leaks. 
20371
20372 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20373
20374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20375           Make state change function thread safe.
20376
20377 2005-11-15  Edward Hervey  <edward@fluendo.com>
20378
20379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20380         (gst_ogg_demux_class_init):
20381         Implement GstElement::send_event, so we can send seek events
20382         in GST_STATE_READY
20383
20384 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20385
20386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20387         Discovered how to take away flickering while resizing the
20388         window. Please don't put that in ximagesink, refactoring in
20389         progress.
20390
20391 2005-11-14  Michael Smith <msmith@fluendo.com>
20392
20393         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20394         (gst_multifdsink_render):
20395           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20396
20397 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20398
20399         * gst/playback/gstplaybin.c: (gen_audio_element):
20400           Use autoaudiosink, it tends to be more widely available than
20401           autoaudiiosink.
20402           
20403 2005-11-14  Andy Wingo  <wingo@pobox.com>
20404
20405         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20406         as well if it is available. Fixes #316442.
20407
20408 2005-11-14  Michael Smith <msmith@fluendo.com>
20409
20410         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20411         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20412         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20413         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20414         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20415         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20416         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20417         (gst_vorbisenc_change_state):
20418           Fix a small memory leak in vorbisenc.
20419           Fix large memory leaks in oggmux, also fix lots of state change
20420           bugs in oggmux.
20421
20422 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20423
20424         * gst/videotestsrc/gstvideotestsrc.c:
20425         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20426         (gst_videotestsrc_src_fixate):
20427           move fixation to a fixate function
20428           remove negotiate function, basesrc's is good enough
20429           fixes a bug for check when using the element alone
20430
20431 2005-11-13  Edward Hervey  <edward@fluendo.com>
20432
20433         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20434         (key_toggle_cb), (main):
20435         Added checkboxes for adding/removing the accurate and key_unit seek
20436         flags.
20437
20438 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20439
20440         * configure.ac: back to HEAD
20441
20442 === release 0.9.5 ===
20443
20444 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20445
20446         * configure.ac:
20447           releasing 0.9.5, "No No Kia"
20448
20449 2005-11-11  Edward Hervey  <edward@fluendo.com>
20450
20451         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20452         Added parse-launch syntax seeking mode for the seeking example.
20453         This should help stress-test even more cases.
20454         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20455
20456 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20457
20458         * sys/xvimage/xvimagesink.c:
20459         (gst_xvimagesink_navigation_send_event):
20460           Check whether peer pad exists before sending navigation events
20461           to it.
20462
20463 2005-11-11  Michael Smith <msmith@fluendo.com>
20464
20465         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20466         (gst_vorbisenc_buffer_from_packet):
20467         * ext/vorbis/vorbisenc.h:
20468           Set duration on encoded buffers. This allows oggmux's
20469           max_page_delay parameter to actually work.
20470
20471 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20472
20473         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20474         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20475         (gst_ffmpegcsp_avpicture_fill):
20476         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20477         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20478           Make palettes work again (see #132341). Use our own macros
20479           for rounding up.
20480
20481 2005-11-10  Andy Wingo  <wingo@pobox.com>
20482
20483         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20484         string doober.
20485
20486 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20487
20488         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20489         (gst_ffmpegcsp_transform_caps):
20490           Prefer passthrough in transform_caps
20491
20492 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20493
20494         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20495           check for ALSA errors properly, instead of relying on ALSA's
20496           error strings to serve to the user.
20497
20498 2005-11-10  Wim Taymans  <wim@fluendo.com>
20499
20500         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20501         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20502         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20503         Modernise the seek code.
20504
20505 2005-11-10  Michael Smith <msmith@fluendo.com>
20506         
20507         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20508         (setup_substreams), (set_active_source):
20509           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20510           trying to go to NULL if we failed to read a file.
20511
20512 2005-11-10  Wim Taymans  <wim@fluendo.com>
20513
20514         * gst/audiotestsrc/gstaudiotestsrc.c:
20515         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20516         (gst_audiotestsrc_create):
20517         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20518         (gst_sinesrc_get_times), (gst_sinesrc_create):
20519         * gst/videotestsrc/gstvideotestsrc.c:
20520         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20521         (gst_videotestsrc_create):
20522         The base class can now sync for us.
20523
20524 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20525
20526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20527           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20528           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20529           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20530           format=(fourcc)I420" ! xvimagesink
20531
20532 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20533
20534         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20535         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20536         (gst_sinesrc_newsegment):
20537           Send newsegment event in TIME format, set duration if
20538           num-buffers is set, fix duration querying.
20539
20540 2005-11-10  Michael Smith <msmith@fluendo.com>
20541
20542         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20543         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20544         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20545         (gst_ogg_mux_collected):
20546          Fix EOS handling, partially. Now forwarding an EOS event once we have
20547          EOS on all pads works correctly. However, we still don't properly set
20548          EOS on the actual ogg stream pages.
20549
20550 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20551
20552         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20553           Set elements to NULL state before disposing of them.
20554
20555 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20556
20557         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20558
20559         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20560         (gst_base_rtp_depayload_init),
20561         (gst_base_rtp_depayload_set_gst_timestamp):
20562         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20563           We need to send a newsegment event for each instance, not
20564           just for the first instance of this class (get rid of
20565           static variable in function). (#321011).
20566           
20567 2005-11-08  Michael Smith <msmith@fluendo.com>
20568
20569         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20570         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20571         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20572         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20573           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20574           This makes us mux things correctly according to the ogg muxing
20575           rules. Still not handling EOS correctly right now, though.
20576
20577 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20578
20579         * gst/audioconvert/gstaudioconvert.c:
20580           Fix typo in docs. 
20581
20582 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20583
20584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20585         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20586           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20587           creating a new chain; should fix live streaming. Also
20588           add more debug output and fix a typo.
20589
20590 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20591
20592         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20593
20594         * gst/volume/gstvolume.c: (volume_set_caps):
20595           Fix compilation on Solaris with Forte. (#320923)
20596
20597 2005-11-08  Wim Taymans  <wim@fluendo.com>
20598
20599         * gst-libs/gst/audio/gstbaseaudiosink.c:
20600         (gst_base_audio_sink_render):
20601         No need to do a typecheck.
20602
20603 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20604
20605         * ext/alsa/gstalsa.h:
20606           We register a debug category, so let's use it.
20607
20608 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20609
20610         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20611         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20612         Fixed a small problem.
20613
20614 2005-11-04  Wim Taymans  <wim@fluendo.com>
20615
20616         * examples/seeking/Makefile.am:
20617         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20618         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20619         (make_playerbin_pipeline), (format_value), (update_scale),
20620         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20621         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20622         (print_usage), (main):
20623         Added app for playback speed testing.
20624
20625         * examples/seeking/seek.c: (dynamic_link),
20626         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20627         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20628         (message_received), (main):
20629         Updated seek example.
20630
20631 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20632
20633         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20634         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20635         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20636         (gst_base_rtp_depayload_set_clock):
20637         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20638         Don't sleep on the bench (system clock) when you have a nice 
20639         comfortable bed (Gstreamer clock) to sleep on.
20640
20641 2005-11-03  Wim Taymans  <wim@fluendo.com>
20642
20643         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20644         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20645         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20646         Handle the case where a pad_block failed.
20647
20648 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20649
20650         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20651
20652         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20653         (gst_base_rtp_depayload_add_to_queue),
20654         (gst_base_rtp_depayload_push),
20655         (gst_base_rtp_depayload_set_gst_timestamp),
20656         (gst_base_rtp_depayload_queue_release):
20657           Fixes some bugs in the depayloader's queuing/de-queueing code.
20658
20659 2005-10-31  Michael Smith <msmith@fluendo.com>
20660
20661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20662         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20663         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20664           Patch from Alessandro Decina <alessandro@nnva.org>.
20665           Make oggdemux only find the final time in a chain, not per-pad,
20666           since the per-pad information can be very expensive to locate, and
20667           it isn't used anywhere. This makes reading a file containing
20668           OggSkeleton reasonably fast.
20669           Also, make chain finding work when there are logical bitstreams that
20670           can't be decoded. Fixes #319110.
20671
20672 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20673
20674         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20675         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20676         (gst_base_rtp_depayload_chain),
20677         (gst_base_rtp_depayload_add_to_queue),
20678         (gst_base_rtp_depayload_push),
20679         (gst_base_rtp_depayload_set_gst_timestamp),
20680         (gst_base_rtp_depayload_queue_release),
20681         (gst_base_rtp_depayload_start_thread),
20682         (gst_base_rtp_depayload_set_property),
20683         (gst_base_rtp_depayload_get_property):
20684         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20685         Some random fixes, to fullfill the desires of thomas.
20686
20687 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20688
20689         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20690         (gst_base_rtp_depayload_add_to_queue),
20691         (gst_base_rtp_depayload_push):
20692         Fixed the queueing algorithm.
20693
20694 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20695
20696         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20697         (gst_base_rtp_depayload_push):
20698         A small fix
20699
20700 2005-10-31  Wim Taymans  <wim@fluendo.com>
20701
20702         * gst-libs/gst/audio/gstringbuffer.h:
20703         Don't break ABI.
20704
20705         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20706         (gst_ffmpeg_caps_to_pixfmt):
20707         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20708         (gst_ffmpegcsp_set_caps):
20709         Some more comments.
20710         Handle missing required caps fields better.
20711
20712 2005-10-31  Wim Taymans  <wim@fluendo.com>
20713
20714         * gst-libs/gst/audio/gstbaseaudiosink.c:
20715         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20716         (gst_base_audio_sink_render):
20717         * gst-libs/gst/audio/gstringbuffer.c:
20718         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20719         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20720         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20721         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20722         (gst_ring_buffer_read):
20723         * gst-libs/gst/audio/gstringbuffer.h:
20724         Add flushing mode to the ringbuffer so that it in all cases does
20725         not try to handle more audio. This makes sure it does not try to
20726         block anymore when flushing and fixes a livelock.
20727
20728 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20729
20730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20731         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20732         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20733           Explicitly check for -1 values before doing a conversion
20734           and always map them to -1. (#315545)
20735
20736 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20737
20738         * gst/playback/gstplaybin.c: (gen_video_element):
20739           first try autovideosink, then xvimagesink, then error out
20740         * po/POTFILES.in:
20741           add translatable file
20742         * po/af.po:
20743         * po/az.po:
20744         * po/cs.po:
20745         * po/en_GB.po:
20746         * po/hu.po:
20747         * po/it.po:
20748         * po/nb.po:
20749         * po/nl.po:
20750         * po/or.po:
20751         * po/sq.po:
20752         * po/sr.po:
20753         * po/sv.po:
20754         * po/uk.po:
20755         * po/vi.po:
20756           update translations
20757
20758 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20759
20760         * gst-libs/gst/rtp/gstbasedepayload.c:
20761         * gst-libs/gst/rtp/gstbasedepayload.h:
20762           Minor cleanups
20763
20764 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20765
20766         * gst/playback/.cvsignore:
20767         * gst/playback/decodetest.c:
20768         * gst/playback/test3.c:
20769           Port these two tests as well.
20770
20771 2005-10-27  Wim Taymans  <wim@fluendo.com>
20772
20773         * ext/theora/theoradec.c: (theora_dec_src_query),
20774         (theora_dec_sink_event):
20775         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20776         (theora_enc_change_state):
20777         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20778         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20779         Take proper locks when handling events.
20780
20781 2005-10-27  Wim Taymans  <wim@fluendo.com>
20782
20783         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20784         (gst_adder_change_state):
20785         Fix timestamps and fix deadlock when stopping the collectpads.
20786
20787 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20788
20789         * gst-libs/gst/rtp/gstrtpbuffer.h:
20790         Declaring the payload types as strings too so that they can be used
20791         in the padtemplate inialization.
20792
20793 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20794
20795         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20796
20797         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20798         (gst_base_rtp_depayload_class_init):
20799         Fixes a small but nasty bug. The derived elements no longer segfaults
20800         on finalization.
20801
20802 2005-10-26  Michael Smith <msmith@fluendo.com>
20803
20804         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20805           When clearing an audioconvert context, set tmpbufsize to zero, so
20806           we'll allocate it again later if required.
20807           This fixes audioconvert re-negotiating formats, which previously
20808           segfaulted with a NULL destination buffer.
20809
20810 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20811
20812         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20813         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20814         (gst_base_rtp_depayload_set_gst_timestamp),
20815         (gst_base_rtp_depayload_queue_release):
20816         Fixed a smalll memleak.
20817
20818 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20820         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20821         (gst_base_rtp_depayload_finalize),
20822         (gst_base_rtp_depayload_setcaps),
20823         (gst_base_rtp_depayload_add_to_queue),
20824         (gst_base_rtp_depayload_push),
20825         (gst_base_rtp_depayload_set_gst_timestamp),
20826         (gst_base_rtp_depayload_queue_release),
20827         (gst_base_rtp_depayload_thread),
20828         (gst_base_rtp_depayload_change_state):
20829         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20830         Changed the C++ comments to C comments
20831
20832 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20833
20834         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20835         * gst/tcp/gsttcpclientsrc.h:
20836         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20837         * gst/tcp/gsttcpserversrc.h:
20838           Remove unused 'curoffset' structure member.
20839
20840 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20841
20842         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20843         (gst_base_rtp_depayload_base_init),
20844         (gst_base_rtp_depayload_finalize):
20845         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20846         * gst-libs/gst/rtp/gstbasertppayload.h:
20847           The pad-template on the sinkpad should be set by the derived classes.
20848           Also added some useful macros.
20849
20850 2005-10-24  Wim Taymans  <wim@fluendo.com>
20851
20852         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20853         Correctly flush decoder samples even if we could not
20854         copy them to an output buffer. Fixes #319618.
20855
20856 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20857
20858         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20860         the caps against our xcontext caps.
20861
20862 2005-10-24  Wim Taymans  <wim@fluendo.com>
20863
20864         * gst-libs/gst/audio/gstbaseaudiosink.c:
20865         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20866         Remove g_print
20867         Use sync property from baseclass to disable sync.
20868
20869 2005-10-24  Wim Taymans  <wim@fluendo.com>
20870
20871         * gst-libs/gst/audio/gstbaseaudiosink.c:
20872         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20873         Buffers with no timestamps get aligned with previous buffers or
20874         on underrun, played ASAP.
20875
20876 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20877
20878         * gst-libs/gst/video/video.h:
20879         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20880         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20882         here comes my change on caps for framerate and geometry range.
20883         We are now accepting 1 to MAXINT for width and height, and from
20884         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20885         to be blended correctly in videomixer.
20886
20887 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20888
20889         * configure.ac:
20890           back to HEAD
20891
20892 === release 0.9.4 ===
20893
20894 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20895
20896         * NEWS:
20897         * RELEASE:
20898         * configure.ac:
20899           releasing 0.9.4, "Velociraptor"
20900
20901 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20902
20903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20904         * po/POTFILES.in:
20905           STOPPED -> FAILED
20906
20907 2005-10-21  Wim Taymans  <wim@fluendo.com>
20908
20909         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20910         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20911         (pad_blocked), (close_pad_link), (new_pad):
20912         Don't try to remove elements twice.
20913
20914 2005-10-21  Wim Taymans  <wim@fluendo.com>
20915
20916         * ext/theora/theoradec.c: (theora_dec_src_query),
20917         (theora_dec_sink_event):
20918         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20919         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20920         (vorbis_handle_data_packet):
20921         * ext/vorbis/vorbisdec.h:
20922         Fix old naming.
20923
20924         * gst-libs/gst/audio/gstbaseaudiosink.c:
20925         (gst_base_audio_sink_render):
20926         Don't try to sync on buffers without a timestamp.
20927
20928 2005-10-21  Wim Taymans  <wim@fluendo.com>
20929
20930         * ext/theora/theoradec.c: (theora_dec_src_query),
20931         (theora_dec_sink_event):
20932         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20933         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20934         (vorbis_handle_data_packet):
20935         * ext/vorbis/vorbisdec.h:
20936         Fix old naming.
20937
20938 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20939
20940         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20941         (gst_vorbisenc_src_query):
20942           Implement position and duration queries.
20943
20944         * gst/playback/test3.c: (update_scale), (main):
20945           Fix for async state changes and print nicer output.
20946
20947 2005-10-20  Wim Taymans  <wim@fluendo.com>
20948
20949         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20950         (dump_element_stats), (main):
20951         * gst/playback/test6.c: (main):
20952         Fix tests again
20953
20954 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20955
20956         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20957         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20958           Don't use functions for position queries when handling
20959           duration queries.
20960
20961 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20962
20963         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20964         (vorbis_handle_data_packet), (vorbis_dec_chain),
20965         (vorbis_dec_change_state):
20966         * ext/vorbis/vorbisdec.h:
20967           Vorbis streams can be embedded in other container formats
20968           than ogg, container formats where the demuxer might set 
20969           timestamps on encoded vorbis buffers instead of those silly 
20970           granulepos thingies. In short: make vorbisdec handle 
20971           timestamps on incoming buffers as well.
20972
20973 2005-10-20  Wim Taymans  <wim@fluendo.com>
20974
20975         * gst/playback/gstplaybasebin.c: (group_destroy),
20976         (gst_play_base_bin_change_state):
20977         Fix leak.
20978         Handle case where playbasebin is now ASYNC because
20979         decodebin is.
20980
20981 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20982
20983         * gst/audioconvert/Makefile.am:
20984         * gst/audioconvert/bufferframesconvert.c:
20985         * gst/audioconvert/plugin.c: (plugin_init):
20986         * gst/audioconvert/plugin.h:
20987           And bye bye buffer-frames-convert
20988
20989 2005-10-19  Wim Taymans  <wim@fluendo.com>
20990
20991         * check/elements/audioconvert.c:
20992         * docs/libs/tmpl/gstaudio.sgml:
20993         * docs/libs/tmpl/gstcolorbalance.sgml:
20994         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20995         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20996         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20997         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20998         * gst-libs/gst/audio/audio.h:
20999         * gst/audioconvert/audioconvert.h:
21000         * gst/audioconvert/gstaudioconvert.c:
21001         (gst_audio_convert_parse_caps):
21002         * gst/volume/gstvolume.c:
21003         Bye bye buffer-frames.
21004
21005 2005-10-19  Wim Taymans  <wim@fluendo.com>
21006
21007         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21008         (query_positions_elems), (query_positions_pads), (update_scale),
21009         (do_seek), (set_update_scale), (message_received), (main):
21010         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21011         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21012         (gst_ogg_demux_loop):
21013         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21014         * ext/theora/theoradec.c: (theora_dec_src_query),
21015         (theora_dec_sink_event):
21016         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21017         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21018         * gst/adder/gstadder.c: (gst_adder_query):
21019         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21020         * gst/playback/test3.c: (update_scale):
21021         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21022         (dump_element_stats), (main):
21023         * gst/playback/test6.c: (main):
21024         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21025         Query API update.
21026
21027 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21028
21029         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21030         (xml_check_first_element), (xml_type_find), (smil_type_find),
21031         (plugin_init):
21032           Add typefinding for SMIL and for generic XML. Based on patch by
21033           Akos Maroy (#308663).
21034
21035 2005-10-18  Wim Taymans  <wim@fluendo.com>
21036
21037         * gst/playback/Makefile.am:
21038         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21039         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21040         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21041         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21042         (gst_decode_bin_change_state):
21043         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21044         (gst_play_bin_send_event_to_sink):
21045         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21046         (dump_element_stats), (main):
21047         * gst/playback/test6.c: (main):
21048         Make playbin async, it'll commit state to paused when all streams
21049         are detected.
21050         Remove ugly hack.
21051         Added test6.c to show async behaviour.
21052
21053 2005-10-18  Wim Taymans  <wim@fluendo.com>
21054
21055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21056         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21057         Fix for segment-start/stop API change.
21058
21059 2005-10-18  Wim Taymans  <wim@fluendo.com>
21060
21061         * check/Makefile.am:
21062         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21063         (main):
21064         Add future test for clock selection.
21065
21066 2005-10-18  Wim Taymans  <wim@fluendo.com>
21067
21068         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21069         (gst_alsasink_close):
21070         Set handle to NULL.
21071
21072         * gst-libs/gst/audio/gstringbuffer.c:
21073         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21074         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21075         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21076         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21077         (gst_ring_buffer_read):
21078         More debug info.
21079
21080 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21081
21082         * gst/audiotestsrc/Makefile.am:
21083         * gst/sine/Makefile.am:
21084         * gst/volume/Makefile.am:
21085           fix broken build of controllerized plugins
21086
21087 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21088
21089         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21090
21091         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21092         (gst_riff_create_video_template_caps):
21093           Add support for Indeo-3 (IV32).
21094
21095 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21096
21097         * configure.ac:
21098           rewrite
21099
21100 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21101
21102         * gst-libs/gst/video/video.c: (gst_video_get_size):
21103         * gst/audiotestsrc/gstaudiotestsrc.c:
21104           doc updates
21105
21106 2005-10-17  Andy Wingo  <wingo@pobox.com>
21107
21108         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21109         with the collectpads change.
21110         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21111
21112         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21113
21114         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21115
21116         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21117         alloc_buffer flow return to callers.
21118         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21119         change. Fix some memleaks in theoraenc.
21120
21121         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21122         in strange circumstance.
21123
21124 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21125
21126         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21127         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21128         from caps, let's use the caps...
21129
21130 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21131
21132         * configure.ac:
21133           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21134
21135 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21136
21137         * gst-libs/gst/interfaces/Makefile.am:
21138           fix silly typo
21139
21140 2005-10-16  Andy Wingo  <wingo@pobox.com>
21141
21142         * gst/playback/gstdecodebin.c
21143         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21144         function!
21145         (try_to_link_1): Increase kraziness level.
21146
21147 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21148
21149         * configure.ac:
21150           restructure like the core one
21151         * gst-libs/gst/audio/Makefile.am:
21152         * gst-libs/gst/interfaces/Makefile.am:
21153         * gst-libs/gst/net/Makefile.am:
21154         * gst-libs/gst/riff/Makefile.am:
21155         * gst-libs/gst/rtp/Makefile.am:
21156         * gst-libs/gst/tag/Makefile.am:
21157         * gst-libs/gst/video/Makefile.am:
21158           use correct linker flags, now the libs are properly versioned
21159         * check/elements/audioconvert.c: (verify_convert):
21160         * ext/alsa/gstalsaplugin.c:
21161         * ext/cdparanoia/gstcdparanoia.c:
21162         * ext/gnomevfs/gstgnomevfs.c:
21163         * ext/libvisual/visual.c:
21164         * ext/ogg/gstogg.c:
21165         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21166         * ext/theora/theora.c:
21167         * ext/vorbis/vorbis.c:
21168         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21169         * gst-libs/gst/tag/gsttagediting.c:
21170         * gst-libs/gst/video/video.c:
21171         * gst/adder/gstadder.c:
21172         * gst/audioconvert/plugin.c:
21173         * gst/audiorate/gstaudiorate.c:
21174         * gst/audioresample/gstaudioresample.c:
21175         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21176         * gst/audioscale/gstaudioscale.c:
21177         * gst/audioscale/resample.c:
21178         * gst/audiotestsrc/gstaudiotestsrc.c:
21179         * gst/ffmpegcolorspace/gstffmpeg.c:
21180         * gst/playback/gstdecodebin.c: (close_pad_link):
21181         * gst/playback/gstplaybin.c: (gen_video_element),
21182         (gen_audio_element):
21183         * gst/sine/gstsinesrc.c:
21184         * gst/subparse/gstsubparse.c:
21185         * gst/tags/gsttagediting.c:
21186         * gst/tcp/gsttcpplugin.c:
21187         * gst/typefind/gsttypefindfunctions.c:
21188         * gst/videorate/gstvideorate.c:
21189         * gst/videoscale/gstvideoscale.c:
21190         * gst/videotestsrc/gstvideotestsrc.c:
21191         * gst/volume/gstvolume.c:
21192         * sys/v4l/gstv4l.c:
21193         * sys/ximage/ximage.c:
21194         * sys/xvimage/xvimagesink.c:
21195           fix up defines
21196
21197 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21198
21199         * ext/vorbis/vorbisenc.c:
21200         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21201         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21202         (gst_tag_to_vorbis_comments):
21203           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21204
21205 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21206
21207         * examples/stats/mp2ogg.c:
21208         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21209           typo fixes
21210
21211 2005-10-13  Michael Smith <msmith@fluendo.com>
21212
21213         * ext/ogg/gstoggmux.c:
21214           Use magic glib macros to define constants as 64 bit, to ensure
21215           appropriate vararg passing.
21216
21217 2005-10-13  Michael Smith <msmith@fluendo.com>
21218
21219         * ext/ogg/gstoggmux.c:
21220         * gst/audioconvert/audioconvert.c: (float):
21221           Don't use LL suffix, as it's not portable, and neither of these
21222           uses required it anyway.
21223
21224 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21225
21226         * examples/indexing/indexmpeg.c: (main):
21227         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21228         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21229         (cdparanoia_convert), (cdparanoia_query):
21230         * ext/cdparanoia/gstcdparanoia.h:
21231         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21232         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21233         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21234         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21235         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21236         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21237         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21238         (gst_multifdsink_render), (gst_multifdsink_start),
21239         (gst_multifdsink_stop):
21240         * gst/tcp/gstmultifdsink.h:
21241         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21242         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21243         (gst_tcpclientsink_stop):
21244         * gst/tcp/gsttcpclientsink.h:
21245         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21246         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21247         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21248         * gst/tcp/gsttcpclientsrc.h:
21249         * gst/tcp/gsttcpserversink.h:
21250         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21251         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21252         (gst_tcpserversrc_stop):
21253         * gst/tcp/gsttcpserversrc.h:
21254         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21255         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21256         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21257           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21258           moved bitshift from macro to enum definition
21259
21260 2005-10-12  Wim Taymans  <wim@fluendo.com>
21261
21262         * examples/seeking/Makefile.am:
21263         Oops.
21264
21265 2005-10-12  Wim Taymans  <wim@fluendo.com>
21266
21267         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21268         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21269         Don't assert on normal stuff.
21270
21271         * gst/playback/gstplaybin.c: (do_playbin_seek):
21272         API fix.
21273
21274 2005-10-12  Wim Taymans  <wim@fluendo.com>
21275
21276         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21277         * examples/seeking/Makefile.am:
21278         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21279         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21280         (do_seek), (set_update_scale), (message_received), (main):
21281         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21282         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21283         Update for _get_state() API change.
21284
21285 2005-10-11  Wim Taymans  <wim@fluendo.com>
21286
21287         * gst-libs/gst/audio/gstbaseaudiosink.c:
21288         (gst_base_audio_sink_render):
21289         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21290         (gst_base_audio_src_create):
21291         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21292         (gst_ring_buffer_read):
21293         Cleanups.
21294         Commit and read from ringbuffer in samples rather than bytes.
21295
21296 2005-10-11  Wim Taymans  <wim@fluendo.com>
21297
21298         * gst-libs/gst/audio/gstbaseaudiosink.c:
21299         (gst_base_audio_sink_render):
21300         Respect segment rate and accum when scheduling samples.
21301
21302 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21303
21304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21305         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21306         EOS correctly, that needs more work.
21307
21308 2005-10-11  Wim Taymans  <wim@fluendo.com>
21309
21310         * check/generic/states.c: (GST_START_TEST):
21311         remove old property.
21312
21313         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21314         (gst_ogg_demux_perform_seek):
21315         * ext/theora/theoradec.c: (theora_dec_sink_event):
21316         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21317         (vorbis_handle_data_packet):
21318         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21319         (gst_base_rtp_depayload_set_gst_timestamp):
21320         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21321         Update for newsegment API change.
21322
21323 2005-10-11  Michael Smith <msmith@fluendo.com>
21324
21325         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21326         (do_playbin_seek), (gst_play_bin_send_event):
21327           Override send_event differently, so that we can takes bits of
21328           functionality from GstPipeline (special handling for seeks,
21329           including pausing/resuming, and resetting stream time) and still get
21330           the appropriate behaviour of only forwarding event to a single sink,
21331           rather than all of them.
21332           Unfortunately requires a lot of code duplication, but the
21333           alternatives are equally ugly in the end.
21334
21335 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21336
21337         * check/elements/audioconvert.c: (setup_audioconvert),
21338         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21339         (GST_START_TEST), (audioconvert_suite):
21340           clean up tests a little, fix some leaks.
21341
21342 2005-10-10  Wim Taymans  <wim@fluendo.com>
21343
21344         * ext/alsa/gstalsasink.c:
21345         Also allow unsigned int.
21346
21347         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21348         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21349         Small cleanup
21350
21351 2005-10-10  Wim Taymans  <wim@fluendo.com>
21352
21353         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21354         Small update, use API as stated in design docs.
21355
21356         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21357         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21358         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21359         (message_received), (main):
21360         Updated seek example for GOption. Some usability improvements.
21361
21362 2005-10-10  Wim Taymans  <wim@fluendo.com>
21363
21364         * gst/audioconvert/audioconvert.h:
21365         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21366         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21367         Alloc temp storage somewhere else where we can do it more
21368         portable.
21369
21370 2005-10-10  Wim Taymans  <wim@fluendo.com>
21371
21372         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21373         (gst_tcpserversrc_start):
21374         Don't block in accept while doing the state change, move
21375         to poll and make cancellable.
21376
21377 2005-10-09  Philippe Khalaf <burger@speedy.org>
21378
21379         * gst-libs/gst/rtp/rtpbasedepayload.c:
21380         Set timestamp and add queue delay to timestamp
21381         * gst-libs/gst/rtp/rtpbuffer.h:
21382         Set correct payload type for h263
21383
21384 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21385
21386         * gst/audiotestsrc/gstaudiotestsrc.c:
21387         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21388         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21389         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21390         (gst_audiotestsrc_create_triangle),
21391         (gst_audiotestsrc_create_silence),
21392         (gst_audiotestsrc_create_white_noise),
21393         (gst_audiotestsrc_init_pink_noise),
21394         (gst_audiotestsrc_generate_pink_noise_value),
21395         (gst_audiotestsrc_create_pink_noise),
21396         (gst_audiotestsrc_change_wave):
21397         * gst/audiotestsrc/gstaudiotestsrc.h:
21398           fixed typo, added pink noise
21399
21400 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21401
21402         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21403         (plugin_init):
21404           Add wavpack and spc typefind functions from 0.8 branch.
21405
21406 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21407
21408         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21409         (ar_type_find), (msdos_type_find), (plugin_init):
21410           Add typefind functions for tar archives, ar archives,
21411           RAR archives, and msdos-executables (dlls, exe, etc.).
21412           Some of those would be wrongly identified as mpeg
21413           streams of some sort before (#315550).
21414
21415 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21416
21417         * configure.ac:
21418         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21419         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21420         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21421         * gst/audiotestsrc/Makefile.am:
21422         * gst/audiotestsrc/gstaudiotestsrc.c:
21423         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21424         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21425         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21426         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21427         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21428         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21429         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21430         (gst_audiotestsrc_create_silence),
21431         (gst_audiotestsrc_create_white_noise),
21432         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21433         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21434         (gst_audiotestsrc_start), (plugin_init):
21435         * gst/audiotestsrc/gstaudiotestsrc.h:
21436           add new plugin and element
21437         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21438           use gobject_class
21439
21440 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21441
21442         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21443         (gst_adder_init), (gst_adder_request_new_pad),
21444         (gst_adder_change_state):
21445           Add query function to source pad, so adder reports the correct
21446           time/sample position when queried (#315457); fix state change
21447           function; use GST_DEBUG_FUNCPTR() for pad functions.
21448
21449 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21450
21451         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21452           Fix leaks in typefind registration
21453           Clean up the gratuitous commenting and whitespacing a little
21454
21455 2005-10-08  Wim Taymans  <wim@fluendo.com>
21456
21457         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21458         Only actually wait for the thread to be stopped if it's 
21459         running.
21460
21461 2005-10-08  Wim Taymans  <wim@fluendo.com>
21462
21463         * gst-libs/gst/audio/gstbaseaudiosink.c:
21464         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21465         If we receive EOS we can start playback of what we had.
21466
21467 2005-10-08  Wim Taymans  <wim@fluendo.com>
21468
21469         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21470         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21471         (gst_multifdsink_stop):
21472         Fix crasher when going to NULL multiple times.
21473
21474 2005-10-06  Wim Taymans  <wim@fluendo.com>
21475
21476         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21477         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21478         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21479         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21480         patch from Edgard Lima <edgard.lima@indt.org.br>
21481         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21482
21483 2005-10-06  Wim Taymans  <wim@fluendo.com>
21484
21485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21486         Report the FLOW_RETURN as string in the error message.
21487
21488         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21489         Don't assert when clearing an unnegotiated buffer.
21490
21491 2005-10-04  Michael Smith <msmith@fluendo.com>
21492
21493         * gst/playback/gstplaybasebin.c: (group_destroy),
21494         (gen_preroll_element), (remove_groups), (setup_source):
21495         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21496         (setup_sinks), (gst_play_bin_send_event),
21497         (gst_play_bin_change_state):
21498           Set state to NULL before removing from bin. Fix refcounting.
21499
21500 2005-10-04  Michael Smith <msmith@fluendo.com>
21501
21502         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21503           Correct refcounting in send_event() function. Previously was wrong
21504           if the first sink was unable to handle the event.
21505
21506 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21507
21508         * configure.ac:
21509           back to development
21510
21511 === release 0.9.3 ===
21512
21513 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21514
21515         * configure.ac:
21516           Releasing 0.9.3, "De Facto"
21517
21518 2005-10-03  Andy Wingo  <wingo@pobox.com>
21519
21520         * gst/playback/gstdecodebin.c (try_to_link_1)
21521         (remove_element_chain): set element to NULL before removing it.
21522
21523 2005-10-02  Johan Dahlin  <johan@gnome.org>
21524
21525         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21526         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21527         MT safe.
21528
21529 2005-10-02  Andy Wingo  <wingo@pobox.com>
21530
21531         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21532         (gst_ring_buffer_prepare_read): 
21533         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21534         Demote to LOG.
21535
21536 2005-09-29  Wim Taymans  <wim@fluendo.com>
21537
21538         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21539         * ext/theora/theoradec.c: (theora_handle_data_packet):
21540         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21541         Propagate error codes from alloc_buffer too.
21542
21543 2005-09-29  Wim Taymans  <wim@fluendo.com>
21544
21545         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21546         We use fixed caps.
21547
21548         * gst/playback/Makefile.am:
21549         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21550         (dump_element_stats), (main):
21551         Added example stream introspection code.
21552
21553 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21554
21555         * gst/adder/gstadder.c: (gst_adder_collected):
21556           fix adder for float elements
21557
21558 2005-09-28  Wim Taymans  <wim@fluendo.com>
21559
21560         * gst-libs/gst/audio/gstbaseaudiosink.c:
21561         (gst_base_audio_sink_class_init),
21562         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21563         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21564         (gst_base_audio_src_class_init),
21565         (gst_base_audio_src_provide_clock):
21566         get_clock -> provide_clock
21567
21568 2005-09-28  Andy Wingo  <wingo@pobox.com>
21569
21570         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21571         and unlocking.
21572
21573         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21574         unlocking.
21575
21576         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21577         Actually add the pad template.
21578         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21579
21580         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21581         I'm at it...
21582
21583         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21584         from fdsrc. Get caps in create() instead of start() so it can be
21585         interrupted. Interruption somewhat untested.
21586
21587         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21588         Proper EOS handling.
21589
21590 2005-09-27  Andy Wingo  <wingo@pobox.com>
21591
21592         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21593
21594         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21595
21596         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21597
21598         * gst/tcp/gsttcp.h: 
21599         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21600         out of tcpclientsrc.c. Cancellable.
21601         (gst_tcp_socket_read): Made private, cancellable, with better
21602         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21603         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21604         whole buffer, and better diagnostics.
21605         (gst_tcp_gdp_read_caps): Same.
21606
21607         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21608
21609 2005-09-26  Andy Wingo  <wingo@pobox.com>
21610
21611         * gst/sine/gstsinesrc.h:
21612         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21613         change the 'sync' property to 'is-live' and implement it halfway,
21614         update for controller api change.
21615
21616         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21617         controller api change.
21618
21619 2005-09-24  Wim Taymans  <wim@fluendo.com>
21620
21621         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21622         * gst-libs/gst/audio/gstaudiosink.c:
21623         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21624         (gst_audioringbuffer_stop):
21625         * gst-libs/gst/audio/gstbaseaudiosink.c:
21626         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21627         (gst_base_audio_sink_change_state):
21628         * gst-libs/gst/audio/gstbaseaudiosink.h:
21629         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21630         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21631         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21632         * gst-libs/gst/audio/gstringbuffer.h:
21633         Fix sync again. Moved sample alignment to basesink.
21634
21635 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21636
21637         * docs/plugins/Makefile.am:
21638         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21639         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21640         * gst/volume/gstvolume.c:
21641           add/fix docs
21642         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21643         * gst-libs/gst/audio/audio.h:
21644           add conversion macros for frames <-> clocktime
21645
21646 2005-09-23  David Schleef  <ds@schleef.org>
21647
21648         * gst/audioresample/Makefile.am:
21649         * gst/audioresample/debug.h:
21650         * gst/audioresample/gstaudioresample.c:
21651         * gst/audioresample/resample.c: Convert to using gst debugging
21652
21653 2005-09-22  Wim Taymans  <wim@fluendo.com>
21654
21655         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21656         (gst_play_bin_send_event):
21657         Only seek on one sink, the first one that succeeds.
21658
21659 2005-09-22  Michael Smith <msmith@fluendo.com>
21660
21661         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21662         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21663         Don't flush encoder state unless we have an initialised encoder.
21664         Clear out encoder state on PAUSED_TO_READY.
21665
21666 2005-09-22  Wim Taymans  <wim@fluendo.com>
21667
21668         * gst-libs/gst/rtp/gstbasertppayload.c:
21669         (gst_basertppayload_class_init), (gst_basertppayload_init),
21670         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21671         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21672         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21673         (gst_basertppayload_set_property),
21674         (gst_basertppayload_get_property),
21675         (gst_basertppayload_change_state):
21676         * gst-libs/gst/rtp/gstbasertppayload.h:
21677         Added max-ptime to control amount of data in the rtp packets.
21678
21679 2005-09-21  Andy Wingo  <wingo@pobox.com>
21680
21681         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21682         thingies.
21683
21684         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21685         can be called multiple times, dogs.
21686
21687 2005-09-21  Wim Taymans  <wim@fluendo.com>
21688
21689         * gst-libs/gst/rtp/gstbasertppayload.c:
21690         (gst_basertppayload_class_init), (gst_basertppayload_init),
21691         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21692         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21693         (gst_basertppayload_push), (gst_basertppayload_get_property),
21694         (gst_basertppayload_change_state):
21695         Allow 0 ssrc too.
21696
21697 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21698
21699         * docs/libs/compiling.sgml:
21700           fixing typos
21701
21702 2005-09-20  Wim Taymans  <wim@fluendo.com>
21703
21704         * gst-libs/gst/rtp/gstbasertppayload.c:
21705         (gst_basertppayload_class_init), (gst_basertppayload_init),
21706         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21707         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21708         (gst_basertppayload_push), (gst_basertppayload_set_property),
21709         (gst_basertppayload_get_property),
21710         (gst_basertppayload_change_state):
21711         * gst-libs/gst/rtp/gstbasertppayload.h:
21712         Added property to configure sequence number offsets.
21713
21714 2005-09-20  Wim Taymans  <wim@fluendo.com>
21715
21716         * gst-libs/gst/rtp/gstbasertppayload.c:
21717         (gst_basertppayload_class_init), (gst_basertppayload_init),
21718         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21719         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21720         (gst_basertppayload_push), (gst_basertppayload_set_property),
21721         (gst_basertppayload_get_property),
21722         (gst_basertppayload_change_state):
21723         * gst-libs/gst/rtp/gstbasertppayload.h:
21724         Make timestamp offset configurable.
21725
21726 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21727
21728         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21729           fix wrong pop/unref
21730
21731 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21732
21733         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21734
21735         * gst-libs/gst/interfaces/propertyprobe.c:
21736         (gst_property_probe_probe_property_name),
21737         (gst_property_probe_needs_probe_name),
21738         (gst_property_probe_get_values_name),
21739         (gst_property_probe_probe_and_get_values_name):
21740           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21741           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21742
21743 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21744
21745         * check/Makefile.am:
21746           have some tests be disabled for valgrinding
21747         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21748         (GST_START_TEST):
21749         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21750           Fix A Leak.  Chain To Parent Finalize.
21751
21752 2005-09-19  Wim Taymans  <wim@fluendo.com>
21753
21754         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21755         Fixed wav pipeline.
21756
21757 2005-09-19  Wim Taymans  <wim@fluendo.com>
21758
21759         * gst-libs/gst/rtp/gstbasertppayload.c:
21760         (gst_basertppayload_class_init), (gst_basertppayload_init),
21761         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21762         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21763         (gst_basertppayload_push), (gst_basertppayload_get_property),
21764         (gst_basertppayload_change_state):
21765         Posting ERROR and WARNING messages is good.
21766
21767 2005-09-19  Wim Taymans  <wim@fluendo.com>
21768
21769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21770         (gst_base_rtp_depayload_add_to_queue),
21771         (gst_base_rtp_depayload_push),
21772         (gst_base_rtp_depayload_set_gst_timestamp),
21773         (gst_base_rtp_depayload_queue_release):
21774         This one was not supposed to go in.
21775
21776 2005-09-19  Wim Taymans  <wim@fluendo.com>
21777
21778         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21779         Fix for bus API.
21780
21781         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21782         (gst_base_rtp_depayload_chain),
21783         (gst_base_rtp_depayload_add_to_queue),
21784         (gst_base_rtp_depayload_push),
21785         (gst_base_rtp_depayload_set_gst_timestamp),
21786         (gst_base_rtp_depayload_queue_release):
21787         Some cleanups.
21788
21789         * gst-libs/gst/rtp/gstbasertppayload.c:
21790         (gst_basertppayload_class_init), (gst_basertppayload_init),
21791         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21792         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21793         (gst_basertppayload_get_property),
21794         (gst_basertppayload_change_state):
21795         Added debugging category.
21796
21797 2005-09-18  David Schleef  <ds@schleef.org>
21798
21799         * gst/playback/gstdecodebin.c: free plugin list correctly
21800         * gst/playback/gstplaybin.c: emit warning if autovideosink
21801           and autoaudiosink can't be found (instead of segfaulting)
21802
21803 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21804
21805         * check/elements/audioconvert.c: (GST_START_TEST):
21806           try out 24 bit conversion
21807
21808 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21809
21810         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21811         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21812         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21813         * ext/vorbis/vorbisenc.h:
21814           Fix EOS handling.  Still needs a fix in the ogg muxer to
21815           mark the last page as eos.
21816
21817 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21818
21819         * common/gtk-doc-plugins.mak:
21820         * docs/plugins/Makefile.am:
21821         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21822         * gst/ffmpegcolorspace/Makefile.am:
21823         * gst/ffmpegcolorspace/avcodec.h:
21824         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21825         * gst/tcp/gstmultifdsink.c:
21826           fix up ffmpegcolorspace docs; extract header
21827
21828 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21829
21830         * common/gtk-doc-plugins.mak:
21831         * docs/plugins/Makefile.am:
21832         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21833         * ext/theora/Makefile.am:
21834         * ext/theora/gsttheoraenc.h:
21835         * ext/theora/theoraenc.c:
21836         * ext/vorbis/vorbisenc.c:
21837           pick up signals and args for vorbis; add some docs for vorbis
21838
21839 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21840
21841         * common/gstdoc-scangobj:
21842         * common/gtk-doc-plugins.mak:
21843         * docs/libs/Makefile.am:
21844         * docs/plugins/gst-plugins-base-plugins.args:
21845         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21846         * docs/plugins/gst-plugins-base-plugins.interfaces:
21847         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21848         * docs/plugins/gst-plugins-base-plugins.signals:
21849           only scanobj stuff from our source module.  Not sure yet
21850           if that's correct, given the hierarchy stuff :)
21851
21852 2005-09-15  Wim Taymans  <wim@fluendo.com>
21853
21854         * gst/audioconvert/gstaudioconvert.c:
21855         And enable 24 bits mode as well..
21856
21857 2005-09-15  Wim Taymans  <wim@fluendo.com>
21858
21859         * gst-libs/gst/rtp/Makefile.am:
21860         * gst-libs/gst/rtp/gstbasertppayload.c:
21861         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21862         (gst_basertppayload_class_init), (gst_basertppayload_init),
21863         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21864         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21865         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21866         (gst_basertppayload_set_property),
21867         (gst_basertppayload_get_property),
21868         (gst_basertppayload_change_state):
21869         * gst-libs/gst/rtp/gstbasertppayload.h:
21870         Added rtp payloader base class.
21871
21872 2005-09-15  Andy Wingo  <wingo@pobox.com>
21873
21874         * configure.ac (plugindir): Remove the EOL matcher from the
21875         regexp, as it causes me problems. Libtool? Make? Who knows?
21876
21877 2005-09-14  David Schleef  <ds@schleef.org>
21878
21879         * check/generic/states.c: 
21880         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21881         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21882           Fixes for changes in registry API.
21883
21884         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21885           to GST_PLUGIN_LDFLAGS.
21886         * ext/libvisual/visual.c: Make the library shut up.
21887         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21888         * gst-libs/gst/audio/gstaudiofilter.c: same
21889
21890 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21891
21892         * docs/plugins/Makefile.am:
21893         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21894         * docs/plugins/inspect/plugin-libvisual.xml:
21895         * docs/plugins/tmpl/element-tcpserversink.sgml:
21896         * ext/theora/theoraenc.c:
21897           add libvisual plugin and theoraenc element to docs
21898
21899 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21900
21901         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21902         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21903         * ext/theora/theoraenc.c:
21904           add theoraenc
21905
21906 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21907
21908         * gst/audioconvert/Makefile.am:
21909           Audioconvert derives from GstBaseTransform and should
21910           link to the library with our base elements to avoid
21911           unresolved symbols. Makes things work with MinGW (#316160)
21912
21913         * gst/playback/test4.c: (main):
21914           Fix MinGW build problem and use g_usleep() instead of 
21915           sleep() (#316162)
21916
21917 2005-09-12  Wim Taymans  <wim@fluendo.com>
21918
21919         * gst/audioconvert/audioconvert.c: (float),
21920         (audio_convert_prepare_context), (audio_convert_convert):
21921         * gst/audioconvert/audioconvert.h:
21922         Cleanups, speedups, simplifications, added back support
21923         for 24 bits.
21924
21925 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21926
21927         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21928         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21929         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21930         * docs/plugins/tmpl/element-tcpserversink.sgml:
21931         * gst/ffmpegcolorspace/gstffmpeg.c:
21932         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21933         * gst/videotestsrc/gstvideotestsrc.c:
21934         * gst/volume/gstvolume.c:
21935           add more elements to the docs
21936
21937 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21938
21939         * check/Makefile.am:
21940         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21941         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21942           Add extra tests for basetransform based components. 
21943           Comment out the test_element_negotiation test until we decide
21944           if it's testing correct behaviour.
21945         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21946         (gst_visual_chain), (gst_visual_change_state):
21947           Slightly more correct but still bogus timestamping.
21948           Fix state change function.
21949         * gst/audioconvert/gstaudioconvert.c:
21950         (gst_audio_convert_class_init):
21951         * gst/audioresample/gstaudioresample.c:
21952         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21953         (gst_ffmpegcsp_class_init):
21954         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21955         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21956         (gst_videoscale_prepare_image):
21957         * gst/volume/gstvolume.c: (gst_volume_class_init),
21958         (volume_transform_ip):
21959           Basetransform updates. Enable passthrough modes.
21960         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21961         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21962         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21963           Negotiation fix that allows the window to return to the original
21964           size and renegotiate passthrough upstream. Extra debug output.
21965
21966 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21967
21968         * gst/sine/gstsinesrc.c:
21969         * gst/volume/gstvolume.c:
21970           fix up header include
21971
21972 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21973
21974         * gst-libs/gst/audio/gstbaseaudiosink.c:
21975         (gst_base_audio_sink_render):
21976         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21977         * gst/volume/gstvolume.c: (gst_volume_class_init),
21978         (volume_transform):
21979           fixing lost sync, some more debugging
21980
21981 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21982
21983         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21984         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21985         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21986         (gst_xvimagesink_check_xshm_calls):
21987           Fix compilation when XShm is not available.
21988
21989 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21990
21991         * ext/libvisual/visual.c: (gst_visual_dispose),
21992         (gst_visual_getcaps), (gst_visual_src_setcaps),
21993         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21994         (gst_visual_change_state):
21995           Finish fixing up libvisual plugin so that it runs. 
21996
21997 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21998
21999         * ext/vorbis/vorbisenc.c:
22000         * gst-libs/gst/tag/gstvorbistag.c:
22001           gsttaginterface.h -> gsttagsetter.h
22002
22003 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22004
22005         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22006           added another test that failes for me (test is not active by default)
22007
22008 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22009
22010         * configure.ac:
22011           v4l2 is no longer in gst-plugins-base
22012
22013 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22014
22015         * configure.ac:
22016           In the output at the end, don't show the first plugin on the same
22017           line as "Core plug-ins, always built:".
22018           Indent the output as for other plugin categories
22019         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22020           #define that can be used to not use peer buffer_alloc functions for
22021           test purposes.
22022         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22023         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22024         (gst_ximagesink_show_frame):
22025         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22026         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22027         (gst_xvimagesink_show_frame):
22028           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22029           fails gracefully instead of XError aborting or deadlocking.
22030
22031 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22032
22033         * ext/libvisual/Makefile.am:
22034           link against gst-base-libs
22035
22036 2005-09-06  David Schleef  <ds@schleef.org>
22037
22038         * configure.ac: Enable libvisual plugin.
22039         * ext/libvisual/Makefile.am:
22040         * ext/libvisual/visual.c: Fixes to make it compile.
22041
22042 === release 0.9.2 ===
22043
22044 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22045
22046         * NEWS:
22047         * RELEASE:
22048         * configure.ac:
22049         * docs/random/ChangeLog-0.8:
22050           releasing 0.9.2, "Spoon"
22051
22052 2005-09-05  Michael Smith <msmith@fluendo.com>
22053
22054         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22055           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22056           that in the vorbisenc element.
22057
22058 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22059
22060         * common/gtk-doc-plugins.mak:
22061         * docs/plugins/Makefile.am:
22062           fix distcheck
22063         * gst/audioresample/resample.c:
22064           fix wrong docstring
22065
22066 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22067
22068         * common/gst-xmlinspect.py:
22069         * common/gtk-doc-plugins.mak:
22070           only inspect plugins for this given package
22071           require gst-python 0.9
22072
22073 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22074
22075         * Makefile.am:
22076         * autogen.sh:
22077         * common/gst-xmlinspect.py:
22078         * configure.ac:
22079         * docs/Makefile.am:
22080         * docs/plugins/inspect/plugin-alsa.xml:
22081         * docs/plugins/inspect/plugin-audioresample.xml:
22082         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22083         * docs/plugins/inspect/plugin-ogg.xml:
22084         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22085         * docs/plugins/tmpl/element-multifdsink.sgml:
22086         * docs/plugins/tmpl/element-tcpserversink.sgml:
22087         * docs/plugins/tmpl/element-vorbisenc.sgml:
22088         * gst-plugins-base.spec.in:
22089           various doc-related updates
22090
22091 2005-08-31  Wim Taymans  <wim@fluendo.com>
22092
22093         * gst-libs/gst/audio/gstbaseaudiosink.c:
22094         (gst_base_audio_sink_render):
22095         Resync if the buffer timestamps drift more than a 10th 
22096         of a second.
22097
22098 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22099
22100         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22101         (gst_v4lsrc_get_property):
22102           The 'timestamp-offset' property is registered as an int64, so
22103           let's use g_value_{set|get}_int64() in our setter and getter
22104           functions (makes it work and fixes warnings with gst-inspect).
22105
22106 2005-08-30  Wim Taymans  <wim@fluendo.com>
22107
22108         * check/elements/audioconvert.c: (setup_audioconvert):
22109         * check/elements/audioresample.c: (setup_audioresample):
22110         * check/elements/volume.c: (setup_volume):
22111         Fix checks.
22112
22113 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22114
22115         * common/gtk-doc-plugins.mak:
22116         * common/plugins.xsl:
22117         * docs/plugins/Makefile.am:
22118           make module a param
22119
22120 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22121
22122         * examples/seeking/seek.c: (make_mp3_pipeline),
22123         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22124         (play_cb), (pause_cb), (stop_cb):
22125           update the example
22126
22127 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22128
22129         * gst/volume/gstvolume.c: (gst_volume_class_init),
22130         (volume_transform):
22131           do not update controlled params, if buffer has no timestamp
22132
22133 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22134
22135         * configure.ac:
22136         * gst/sine/Makefile.am:
22137         * gst/volume/Makefile.am:
22138           controllerized elements also need to link against controller-libs ;)
22139
22140 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22141
22142         * docs/libs/tmpl/gstcolorbalance.sgml:
22143         * docs/libs/tmpl/gstgconf.sgml:
22144         * docs/libs/tmpl/gstmixer.sgml:
22145         * docs/libs/tmpl/gstringbuffer.sgml:
22146         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22147         (gst_sinesrc_create):
22148         * gst/volume/gstvolume.c: (gst_volume_class_init),
22149         (volume_transform):
22150           controllerized two audio plugins
22151
22152 2005-08-29  Andy Wingo  <wingo@pobox.com>
22153
22154         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22155         (vorbis_handle_data_packet): Fix some int overflow errors.
22156
22157         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22158         -1.
22159         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22160         valid.
22161         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22162         if it's valid. Fixed streaming-mode playback.
22163
22164         * check/elements/volume.c (cleanup_volume): Fix for running
22165         CK_FORK=no.
22166
22167         * check/elements/audioconvert.c: Convert from native endian, not
22168         little endian.
22169
22170 2005-08-29  Michael Smith <msmith@fluendo.com>
22171
22172         * ext/ogg/Makefile.am:
22173         * ext/ogg/gstogg.c: (plugin_init):
22174         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22175         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22176         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22177         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22178         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22179         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22180         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22181         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22182         Add an ogg parser element.
22183
22184 2005-08-28  Andy Wingo  <wingo@pobox.com>
22185
22186         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22187
22188 2005-08-26  Wim Taymans  <wim@fluendo.com>
22189
22190         * gst/audioconvert/audioconvert.c: (if), (float),
22191         (audio_convert_get_func_index), (check_default),
22192         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22193         (audio_convert_clean_context), (audio_convert_get_sizes),
22194         (audio_convert_convert):
22195         Cleanups.
22196
22197 2005-08-26  Wim Taymans  <wim@fluendo.com>
22198
22199         * gst/audioconvert/audioconvert.c: (if), (float),
22200         (audio_convert_get_func_index), (check_default),
22201         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22202         (audio_convert_clean_context), (audio_convert_get_sizes),
22203         (audio_convert_convert):
22204         More elegant and working temp buffer selection algo.
22205
22206 2005-08-26  Wim Taymans  <wim@fluendo.com>
22207
22208         * gst/audioconvert/audioconvert.c: (if), (float),
22209         (audio_convert_get_func_index), (check_default),
22210         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22211         (audio_convert_clean_context), (audio_convert_get_sizes),
22212         (get_temp_buffer), (audio_convert_convert):
22213         Use realloc else we lose our original data.
22214
22215 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22216
22217         * gst/audioresample/gstaudioresample.c:
22218           use base class' newsegment to properly timestamp
22219
22220 2005-08-26  Wim Taymans  <wim@fluendo.com>
22221
22222         * gst/audioconvert/audioconvert.c: (if), (float),
22223         (audio_convert_get_func_index), (check_default),
22224         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22225         (audio_convert_clean_context), (audio_convert_get_sizes),
22226         (get_temp_buffer), (audio_convert_convert):
22227         * gst/audioconvert/gstaudioconvert.c:
22228         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22229         (gst_audio_convert_transform_caps),
22230         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22231         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22232         Oops, allocate enough space to perform the channel mix.
22233
22234 2005-08-26  Wim Taymans  <wim@fluendo.com>
22235
22236         * gst/audioconvert/Makefile.am:
22237         * gst/audioconvert/audioconvert.c: (if), (float),
22238         (audio_convert_get_func_index), (check_default),
22239         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22240         (audio_convert_clean_context), (audio_convert_get_sizes),
22241         (get_temp_buffer), (audio_convert_convert):
22242         * gst/audioconvert/audioconvert.h:
22243         * gst/audioconvert/gstaudioconvert.c:
22244         (gst_audio_convert_class_init), (gst_audio_convert_init),
22245         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22246         (gst_audio_convert_get_unit_size),
22247         (gst_audio_convert_transform_caps),
22248         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22249         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22250         * gst/audioconvert/gstaudioconvert.h:
22251         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22252         (gst_channel_mix_fill_identical),
22253         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22254         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22255         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22256         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22257         (gst_channel_mix_mix):
22258         * gst/audioconvert/gstchannelmix.h:
22259         Cleanups, librarify a bit, optimize, better negotiation and more.
22260
22261 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22262
22263         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22264         Another from MikeS:
22265         During typefinding, don't support negative offsets
22266         (offsets from the end of the stream) in our typefind->peek() function
22267         - nothing embedded in ogg ever needs them. However, we need to recognise
22268         those requests and reject them, otherwise we return invalid pointers.
22269
22270 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22271
22272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22273         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22274         (vorbisdec_finalize), (vorbis_handle_type_packet):
22275           Big shout-out to MikeS for fixing this giant memory leak.
22276           Huzzah!
22277
22278 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22279
22280         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22281         (audio_convert_get_unit_size):
22282           plug some leaks
22283
22284 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22285
22286         * check/Makefile.am:
22287         * check/elements/audioconvert.c: (setup_audioconvert),
22288         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22289         (GST_START_TEST), (audioconvert_suite), (main):
22290           add a test for audioconvert
22291         * gst/audioresample/gstaudioresample.c:
22292         * gst/audioresample/gstaudioresample.h:
22293           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22294           note that for buffers of 1/3 sec this means DURATION(c) is 
22295           one nanosecond more than for a and b
22296
22297 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22298
22299         * check/Makefile.am:
22300         * check/elements/audioresample.c: (setup_audioresample),
22301         (cleanup_audioresample), (fail_unless_perfect_stream),
22302         (test_perfect_stream_instance), (GST_START_TEST),
22303           add a check for audioresample
22304         (audioresample_suite), (main):
22305         * check/elements/volume.c: (GST_START_TEST):
22306           remove unused method
22307         * gst/audioresample/gstaudioresample.c:
22308           set correct buffer parameters since we're changing them
22309         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22310           add some debug
22311
22312 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22313
22314         * gst/audioresample/debug.c:
22315         * gst/audioresample/gstaudioresample.c:
22316           add room for extra overlap samples when asked to transform size
22317           protect against possible mem corruption and check for discrepancies
22318           between written size and outbuffer's size so we can warn for
22319           potential problems
22320         * gst/audioresample/resample.c: (resample_init),
22321         (resample_get_output_size_for_input), (resample_get_output_size),
22322         (resample_set_n_channels), (resample_set_format):
22323           set debug level based on RESAMPLE_DEBUG env var
22324           make sure that get_output_size* returns a whole number of
22325           sample_size
22326           set sample_size each time either channel or format is set
22327         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22328         * gst/audioresample/resample_functable.c:
22329         (resample_scale_functable):
22330         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22331           remove r->sample_size, it's done in resample.c now
22332           add some debugging to the ref implementation
22333           make sure we only give back bytes that are wholes of the sample
22334           size
22335
22336 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22337         * gst/playback/gstplaybasebin.c: (fill_buffer):
22338         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22339
22340 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22341
22342         * gst/volume/gstvolume.c:
22343           made set_caps function static
22344
22345 2005-08-24  Wim Taymans  <wim@fluendo.com>
22346
22347         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22348         (gst_vorbisenc_change_state):
22349         Stop leaking taglists.
22350
22351 2005-08-24  Wim Taymans  <wim@fluendo.com>
22352
22353         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22354         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22355         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22356         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22357         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22358         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22359         Parse seeking events better.
22360         Unref static caps.
22361         Generate correct newsegment events, fixes seeking in live oggs.
22362
22363         * ext/theora/theoradec.c: (theora_dec_src_query),
22364         (theora_dec_src_event), (theora_dec_src_getcaps),
22365         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22366         Use newsegment values to report correct play time.
22367
22368         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22369         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22370         * ext/vorbis/vorbisdec.h:
22371         Parse and use newsegment values to report correct play time.
22372
22373         * gst-libs/gst/audio/gstbaseaudiosink.c:
22374         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22375         Clear ringbuffer on flush.
22376         Use newsegment values to calculate playback time.
22377
22378         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22380         Basesink does newsegment calculations for us now.
22381
22382 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22383
22384         * check/Makefile.am:
22385         * configure.ac:
22386           add core's plugins to the mix so that playbin works
22387         * check/generic/states.c: (GST_START_TEST):
22388           set a 0 timeout on pipelines, so they don't force the next
22389           state change
22390         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22391         (gst_play_base_bin_change_state):
22392           remove the crappy error handling and do GST error handling
22393
22394 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22395
22396         * check/Makefile.am:
22397         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22398           add same test as to core, it bitches out on playbin atm.
22399
22400 2005-08-24  Wim Taymans  <wim@fluendo.com>
22401
22402         * configure.ac:
22403         Remove audioscale.
22404
22405 2005-08-24  Wim Taymans  <wim@fluendo.com>
22406
22407         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22408         (gst_videoscale_prepare_size), (parse_caps),
22409         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22410         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22411         (gst_videoscale_transform):
22412         * gst/videoscale/gstvideoscale.h:
22413         Refactor, make use of BaseTranform really well.
22414
22415 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22416
22417         * configure.ac:
22418           compile audioresample
22419         * gst/audioresample/Makefile.am:
22420         * gst/audioresample/buffer.c:
22421         * gst/audioresample/functable.c:
22422         * gst/audioresample/gstaudioresample.c:
22423         * gst/audioresample/gstaudioresample.h:
22424         * gst/audioresample/resample.c:
22425         (resample_get_output_size_for_input):
22426         * gst/audioresample/resample.h:
22427         * gst/audioresample/resample_chunk.c:
22428         * gst/audioresample/resample_functable.c:
22429         * gst/audioresample/resample_ref.c:
22430           port to use basetransform; doesn't work in all cases yet
22431
22432 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22433
22434         * gst/audioconvert/gstaudioconvert.c:
22435         (gst_audio_convert_class_init), (gst_audio_convert_init),
22436         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22437         (audio_convert_fixate_caps), (audio_convert_set_caps),
22438         (audio_convert_transform),
22439         (gst_audio_convert_buffer_to_default_format),
22440         (gst_audio_convert_buffer_from_default_format),
22441         (gst_audio_convert_channels):
22442         * gst/audioconvert/gstchannelmix.c:
22443         * gst/audioconvert/gstchannelmix.h:
22444           port to basetransform
22445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22446         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22447         (gst_ffmpegcsp_get_unit_size):
22448         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22449         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22450           fix for basetransform changes
22451
22452 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22453
22454         * check/Makefile.am:
22455           Add CHECK_CFLAGS and LDFLAGS
22456
22457         * gst/playback/gstplaybasebin.c: (fill_buffer):
22458           GST_MESSAGE_SRC became a GObject
22459
22460 2005-08-24  Wim Taymans  <wim@fluendo.com>
22461
22462         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22463         (gst_ring_buffer_clear_all):
22464         * gst-libs/gst/audio/gstringbuffer.h:
22465         Added function to clear the ringbuffer.
22466
22467 2005-08-24  Andy Wingo  <wingo@pobox.com>
22468
22469         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22470         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22471         of _open and _close.
22472
22473         * sys/v4l/gstv4lxoverlay.h:
22474         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22475         an Xv connection here, instead of all the time. Make Xv only be
22476         loaded if you axe for it. Kindof a workaround for buggy behaviour
22477         of Xv when using remote xservers (XvQueryExtension would block).
22478         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22479         replace the _open and _close public API. Only start the xv
22480         connection if necessary.
22481         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22482
22483 2005-08-23  David Schleef  <ds@schleef.org>
22484
22485         * gst/audioresample/Makefile.am: Leet audioresampling code
22486         * gst/audioresample/buffer.c:
22487         * gst/audioresample/buffer.h:
22488         * gst/audioresample/debug.c:
22489         * gst/audioresample/debug.h:
22490         * gst/audioresample/functable.c:
22491         * gst/audioresample/functable.h:
22492         * gst/audioresample/gstaudioresample.c:
22493         * gst/audioresample/gstaudioresample.h:
22494         * gst/audioresample/resample.c:
22495         * gst/audioresample/resample.h:
22496         * gst/audioresample/resample_chunk.c:
22497         * gst/audioresample/resample_functable.c:
22498         * gst/audioresample/resample_ref.c:
22499
22500 2005-08-23  Wim Taymans  <wim@fluendo.com>
22501
22502         * examples/seeking/seek.c: (make_vorbis_pipeline),
22503         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22504         Small seek updates.
22505
22506 2005-08-23  Andy Wingo  <wingo@pobox.com>
22507
22508         * gst-libs/gst/audio/gstbaseaudiosrc.c
22509         (gst_base_audio_src_fixate): Only fixate endianness if it is
22510         present in the caps.
22511
22512 2005-08-22  Andy Wingo  <wingo@pobox.com>
22513
22514         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22515         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22516         device-name property.
22517
22518         * gst-libs/gst/audio/gstaudiosrc.h:
22519         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22520         close_device in the ring buffer, like gstaudiosink.
22521
22522         * ext/alsa/gstalsamixer.h:
22523         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22524         macro to implement the interface without much code. Cleanups. 
22525
22526         * ext/alsa/gstalsasrc.h:
22527         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22528         READY.
22529
22530         * ext/alsa/Makefile.am: Add new files.
22531         * ext/alsa/gstalsamixerelement.c: 
22532         * ext/alsa/gstalsamixerelement.c: Split element code out from
22533         mixer code so that alsasrc can be a mixer too.
22534
22535 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22536
22537         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22538         (GST_START_TEST):
22539         * check/elements/vorbisdec.c: (setup_vorbisdec),
22540         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22541         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22542         (vorbis_handle_identification_packet),
22543         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22544         (vorbis_handle_header_packet), (vorbis_dec_push),
22545         (vorbis_dec_chain):
22546           use the setup/teardown methods to save code.  save code is good.
22547
22548 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22549
22550         * check/Makefile.am:
22551           add ext dir for plugins
22552           add vorbisdec test conditionally
22553         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22554         (GST_START_TEST), (volume_suite):
22555           add a test with wrong caps
22556         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22557         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22558           add a vorbisdec test
22559         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22560         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22561           clean up debug output
22562         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22563           yay, fix a segfault/security issue in vorbisdec
22564           gst-launch fakesrc ! vorbisdec wasn't happy
22565         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22566         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22567         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22568         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22569         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22570         (gst_vorbisenc_set_metadata), (get_constraints_string),
22571         (update_start_message), (gst_vorbisenc_setup),
22572         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22573         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22574         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22575         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22576         * ext/vorbis/vorbisenc.h:
22577           march in line
22578         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22579         (gst_ffmpegcsp_transform):
22580           have the kow come home
22581         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22582           debug my func ptr
22583         * gst/volume/gstvolume.c: (volume_set_caps):
22584           add a debug
22585
22586 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22587
22588         * Makefile.am:
22589         * check/.cvsignore:
22590         * check/Makefile.am:
22591         * check/elements/.cvsignore:
22592         * check/elements/volume.c: (chain_func), (event_func),
22593         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22594         (main):
22595         * configure.ac:
22596           add unit test structure for gst-plugins-base
22597           add a test for volume
22598         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22599         (gst_volume_set_volume), (gst_volume_get_volume),
22600         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22601         (volume_funcfind), (volume_process_float), (volume_process_int16),
22602         (volume_set_caps), (volume_transform), (volume_update_mute),
22603         (volume_update_volume), (volume_set_property),
22604         (volume_get_property):
22605           document a little; use basetransform vmethod _set_caps
22606
22607 2005-08-19  Andy Wingo  <wingo@pobox.com>
22608
22609         * ext/alsa/gstalsamixertrack.h:
22610         * ext/alsa/gstalsamixertrack.c:
22611         * ext/alsa/gstalsamixeroptions.h:
22612         * ext/alsa/gstalsamixeroptions.c:
22613         * ext/alsa/gstalsamixer.h:
22614         * ext/alsa/gstalsamixer.c: Port to 0.9.
22615
22616         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22617         Remove gstalsa.c and alsaclock. No more cruft here.
22618         
22619 2005-08-18  Wim Taymans  <wim@fluendo.com>
22620
22621         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22622         (gst_base_rtp_depayload_chain),
22623         (gst_base_rtp_depayload_add_to_queue),
22624         (gst_base_rtp_depayload_push),
22625         (gst_base_rtp_depayload_queue_release):
22626         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22627         Fix for RTPBuffer changes.
22628
22629         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22630         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22631         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22632         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22633         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22634         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22635         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22636         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22637         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22638         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22639         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22640         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22641         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22642         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22643         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22644         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22645         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22646         (gst_rtpbuffer_get_payload):
22647         * gst-libs/gst/rtp/gstrtpbuffer.h:
22648         Don't subclass GstBuffer but add methods and helper functions
22649         to construct and manipulate RTP packets in regular GstBuffers.
22650
22651 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22652
22653         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22654           moved statement below switch
22655         * gst/volume/gstvolume.c: (gst_volume_class_init):
22656           added debug ptr
22657
22658 2005-08-16  Wim Taymans  <wim@fluendo.com>
22659
22660         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22661         (gst_base_audio_src_change_state):
22662         Open and close device in READY<->NULL state change.
22663
22664 2005-08-16  Andy Wingo  <wingo@pobox.com>
22665
22666         * examples/seeking/Makefile.am: Don't compile non-compiling
22667         compiled objects with the compiler.
22668
22669         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22670         elements.
22671
22672 2005-08-12  Philippe Khalaf <burger@speedy.org>
22673         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22674         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22675           Made a thread to release the queue.
22676           Removed timestamp conversion for now.
22677
22678 2005-08-10  Philippe Khalaf <burger@speedy.org>
22679         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22680         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22681           Added rtp timestamp -> gst timestamp conversion.
22682           Fixed several problems with queue.
22683
22684 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22685
22686         * gst-libs/gst/audio/gstaudioclock.h:
22687         * gst-libs/gst/audio/gstaudiofilter.h:
22688         * gst-libs/gst/audio/gstaudiosink.h:
22689         * gst-libs/gst/audio/gstaudiosrc.h:
22690         * gst-libs/gst/audio/gstbaseaudiosink.h:
22691         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22692         * gst-libs/gst/audio/gstringbuffer.h:
22693         * gst-libs/gst/net/gstnetbuffer.h:
22694         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22695         * gst-libs/gst/rtp/gstrtpbuffer.h:
22696           Add padding (you will need to rebuild gst-plugins-base,
22697           gst-plugins and all applications afterwards!)
22698
22699 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22700
22701         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22702         (gst_riff_parse_chunk):
22703           Fix bug in debug message and add some more debug messages.
22704
22705 2005-08-08  Edward Hervey  <edward@fluendo.com>
22706
22707         * gst-libs/gst/riff/riff-media.c:
22708         backported updates since branch
22709
22710 2005-08-08  Andy Wingo  <wingo@pobox.com>
22711
22712         * gst-libs/gst/audio/gstbaseaudiosink.c
22713         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22714         like good elements should. Close on READY->NULL too.
22715
22716         * gst-libs/gst/audio/gstaudiosink.c
22717         (gst_audioringbuffer_open_device,
22718         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22719         (gst_audioringbuffer_release): Updates for new ring buffer API,
22720         hook into the new audio sink api.
22721
22722         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22723         (GstAudioSinkClass.close): Just open and close the device -- no
22724         resource allocation or configuration.
22725         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22726         vmethods, handle device setup and resource allocation.
22727
22728         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22729         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22730         base class API.
22731
22732         * gst-libs/gst/audio/gstringbuffer.h
22733         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22734         New vmethods.
22735
22736         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22737         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22738         New API functions. The device should be opened before acquiring
22739         and closed after releasing.
22740
22741 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22742
22743         * gst-libs/gst/interfaces/mixer.h:
22744           Reset padding to GST_PADDING.
22745
22746 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22747
22748         * gst/playback/gstplaybin.c: (remove_sinks):
22749           Remove visualization from parent explicitely; works around some
22750           apparent refcount issue that I haven't tracked down yet.
22751
22752 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22753
22754         * ext/alsa/gstalsasink.c: (set_hwparams):
22755           Assign debug category, add negotiation debug msgs.
22756
22757 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22758
22759         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22760           Fix error code for file-not-found to NOT_FOUND.
22761
22762 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22763
22764         * common/gtk-doc-plugins.mak:
22765         * docs/plugins/Makefile.am:
22766         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22767         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22768           renamed to actual element names, so much nicer to look at
22769         * docs/plugins/tmpl/gstmultifdsink.sgml:
22770           remove
22771         * docs/plugins/tmpl/multifdsink.sgml:
22772         * docs/plugins/tmpl/tcpserversink.sgml:
22773           add
22774         * ext/alsa/gstalsa.c:
22775         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22776         * ext/ogg/gstoggmux.c:
22777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22778         * gst/playback/gstdecodebin.c:
22779         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22780         * gst/tcp/gsttcpserversink.c:
22781           various fixes and documentation additions
22782
22783 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22784
22785         * common/Makefile.am:
22786         * common/gstdoc-scangobj:
22787         * common/gtk-doc-plugins.mak:
22788         * common/gtk-doc.mak:
22789           add a custom scangobj that uses the registry
22790           add a custom gtk-doc-plugins.mak that uses it
22791           some doc build fixes
22792         * configure.ac:
22793         * docs/Makefile.am:
22794         * docs/plugins/Makefile.am:
22795         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22796         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22797         * docs/plugins/gst-plugins-base-plugins.types:
22798         * docs/plugins/tmpl/gstmultifdsink.sgml:
22799           add docs for one element, multifdsink
22800         * gst/adder/gstadder.h:
22801         * gst/volume/gstvolume.h:
22802           don't privatize enum
22803         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22804         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22805         (gst_sync_method_get_type), (gst_client_status_get_type),
22806         (gst_multifdsink_class_init),
22807         (gst_multifdsink_client_queue_buffer),
22808         (gst_multifdsink_handle_client_write):
22809         * gst/tcp/gstmultifdsink.h:
22810         * gst/tcp/gsttcp.h:
22811         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22812         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22813         (gst_tcpclientsink_render):
22814         * gst/tcp/gsttcpclientsink.h:
22815         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22816         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22817         (gst_tcpclientsrc_start):
22818         * gst/tcp/gsttcpclientsrc.h:
22819         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22820         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22821         * gst/tcp/gsttcpserversrc.h:
22822         * gst/typefind/gsttypefindfunctions.c:
22823           remove superfluous Type stuff
22824
22825 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22826
22827         * gst/playback/gstplaybin.c: (gen_video_element):
22828           Enable videoscale.
22829
22830 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22831
22832         * gst-libs/gst/gconf/gconf.c:
22833         * gst-libs/gst/gconf/gconf.h:
22834           Fix some Andy Problem [tm].
22835
22836 2005-08-04  Andy Wingo  <wingo@pobox.com>
22837
22838         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22839         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22840         (gst_ffmpegcsp_get_size): Adapt to API changes.
22841
22842         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22843         Implement an in-place do-nothing transform.
22844
22845 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22846
22847         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22848         (gst_ximagesink_renegotiate_size):
22849           Do not set new window sizes yet if we prepare a new buffer size
22850           for upstream renegotiation (software scaling) at some point in the
22851           future, because this new size waqs not actually accepted yet. Once
22852           accepted, renegotiation later on will set the new sizes just fine.
22853           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22854           embedding testcase.
22855
22856 2005-08-03  Andy Wingo  <wingo@pobox.com>
22857
22858         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22859         (gst_ximagesink_buffer_alloc): 
22860         Protect the height, width, and desired_caps with the pool_lock.
22861         Fixes videotestsrc ! queue ! ximagesink.
22862
22863 2005-08-02  Edward Hervey  <edward@fluendo.com>
22864
22865         * gst/volume/gstvolume.c:
22866         include left from controller cleanup
22867
22868 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22870           Stop collectpads before calling the parent state
22871           change function on PAUSED->READY.
22872
22873 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22874         * configure.ac:
22875           When testing for X libs, use the X CFlags 
22876         * gst/adder/gstadder.c: (gst_adder_change_state):
22877           Stop the collectpads before calling parent state change function
22878           on PAUSED->READY, otherwise we deadlock deactivating pads.
22879
22880 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22881
22882         * configure.ac:
22883         * docs/libs/tmpl/gstcolorbalance.sgml:
22884         * docs/libs/tmpl/gstmixer.sgml:
22885         * examples/Makefile.am:
22886         * gst/sine/Makefile.am:
22887         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22888         (gst_sinesrc_set_property), (plugin_init):
22889         * gst/sine/gstsinesrc.h:
22890         * gst/volume/Makefile.am:
22891         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22892         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22893         (volume_process_float), (volume_process_int16),
22894         (volume_set_property), (plugin_init):
22895         * gst/volume/gstvolume.h:
22896           deactivate and remove dparams (libgstcontrol)
22897
22898 2005-07-29  Wim Taymans  <wim@fluendo.com>
22899
22900         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22901         Convert me to BaseTransform!! help..
22902
22903 2005-07-29  Andy Wingo  <wingo@pobox.com>
22904
22905         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22906         sinks.
22907
22908         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22909         support of both endiannesses.
22910
22911 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22912
22913         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22914           Fix confusing debug message (s/event/query/)
22915
22916 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22917
22918         * gst/videotestsrc/videotestsrc.h:
22919           Use "_stdint.h" instead of <stdint.h>
22920
22921 2005-07-27  Wim Taymans  <wim@fluendo.com>
22922
22923         * ext/vorbis/Makefile.am:
22924         Revert wrong commit.
22925
22926 2005-07-27  Wim Taymans  <wim@fluendo.com>
22927
22928         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22929         More compilation fixen.
22930
22931 2005-07-27  Wim Taymans  <wim@fluendo.com>
22932
22933         * gst-libs/gst/audio/gstbaseaudiosink.c:
22934         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22935         (gst_base_audio_sink_create_ringbuffer),
22936         (gst_base_audio_sink_change_state):
22937         Fix compilation.
22938
22939 2005-07-27  Wim Taymans  <wim@fluendo.com>
22940
22941         * examples/seeking/seek.c: (setup_dynamic_link),
22942         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22943         (query_positions_elems), (query_positions_pads), (do_seek):
22944         Update seek example.
22945
22946         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22947         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22948         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22949         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22950         (gst_ogg_demux_handle_event),
22951         (gst_ogg_demux_deactivate_current_chain),
22952         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22953         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22954         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22955         (gst_ogg_demux_loop):
22956         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22957         * ext/theora/theoradec.c: (theora_dec_src_event),
22958         (theora_dec_src_getcaps), (theora_dec_sink_event),
22959         (theora_dec_push), (theora_dec_chain):
22960         * ext/vorbis/Makefile.am:
22961         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22962         (vorbis_dec_sink_event), (vorbis_dec_push),
22963         (vorbis_handle_data_packet):
22964         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22965         (gst_vorbisenc_chain):
22966         * gst/playback/gststreaminfo.c: (cb_probe):
22967         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22968         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22969         * gst/videoscale/gstvideoscale.c:
22970         (gst_videoscale_handle_src_event):
22971         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22972         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22973         (gst_ximagesink_navigation_send_event):
22974         * sys/xvimage/xvimagesink.c:
22975         (gst_xvimagesink_navigation_send_event):
22976         Various event updates and cleanups
22977
22978 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22979
22980         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22981           Fix segfault for I420/YV12.
22982
22983 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22984
22985         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22986           Report bitrate.
22987
22988 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22989
22990         * gst/playback/gstplaybin.c: (gen_video_element),
22991         (gen_audio_element):
22992           Switch to auto*sink elements as default sinks; add volume element
22993           so that volume control in totem works.
22994
22995 2005-07-21  Wim Taymans  <wim@fluendo.com>
22996
22997         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22998         * gst/playback/gstplaybin.c: (setup_sinks),
22999         (gst_play_bin_change_state):
23000         Refcount fix and more comments.
23001
23002 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23003
23004         * sys/ximage/Makefile.am:
23005         * sys/ximage/ximage.c: (plugin_init):
23006         * sys/ximage/ximagesink.c:
23007         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23008         
23009
23010 2005-07-21  Wim Taymans  <wim@fluendo.com>
23011
23012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23013         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23014         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23015         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23016         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23017         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23018         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23019         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23020         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23021         Generate correct disconts for live chained oggs.
23022
23023         * gst-libs/gst/audio/gstbaseaudiosink.c:
23024         (gst_base_audio_sink_render),
23025         (gst_base_audio_sink_create_ringbuffer),
23026         (gst_base_audio_sink_change_state):
23027         Handle discont math correctly.
23028
23029         * gst/playback/gstplaybin.c: (add_sink):
23030         Some small debug cleanup.
23031
23032 2005-07-21  Wim Taymans  <wim@fluendo.com>
23033
23034         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23035         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23036         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23037         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23038         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23039         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23040         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23041         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23042         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23043         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23044         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23045         (gst_ogg_demux_change_state), (gst_ogg_print):
23046         Reorganize code to send the right disconts when in streaming
23047         mode.
23048
23049 2005-07-20  Andy Wingo  <wingo@pobox.com>
23050
23051         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23052         fix (?), fixes a seggie mcfalterson (#310894).
23053
23054 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23055
23056         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23057         (gst_ogg_mux_set_header_on_caps):
23058         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23059         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23060         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23061         * gst-libs/gst/audio/multichannel.c:
23062         (gst_audio_set_channel_positions),
23063         (gst_audio_set_structure_channel_positions_list):
23064         * gst/playback/gstdecodebin.c: (dynamic_create):
23065         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23066         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23067           Fixes for API changes in core.
23068
23069 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23070
23071         * gst/playback/gstplaybasebin.c: (fill_buffer):
23072           Use _new_custom() so we can set custom message types for buffering
23073           messages.
23074
23075 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23076
23077         * configure.ac:
23078         * gst-libs/gst/Makefile.am:
23079         * gst-libs/gst/gconf/.cvsignore:
23080         * gst-libs/gst/gconf/Makefile.am:
23081         * gst-libs/gst/gconf/test-gconf.c:
23082         * pkgconfig/Makefile.am:
23083         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23084         * pkgconfig/gstreamer-gconf.pc.in:
23085           Remove gconf stuff, use gconf elements instead from now on.
23086
23087 2005-07-20  Wim Taymans  <wim@fluendo.com>
23088
23089         * gst-libs/gst/audio/TODO:
23090         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23091         (gst_audio_clock_get_internal_time):
23092         * gst-libs/gst/audio/gstaudioclock.h:
23093         * gst-libs/gst/audio/gstbaseaudiosink.c:
23094         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23095         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23096         (gst_base_audio_sink_render),
23097         (gst_base_audio_sink_create_ringbuffer),
23098         (gst_base_audio_sink_change_state):
23099         Make sure the audio clock always returns an increasing value.
23100
23101 2005-07-19  Andy Wingo  <wingo@pobox.com>
23102
23103         * gst/videotestsrc/: Cleanups.
23104
23105 2005-07-19  Wim Taymans  <wim@fluendo.com>
23106
23107         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23108         Better debugging.
23109
23110 2005-07-19  Wim Taymans  <wim@fluendo.com>
23111
23112         * examples/seeking/seek.c: (make_dv_pipeline),
23113         (make_vorbis_theora_pipeline), (query_rates),
23114         (query_positions_elems), (query_positions_pads), (do_seek):
23115         Make correct DV pipeline.
23116
23117 2005-07-18  Andy Wingo  <wingo@pobox.com>
23118
23119         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23120         default. Also because it's the only thing that really works. (This
23121         is used in the GConf elements).
23122         Use AS_LIBTOOL_TAGS.
23123
23124 2005-07-18  Wim Taymans  <wim@fluendo.com>
23125
23126         * gst/playback/gstdecodebin.c: (remove_element_chain):
23127         * gst/playback/gstplaybin.c: (add_sink):
23128         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23129         (gst_stream_info_set_mute):
23130         * gst/playback/gststreamselector.c:
23131         (gst_stream_selector_get_linked_pad),
23132         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23133         More leak and compile fixes.
23134
23135 2005-07-18  Wim Taymans  <wim@fluendo.com>
23136
23137         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23138         (query_rates), (query_positions_elems), (query_positions_pads),
23139         (do_seek), (seek_cb), (stop_seek):
23140         Updated seek example. 
23141
23142         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23143         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23144         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23145         * gst/playback/gstplaybin.c: (add_sink):
23146         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23147         (gst_stream_info_set_mute):
23148         Some refcount leak fixes.
23149
23150 2005-07-16  Wim Taymans  <wim@fluendo.com>
23151
23152         * gst-libs/gst/audio/gstbaseaudiosink.c:
23153         (gst_base_audio_sink_render):
23154         Align samples even if we have roundoff errors in the 
23155         timestamp conversion.
23156
23157 2005-07-16  Wim Taymans  <wim@fluendo.com>
23158
23159         * docs/libs/tmpl/gstringbuffer.sgml:
23160         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23161         (query_rates), (query_positions_elems), (query_positions_pads),
23162         (update_scale), (do_seek):
23163         Updated seek example.
23164
23165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23166         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23167         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23168         (gst_ogg_demux_loop):
23169         Push out correct discont values.
23170
23171         * ext/theora/theoradec.c: (theora_dec_src_convert),
23172         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23173         (theora_dec_sink_event), (theora_handle_type_packet),
23174         (theora_handle_header_packet), (theora_dec_push),
23175         (theora_handle_data_packet), (theora_dec_chain),
23176         (theora_dec_change_state):
23177         Better timestamping.
23178
23179         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23180         (vorbis_dec_sink_event), (vorbis_dec_push),
23181         (vorbis_handle_data_packet), (vorbis_dec_chain):
23182         * ext/vorbis/vorbisdec.h:
23183         Better timestamping.
23184
23185         * gst-libs/gst/audio/gstbaseaudiosink.c:
23186         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23187         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23188         Handle syncing on timestamps instead of sample offsets. Make
23189         use of DISCONT values as described in design docs.
23190
23191         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23192         (gst_base_audio_src_get_time):
23193         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23194         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23195         (gst_ring_buffer_read):
23196         * gst-libs/gst/audio/gstringbuffer.h:
23197         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23198         (gst_ximagesink_show_frame):
23199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23200         Correcly convert buffer timestamp to stream time.
23201
23202 2005-07-16  Wim Taymans  <wim@fluendo.com>
23203
23204         * gst/audioconvert/gstaudioconvert.c:
23205         (gst_audio_convert_get_buffer):
23206         Timestamp buffers correctly.
23207
23208         * gst/playback/gstplaybin.c: (gen_video_element):
23209         Make internal fakesink silent.
23210
23211 2005-07-15  Wim Taymans  <wim@fluendo.com>
23212
23213         * gst/ffmpegcolorspace/Makefile.am:
23214         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23215         (gst_ffmpegcsp_caps_remove_format_info),
23216         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23217         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23218         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23219         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23220         Ported ffmpegcolorspace to basetransform.
23221
23222         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23223         * gst/volume/gstvolume.c: (volume_transform):
23224         Ported to new API.
23225
23226 2005-07-14  Wim Taymans  <wim@fluendo.com>
23227
23228         * gst/videotestsrc/Makefile.am:
23229         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23230         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23231         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23232         (gst_videotestsrc_init), (gst_videotestsrc_event),
23233         (gst_videotestsrc_create), (gst_videotestsrc_start),
23234         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23235         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23236         (gst_videotestsrc_get_property):
23237         * gst/videotestsrc/gstvideotestsrc.h:
23238         Make videotestsrc a pushsrc.
23239
23240 2005-07-14  Wim Taymans  <wim@fluendo.com>
23241
23242         * gst/tcp/gstfdset.c: (gst_fdset_free):
23243         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23244         (gst_multifdsink_add), (gst_multifdsink_remove),
23245         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23246         (gst_multifdsink_remove_client_link),
23247         (gst_multifdsink_client_queue_data),
23248         (gst_multifdsink_client_queue_caps),
23249         (gst_multifdsink_client_queue_buffer),
23250         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23251         (gst_multifdsink_stop):
23252         * gst/tcp/gstmultifdsink.h:
23253         0.8 backporting.
23254
23255         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23256         Also draw image when not from a pool.
23257
23258 2005-07-14  Wim Taymans  <wim@fluendo.com>
23259
23260         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23261         (mute_stream), (silence_stream):
23262         Small debug additions.
23263
23264 2005-07-14  Wim Taymans  <wim@fluendo.com>
23265
23266         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23267         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23268         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23269         Better error recovery, ignore unconnected pads and
23270         non-fatal errors.
23271
23272 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23273
23274         * docs/libs/tmpl/gstaudio.sgml:
23275         * docs/libs/tmpl/gstcolorbalance.sgml:
23276         * docs/libs/tmpl/gstgconf.sgml:
23277         * docs/libs/tmpl/gstmixer.sgml:
23278         * docs/libs/tmpl/gstringbuffer.sgml:
23279         * docs/libs/tmpl/gsttuner.sgml:
23280         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23281         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23282         (gst_tcpclientsrc_class_init):
23283         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23284         (gst_tcpserversrc_class_init):
23285         * sys/v4l/gstv4lelement.c:
23286           more autistic cleanliness in functions/names/defines
23287
23288 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23289
23290         * configure.ac:
23291           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23292           added manually to each Makefile.am so we are sure it goes
23293           *last* and doesn't add -L flags before linking in libs of our
23294           own, like, say, internal .la libs, that then accidentally pick
23295           up the installed copy.
23296         * docs/libs/Makefile.am:
23297         * ext/alsa/Makefile.am:
23298         * ext/cdparanoia/Makefile.am:
23299         * ext/gnomevfs/Makefile.am:
23300         * ext/libvisual/Makefile.am:
23301         * ext/ogg/Makefile.am:
23302         * ext/theora/Makefile.am:
23303         * ext/vorbis/Makefile.am:
23304         * gst-libs/gst/video/Makefile.am:
23305         * gst/adder/Makefile.am:
23306         * gst/audioconvert/Makefile.am:
23307         * gst/audiorate/Makefile.am:
23308         * gst/audioscale/Makefile.am:
23309         * gst/ffmpegcolorspace/Makefile.am:
23310         * gst/playback/Makefile.am:
23311         * gst/sine/Makefile.am:
23312         * gst/subparse/Makefile.am:
23313         * gst/tags/Makefile.am:
23314         * gst/tcp/Makefile.am:
23315         * gst/typefind/Makefile.am:
23316         * gst/videorate/Makefile.am:
23317         * gst/videoscale/Makefile.am:
23318         * gst/videotestsrc/Makefile.am:
23319         * gst/volume/Makefile.am:
23320         * sys/v4l/Makefile.am:
23321         * sys/ximage/Makefile.am:
23322         * sys/xvimage/Makefile.am:
23323           adapt properly to this change. This should make sure that
23324           plugins and libs properly link to the as-yet-uninstalled
23325           copies of stuff like libgstinterfaces and libgstvideo
23326
23327 2005-07-13  Andy Wingo  <wingo@pobox.com>
23328
23329         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23330         (gst_v4lsrc_fixate): Fixate on format as well.
23331
23332         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23333         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23334         buffer points to it.
23335         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23336         rather just doing X calls ourselves. Also fixes a memleak.
23337
23338 2005-07-12  Andy Wingo  <wingo@pobox.com>
23339
23340         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23341         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23342         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23343         TRUE to avoid deadlocks if an element holds on to our buffers.
23344
23345 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23346
23347         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23348         (gst_sinesrc_init), (gst_sinesrc_create),
23349         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23350         (gst_sinesrc_start):
23351         * gst/sine/gstsinesrc.h:
23352           removing num-buffers property before moving it
23353
23354 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23355
23356         * configure.ac:
23357           use overridable ERROR_CFLAGS
23358         * docs/libs/gst-plugins-base-libs.types:
23359         * docs/libs/tmpl/gstringbuffer.sgml:
23360         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23361         (gst_alsasink_class_init):
23362         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23363         (gst_alsasrc_class_init):
23364         * gst-libs/gst/audio/audio.h:
23365         * gst-libs/gst/audio/gstaudioclock.h:
23366         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23367         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23368         (gst_audio_filter_link), (gst_audio_filter_init),
23369         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23370         (gst_audio_filter_get_property),
23371         (gst_audio_filter_class_add_pad_templates):
23372         * gst-libs/gst/audio/gstaudiofilter.h:
23373         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23374         (gst_audio_filter_template_get_type),
23375         (gst_audio_filter_template_base_init),
23376         (gst_audio_filter_template_class_init),
23377         (gst_audio_filter_template_init),
23378         (gst_audio_filter_template_set_property),
23379         (gst_audio_filter_template_get_property), (plugin_init),
23380         (gst_audio_filter_template_setup),
23381         (gst_audio_filter_template_filter),
23382         (gst_audio_filter_template_filter_inplace):
23383         * gst-libs/gst/audio/gstaudiosink.c:
23384         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23385         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23386         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23387         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23388         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23389         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23390         * gst-libs/gst/audio/gstaudiosink.h:
23391         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23392         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23393         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23394         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23395         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23396         (gst_audio_src_class_init), (gst_audio_src_init),
23397         (gst_audio_src_create_ringbuffer):
23398         * gst-libs/gst/audio/gstaudiosrc.h:
23399         * gst-libs/gst/audio/gstbaseaudiosink.c:
23400         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23401         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23402         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23403         (gst_base_audio_sink_set_property),
23404         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23405         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23406         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23407         (gst_base_audio_sink_create_ringbuffer),
23408         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23409         * gst-libs/gst/audio/gstbaseaudiosink.h:
23410         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23411         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23412         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23413         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23414         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23415         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23416         (gst_base_audio_src_event), (gst_base_audio_src_create),
23417         (gst_base_audio_src_create_ringbuffer),
23418         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23419         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23420         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23421         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23422         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23423         (gst_ring_buffer_debug_spec_caps),
23424         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23425         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23426         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23427         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23428         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23429         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23430         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23431         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23432         (gst_ring_buffer_clear):
23433         * gst-libs/gst/audio/gstringbuffer.h:
23434         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23435         (gst_video_sink_class_init), (gst_video_sink_get_type):
23436         * gst-libs/gst/video/videosink.h:
23437         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23438         (gst_multifdsink_class_init),
23439         (gst_multifdsink_handle_client_write),
23440         (gst_multifdsink_change_state):
23441         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23442         (gst_tcpclientsink_setcaps):
23443         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23444         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23445         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23446         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23447         (gst_ximagesink_send_pending_navigation),
23448         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23449         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23451         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23452         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23453         (gst_xvimagesink_send_pending_navigation),
23454         (gst_xvimagesink_navigation_send_event),
23455         (gst_xvimagesink_set_xwindow_id),
23456         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23457         (gst_xvimagesink_get_type):
23458         more macro splitting
23459
23460 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23461
23462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23463           plug a memleak, allows me to import 1479 albums in one go
23464           in jamboree
23465         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23466         (vorbis_handle_type_packet), (vorbis_dec_chain),
23467         (vorbis_dec_change_state):
23468           fix some format strings
23469
23470 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23471
23472         * docs/libs/tmpl/gstcolorbalance.sgml:
23473         * docs/libs/tmpl/gstmixer.sgml:
23474         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23475         (gst_alsasink_set_property), (gst_alsasink_get_property):
23476         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23477         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23478           add device property
23479
23480 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23481
23482         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23483         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23484         (audiocast_register_listener), (audiocast_thread_run),
23485         (gst_gnomevfssrc_send_additional_headers_callback),
23486         (gst_gnomevfssrc_received_headers_callback),
23487         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23488         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23489         (gst_gnomevfssrc_get_size):
23490           add/clean up debugging
23491         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23492           cleanups
23493
23494 2005-07-07  Andy Wingo  <wingo@pobox.com>
23495
23496         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23497         framerate. Need to get a handle on when exactly this function is
23498         called, tho.
23499
23500         * sys/v4l/v4lsrc_calls.h:
23501         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23502         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23503         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23504
23505         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23506         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23507         v4lelements are sources.
23508
23509         * sys/v4l/gstv4lxoverlay.h:
23510         * sys/v4l/gstv4lxoverlay.c:
23511         * sys/v4l/gstv4ltuner.h:
23512         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23513         
23514         * sys/v4l/gstv4lsrc.h:
23515         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23516         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23517         or something should handle that. Made a live source.
23518
23519         * sys/v4l/gstv4lelement.h:
23520         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23521         signals. Some cleanups.
23522
23523         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23524
23525         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23526         stuff.
23527
23528         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23529         stuff.
23530
23531         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23532
23533 2005-07-07  Wim Taymans  <wim@fluendo.com>
23534
23535         * ext/theora/theoradec.c: (theora_get_query_types),
23536         (theora_dec_src_getcaps), (theora_dec_push):
23537         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23538         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23539         Remove deprecated/unused query types.
23540
23541 2005-07-06  Wim Taymans  <wim@fluendo.com>
23542
23543         * ext/alsa/Makefile.am:
23544         * ext/alsa/gstalsaplugin.c: (plugin_init):
23545         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23546         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23547         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23548         (gst_alsasrc_class_init), (gst_alsasrc_init),
23549         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23550         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23551         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23552         (gst_alsasrc_reset):
23553         * ext/alsa/gstalsasrc.h:
23554         * gst-libs/gst/audio/Makefile.am:
23555         * gst-libs/gst/audio/gstaudiosink.c:
23556         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23557         (gst_audioringbuffer_start):
23558         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23559         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23560         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23561         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23562         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23563         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23564         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23565         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23566         * gst-libs/gst/audio/gstaudiosrc.h:
23567         * gst-libs/gst/audio/gstbaseaudiosink.c:
23568         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23569         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23570         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23571         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23572         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23573         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23574         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23575         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23576         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23577         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23578         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23579         (gst_baseaudiosrc_change_state):
23580         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23581         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23582         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23583         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23584         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23585         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23586         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23587         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23588         * gst-libs/gst/audio/gstringbuffer.h:
23589         Added audiosource base classes.
23590         Ported alsasrc, still very basic.
23591
23592 2005-07-06  Wim Taymans  <wim@fluendo.com>
23593
23594         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23595         (theora_dec_push), (theora_handle_data_packet):
23596         Prepare for better timestamp fix later.
23597
23598         * gst/audioconvert/gstaudioconvert.c:
23599         List most accurate caps first
23600
23601         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23602         Use proper pad task function.
23603
23604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23605         (gst_xvimagesink_show_frame):
23606         Fix deadlock when alloc failed.
23607
23608 2005-07-05  Andy Wingo  <wingo@pobox.com>
23609
23610         * ext/gnomevfs/gstgnomevfssrc.c:
23611         * gst/sine/gstsinesrc.c:
23612         * gst/tcp/gsttcpserversrc.c:
23613         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23614
23615         * sys/v4l/: Port from 0.8.
23616
23617         * Many files: Null if we got it....
23618
23619 2005-07-05  Andy Wingo  <wingo@pobox.com>
23620
23621         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23622         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23623         Signedness fixes.
23624
23625 2005-07-05  Wim Taymans  <wim@fluendo.com>
23626
23627         * configure.ac:
23628         * gst/tcp/Makefile.am:
23629         * gst/tcp/README:
23630         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23631         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23632         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23633         (is_sync_frame), (gst_multifdsink_handle_client_write),
23634         (gst_multifdsink_render), (gst_multifdsink_start),
23635         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23636         * gst/tcp/gstmultifdsink.h:
23637         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23638         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23639         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23640         * gst/tcp/gsttcp.h:
23641         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23642         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23643         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23644         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23645         * gst/tcp/gsttcpclientsink.h:
23646         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23647         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23648         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23649         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23650         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23651         * gst/tcp/gsttcpclientsrc.h:
23652         * gst/tcp/gsttcpplugin.c: (plugin_init):
23653         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23654         * gst/tcp/gsttcpserversink.h:
23655         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23656         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23657         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23658         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23659         (gst_tcpserversrc_stop):
23660         * gst/tcp/gsttcpserversrc.h:
23661         * gst/tcp/gsttcpsink.c:
23662         * gst/tcp/gsttcpsink.h:
23663         * gst/tcp/gsttcpsrc.c:
23664         * gst/tcp/gsttcpsrc.h:
23665         Ported tcp plugins to 0.9. 
23666         
23667
23668 2005-07-05  Andy Wingo  <wingo@pobox.com>
23669
23670         * gst/playback/gstplaybasebin.c (fill_buffer):
23671         message_new_application fixen.
23672
23673         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23674         Style fix.
23675
23676 2005-07-04  Wim Taymans  <wim@fluendo.com>
23677
23678         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23679         Set caps on output buffer.
23680
23681 2005-07-04  Andy Wingo  <wingo@pobox.com>
23682
23683         * ext/gnomevfs/gstgnomevfssrc.c
23684         (gst_gnomevfssrc_received_headers_callback) 
23685         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23686         hopefully.
23687
23688         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23689         No refcount leakage.
23690
23691         * configure.ac: Enable -Werror.
23692         
23693         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23694         * gst/audioconvert/bufferframesconvert.c
23695         (buffer_frames_convert_fixate):
23696         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23697         (gst_audio_convert_fixate):
23698         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23699         (gst_sinesrc_create): Fixate func changes.
23700         
23701         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23702         (gst_ximagesink_buffer_alloc): Unused var.
23703
23704 2005-07-01  Andy Wingo  <wingo@pobox.com>
23705
23706         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23707         getcaps to do explicit caps. Needs to be done in all decoders,
23708         possibly via a base class.
23709
23710         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23711
23712         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23713         caps on the sink pad, just rely on the pad template. Also, setting
23714         ANY caps on a pad is not valid because the caps are not fixed.
23715
23716         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23717         caps on the buffer, and get the width from the desired_caps if
23718         they're set.
23719         (gst_ximagesink_renegotiate_size): Implement via setting the
23720         desired_caps on the ximagesink.
23721         (gst_ximagesink_setcaps): Only reset the width of the player if it
23722         wasn't already set. Not sure if this is right.
23723         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23724
23725         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23726         that the user wants. NULL unless the window has been resized.
23727
23728         * gst/volume/gstvolume.c (volume_transform): Adapt to
23729         basetransform refcount changes.
23730         
23731 2005-07-01  Andy Wingo  <wingo@pobox.com>
23732
23733         * gst/videoscale/gstvideoscale.c:
23734         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23735         from BaseTransform, implements a transform_caps. Removed dead code
23736         including some PAR stuff that was never reached -- should probably
23737         be added back somehow.
23738
23739 2005-07-01  Andy Wingo  <wingo@pobox.com>
23740
23741         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23742         come later.
23743
23744 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23745
23746         * configure.ac:
23747         * docs/libs/Makefile.am:
23748         * docs/libs/gst-plugins-libs.types:
23749         * ext/alsa/Makefile.am:
23750         * ext/alsa/gstalsamixer.h:
23751         * ext/alsa/gstalsamixeroptions.h:
23752         * ext/alsa/gstalsamixertrack.h:
23753         * gst-libs/gst/Makefile.am:
23754         * gst-libs/gst/colorbalance/.cvsignore:
23755         * gst-libs/gst/colorbalance/Makefile.am:
23756         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23757         * gst-libs/gst/colorbalance/colorbalance.c:
23758         * gst-libs/gst/colorbalance/colorbalance.h:
23759         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23760         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23761         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23762         * gst-libs/gst/interfaces/Makefile.am:
23763         * gst-libs/gst/interfaces/colorbalance.c:
23764         (gst_color_balance_class_init):
23765         * gst-libs/gst/interfaces/colorbalance.h:
23766         * gst-libs/gst/interfaces/interfaces-marshal.list:
23767         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23768         * gst-libs/gst/interfaces/mixer.h:
23769         * gst-libs/gst/interfaces/mixeroptions.h:
23770         * gst-libs/gst/interfaces/navigation.c:
23771         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23772         * gst-libs/gst/interfaces/tuner.h:
23773         * gst/volume/Makefile.am:
23774         * gst/volume/gstvolume.c:
23775         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23776         * sys/ximage/Makefile.am:
23777         * sys/ximage/ximagesink.c:
23778         * sys/xvimage/Makefile.am:
23779         * sys/xvimage/xvimagesink.c:
23780           fold in all interfaces into an interfaces dir, preserving CVS
23781           history
23782
23783 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23784
23785         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23786           Fix build after riff changes.
23787
23788 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23789
23790         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23791         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23792         (gst_riff_create_video_template_caps),
23793         (gst_riff_create_audio_template_caps),
23794         (gst_riff_create_iavs_template_caps):
23795         * gst-libs/gst/riff/riff-media.h:
23796         * gst-libs/gst/riff/riff-read.h:
23797         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23798           Add gst_riff_init() to initialize the debug category, instead
23799           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23800
23801 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23802
23803         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23804           Oops, I shouldn't apply hacks.
23805
23806 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23807
23808         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23809           Remove pad_loop function which doesn't work.
23810
23811 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23812
23813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23814           Send EOS when deactivating.
23815         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23816         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23817         (gen_preroll_element), (probe_triggered), (mute_stream),
23818         (silence_stream), (new_decoded_pad), (setup_substreams),
23819         (set_active_source):
23820         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23821         (remove_sinks), (add_sink):
23822         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23823           Change for new probe API.
23824
23825 2005-06-29  Wim Taymans  <wim@fluendo.com>
23826
23827         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23828         * gst-libs/gst/audio/gstbaseaudiosink.c:
23829         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23830         (gst_baseaudiosink_change_state):
23831         * gst-libs/gst/audio/gstbaseaudiosink.h:
23832         * gst-libs/gst/audio/gstringbuffer.c:
23833         (gst_ringbuffer_set_callback):
23834         Fix compilation error.
23835         Ringbuffer starts out as not running.
23836         Free our clock in dispose.
23837         When releasing the ringbuffer we need to renegotiate so
23838         clear the pad caps.
23839
23840 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23841
23842         * autogen.sh:
23843         * configure.ac:
23844         * docs/Makefile.am:
23845         * docs/libs/Makefile.am:
23846         * docs/libs/gst-plugins-libs-docs.sgml:
23847         * docs/libs/gst-plugins-libs-sections.txt:
23848         * docs/libs/gst-plugins-libs.types:
23849         * docs/libs/tmpl/gstaudio.sgml:
23850         * docs/libs/tmpl/gstcolorbalance.sgml:
23851         * docs/libs/tmpl/gstringbuffer.sgml:
23852         * gst-libs/gst/audio/gstringbuffer.c:
23853         (gst_ringbuffer_set_callback):
23854           reinstate gtk-doc docs for plugin libs
23855
23856 2005-06-28  Wim Taymans  <wim@fluendo.com>
23857
23858         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23859         (gst_ogg_demux_init):
23860         Removed pad loop function.
23861
23862 2005-06-28  Wim Taymans  <wim@fluendo.com>
23863
23864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23865         If we're building a chain we are not in an error case
23866         when we queue a buffer.
23867
23868 2005-06-28  Andy Wingo  <wingo@pobox.com>
23869
23870         * *.c: Don't cast to GstObject before reffing/unreffing.
23871
23872 2005-06-27  Andy Wingo  <wingo@pobox.com>
23873
23874         * gst/videotestsrc/gstvideotestsrc.c
23875         (gst_videotestsrc_activate_push): Activation API changes.
23876
23877         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23878         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23879         they have refs on the decodebin.
23880
23881         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23882         parent class.
23883         (gst_ogg_pad_typefind): Don't leak a pad ref.
23884         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23885         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23886         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23887
23888 2005-06-27  Edward Hervey  <edward@fluendo.com>
23889
23890         * ext/theora/theoradec.c: (theora_dec_change_state): 
23891         re-arranged call to parent's state change in order to avoid locks (or
23892         worse).
23893
23894 2005-06-26  Edward Hervey  <edward@fluendo.com>
23895
23896         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23897         2nd argument of 'unknow-type' signal is a GstCaps and not a
23898         GstMiniObject
23899
23900 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23901         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23902           Set the worker thread's running flag to TRUE before starting the
23903           thread.
23904         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23905           Catch a failure to add typefind to the bin.
23906
23907 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23908
23909         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23910         (gst_sinesrc_init), (gst_sinesrc_create),
23911         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23912         (gst_sinesrc_start):
23913         * gst/sine/gstsinesrc.h:
23914           add num-buffers and timestamp-offset properties
23915         * gst/videotestsrc/gstvideotestsrc.c:
23916         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23917         (gst_videotestsrc_get_property):
23918           add timestamp-offset property
23919
23920 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23921
23922         * configure.ac: add videorate
23923         * gst-plugins-base.spec.in: add videorate
23924
23925 2005-06-23  Wim Taymans  <wim@fluendo.com>
23926
23927         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23928         (gst_videorate_getcaps), (gst_videorate_setcaps),
23929         (gst_videorate_event), (gst_videorate_chain):
23930         Fixed videorate, fixating an already fixated caps is not
23931         an error.
23932
23933 2005-06-23  Wim Taymans  <wim@fluendo.com>
23934
23935         * ext/ogg/README:
23936         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23937         Buffer on caps is not boxed anymore.
23938
23939 2005-06-22  Wim Taymans  <wim@fluendo.com>
23940
23941         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23942         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23943         Set buffers on caps as miniobjects and not as boxed.
23944
23945 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23946
23947         * configure.ac:
23948           back to HEAD
23949
23950 === release 0.9.1 ===
23951
23952 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23953
23954         * .cvsignore:
23955         * NEWS:
23956         * README:
23957         * RELEASE:
23958         * configure.ac:
23959         * po/af.po:
23960         * po/az.po:
23961         * po/cs.po:
23962         * po/en_GB.po:
23963         * po/hu.po:
23964         * po/it.po:
23965         * po/nb.po:
23966         * po/nl.po:
23967         * po/or.po:
23968         * po/sq.po:
23969         * po/sr.po:
23970         * po/sv.po:
23971         * po/uk.po:
23972         * po/vi.po:
23973           updates for release
23974
23975 2005-06-09  Andy Wingo  <wingo@pobox.com>
23976
23977         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23978         
23979 2005-06-09  Andy Wingo  <wingo@pobox.com>
23980
23981         * configure.ac:
23982         * gst-libs/gst/Makefile.am:
23983         * gst-libs/gst/net/Makefile.am:
23984         Add gstnet to build.
23985
23986 2005-06-09  Andy Wingo  <wingo@pobox.com>
23987
23988         * gst-libs/gst/gconf/gconf.c:
23989         * gst/playback/test.c:
23990         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23991         fixes.
23992
23993         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23994
23995         * ext/theora/theoraenc.c (theora_enc_chain): 
23996         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23997
23998         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23999         RealPad.
24000
24001 2005-06-02  Wim Taymans  <wim@fluendo.com>
24002
24003         * gst-libs/gst/net/Makefile.am:
24004         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24005         * pkgconfig/gstreamer-libs.pc.in:
24006         Added net stuff, version net lib.
24007
24008 2005-06-02  Wim Taymans  <wim@fluendo.com>
24009
24010         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24011         (query_rates), (query_positions_elems), (query_positions_pads),
24012         (do_seek):
24013         Updated seek example.
24014
24015 2005-06-02  Andy Wingo  <wingo@pobox.com>
24016
24017         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24018         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24019         list.
24020
24021         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24022         remove the typefind, the bin dispose will do it for us. When it's
24023         removed and unreffed, the signal handler will be disconnected,
24024         too.
24025         (unlinked): It's too difficult to disconnect from unlinked
24026         handlers, as they are on pads not elements. Just punt if the pads
24027         aren't grandkids of the bin.
24028
24029 2005-06-02  Wim Taymans  <wim@fluendo.com>
24030
24031         * ext/ogg/README:
24032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24033         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24035         * ext/theora/theoradec.c: (theora_dec_src_query),
24036         (theora_handle_data_packet):
24037         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24038         (theora_enc_chain):
24039         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24040         (vorbis_handle_data_packet):
24041         * gst/audioconvert/bufferframesconvert.c:
24042         (buffer_frames_convert_chain):
24043         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24044         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24045         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24046         (gst_ffmpegcsp_chain):
24047         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24048         (gst_videorate_getcaps), (gst_videorate_setcaps),
24049         (gst_videorate_event), (gst_videorate_chain):
24050         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24051         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24052         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24053         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24054         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24055         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24056         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24057         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24058         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24059         Cleanups and buffer alloc.
24060
24061 2005-05-31  Wim Taymans  <wim@fluendo.com>
24062
24063         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24064         Don't try to call the delay method when the device is not
24065         opened.
24066
24067 2005-05-31  Wim Taymans  <wim@fluendo.com>
24068
24069         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24070         Get actual segment size and buffer size after opening
24071         the device.
24072
24073 2005-05-30  Wim Taymans  <wim@fluendo.com>
24074
24075         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24076         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24077         Also FLUSH upstream, makes the loop function exit faster.
24078         
24079         * ext/theora/theoradec.c: (theora_dec_src_query):
24080         Some more debug info in the query.
24081         
24082         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24083         (gst_ximagesink_setcaps):
24084         Release lock on par error, better error reporting.
24085
24086 2005-05-26  Wim Taymans  <wim@fluendo.com>
24087
24088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24089         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24090         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24091         Clear chains in READY
24092         Queue packets until the chain is activated.
24093
24094 2005-05-25  Wim Taymans  <wim@fluendo.com>
24095
24096         * gst-libs/gst/audio/gstaudiosink.c:
24097         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24098         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24099         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24100         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24101         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24102         (gst_audiosink_create_ringbuffer):
24103         * gst-libs/gst/audio/gstbaseaudiosink.c:
24104         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24105         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24106         (gst_baseaudiosink_set_property), (build_linear_format),
24107         (debug_spec_caps), (debug_spec_buffer),
24108         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24109         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24110         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24111         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24112         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24113         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24114         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24115         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24116         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24117         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24118         (wait_segment), (gst_ringbuffer_commit),
24119         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24120         (gst_ringbuffer_clear):
24121         Various small cleanups.
24122
24123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24124         (gst_audio_convert_change_state):
24125         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24126         No need to take the locks anymore.
24127
24128 2005-05-25  Wim Taymans  <wim@fluendo.com>
24129
24130         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24131         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24132         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24133         (type_found):
24134         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24135         (group_destroy), (group_commit), (queue_overrun),
24136         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24137         (mute_stream), (new_decoded_pad), (setup_substreams),
24138         (setup_source), (mute_group_type), (set_active_source),
24139         (gst_play_base_bin_change_state):
24140         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24141         (gen_video_element), (gen_text_element), (gen_audio_element),
24142         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24143         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24144         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24145         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24146         Some playbin cleanups mostly refcounting sloppyness.
24147
24148 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24149
24150         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24151           Work with streaming input.
24152
24153 2005-05-25  Wim Taymans  <wim@fluendo.com>
24154
24155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24156         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24157         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24158         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24159         No need to take the STREAM lock anymore.
24160
24161 2005-05-25  Wim Taymans  <wim@fluendo.com>
24162
24163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24164         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24165         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24166         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24167         (gst_ogg_demux_sink_activate):
24168         * ext/theora/theoradec.c: (theora_dec_src_event),
24169         (theora_handle_comment_packet), (theora_dec_chain),
24170         (theora_dec_change_state):
24171         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24172         (vorbis_handle_data_packet), (vorbis_dec_chain),
24173         (vorbis_dec_change_state):
24174         Remove STREAM locks as they are taken in core now.
24175         Never set bogus granulepos on vorbis/theora.
24176         Fix leaks in theoradec tag parsing.
24177
24178 2005-05-25  Wim Taymans  <wim@fluendo.com>
24179
24180         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24181         Fix memleaks, GST_BUFFER_DATA() is not freed.
24182
24183 2005-05-25  Wim Taymans  <wim@fluendo.com>
24184
24185         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24186         Open non-blocking, set to blocking mode afterwards to avoid
24187         lockups when audio device is busy.
24188
24189 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24190
24191         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24192           This can't be good.
24193
24194 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24195
24196         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24197         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24198         (gst_audio_convert_setcaps):
24199           Implement instant setup switching.
24200
24201 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24202
24203         * gst/playback/gstplaybasebin.c: (probe_triggered):
24204           Fix missing unlock.
24205         * gst/playback/gstplaybin.c: (add_sink):
24206           First add, then link (otherwise pad link fails).
24207
24208 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24209
24210         * examples/Makefile.am:
24211         fix buildbot (make distcheck)
24212
24213 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24214
24215         * gst/playback/gstplaybin.c: (gen_vis_element):
24216           Remove some wrong code. Doesn't work yet.
24217
24218 2005-05-19  Wim Taymans  <wim@fluendo.com>
24219
24220         * gst-libs/gst/net/Makefile.am:
24221         * gst-libs/gst/net/README:
24222         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24223         (gst_netbuffer_class_init), (gst_netbuffer_init),
24224         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24225         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24226         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24227         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24228         * gst-libs/gst/net/gstnetbuffer.h:
24229         Added buffer subclass to store extra to/from addresses for
24230         network sources/sinks.
24231
24232 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24233
24234         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24235           Don't lock an unassigned variable.
24236
24237 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24238
24239         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24240           Increase buffer for video, decrease buffer for other media types.
24241         * gst/playback/gstplaybin.c: (gen_video_element),
24242         (gen_audio_element):
24243           Change names for debugging purposes.
24244
24245 2005-05-18  Wim Taymans  <wim@fluendo.com>
24246
24247         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24248         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24249         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24250         (gst_ffmpegcsp_chain):
24251         Enable buffer alloc passthrough if the source and dest
24252         formats are the same.
24253
24254 2005-05-17  Wim Taymans  <wim@fluendo.com>
24255
24256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24257         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24258         (gst_ogg_demux_chain_unlocked):
24259         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24260         (gst_audio_convert_caps_remove_format_info),
24261         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24262         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24263         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24264         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24265         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24266         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24267         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24268         (gst_ffmpegcsp_get_property):
24269         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24270         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24271         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24272         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24273         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24274         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24275         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24276         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24277         Leak fixes in oggdemux.
24278         Some cleanups in audioconvert.
24279         Make passthrough work along with buffer_alloc etc.
24280         Make buffer_alloc and buffer recycling actually work in
24281         xvimagesink.
24282
24283 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24284
24285         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24286           make the compiler happy
24287
24288 2005-05-17  Wim Taymans  <wim@fluendo.com>
24289
24290         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24291         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24292         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24293         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24294         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24295         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24296         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24297         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24298         (gst_xvimagesink_set_xwindow_id):
24299         * sys/xvimage/xvimagesink.h:
24300         Port xvimagesink to new MiniObject.
24301
24302 2005-05-17  Wim Taymans  <wim@fluendo.com>
24303
24304         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24305         (gst_audiofilter_chain):
24306         * gst-libs/gst/audio/gstaudiosink.c:
24307         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24308         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24309         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24310         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24311         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24312         (gst_audiosink_create_ringbuffer):
24313         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24314         (gst_audio_convert_caps_remove_format_info),
24315         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24316         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24317         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24318         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24319         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24320         Fix passthrough in ffmpegcolorspace.
24321         Fix memset in audiosink on wrong memory.
24322
24323 2005-05-16  David Schleef  <ds@schleef.org>
24324
24325         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24326         to GstMiniObject.
24327
24328 2005-05-16  David Schleef  <ds@schleef.org>
24329
24330         Port from GstData to GstMiniObject.
24331         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24333         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24334         (gst_ogg_mux_collected):
24335         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24336         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24337         (theora_handle_data_packet):
24338         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24339         (theora_set_header_on_caps), (theora_enc_chain):
24340         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24341         (vorbis_handle_comment_packet):
24342         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24343         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24344         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24345         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24346         * gst/audioconvert/gstaudioconvert.c:
24347         (gst_audio_convert_get_buffer):
24348         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24349         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24350         (mute_stream), (silence_stream):
24351         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24352         * gst/volume/gstvolume.c: (volume_transform):
24353         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24354         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24355         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24356         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24357         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24358         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24359         (gst_ximagesink_buffer_alloc):
24360         * sys/ximage/ximagesink.h:
24361
24362 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24363
24364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24365         (fill_buffer), (check_queue), (queue_threshold_reached),
24366         (queue_out_of_data):
24367         * gst/playback/gstplaybasebin.h:
24368           Post buffer-fullness on the bus.
24369
24370 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24371
24372         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24373         (try_to_link_1):
24374         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24375         (group_commit), (probe_triggered), (setup_source),
24376         (gst_play_base_bin_change_state):
24377         * gst/playback/gstplaybasebin.h:
24378         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24379         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24380         (gst_play_bin_change_state):
24381           Move setup_output_pads into a virtual function, remove
24382           group-switch (no longer needed) and redirect (handled by bus
24383           now) signals.
24384
24385 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24386
24387         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24388         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24389         (get_active_group), (get_building_group), (group_destroy),
24390         (group_commit), (check_queue), (queue_overrun),
24391         (queue_threshold_reached), (queue_out_of_data),
24392         (gen_preroll_element), (remove_groups), (unknown_type),
24393         (add_element_stream), (no_more_pads), (probe_triggered),
24394         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24395         (setup_substreams), (setup_source), (finish_source),
24396         (prepare_output), (muted_group_change_state),
24397         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24398         (gst_play_base_bin_change_state):
24399         * gst/playback/gstplaybasebin.h:
24400         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24401         (gst_play_bin_init), (gst_play_bin_set_property),
24402         (gen_video_element), (gen_text_element), (gen_audio_element),
24403         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24404         (gst_play_bin_change_state):
24405         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24406         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24407         (stream_info_change_state), (gst_stream_info_set_mute),
24408         (gst_stream_info_get_property):
24409         * gst/playback/gststreaminfo.h:
24410         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24411         (gst_stream_selector_get_linked_pad),
24412         (gst_stream_selector_getcaps),
24413         (gst_stream_selector_get_linked_pads),
24414         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24415         * gst/playback/gststreamselector.h:
24416           Rough port of playbin. Needs some more work, but is mostly done,
24417           and uses a few locks in important places, which should make stuff
24418           like chain-switches clean. Still uses GST_STATE() in a few places,
24419           which isn't all that good an idea, subtitles/elements disabled
24420           because no elements to test with and thus probably broken, query
24421           and event handling moved to GstBin, internal thread removed
24422           alltogether because the pipeline does that for us now. Can play
24423           Ogg/Vorbis files. Haven't tested anything else yet.
24424
24425 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24426
24427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24428           Do no-more-pads (needed for autoplugging).
24429
24430 2005-05-10  Andy Wingo  <wingo@pobox.com>
24431
24432         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24433         message to the bus with the tags. Still not sent downstream tho.
24434
24435         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24436         get_parent.
24437         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24438         avoid refcounting hassles.
24439
24440 2005-05-09  Andy Wingo  <wingo@pobox.com>
24441
24442         * gst/volume/Makefile.am:
24443         * gst/volume/demo.c
24444         * gst/volume/gstvolume.h
24445         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24446         basetransform. Probably need an audio filter base class.
24447
24448 2005-05-09  Wim Taymans  <wim@fluendo.com>
24449
24450         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24451         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24452         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24453         (gst_vorbisenc_chain):
24454         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24455         (gst_audio_convert_caps_remove_format_info),
24456         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24457         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24458         Make caps writable before writing to it.
24459         Fix negotiation in audioconvert some more.
24460
24461 2005-05-09  Wim Taymans  <wim@fluendo.com>
24462
24463         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24464         (gst_videorate_getcaps), (gst_videorate_setcaps),
24465         (gst_videorate_event), (gst_videorate_chain):
24466         Better negotiation.
24467
24468 2005-05-09  Wim Taymans  <wim@fluendo.com>
24469
24470         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24471         (gst_videorate_getcaps), (gst_videorate_setcaps),
24472         (gst_videorate_blank_data), (gst_videorate_init),
24473         (gst_videorate_event), (gst_videorate_chain),
24474         (gst_videorate_change_state):
24475         Port videorate, do a better job at negotiation while we're at
24476         it.
24477
24478 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24479
24480         * configure.ac:
24481           Disable libvisual
24482
24483         * examples/Makefile.am:
24484         * gst-libs/gst/audio/Makefile.am:
24485         * gst-libs/gst/riff/Makefile.am:
24486         * gst-libs/gst/tag/Makefile.am:
24487         * gst-libs/gst/video/Makefile.am:
24488           Fixups for missing variables.
24489
24490 2005-05-09  Wim Taymans  <wim@fluendo.com>
24491
24492         * examples/seeking/seek.c: (make_theora_pipeline),
24493         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24494         (query_rates), (query_positions_elems), (query_positions_pads),
24495         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24496         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24497         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24498         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24499         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24500         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24501         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24502         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24503         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24504         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24505         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24506         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24507         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24508         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24509         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24510         (theora_dec_src_convert), (theora_dec_sink_convert),
24511         (theora_dec_src_query), (theora_dec_sink_query),
24512         (theora_dec_src_event), (theora_dec_sink_event),
24513         (theora_handle_comment_packet), (theora_handle_type_packet),
24514         (theora_handle_header_packet), (theora_handle_data_packet),
24515         (theora_dec_chain):
24516         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24517         (vorbis_dec_convert), (vorbis_dec_src_query),
24518         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24519         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24520         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24521         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24522         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24523         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24524         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24525         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24526         (gst_play_bin_query):
24527         * gst/playback/test3.c: (update_scale):
24528         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24529         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24530         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24531         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24532         (gst_videotestsrc_src_query):
24533         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24534         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24535         (paint_hline_YUV9):
24536         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24537         Port to new query API.
24538         Updated seek.
24539         Cleanups in x[v]imagesink
24540
24541 2005-05-09  Andy Wingo  <wingo@pobox.com>
24542
24543         * ext/alsa/gstalsasink.h:
24544         * ext/gnomevfs/gstgnomevfssrc.c:
24545         (gst_gnomevfssrc_get_icy_metadata):
24546         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24547         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24548         * ext/theora/theoradec.c (theora_dec_src_query)
24549         (theora_dec_src_event, theora_dec_sink_event)
24550         (theora_handle_comment_packet, theora_handle_data_packet):
24551         * ext/theora/theoraenc.c (theora_enc_chain):
24552         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24553         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24554         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24555         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24556         (qt_type_find):
24557         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24558         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24559         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24560         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24561         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24562         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24563         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24564         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24565         (paint_setup_RGB565, paint_setup_xRGB1555):
24566         * gst/videotestsrc/videotestsrc.h:
24567         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24568         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24569         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24570         GCC4 fixes.
24571         
24572         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24573         gst_pad_query_position. Fixes oggdemux.
24574
24575 2005-05-08  David Schleef  <ds@schleef.org>
24576
24577         * configure.ac: Require liboil.
24578         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24579         a few more.
24580         * gst/videotestsrc/videotestsrc.c:
24581         * gst/videotestsrc/videotestsrc.h:
24582
24583 2005-05-06  Wim Taymans  <wim@fluendo.com>
24584
24585         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24586         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24587         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24588         Well, unreffing a buffer right before pushing it is asking
24589         for trouble..
24590
24591 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24592
24593         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24594
24595 2005-05-06  Wim Taymans  <wim@fluendo.com>
24596
24597         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24598         (gst_audio_convert_caps_remove_format_info),
24599         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24600         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24601         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24602         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24603         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24604         * gst/sine/Makefile.am:
24605         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24606         (gst_sinesrc_class_init), (gst_sinesrc_init),
24607         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24608         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24609         (gst_sinesrc_update_freq):
24610         * gst/sine/gstsinesrc.h:
24611         * gst/tcp/gstmultifdsink.c:
24612         * sys/xvimage/xvimagesink.c:
24613         Fixed negotiation wrt _peer_get_caps()
24614         Some cleanups.
24615
24616
24617 2005-05-06  Wim Taymans  <wim@fluendo.com>
24618
24619         * gst-libs/gst/audio/gstaudiosink.c:
24620         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24621         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24622         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24623         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24624         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24625         (gst_audiosink_create_ringbuffer):
24626         * gst-libs/gst/audio/gstbaseaudiosink.c:
24627         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24628         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24629         (gst_baseaudiosink_set_property), (build_linear_format),
24630         (debug_spec_caps), (debug_spec_buffer),
24631         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24632         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24633         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24634         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24635         * gst-libs/gst/audio/gstbaseaudiosink.h:
24636         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24637         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24638         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24639         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24640         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24641         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24642         (wait_segment), (gst_ringbuffer_commit),
24643         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24644         (gst_ringbuffer_clear):
24645         * gst-libs/gst/audio/gstringbuffer.h:
24646         Make the base audiosink return an error when there is no
24647         audiobuffer negotiated.
24648
24649 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24650
24651         * ext/Makefile.am:
24652         Disable cdparanoia until someone ports it!
24653
24654 2005-05-06  Wim Taymans  <wim@fluendo.com>
24655
24656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24657         (gst_ogg_demux_sink_activate):
24658         And revert after wingo's revert.. sigh..
24659
24660 2005-05-05  Andy Wingo  <wingo@pobox.com>
24661
24662         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24663         GObject.
24664         * configure.ac: Return audiorate and subparse from the ghetto.
24665         Re-enable -Wall -Werror.
24666         * gst/subparse/gstsubparse.c:
24667         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24668         or chain-based. Cleaned up a bit. Not tested.
24669         
24670 2005-05-05  Christian Schaller <christian@fluendo.com> 
24671
24672         * Makefile.am: remove stuff that is not building
24673         * configure.ac: remove stuff that is not building
24674         * examples/Makefile.am: remove stuff that is not building
24675         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24676         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24677         * sys/Makefile.am: remove stuff that is not building
24678         * testsuite/Makefile.am: remove stuff that is not building
24679
24680 2005-05-05  Andy Wingo  <wingo@pobox.com>
24681
24682         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24683         * gst-libs/gst/tag/gstvorbistag.c:
24684         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24685         * gst/adder/gstadder.h:
24686         * gst/audioconvert/gstchannelmix.c:
24687         (gst_audio_convert_fill_one_other):
24688         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24689         (gst_audiorate_init), (gst_audiorate_chain):
24690         * gst/playback/gstplaybasebin.c: (setup_source):
24691         * gst/playback/test3.c: (update_scale):
24692         Some GCC4 fixes
24693         
24694         * po/af.po:
24695         * po/az.po:
24696         * po/cs.po:
24697         * po/en_GB.po:
24698         * po/hu.po:
24699         * po/it.po:
24700         * po/nb.po:
24701         * po/nl.po:
24702         * po/or.po:
24703         * po/sq.po:
24704         * po/sr.po:
24705         * po/sv.po:
24706         * po/uk.po:
24707         * po/vi.po: Foo
24708
24709 2005-05-05  Wim Taymans  <wim@fluendo.com>
24710
24711         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24712         (gst_audio_convert_caps_remove_format_info),
24713         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24714         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24715         * gst/videotestsrc/gstvideotestsrc.c:
24716         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24717         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24718         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24719         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24720         Don't ignore _push() return values.
24721         Make sure no processing is done when shutting down.
24722         Videotestsrc pad activation fix.
24723
24724 2005-05-05  Wim Taymans  <wim@fluendo.com>
24725
24726         * gst/adder/Makefile.am:
24727         * gst/adder/gstadder.c: (gst_adder_setcaps),
24728         (gst_adder_class_init), (gst_adder_init),
24729         (gst_adder_request_new_pad), (gst_adder_collected),
24730         (gst_adder_change_state):
24731         * gst/adder/gstadder.h:
24732         Ported adder as an example of a mixer element using
24733         collect pads. Needs more negotiation work.
24734
24735 2005-05-05  Wim Taymans  <wim@fluendo.com>
24736
24737         * ext/theora/theoradec.c: (_inc_granulepos),
24738         (theora_dec_src_event), (theora_dec_sink_event),
24739         (theora_handle_comment_packet), (theora_handle_type_packet),
24740         (theora_handle_header_packet), (theora_handle_data_packet),
24741         (theora_dec_chain):
24742         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24743         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24744         (theora_push_buffer), (theora_push_packet),
24745         (theora_enc_sink_event), (theora_enc_chain),
24746         (theora_enc_change_state), (theora_enc_set_property),
24747         (theora_enc_get_property):
24748         Added stream lock to decoder so that we can serialize
24749         the discont event.
24750         More theoraenc porting, recover from errors, do clean
24751         shutdown.
24752
24753 2005-05-05  Wim Taymans  <wim@fluendo.com>
24754
24755         * ext/ogg/Makefile.am:
24756         * ext/ogg/README:
24757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24758         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24759         (gst_ogg_print):
24760         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24761         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24762         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24763         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24764         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24765         (gst_ogg_mux_change_state):
24766         Ported ogg muxer.
24767
24768 2005-05-05  Wim Taymans  <wim@fluendo.com>
24769
24770         * docs/design-audiosinks.txt:
24771         * gst-libs/gst/audio/TODO:
24772         * gst-libs/gst/audio/gstaudiosink.c:
24773         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24774         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24775         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24776         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24777         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24778         (gst_audiosink_create_ringbuffer):
24779         * gst-libs/gst/audio/gstbaseaudiosink.c:
24780         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24781         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24782         (gst_baseaudiosink_set_property), (build_linear_format),
24783         (debug_spec_caps), (debug_spec_buffer),
24784         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24785         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24786         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24787         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24788         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24789         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24790         (gst_ringbuffer_release), (gst_ringbuffer_play),
24791         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24792         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24793         (gst_ringbuffer_set_sample), (wait_segment),
24794         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24795         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24796         More work on the audiosink, mostly debugging and a race in
24797         shutdown.
24798
24799 2005-04-28  Wim Taymans  <wim@fluendo.com>
24800
24801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24802         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24803         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24804         (vorbis_dec_src_query), (vorbis_dec_src_event),
24805         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24806         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24807         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24808         Don't crap out when seeking back to position 0.
24809
24810 2005-04-28  Wim Taymans  <wim@fluendo.com>
24811
24812         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24813         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24814         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24815         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24816         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24817         Make audio sink configurable, use alsasink as default.
24818
24819 2005-04-28  Wim Taymans  <wim@fluendo.com>
24820
24821         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24822         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24823         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24824         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24825         (vorbis_dec_change_state):
24826         * ext/vorbis/vorbisdec.h:
24827         Refactor, use STREAM_LOCK.
24828
24829 2005-04-28  Wim Taymans  <wim@fluendo.com>
24830
24831         * ext/theora/theoradec.c: (_inc_granulepos),
24832         (theora_dec_sink_event), (theora_handle_comment_packet),
24833         (theora_handle_type_packet), (theora_handle_header_packet),
24834         (theora_handle_data_packet), (theora_dec_chain),
24835         (theora_dec_change_state):
24836         Refactor a bit, use STREAM_LOCK.
24837
24838 2005-04-28  Wim Taymans  <wim@fluendo.com>
24839
24840         * ext/alsa/Makefile.am:
24841         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24842         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24843         (gst_alsa_link), (gst_alsa_close_audio):
24844         * ext/alsa/gstalsaplugin.c: (plugin_init):
24845         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24846         (gst_alsasink_dispose), (gst_alsasink_base_init),
24847         (gst_alsasink_class_init), (gst_alsasink_init),
24848         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24849         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24850         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24851         (gst_alsasink_reset):
24852         * ext/alsa/gstalsasink.h:
24853         Implement alsasink with simple open/write/close API. 
24854         Make alsa dir build by disabling compilation of code.
24855
24856 2005-04-28  Wim Taymans  <wim@fluendo.com>
24857
24858         * gst-libs/gst/audio/Makefile.am:
24859         * gst-libs/gst/audio/audio.h:
24860         * gst-libs/gst/audio/audioclock.c:
24861         * gst-libs/gst/audio/audioclock.h:
24862         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24863         (gst_audio_clock_class_init), (gst_audio_clock_init),
24864         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24865         * gst-libs/gst/audio/gstaudioclock.h:
24866         * gst-libs/gst/audio/gstaudiosink.c:
24867         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24868         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24869         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24870         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24871         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24872         (gst_audiosink_create_ringbuffer):
24873         * gst-libs/gst/audio/gstbaseaudiosink.c:
24874         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24875         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24876         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24877         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24878         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24879         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24880         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24881         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24882         * gst-libs/gst/audio/gstbaseaudiosink.h:
24883         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24884         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24885         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24886         (gst_ringbuffer_release), (gst_ringbuffer_play),
24887         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24888         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24889         (gst_ringbuffer_set_sample), (wait_segment),
24890         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24891         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24892         * gst-libs/gst/audio/gstringbuffer.h:
24893         Make ringbuffer faster and more simple by removing the locks
24894         in the playback thread.
24895         Add sample accurate playback based on buffer sample offsets.
24896         Make the baseaudiosink provide a clock.
24897         Parse caps in the base class.
24898         Correctly handle seeking, flushing and state changes.
24899
24900 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24901
24902         * configure.ac:
24903         * gst/audioconvert/Makefile.am:
24904         * gst/audioscale/Makefile.am:
24905           Fix part of the build.  Come on guys, autogen didn't even work :)
24906
24907 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24908
24909         * configure.ac:
24910         * gst-libs/gst/Makefile.am:
24911         * gst-libs/gst/media-info/.cvsignore:
24912         * gst-libs/gst/media-info/Makefile.am:
24913         * gst-libs/gst/media-info/README:
24914         * gst-libs/gst/media-info/media-info-priv.c:
24915         * gst-libs/gst/media-info/media-info-priv.h:
24916         * gst-libs/gst/media-info/media-info-test.c:
24917         * gst-libs/gst/media-info/media-info.c:
24918         * gst-libs/gst/media-info/media-info.h:
24919         * gst-libs/gst/media-info/media-info.vcproj:
24920         * pkgconfig/Makefile.am:
24921         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24922         * pkgconfig/gstreamer-media-info.pc.in:
24923           Remove media-info, which is also successed by playbin (see Totem
24924           implementation).
24925
24926 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24927
24928         * configure.ac:
24929         * examples/Makefile.am:
24930         * examples/gstplay/.cvsignore:
24931         * examples/gstplay/Makefile.am:
24932         * examples/gstplay/player.c:
24933         * gst-libs/gst/Makefile.am:
24934         * gst-libs/gst/play/.cvsignore:
24935         * gst-libs/gst/play/Makefile.am:
24936         * gst-libs/gst/play/play.c:
24937         * gst-libs/gst/play/play.h:
24938         * gst-libs/gst/play/play.vcproj:
24939         * pkgconfig/Makefile.am:
24940         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24941         * pkgconfig/gstreamer-play.pc.in:
24942           Remove libgstplay, playbin is now the official successor.
24943
24944 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24945
24946         * configure.ac:
24947         * gst-libs/gst/Makefile.am:
24948         * gst-libs/gst/xwindowlistener/Makefile.am:
24949         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24950         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24951           Remove deprecated xwindowlistener (I've moved xwindowlistening
24952           in the v4l/v4l2 plugins over to serverside).
24953
24954 2005-04-25  David Schleef  <ds@schleef.org>
24955
24956         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24957         to examples/dynparams.  Examples do not belong interspersed with
24958         source code.
24959         * examples/dynparams/demo-dparams.c:
24960         * gst/sine/Makefile.am:
24961         * gst/sine/demo-dparams.c:
24962
24963 2005-04-25  David Schleef  <ds@schleef.org>
24964
24965         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24966         * gst-libs/gst/audio/Makefile.am:
24967         * gst-libs/gst/riff/Makefile.am:
24968         * gst-libs/gst/tag/Makefile.am:
24969         * gst-libs/gst/video/Makefile.am:
24970         * gst-libs/gst/xwindowlistener/Makefile.am:
24971
24972         Convert to 0.9 API, seems to work:
24973         * sys/ximage/Makefile.am:
24974         * sys/ximage/ximagesink.c:
24975
24976 2005-04-24  David Schleef  <ds@schleef.org>
24977
24978         Link plugins against libraries:
24979         * ext/alsa/Makefile.am:
24980         * gst/tcp/Makefile.am:
24981
24982         Remove asm code that should be in liboil
24983         * gst/videoscale/Makefile.am:
24984         * gst/videoscale/videoscale_x86_asm.s:
24985
24986         gettext wants these checked in:
24987         * po/af.po:
24988         * po/az.po:
24989         * po/cs.po:
24990         * po/en_GB.po:
24991         * po/hu.po:
24992         * po/it.po:
24993         * po/nb.po:
24994         * po/nl.po:
24995         * po/or.po:
24996         * po/sq.po:
24997         * po/sr.po:
24998         * po/sv.po:
24999         * po/uk.po:
25000         * po/vi.po:
25001
25002 2005-04-24  David Schleef  <ds@schleef.org>
25003
25004         Convert gst_main() to g_main_loop_run()
25005         * gst/playback/decodetest.c: (main):
25006         * gst/playback/test2.c: (main):
25007         * gst/playback/test3.c: (main):
25008         * gst/playback/test4.c: (main):
25009
25010         Link plugins against libraries:
25011         * ext/libvisual/Makefile.am:
25012         * sys/xvimage/Makefile.am:
25013
25014 2005-04-24  David Schleef  <ds@schleef.org>
25015
25016         * configure.ac: Remove idct and resample libs
25017         * gst-libs/gst/Makefile.am: same
25018
25019         Remove usage of gst_library_load():
25020         * ext/alsa/gstalsaplugin.c: (plugin_init):
25021         * ext/libvisual/visual.c: (plugin_init):
25022         * ext/ogg/gstogg.c: (plugin_init):
25023         * ext/theora/theora.c: (plugin_init):
25024         * ext/vorbis/vorbis.c: (plugin_init):
25025         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25026         * gst/audioscale/gstaudioscale.c:
25027         * gst/adder/gstadder.c: (plugin_init):
25028         * gst/audioconvert/plugin.c: (plugin_init):
25029         * sys/ximage/ximagesink.c: (plugin_init):
25030         * sys/xvimage/xvimagesink.c: (plugin_init):
25031         * gst/tcp/gsttcpplugin.c: (plugin_init):
25032
25033         Link plugins against libraries:
25034         * ext/ogg/Makefile.am:
25035         * ext/theora/Makefile.am:
25036         * ext/vorbis/Makefile.am:
25037         * gst/audioconvert/Makefile.am:
25038
25039         Create proper libraries:
25040         * gst-libs/gst/riff/Makefile.am:
25041         * gst-libs/gst/audio/Makefile.am:
25042         * gst-libs/gst/video/Makefile.am:
25043
25044         Move resample library to audioscale plugin directory:
25045         * gst-libs/gst/resample/Makefile.am:
25046         * gst-libs/gst/resample/README:
25047         * gst-libs/gst/resample/dtof.c:
25048         * gst-libs/gst/resample/dtos.c:
25049         * gst-libs/gst/resample/functable.c:
25050         * gst-libs/gst/resample/private.h:
25051         * gst-libs/gst/resample/resample.c:
25052         * gst-libs/gst/resample/resample.h:
25053         * gst-libs/gst/resample/resample.vcproj:
25054         * gst-libs/gst/resample/test.c:
25055         * gst/audioscale/Makefile.am:
25056         * gst/audioscale/README:
25057         * gst/audioscale/dtof.c:
25058         * gst/audioscale/dtos.c:
25059         * gst/audioscale/functable.c:
25060         * gst/audioscale/private.h:
25061         * gst/audioscale/resample.c:
25062         * gst/audioscale/resample.h:
25063         * gst/audioscale/test.c:
25064
25065         Move tagedit library to gst-libs:
25066         * gst-libs/gst/tag/Makefile.am:
25067         * gst-libs/gst/tag/gstid3tag.c:
25068         * gst-libs/gst/tag/gsttagediting.c:
25069         * gst-libs/gst/tag/gsttageditingprivate.h:
25070         * gst-libs/gst/tag/gstvorbistag.c:
25071         * gst/tags/Makefile.am:
25072         * gst/tags/gstid3tag.c:
25073         * gst/tags/gstvorbistag.c:
25074
25075         Fix for core changes:
25076         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25077         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25078         (gst_sinesrc_getrange):
25079
25080 2005-04-23  David Schleef  <ds@schleef.org>
25081
25082         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25083         in gst-plugins in a long time, and properly belongs in liboil.
25084         * gst-libs/gst/idct/Makefile.am:
25085         * gst-libs/gst/idct/README:
25086         * gst-libs/gst/idct/dct.h:
25087         * gst-libs/gst/idct/doieee:
25088         * gst-libs/gst/idct/fastintidct.c:
25089         * gst-libs/gst/idct/floatidct.c:
25090         * gst-libs/gst/idct/idct.c:
25091         * gst-libs/gst/idct/idct.h:
25092         * gst-libs/gst/idct/idtc.vcproj:
25093         * gst-libs/gst/idct/ieeetest.c:
25094         * gst-libs/gst/idct/intidct.c:
25095
25096 2005-04-20  Wim Taymans  <wim@fluendo.com>
25097
25098         * docs/design-audiosinks.txt:
25099         * gst-libs/gst/audio/Makefile.am:
25100         * gst-libs/gst/audio/TODO:
25101         * gst-libs/gst/audio/gstaudiosink.c:
25102         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25103         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25104         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25105         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25106         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25107         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25108         (gst_audiosink_class_init), (gst_audiosink_init),
25109         (gst_audiosink_create_ringbuffer):
25110         * gst-libs/gst/audio/gstaudiosink.h:
25111         * gst-libs/gst/audio/gstbaseaudiosink.c:
25112         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25113         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25114         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25115         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25116         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25117         (gst_baseaudiosink_create_ringbuffer),
25118         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25119         * gst-libs/gst/audio/gstbaseaudiosink.h:
25120         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25121         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25122         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25123         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25124         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25125         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25126         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25127         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25128         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25129         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25130         * gst-libs/gst/audio/gstringbuffer.h:
25131         An attempt at a set of audio base classes together with some
25132         design docs.
25133
25134 2005-04-20  Wim Taymans  <wim@fluendo.com>
25135
25136         * gst/audioconvert/Makefile.am:
25137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25138         (gst_audio_convert_caps_remove_format_info),
25139         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25140         (gst_audio_convert_channels):
25141         Link against audio libs.
25142         Fix audio convert plugin.
25143
25144 2005-04-20  Wim Taymans  <wim@fluendo.com>
25145
25146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25147         (gst_ogg_demux_sink_activate):
25148         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25149         (theora_set_header_on_caps), (theora_enc_sink_event),
25150         (theora_enc_chain):
25151         Fix theora encoder.
25152
25153 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25154
25155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25156         * gst/playback/gstdecodebin.c: (find_compatibles):
25157           Work with staticpadtemplates in elementfactories.
25158
25159 2005-04-12  Wim Taymans  <wim@fluendo.com>
25160
25161         * gst/playback/README:
25162         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25163         (compare_ranks), (print_feature), (gst_decode_bin_init),
25164         (dynamic_create), (dynamic_free), (find_compatibles),
25165         (mimetype_is_raw), (close_pad_link), (got_redirect),
25166         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25167         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25168         (gst_decode_bin_change_state):
25169         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25170         (gst_play_base_bin_init), (group_destroy), (group_commit),
25171         (check_queue), (queue_overrun), (queue_threshold_reached),
25172         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25173         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25174         (got_redirect), (setup_source), (play_base_eos),
25175         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25176         (gst_play_base_bin_remove_element):
25177         * gst/playback/gstplaybasebin.h:
25178         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25179         (gst_play_bin_init), (gst_play_bin_dispose),
25180         (gst_play_bin_set_property), (gen_video_element),
25181         (gen_text_element), (gen_audio_element), (remove_sinks),
25182         (gst_play_bin_send_event):
25183         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25184         (stream_info_change_state), (gst_stream_info_set_mute):
25185         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25186         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25187         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25188         (gst_stream_selector_chain):
25189         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25190         (main):
25191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25192         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25193         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25194         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25195         Raw and crude port of decodebin. 
25196         Make playbin compile.
25197
25198 2005-04-06  Wim Taymans  <wim@fluendo.com>
25199
25200         * ext/gnomevfs/Makefile.am:
25201         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25202         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25203         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25204         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25205         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25206         (gst_gnomevfssrc_stop):
25207         * ext/ogg/Makefile.am:
25208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25209         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25210         * ext/theora/Makefile.am:
25211         * ext/theora/theoradec.c: (_inc_granulepos),
25212         (theora_dec_sink_event), (theora_dec_chain):
25213         * ext/vorbis/Makefile.am:
25214         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25215         (vorbis_dec_sink_event), (vorbis_dec_chain):
25216         * gst-libs/gst/audio/Makefile.am:
25217         * sys/xvimage/Makefile.am:
25218         Make gnomevfssrc extend the source base class.
25219         Fix linking against libs in various plugins.
25220
25221 2005-04-06  Andy Wingo  <wingo@pobox.com>
25222
25223         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25224         GST_BASE_LIBS.
25225
25226         * configure.ac: Add check and AC_SUBST for libgstbase.
25227
25228 2005-03-31  Wim Taymans  <wim@fluendo.com>
25229
25230         * examples/seeking/Makefile.am:
25231         * examples/seeking/cdparanoia.c: (main):
25232         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25233         (play_cb), (pause_cb), (stop_cb), (main):
25234         * examples/seeking/playbin.c:
25235         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25236         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25237         (make_sid_pipeline), (make_vorbis_pipeline),
25238         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25239         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25240         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25241         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25242         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25243         (stop_cb), (main):
25244         * examples/seeking/spider_seek.c:
25245         * examples/seeking/vorbisfile.c:
25246         * ext/gnomevfs/Makefile.am:
25247         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25248         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25249         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25250         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25251         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25252         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25253         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25254         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25255         * ext/ogg/README:
25256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25257         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25258         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25259         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25260         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25261         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25262         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25263         (gst_ogg_demux_factory_filter), (compare_ranks),
25264         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25265         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25266         (gst_ogg_chain_new), (gst_ogg_chain_free),
25267         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25268         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25269         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25270         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25271         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25272         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25273         (gst_ogg_demux_get_prev_page),
25274         (gst_ogg_demux_deactivate_current_chain),
25275         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25276         (gst_ogg_demux_bisect_forward_serialno),
25277         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25278         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25279         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25280         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25281         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25282         (gst_ogg_demux_change_state), (gst_ogg_print):
25283         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25284         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25285         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25286         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25287         (gst_ogg_mux_loop):
25288         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25289         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25290         (theora_dec_src_convert), (theora_dec_sink_convert),
25291         (theora_dec_src_query), (theora_dec_src_event),
25292         (theora_dec_sink_event), (theora_dec_chain),
25293         (theora_dec_change_state):
25294         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25295         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25296         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25297         (theora_enc_change_state):
25298         * ext/vorbis/Makefile.am:
25299         * ext/vorbis/oggvorbisenc.c:
25300         * ext/vorbis/oggvorbisenc.h:
25301         * ext/vorbis/vorbis.c: (plugin_init):
25302         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25303         (vorbis_dec_src_query), (vorbis_dec_src_event),
25304         (vorbis_dec_sink_event), (vorbis_dec_chain),
25305         (vorbis_dec_change_state):
25306         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25307         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25308         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25309         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25310         (gst_vorbisenc_change_state):
25311         * ext/vorbis/vorbisenc.h:
25312         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25313         * gst-libs/gst/audio/audioclock.c:
25314         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25315         (gst_audiofilter_init), (gst_audiofilter_chain):
25316         * gst-libs/gst/audio/testchannels.c: (main):
25317         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25318         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25319         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25320         (gmip_find_track_streaminfo), (gmip_find_track_format):
25321         * gst-libs/gst/media-info/media-info.c:
25322         (gst_media_info_read_idler):
25323         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25324         (gst_play_get_all_by_interface):
25325         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25326         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25327         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25328         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25329         (gst_riff_parse_info):
25330         * gst-libs/gst/riff/riff-read.h:
25331         * gst-libs/gst/riff/riff.c: (plugin_init):
25332         * gst-libs/gst/video/Makefile.am:
25333         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25334         (gst_videosink_class_init), (gst_videosink_get_type):
25335         * gst-libs/gst/video/videosink.h:
25336         * gst/audioconvert/bufferframesconvert.c:
25337         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25338         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25339         * gst/audioconvert/channelmixtest.c: (main):
25340         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25341         (gst_audio_convert_chain),
25342         (gst_audio_convert_caps_remove_format_info),
25343         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25344         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25345         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25346         (gst_audio_convert_buffer_to_default_format),
25347         (gst_audio_convert_buffer_from_default_format),
25348         (gst_audio_convert_channels):
25349         * gst/audioconvert/gstchannelmix.h:
25350         * gst/ffmpegcolorspace/avcodec.h:
25351         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25352         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25353         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25354         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25355         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25356         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25357         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25358         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25359         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25360         (dv_type_find):
25361         * gst/videotestsrc/gstvideotestsrc.c:
25362         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25363         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25364         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25365         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25366         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25367         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25368         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25370         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25371         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25372         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25373         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25374         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25375         (gst_xvimagesink_navigation_send_event),
25376         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25377         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25378         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25379         * sys/xvimage/xvimagesink.h:
25380         Plugin port to 0.9, ogg/theora playback should work in the seek
25381         example now.
25382         Removed old examples.
25383         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25384         explained in 0.9 TODO doc.
25385
25386
25387 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25388
25389         * autogen.sh:
25390         * configure.ac:
25391         * ext/Makefile.am:
25392         * gst/Makefile.am:
25393         * po/POTFILES.in:
25394         * po/af.po:
25395         * po/az.po:
25396         * po/cs.po:
25397         * po/en_GB.po:
25398         * po/hu.po:
25399         * po/it.po:
25400         * po/nb.po:
25401         * po/nl.po:
25402         * po/or.po:
25403         * po/sq.po:
25404         * po/sr.po:
25405         * po/sv.po:
25406         * po/uk.po:
25407         * po/vi.po:
25408         * sys/Makefile.am:
25409         * testsuite/Makefile.am:
25410           remove a whole bunch of plugins.  This module now contains a set
25411           of free reference plugins/elements as agreed.
25412
25413 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25414
25415         * configure.ac:
25416           hunting season on 0.9 is now OPEN
25417
25418 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25419
25420         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25421           Kick the hell out of gcc for not warning me about a symbol conflict.
25422
25423 2005-02-22  Luca Ognibene  <luogni@tin.it>
25424
25425         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25426
25427         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25428           Don't leak caps string (fixes #168134)
25429
25430         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25431         (gst_jpegenc_init), (gst_jpegenc_finalize),
25432         (gst_jpegenc_change_state):
25433           Don't leak line buffers and context struct (fixes #168133).
25434
25435 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25436
25437         * configure.ac:
25438         * ext/dirac/gstdiracdec.cc:
25439         (gst_diracdec_chain):
25440           Since dirac 0.5.0 the framerate in dirac is expressed as a
25441           rational number. Fix build and up requirement to 0.5.0, and
25442           also pass parameters to gst_diracdec_link in the right order
25443           (fixes #167959).
25444
25445 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25446
25447         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25448         * ext/faad/gstfaad.h:
25449         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25450         certain invalid muxed streams, where some packets will contain 
25451         junk after decoder data. Partially fixes #149158.
25452
25453 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25454         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25455           Make sure we only write to writable buffers
25456
25457 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25458
25459         * gst-libs/gst/riff/riff-media.c:
25460         (gst_riff_create_audio_caps_with_data):
25461           Do actually fix invalid RIFF fmt header values for alaw
25462           and mulaw audio instead of just saying so.
25463
25464         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25465           Give gst_riff_create_audio_caps_with_data() a chance to
25466           fix up broken format header fields before extracting any
25467           parameters from the header. (fixes #167633)
25468
25469 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25470
25471         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25472
25473         * gst/audioconvert/bufferframesconvert.c:
25474         (buffer_frames_convert_link):
25475           Don't leak othercaps. (fixes #167878)
25476
25477 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25478
25479         * configure.ac:
25480         * ext/libvisual/visual.c: (gst_visual_srclink),
25481         (gst_visual_change_state):
25482           Support libvisual 0.2.0.
25483
25484 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25485
25486         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25487         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25488           Use same rowstrides for I420 as used everywhere else.
25489
25490 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25491
25492         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25493           Declare variables at beginning of block and make gcc-2.95 happy
25494           (fixes # 167482, patch by Gergely Nagy).
25495           
25496         * gst/tcp/gsttcpclientsrc.c:
25497         * gst/tcp/gsttcpclientsrc.h:
25498           Move some includes into the header, so that struct sockaddr_in is
25499           defined when it should be defined on FreeBSD as well (fixes
25500           #167483).
25501           
25502         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25503           Don't pass uninitialised values to setsockopt() here either.
25504
25505 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25506
25507         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25508
25509         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25510           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25511
25512 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25513
25514         * gst/playback/gstplaybin.c: (add_sink):
25515           Invert bin_add/link order to workaround deadlock in opt.
25516
25517 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25518
25519         * gst/modplug/gstmodplug.cc:
25520           Add missing break causing position queries to fail.
25521
25522 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25523
25524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25525           Granpos can apparently be -1, which screws up calculations...
25526
25527 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25528
25529         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25530         (gst_ximagesink_send_pending_navigation),
25531         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25532         (gst_ximagesink_init):
25533         * sys/ximage/ximagesink.h:
25534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25535         (gst_xvimagesink_send_pending_navigation),
25536         (gst_xvimagesink_navigation_send_event),
25537         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25538         * sys/xvimage/xvimagesink.h:
25539           Use a mutex protected list to marshal navigation
25540           events into the stream thread from whichever thread
25541           sends them.
25542
25543 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25544
25545         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25546           Display current position and track length; misc. clean-ups.
25547           
25548         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25549         (speed_init), (speed_chain):
25550           Add query function, so that the stream length and current position
25551           get adjusted when queried (note that current position queries may
25552           still be wrong if the audio sink returns values based on buffer
25553           timestamps instead of passing on the query).
25554
25555 2005-02-13  Benjamin Otte  <otte@gnome.org>
25556
25557         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25558         (gst_audio_convert_channels):
25559           create channel conversion matrix when linking
25560         * gst/audioconvert/.cvsignore:
25561         * gst/audioconvert/Makefile.am:
25562         * gst/audioconvert/channelmixtest.c: (main):
25563           add (ugly) test that ensures stereo <=> mono conversion works
25564           correctly
25565
25566 2005-02-13  Benjamin Otte  <otte@gnome.org>
25567
25568         * gst/audioconvert/gstchannelmix.h:
25569           include missing header file
25570         * gst/audioconvert/gstchannelmix.c:
25571         (gst_audio_convert_fill_compatible):
25572           use same sign for both channels when converting to/from compatible
25573           channel. Previously used different signs made the signals cancel
25574           each other out and appear like silence. (fixes #167269)
25575
25576 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25577
25578         * gst/ffmpegcolorspace/avcodec.h:
25579         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25580         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25581         (gst_ffmpegcsp_avpicture_fill):
25582         * gst/ffmpegcolorspace/imgconvert.c:
25583           Convert to and from YV12 (fixes #156379).
25584
25585 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25586
25587         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25588         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25589         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25590         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25591         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25592         methods from chain and negotiation and vice versa (Fixes #166142).
25593         * sys/ximage/ximagesink.h: Add stream_lock.
25594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25595         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25596         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25597         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25598
25599 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25600
25601         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25602           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25603           error message when we can't open the DVD device (when dvdnav_open()
25604           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25605           the above). Send something more useful instead (fixes #167117).
25606
25607 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25608
25609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25610         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25611         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25612         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25613         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25614         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25615         methods from chain and negotiation and vice versa (Fixes #166142).
25616         Fix a possible bug of images in the buffer pool being discarded because
25617         we are looking at the wrong geometry.
25618         * sys/xvimage/xvimagesink.h: Add stream_lock.
25619
25620 2005-02-11  David Schleef  <ds@schleef.org>
25621
25622         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25623         unsigned int. (fixes #167128)
25624
25625 2005-02-11  David Schleef  <ds@schleef.org>
25626
25627         * gst/librfb/Makefile.am: Testing stuff before committing is
25628           for wimps... and people with fast machines.  Fix stupid
25629           mistake.
25630
25631 2005-02-11  David Schleef  <ds@schleef.org>
25632
25633         * configure.ac: Pull in librfb from my CVS tree, because it is
25634           too small and annoying to be separate.  Move rfbsrc plugin
25635           to gst/.
25636         * ext/Makefile.am:
25637         * ext/librfb/Makefile.am:
25638         * ext/librfb/gstrfbsrc.c:
25639         * gst/librfb/Makefile.am:
25640         * gst/librfb/gstrfbsrc.c:
25641         * gst/librfb/rfb.c:
25642         * gst/librfb/rfb.h:
25643         * gst/librfb/rfbbuffer.c:
25644         * gst/librfb/rfbbuffer.h:
25645         * gst/librfb/rfbbytestream.c:
25646         * gst/librfb/rfbbytestream.h:
25647         * gst/librfb/rfbcontext.h:
25648         * gst/librfb/rfbdecoder.c:
25649         * gst/librfb/rfbdecoder.h:
25650         * gst/librfb/rfbutil.h:
25651
25652 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25653
25654         * gst/speed/Makefile.am:
25655         * gst/speed/demo-mp3.c: (main):
25656         * gst/speed/filter.func:
25657         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25658         (speed_class_init), (speed_init), (speed_chain_int16),
25659         (speed_chain_float32), (speed_chain), (speed_set_property),
25660         (speed_get_property), (speed_change_state):
25661         * gst/speed/gstspeed.h:
25662           Fix speed element and make it chain-based (fixes #156467),
25663           and make it handle more than one channel.
25664
25665 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25666
25667         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25668         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25669         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25670         * ext/dts/gstdtsdec.h:
25671           Don't clobber the stack constructing the channels array.
25672           Make the element chain-based. DTS tracks can now be played.
25673           
25674 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25675
25676         * gst-libs/gst/audio/multichannel.h:
25677         * gst-libs/gst/gconf/gconf.h:
25678         * gst-libs/gst/idct/idct.h:
25679         * gst-libs/gst/media-info/media-info-priv.h:
25680         * gst-libs/gst/play/play.h:
25681         * gst-libs/gst/resample/private.h:
25682         * gst-libs/gst/resample/resample.h:
25683         * gst-libs/gst/riff/riff-ids.h:
25684         * gst-libs/gst/video/video.h:
25685         * gst-libs/gst/video/videosink.h:
25686           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25687           missing, so that they work when included from C++ code.
25688
25689 2005-02-09  David Schleef  <ds@schleef.org>
25690
25691         * testsuite/gst-lint: Check for non-statically scoped
25692           parent_class variables.  This won't be a problem once
25693           plugins are loaded with RTLD_LOCAL.
25694
25695 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25696
25697         * ext/mplex/gstmplexibitstream.cc:
25698           gcc madness.
25699
25700 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25701
25702         * ext/ogg/gstogmparse.c:
25703         * gst/debug/gstnavigationtest.c:
25704           Die, thou faulty symbol pollutors (non-static parent_class).
25705
25706 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25707
25708         * ext/mplex/gstmplexibitstream.cc:
25709           Fix event handling (#165525).
25710
25711 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25712
25713         * ext/mikmod/gstmikmod.c:
25714         * gst/modplug/gstmodplug.cc:
25715           Add missing endianness to template (fixes #165509).
25716
25717 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25718
25719         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25720           Fix wrong order of reading of optional bytes (#165290).
25721
25722 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25723
25724         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25725           Implement FILLER event awareness.
25726
25727 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25728
25729         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25730           Fix track calculations (#166208).
25731
25732 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25733
25734         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25735
25736         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25737         * ext/libpng/gstpngenc.c:
25738           Fix byte-order, use proper fixed caps. Fixes #164197.
25739
25740 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25741
25742         * configure.ac:
25743           Add dvdlpcmdec 
25744
25745         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25746         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25747           Don't push buffers if the src pad isn't negotiated yet.
25748           
25749         * gst/audioconvert/gstaudioconvert.c:
25750         (gst_audio_convert_buffer_to_default_format),
25751         (gst_audio_convert_buffer_from_default_format):
25752           Add support for 24-bit width.
25753
25754         * gst/dvdlpcmdec/.cvsignore:
25755         * gst/dvdlpcmdec/Makefile.am:
25756         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25757         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25758         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25759         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25760         (plugin_init):
25761         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25762           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25763           format. Needs support for the channels maps if someone can find 
25764           a DVD LPCM track with > 2 channels.
25765
25766         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25767         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25768         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25769         * gst/mpegstream/gstdvddemux.h:
25770         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25771         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25772         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25773         * gst/mpegstream/gstmpegdemux.h:
25774         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25775         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25776         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25777         (gst_mpeg_parse_handle_src_query),
25778         (gst_mpeg_parse_handle_src_event):
25779           Use audio/x-dvd-lpcm for LPCM output.
25780           Add DTS output.
25781
25782 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25783
25784         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25785
25786         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25787         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25788           Add BGRA handling (#165736).
25789
25790 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25791
25792         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25793
25794         * gst/law/alaw-decode.c: (alawdec_link):
25795         * gst/law/alaw-encode.c: (alawenc_link):
25796         * gst/law/mulaw-decode.c: (mulawdec_link):
25797         * gst/law/mulaw-encode.c: (mulawenc_link):
25798           Fix caps memleaks (#166600).
25799
25800 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25801
25802         * ext/tarkin/mem.h:
25803         * ext/tarkin/wavelet.h:
25804         * ext/tarkin/yuv.h:
25805         * gst/ffmpegcolorspace/avcodec.h:
25806           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25807           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25808
25809 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25810
25811         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25813         (gst_xvimagesink_change_state):
25814           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25815           Xv video (and thereby regenerate Xv colourkey) in clear() so
25816           that PLAY -> READY -> PLAY works (fixes #162504).
25817
25818 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25819
25820         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25821           Switch to list instead of range, since MJPEG-devices really just
25822           support decimations, not any size.
25823
25824 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25825         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25826         (gst_mpeg2dec_reset), (free_all_buffers),
25827         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25828         * ext/mpeg2dec/gstmpeg2dec.h:
25829           The libmpeg2 user-allocated buffer management is awkward, 
25830           to say the least. Hopefully this fixes things.
25831
25832 2005-02-04  Andy Wingo  <wingo@pobox.com>
25833
25834         * gst/audioconvert/bufferframesconvert.c
25835         (buffer_frames_convert_fixate): New function, fixates to 256
25836         frames per buffer by default. (Much better than 1.)
25837         (buffer_frames_convert_init): Set the fixate function for both src
25838         and sink pad.
25839         (buffer_frames_convert_link): After success setting nonfixed caps,
25840         get the negotiated caps so we can know how many buffer-frames it
25841         will be. No idea how this worked at all before.
25842
25843 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25844
25845         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25846         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25847         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25848         (handle_sequence), (handle_picture):
25849         * ext/mpeg2dec/gstmpeg2dec.h:
25850           Rearrange buffer tracking and refcounting and refactor
25851           a little for readability. 
25852
25853 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25854         * sys/v4l/gstv4l.c: (plugin_init):
25855         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25856         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25857         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25858         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25859         * sys/v4l/gstv4ljpegsrc.h:
25860         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25861         * sys/v4l/v4l_calls.h:
25862         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25863         (gst_v4lsrc_get_fps):
25864         * sys/v4l/v4lsrc_calls.h:
25865           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25866           you jpeg inside rgb frames" driver.
25867           Don't error in the v4lsrc link function, just return 
25868           REFUSED.
25869
25870 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25871
25872         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25873         (gst_qcamsrc_open):
25874           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25875
25876 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25877
25878         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25879           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25880
25881 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25882
25883         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25884           Reset negotiated state on PAUSED->READY.
25885
25886 2005-02-02  David Schleef  <ds@schleef.org>
25887
25888         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25889         whereever possible.  (Fixes #165997)
25890         * examples/capsfilter/capsfilter1.c: (main):
25891         * examples/dynparams/filter.c: (create_ui):
25892         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25893         * examples/seeking/chained.c: (main):
25894         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25895         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25896         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25897         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25898         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25899         * examples/switch/switcher.c: (main):
25900         * ext/dv/demo-play.c: (main):
25901         * ext/faad/gstfaad.c: (gst_faad_change_state):
25902         * ext/mad/gstmad.c: (gst_mad_chain):
25903         * ext/smoothwave/demo-osssrc.c: (main):
25904         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25905         (gst_gconf_render_bin_from_description),
25906         (gst_gconf_get_default_audio_sink),
25907         (gst_gconf_get_default_video_sink),
25908         (gst_gconf_get_default_audio_src),
25909         (gst_gconf_get_default_video_src),
25910         (gst_gconf_get_default_visualization_element):
25911         * gst/level/demo.c: (main):
25912         * gst/level/plot.c: (main):
25913         * gst/playback/gstplaybin.c: (gen_video_element),
25914         (gen_audio_element):
25915         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25916         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25917         * gst/sine/demo-dparams.c: (main):
25918         * gst/spectrum/demo-osssrc.c: (main):
25919         * gst/speed/demo-mp3.c: (main):
25920         * gst/volume/demo.c: (main):
25921         * testsuite/embed/embed.c: (main):
25922
25923 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25924
25925         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25926         (gst_tcpclientsink_finalize):
25927         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25928         (gst_tcpclientsrc_finalize):
25929         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25930         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25931         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25932         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25933           Don't leak the hostname when shutting down.
25934           In tcpserversrc, take a copy of the default hostname.
25935
25936 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25937
25938         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25939           Set caps to systemstream=TRUE.
25940
25941 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25942
25943         * testsuite/Makefile.am:
25944           Fix more OSX buildbots.
25945
25946 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25947
25948         * ext/mpeg2dec/gstmpeg2dec.c:
25949           Don't send things to NULL PAD_PEERs
25950
25951         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25952           Copy-on-write the incoming buffer.
25953
25954         * gst/mpegstream/gstdvddemux.h:
25955         * gst/mpegstream/gstmpegclock.h:
25956         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25957         (normal_seek), (gst_mpeg_demux_handle_src_event):
25958         * gst/mpegstream/gstmpegdemux.h:
25959         * gst/mpegstream/gstmpegpacketize.h:
25960         * gst/mpegstream/gstmpegparse.c:
25961         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25962         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25963         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25964         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25965         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25966         * gst/mpegstream/gstmpegparse.h:
25967         * gst/mpegstream/gstrfc2250enc.h:
25968           Various changes to the way time is computed that make seeking and
25969           total time estimation much better here.
25970           Use G_BEGIN/END_DECLS instead of __cplusplus
25971
25972         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25973           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25974
25975 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25976
25977         * gst/subparse/gstsubparse.c:
25978           Fix OSX buildbot.
25979
25980 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25981
25982         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25983         (theora_enc_chain), (theora_enc_change_state):
25984         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25985         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25986         (gst_vorbisenc_change_state):
25987         * ext/vorbis/vorbisenc.h:
25988           Set granulepos and timestamp correctly for streams not
25989           starting at 0, taking into account the initial delay.
25990
25991 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25992
25993         * gst/mpegstream/gstdvddemux.c:
25994           Add audio/x-dts to audio pad template caps
25995
25996 2005-01-30  David Schleef  <ds@schleef.org>
25997
25998         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25999         (create_context), (gst_polypsink_link): Fix silly endianness
26000         bug.  Add some debugging.  Remove float from caps; it doesn't
26001         work.  Attempt to get remote audio working.
26002
26003 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26004
26005         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26006           Add 3IV2 fourcc.
26007
26008 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26009
26010         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26011         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26012         (gst_avi_demux_stream_data):
26013         * gst/avi/gstavidemux.h:
26014           Invert DIB images. Fixes #132341.
26015
26016 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26017
26018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26019         (gst_ffmpegcsp_chain):
26020           D'oh, reference the palette data, not the palette structure.
26021           Fixes color distortion in #132341.
26022
26023 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26024
26025         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26026           PAR can be non-fixed when not provided as argument (#162626).
26027
26028 2005-01-29  David Moore  <dcm@acm.org>
26029
26030         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26031
26032         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26033         (gst_qtdemux_loop_header):
26034           Re-apply patch from #142272 that allows non-seekable sources,
26035           re-proposed by Daniel Drake <dsd@gentoo.org>.
26036
26037 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26038
26039         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26040           Use the src template for creating the src pad (#162330).
26041
26042 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26043
26044         * configure.ac:
26045         * ext/musepack/Makefile.am:
26046         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26047         (gst_musepackdec_init), (gst_musepackdec_dispose),
26048         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26049         (gst_musepack_stream_init), (gst_musepackdec_loop),
26050         (gst_musepackdec_change_state):
26051         * ext/musepack/gstmusepackdec.cpp:
26052         * ext/musepack/gstmusepackdec.h:
26053         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26054         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26055         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26056         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26057         * ext/musepack/gstmusepackreader.cpp:
26058         * ext/musepack/gstmusepackreader.h:
26059           Update to 1.1 API (#165446).
26060
26061 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26062
26063         * ext/Makefile.am:
26064           Unbreak buildbot.
26065
26066 2005-01-28  Andy Wingo  <wingo@pobox.com>
26067
26068         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26069         to reflect a different dubious internet source. Add a reference
26070         and some commentary.
26071
26072 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26073
26074         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26075         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26076         * gst/playback/gststreamselector.h:
26077           Be more selective when we're redoing caps negotiation from
26078           within the chain function on a stream change.
26079
26080 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26081
26082         * configure.ac:
26083         * ext/Makefile.am:
26084         * ext/amrnb/Makefile.am:
26085         * ext/amrnb/amrnb.c: (plugin_init):
26086         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26087         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26088         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26089         (gst_amrnbdec_state_change):
26090         * ext/amrnb/amrnbdec.h:
26091         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26092         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26093         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26094         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26095         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26096         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26097         * ext/amrnb/amrnbparse.h:
26098           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26099         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26100           Add AMR-NB/-WB raw formats.
26101         * ext/alsa/gstalsa.c: (gst_alsa_link):
26102           Keep valid time when changing format.
26103         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26104         (qtdemux_parse_trak):
26105           Add some more format-specific options (#140141, #143555, #155163).
26106
26107 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26108
26109         * gst/matroska/matroska-demux.c:
26110         (gst_matroska_demux_parse_blockgroup):
26111           Fix logic error in timing of subtitle stream synchronization.
26112         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26113           Add skip-chunk, which is found in kodak-camera streams.
26114
26115 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26116
26117         * po/LINGUAS:
26118         * po/vi.po:
26119           Adding Vietnamese translation (submitted by Clytie Siddall)
26120
26121 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26122
26123         * gst/playback/gstdecodebin.c: (try_to_link_1):
26124           Use realpad for signal.
26125
26126 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26127
26128         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26129           Fix category so decodebin picks it up.
26130
26131 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26132
26133         * ext/mad/Makefile.am:
26134         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26135         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26136         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26137         (found_type), (gst_id3demux_bin_change_state):
26138         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26139         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26140         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26141         (gst_id3_tag_change_state), (plugin_init):
26142         * ext/mad/gstmad.h:
26143           Add id3demuxbin (which is a simple bin consisting of id3demux
26144           and typefind), take over rank from id3demux, remove typefind
26145           code from id3demux. Makes all broken mp3s that I know of work,
26146           and thereby fixes #152688.
26147
26148 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26149
26150         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26151
26152         * ext/mad/gstmad.c: (gst_mad_src_event):
26153         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26154           Allow seeks on audio pad, make mad forward those (#164826).
26155         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26156           Set duration (#165335).
26157
26158 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26159
26160         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26161         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26162         (gst_asf_demux_process_ext_content_desc),
26163         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26164         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26165         * gst/asfdemux/gstasfdemux.h:
26166           Improve metadata display, e.g. if the metadata comes before the
26167           streams are loaded (which is perfectly valid).
26168
26169 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26170
26171         * tools/gst-launch-ext-m.m:
26172           Fix AVI/ASF pipelines (#165340).
26173
26174 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26175         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26176         build failure on amd64
26177
26178 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26179
26180         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26181         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26182           Check environment variables GST_ID3V2_TAG_ENCODING,
26183           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26184           list of character encodings to force interpretation of non-unicode
26185           strings stored in an ID3v2 tag to a particular encoding. If none
26186           is specified, try to use current locale's encoding, then fall back
26187           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26188         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26189         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26190           Check environment variables GST_ID3V1_TAG_ENCODING,
26191           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26192           list of character encodings to use in case a string encountered
26193           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26194           specified, try to use the current locale's encoding, then fall
26195           back to ISO-8859-1 (which will always succeed).
26196
26197 2005-01-25  Benjamin Otte  <otte@gnome.org>
26198
26199         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26200           - on half framerate, compute the rate in advance so the comparisons
26201             don't compare wrong values
26202           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26203             behaviour
26204           - don't use mad_header_decode anymore, mad_frame_decode does that
26205             automatically
26206           - when getting rid of consumed bytes, reset the stream's skiplen
26207           (fixes #163867)
26208
26209 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26210
26211         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26212           Use 1/2 a second for default max_discont, as PES streams from DVB
26213           seem to have larger spacings in the SCR. 
26214           Fix a typo.
26215
26216 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26217
26218         * gst/playback/gstplaybasebin.c: (group_commit):
26219           Notify delayed stream-info availability.
26220
26221 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26222         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26223         (gst_a52dec_handle_event), (gst_a52dec_chain):
26224         Add some debug output. Check that a discont has a valid
26225         time associated.
26226         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26227         (gst_alsa_sink_loop):
26228         Ignore TAG events. A little extra debug for broken timestamps.
26229         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26230         (dvdnavsrc_change_state):
26231         Ensure we send a discont to engage the link before we send any
26232         other events.
26233         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26234         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26235         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26236         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26237         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26238         dvd://title works in totem because typefinding sends a seek that ends
26239         up going back to chapter 1 regardless.
26240         * ext/mpeg2dec/gstmpeg2dec.c:
26241         * ext/mpeg2dec/gstmpeg2dec.h:
26242         Output correct timestamps and handle disconts.
26243         * ext/ogg/gstoggdemux.c: (get_relative):
26244         Small guard against a null dereference.
26245         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26246         (gst_textoverlay_set_property):
26247         Free memory when done. Don't call gst_event_filler_get_duration on
26248         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26249         g_warning.
26250         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26251         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26252         (gst_sw_srclink), (gst_smoothwave_chain):
26253         Draw solid lines, prettier colours.
26254         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26255         Add a default palette that'll work for some movies.
26256         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26257         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26258         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26259         * gst/mpegstream/gstdvddemux.h:
26260         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26261         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26262         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26263         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26264         * gst/mpegstream/gstmpegparse.h:
26265         Use PTM/NAV events when for timestamp adjustment when connected to 
26266         dvdnavsrc. Don't use many discont events where one suffices.
26267         * gst/playback/gstplaybasebin.c: (group_destroy),
26268         (gen_preroll_element), (gst_play_base_bin_add_element):
26269         * gst/playback/gstplaybasebin.h:
26270         Make sure we remove subtitles from the same bin we put them in.
26271         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26272         (gst_subparse_buffer_format_autodetect),
26273         (gst_subparse_change_state):
26274         Fix some memleaks and invalid accesses.
26275         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26276         (oggskel_type_find), (cmml_type_find), (plugin_init):
26277         Some typefind functions for Annodex v3.0 files
26278         * gst/wavparse/gstwavparse.h:
26279         GstRiffReadClass is the correct parent class.
26280
26281 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26282
26283         * gst-libs/gst/riff/riff-media.c:
26284         (gst_riff_create_video_caps_with_data):
26285           Add extradata to huffyuv (fixes #165013).
26286         * gst-libs/gst/riff/riff-read.c:
26287         (gst_riff_read_strf_vids_with_data):
26288           Fix extradata extraction if it is in the chunk size.
26289
26290 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26291
26292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26293
26294         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26295         (gst_quarktv_change_state), (gst_quarktv_dispose):
26296           Memory free'ing location fix (#164708).
26297
26298 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26299
26300         * gst/playback/gstplaybasebin.c: (group_commit),
26301         (gen_preroll_element), (probe_triggered), (gen_source_element),
26302         (setup_source), (gst_play_base_bin_change_state),
26303         (gst_play_base_bin_add_element):
26304           Don't block for streams.
26305         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26306         (gst_stream_info_set_mute):
26307           Use gst_pad_set_active_recursive.
26308
26309 2005-01-25  Andy Wingo  <wingo@pobox.com>
26310
26311         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26312         for #ifndef HAVE_XVIDEO.
26313
26314 2005-01-24  Jeffrey C. Ollie
26315
26316         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26317
26318         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26319         * ext/gsm/gstgsmdec.h:
26320         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26321         * ext/gsm/gstgsmenc.h:
26322         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26323         was given by property. Add proper buffer timestamps and offsets.
26324
26325 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26326
26327         * gst-libs/gst/riff/riff-media.c:
26328         (gst_riff_create_audio_caps_with_data):
26329           Audio can be <8000Hz.
26330
26331 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26332
26333         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26334           Explicit state change to workaround refcount bugs.
26335
26336 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26337
26338         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26339         (gst_avimux_riff_get_avi_header):
26340           Fix...
26341
26342 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26343
26344         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26345         (gst_riff_read_element_data):
26346         * gst-libs/gst/riff/riff-read.h:
26347           Add _peek version (req'ed in CDXA).
26348         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26349         (gst_cdxaparse_loop):
26350           Fix parsing in playbin.
26351         * gst/playback/gstdecodebin.c: (close_pad_link):
26352           Ignore current_ pads, they cause major annoyance.
26353
26354 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26355
26356         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26357           Safety guard.
26358
26359 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26360
26361         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26362           Fix padding...
26363
26364 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26365
26366         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26367           Allow for 0-sized buffers. Fixes length query problems in
26368           starwars.mkv from the testsuite.
26369
26370 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26371
26372         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26373         (gst_video_box_i420), (gst_video_box_chain):
26374           Fix row strides for I420 (fixes #163159)
26375           
26376 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26377
26378         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26379           MPEG2 has a useful rate property, so we can actually use that.
26380           For MPEG-1, continue using the bytes/time properties.
26381
26382 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26383
26384         * gst-libs/gst/riff/riff-media.c:
26385         (gst_riff_create_video_caps_with_data),
26386         (gst_riff_create_video_template_caps):
26387           Add intel-h263.
26388
26389 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26390
26391         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26392           Fail if caps negotiation fails. Should fix #162184, and should
26393           definately be in there regardless of it fixing the actual bug.
26394         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26395         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26396         (gst_avimux_riff_get_avix_header),
26397         (gst_avimux_riff_get_video_header),
26398         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26399         (gst_avimux_start_file), (gst_avimux_handle_event),
26400         (gst_avimux_change_state):
26401         * gst/avi/gstavimux.h:
26402           Refactor structure writing to use GST_WRITE_UINT macros, add
26403           metadata writing support.
26404
26405 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26406
26407         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26408           Elements may already be destroyed when this function is called.
26409
26410 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26411
26412         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26413         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26414           More memory leak fixes (#149162).
26415
26416 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26417
26418         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26419         (gst_qtdemux_add_stream):
26420           Fix two memleaks.
26421
26422 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26423
26424         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26425           Argh...
26426
26427 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26428
26429         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26430           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26431           when fixating to six channels in Totem.
26432
26433 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26434
26435         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26436           Fix compile warnings on Solaris 10 buildbot
26437
26438 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26439
26440         * ext/dvdread/dvdreadsrc.c: (_read):
26441           Don't read beyond the last cell in a chapter (fixes 
26442           invalid memory access)
26443
26444 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26445
26446         * ext/dvdread/stream_labels.c:
26447         (dvdreadsrc_get_audio_stream_labels):
26448           Use NULL for an empty GList instead of g_list_alloc(); fix 
26449           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26450           of GString (easier to bulk free later)
26451
26452 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26453
26454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26455
26456         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26457         (gst_ffmpeg_pixfmt_to_caps):
26458           Fix BGRA32 caps (#164209).
26459
26460 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26461
26462         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26463
26464         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26465         (gst_ffmpeg_caps_to_pixfmt):
26466           alpha_mask can be RGBA/ABGR. Fixes #164265.
26467
26468 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26469
26470         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26471
26472         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26473         (gst_mpeg2dec_alloc_buffer):
26474         * ext/mpeg2dec/gstmpeg2dec.h:
26475           Crop if decoding size is not the actual image size (#163676).
26476
26477 2005-01-17  Steve Baker  <steve@stevebaker.org>
26478
26479         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26480
26481         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26482         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26483           Add libsndfile typefind functions (#163309).
26484
26485 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26486
26487         * tools/gst-launch-ext-m.m:
26488           Add .aac, fix .m1v/.m2v (#163891).
26489
26490 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26491
26492         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26493           Sanity check, don't wait endlessly since the clock might not
26494           actually run at this point (which is a deadlock). Fixes #164069.
26495
26496 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26497
26498         * gst/playback/gstplaybasebin.c: (probe_triggered):
26499           Of course, only pause if group is done...
26500
26501 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26502
26503         * gst/playback/gstplaybasebin.c: (probe_triggered):
26504           Thread safety.
26505
26506 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26507
26508         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26509           Don't return state change success when the parent
26510           failed.
26511
26512 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26513
26514         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26515           Free events (fix memleak in #162905).
26516
26517 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26518
26519         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26520
26521         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26522         (gst_ffmpeg_caps_to_pixfmt):
26523           Fix for depth = 15. Fixes #161675.
26524
26525 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26526
26527         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26528           Set FPS correctly, even for webcams and the like.
26529         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26530           Don error on setting while capturing.
26531
26532 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26533
26534         * ext/dv/gstdvdec.c:
26535         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26536         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26537           I'm a bad boy. using /1001. to force C to do float division
26538           and not integer division (as it did in my last commit)
26539           Thanks to David I. Lehn for pointing this mistake.
26540
26541 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26542
26543         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26544           Revert Johan's 1.35->1.36 since it breaks compat.
26545
26546 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26547
26548         * ext/dv/gstdvdec.c:
26549         * ext/libfame/gstlibfame.c:
26550         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26551         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26552           replace framerate aproximations by their real value
26553           (24000/1001, 30000/1001, 60000/1001)
26554           Finish fixing bug #164049
26555
26556 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26557
26558         * ext/ogg/gstoggmux.c:
26559           eos/bos debugging
26560         * gst/tcp/gstmultifdsink.c:
26561         * gst/tcp/gstmultifdsink.h:
26562         * gst/tcp/gsttcp.c:
26563         * gst/tcp/gsttcp.h:
26564         * gst/tcp/gsttcpclientsink.c:
26565         * gst/tcp/gsttcpclientsrc.c:
26566         * gst/tcp/gsttcpserversink.c:
26567         * gst/tcp/gsttcpserversrc.c:
26568           improve reusability of elements after state changes and errors
26569           make multifdsink throw away streamheaders when receiving new ones
26570
26571 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26572
26573         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26574           Fix for if items are already in list...
26575
26576 2005-01-12  Benjamin Otte  <otte@gnome.org>
26577
26578         * gst/adder/gstadder.c: (gst_adder_loop):
26579           fix adder a bit so it doesn't screw up with events as much anymore
26580
26581 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26582
26583         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26584         (pixbufscale_scale), (gst_pixbufscale_chain):
26585         * ext/gdk_pixbuf/pixbufscale.h:
26586           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26587           to ensure rowstrides are calculated the same way as 
26588           ffmpegcolorspace
26589           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26590           that we pick up duration and offset also.
26591
26592 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26593
26594         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26595         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26596           Reusability fixes.
26597
26598 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26599
26600         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26601         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26602         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26603         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26604           Update flags when requested.
26605
26606 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26607
26608         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26609           Fix dmix.
26610
26611 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26612
26613         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26614         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26615         (probe_triggered), (new_decoded_pad), (gen_source_element),
26616         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26617         * gst/playback/gstplaybasebin.h:
26618         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26619         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26620         (gst_play_bin_change_state):
26621           Implement group-switch signal for use in apps to clear metadata
26622           cache, clean up subtitle, add suburi property instead of # hack,
26623           some error-out fixes.
26624
26625 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26626
26627         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26628           Debug.
26629         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26630           If we got a state change in the _get handler, don't return success.
26631
26632 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26633
26634         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26635         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26636           Make jpegdec quiet on MJPEG decoding
26637         * gst/asfdemux/README:
26638           Fix mimetypes for MJPEG and H263
26639
26640 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26641
26642         * ext/theora/theoradec.c: (theora_dec_chain):
26643           Fix broken code generation by gcc by swapping arguments.
26644         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26645           Fix \n in debug.
26646
26647 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26648
26649         * TODO:
26650           delete this file, it is by far outdated
26651         * ext/alsa/gstalsa.1: remove
26652         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26653         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26654         (gst_alsa_get_caps):
26655           Add HW probing for supported sample rates. Fixes #161704
26656
26657 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26658
26659         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26660           Don't crash, biatch! :).
26661
26662 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26663
26664         * ext/musepack/gstmusepackreader.cpp:
26665         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26666           Some work on tags - still doesn't work in playbin...
26667         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26668           Handle events...
26669
26670 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26671
26672         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26673           Also shove tags on kid pads.
26674
26675 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26676
26677         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26678           Don't bail on unknown events.
26679         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26680           Don't crash on events before negotiation.
26681         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26682           Send tags on pads, too.
26683         * gst/playback/gststreamselector.c:
26684         (gst_stream_selector_request_new_pad):
26685           Forward events on first pad if no input was selected yet.
26686
26687 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26688
26689         * gst/playback/gstplaybasebin.c: (setup_substreams):
26690           Don't disable streamtype if the stream doesn't exist, since
26691           then playing a video after audio will disable both and nothing
26692           will happen. Fixes the testsuite.
26693
26694 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26695
26696         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26697         (gst_v4l_xoverlay_set_xwindow_id):
26698         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26699         (gst_v4l2_xoverlay_set_xwindow_id):
26700           Add debug categories, fix overlay disabling.
26701
26702 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26703
26704         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26705         * ext/alsa/gstalsa.h:
26706           Add HW probing for period_count/size and buffer_size MIX/MAX
26707           Adjust default/user defined value if out of bounds
26708           Should fix bug #162024
26709
26710 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26711
26712         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26713           Fix warning (#161191).
26714
26715 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26716
26717         * ext/dvdread/stream_labels.c:
26718         (dvdreadsrc_get_audio_stream_labels):
26719           Fix warning (init the good variable in switch default)
26720
26721 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26722
26723         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26724
26725         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26726           Fix gcc-2.95 compile (#163485).
26727
26728 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26729
26730         * configure.ac:
26731         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26732         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26733         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26734         (gst_flacenc_change_state):
26735         * ext/flac/gstflacenc.h:
26736           Update for API change in flac-1.1.1. Update requirement in
26737           configure.ac. Fixes #162974.
26738
26739 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26740
26741         * gst/playback/gstplaybasebin.c: (group_destroy):
26742           Remove hack to get rid of assert and get rid of unlinked
26743           signals properly.
26744
26745 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26746
26747         * gst/playback/gstplaybasebin.c: (setup_source):
26748           Set source to NULL so that resources are free'ed. Fixes issues
26749           with playback of CDDA and similar device-accessing things.
26750
26751 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26752
26753         * testsuite/embed/Makefile.am:
26754           test->noinst, fix make test in buildbot.
26755
26756 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26757
26758         * ext/dvdread/stream_labels.c: new file
26759         * ext/dvdread/stream_labels.h: new file
26760         * ext/dvdread/Makefile.am:
26761         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26762           Extract audio stream label from DVD IFO files.
26763           It only dump them on the console for now, still have to
26764           make playbin aware of them.
26765
26766 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26767
26768         * gst/playback/gstplaybasebin.c: (setup_source):
26769           Fix hanging subs.
26770
26771 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26772
26773         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26774         (gen_preroll_element), (remove_groups), (setup_subtitle),
26775         (gen_source_element), (setup_source):
26776         * gst/playback/gstplaybasebin.h:
26777           Multiple .sub files is just a stupid idea... Fix some threading
26778           mistakes. Interestingly, external .sub files cause playbin to
26779           hang, I don't know why... Parsing fixes contributed by Fran??ois
26780           Kooman <fkooman@tuxed.net>.
26781
26782 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26783
26784         * testsuite/embed/Makefile.am:
26785           Fix buildbot.
26786
26787 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26788
26789         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26790
26791         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26792         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26793         (gst_pngenc_set_property):
26794         * ext/libpng/gstpngenc.h:
26795           Add compression level property (#163323).
26796
26797 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26798
26799         * configure.ac:
26800         * examples/capsfilter/capsfilter1.c: (main):
26801         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26802         * ext/dvdread/Makefile.am:
26803         * ext/dvdread/demo-play:
26804         * ext/dvdread/demo-play.c:
26805         * gconf/gstreamer.schemas.in:
26806         * gst-libs/gst/gconf/gconf.c:
26807         * sys/v4l/TODO:
26808         * testsuite/Makefile.am:
26809         * testsuite/embed/Makefile.am:
26810         * testsuite/embed/embed.c: (cb_expose), (main):
26811           Remove all references to xvideosink, fix examples (#140845).
26812         * gst/playback/gstplaybasebin.c: (group_destroy):
26813           Apparently, disposal does not unlink - so do explicitely.
26814         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26815           Add debug.
26816
26817 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26818
26819         * README: fix PKG_CONFIG_PATH instructions, what was there
26820         previously was breaking default search path, not nice. 
26821         Fixes #163358
26822
26823 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26824
26825         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26826         (gst_audioscale_chain):
26827           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26828           when resampling - how the ^@$^!@^! is this possible?!?
26829
26830 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26831
26832         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26833           Reset variables on READY.
26834         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26835         (gst_matroska_mux_loop):
26836           Require data before writing header.
26837
26838 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26839
26840         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26841
26842         * ext/mad/gstmad.c: (gst_mad_chain):
26843           Don't call mad_stream_sync() directly after recovering sync.
26844           Fixes #151661.
26845
26846 2005-01-09  Martin Eikermann  <meiker@upb.de>
26847
26848         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26849
26850         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26851         (snapshot_handler), (gst_snapshot_sinkconnect),
26852         (gst_snapshot_chain):
26853           Allocate resources when required, fix recursive signal emission
26854           and fix caps. Fixes #161667.
26855
26856 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26857
26858         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26859
26860         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26861         (gst_pngdec_chain):
26862           Handle only 8-bppc (bits-per-pixel-component) images, better
26863           error handling and correct strides. Fixes #163177.
26864         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26865         (gst_pngenc_chain):
26866           Better error handling. Fixes #163348.
26867
26868 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26869
26870         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26871         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26872         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26873         (dvdnavsrc_uri_handler_init):
26874           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26875         * gst/playback/gstplaybasebin.c: (gen_source_element):
26876           Add MMS to streaming URIs.
26877
26878 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26879
26880         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26881         * sys/xvimage/xvimagesink.c:
26882         (gst_xvimagesink_navigation_send_event):
26883           Check for pad availability before sending event.
26884
26885 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26886
26887         * gst-plugins.spec.in:
26888           Add subparse.
26889
26890 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26891
26892         * configure.ac:
26893           Since we use functions from CVS, up requirement.
26894
26895 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26896
26897         * gst/playback/Makefile.am:
26898         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26899         (group_destroy), (group_commit), (group_is_muted),
26900         (gen_preroll_element), (add_stream), (unknown_type),
26901         (probe_triggered), (preroll_unlinked), (mute_stream),
26902         (silence_stream), (new_decoded_pad), (setup_substreams),
26903         (setup_source), (get_active_source), (mute_group_type),
26904         (muted_group_change_state), (set_active_source),
26905         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26906         (play_base_eos), (gst_play_base_bin_change_state):
26907         * gst/playback/gstplaybasebin.h:
26908         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26909         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26910         (gst_stream_info_dispose), (stream_info_mute_pad),
26911         (stream_info_change_state), (gst_stream_info_set_mute):
26912         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26913         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26914         (gst_stream_selector_init), (gst_stream_selector_dispose),
26915         (gst_stream_selector_get_linked_pad),
26916         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26917         (gst_stream_selector_get_linked_pads),
26918         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26919         * gst/playback/gststreamselector.h:
26920           Adding stream selection support plus required properties for
26921           applications to use this. Fully fixes #100931.
26922
26923 2005-01-08  Benjamin Otte  <otte@gnome.org>
26924
26925         * gst/games/gstpuzzle.c: (nav_event_handler):
26926           - handle nav events differently: forward every event no matter if it
26927             was handled or not.
26928           - translate events
26929           You can now cheat by using navigationtest ! puzzle and moving the
26930           mouse close to the edge of a tile. ;)
26931
26932 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26933
26934         * configure.ac:
26935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26936         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26937         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26938         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26939         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26940         (gst_ogm_parse_plugin_init):
26941         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26942         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26943         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26944         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26945         * ext/pango/gsttextoverlay.h:
26946         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26947         (gst_matroska_demux_handle_seek_event),
26948         (gst_matroska_demux_sync_streams),
26949         (gst_matroska_demux_parse_blockgroup),
26950         (gst_matroska_demux_subtitle_caps),
26951         (gst_matroska_demux_plugin_init):
26952         * gst/matroska/matroska-ids.h:
26953         * gst/playback/gstdecodebin.c: (close_pad_link):
26954         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26955         (gen_preroll_element), (remove_groups), (add_stream),
26956         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26957         (setup_source):
26958         * gst/playback/gstplaybasebin.h:
26959         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26960         * gst/subparse/Makefile.am:
26961         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26962         (gst_subparse_base_init), (gst_subparse_class_init),
26963         (gst_subparse_init), (gst_subparse_formats),
26964         (gst_subparse_eventmask), (gst_subparse_event),
26965         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26966         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26967         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26968         (parse_mpsub_deinit), (parse_mpsub_init),
26969         (gst_subparse_buffer_format_autodetect),
26970         (gst_subparse_format_autodetect), (gst_subparse_loop),
26971         (gst_subparse_change_state), (gst_subparse_type_find),
26972         (plugin_init):
26973         * gst/subparse/gstsubparse.h:
26974         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26975         (plugin_init):
26976           Add subtitle support, .sub parser (supports SRT and MPsub),
26977           OGM text support, Matroska UTF-8 text support, deadlock fixes
26978           all over the place, subtitle awareness in decodebin/playbin
26979           and some fixes to textoverlay to handle subtitles in a stream
26980           correctly. Fixes #100931.
26981
26982 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26983
26984         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26985           Check for pad availability before doing a query on it.
26986
26987 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26988
26989         * ext/dv/gstdvdec.c:
26990           really fix bpp24/32 dvdec caps (classic rgba indeed)
26991         * gst/asfdemux/gstasfdemux.c:
26992         (gst_asf_demux_process_ext_content_desc):
26993           don't send text tags if they are empty (bis repetita)
26994
26995 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26996
26997         * ext/dv/gstdvdec.c:
26998          remove unneeded comment from dvdec
26999           (related to DV 4CC codes in AVI files)
27000           moved them in gstreamer/docs/random/mimetypes
27001         * gst/asfdemux/gstasfdemux.c:
27002         (gst_asf_demux_process_ext_content_desc):
27003          don't send text tags if they are empty
27004          fix mem leak on error path
27005         * gst/ffmpegcolorspace/avcodec.h:
27006         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27007         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27008         (gst_ffmpegcsp_avpicture_fill):
27009         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27010         * gst/ffmpegcolorspace/imgconvert_template.h:
27011          adds BGR32 and BGRA32 to ffmpegcolorspace
27012           (still bad colors, fixing it on next commit)
27013           helps with dvdec outputing BGR32
27014
27015 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27016
27017         * ext/dv/gstdvdec.c:
27018          Fix audio caps i just broke (missing ',')
27019         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27020         (gst_matroska_mux_reset):
27021          Fix typo + add FIXME about old "x-gst-metadata" crap
27022
27023 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27024
27025         * ext/dv/demo-play.c: (main):
27026          xvideosink -> xvimagesink
27027         * ext/dv/gstdvdec.c:
27028          change rgb 32/32 caps to 24/32 (no alpha)
27029          change nb of channels to be a list (2 or 4, not 2)
27030          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27031         * gst/asfdemux/gstasfdemux.c:
27032         (gst_asf_demux_process_ext_content_desc):
27033          Add 'date/year' to extracted metadata list
27034
27035 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27036
27037         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27038           The return value of fixate_to does not imply that the requested
27039           value was set, so don't assume.
27040
27041 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27042
27043         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27044
27045         * ext/libpng/gstpngdec.c:
27046         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27047         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27048         * ext/libpng/gstpngenc.h:
27049           Alpha support (encoder; #163161), mime fixage.
27050
27051 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27052
27053         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27054
27055         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27056         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27057         (gst_faac_set_property), (gst_faac_get_property):
27058         * ext/faac/gstfaac.h:
27059           Allow for ADTS output (#153434).
27060
27061 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27062
27063         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27064           Fix against template (#150576).
27065
27066 2005-01-06  Benjamin Otte  <otte@gnome.org>
27067
27068         * gst/games/gstpuzzle.c: (draw_puzzle):
27069           don't draw a puzzle if either width or height of tiles would be 0.
27070
27071 2005-01-06  Benjamin Otte  <otte@gnome.org>
27072
27073         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27074         (gst_puzzle_class_init), (gst_puzzle_finalize):
27075           no memleaks, please
27076         (gst_puzzle_create), (gst_puzzle_init),
27077         (gst_puzzle_set_property), (gst_puzzle_setup):
27078           change initialization code around so we don't reshuffle on resize
27079         (draw_puzzle):
27080           fix another stupid typo
27081
27082 2005-01-06  Benjamin Otte  <otte@gnome.org>
27083
27084         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27085           fix stupid typo that borked copying on YUY2
27086
27087 2005-01-06  Benjamin Otte  <otte@gnome.org>
27088
27089         * gst/games/gstpuzzle.c: (draw_puzzle):
27090           fix edges when image sizes aren't multiples of tile sizes
27091
27092 2005-01-06  Benjamin Otte  <otte@gnome.org>
27093
27094         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27095           make RGB endianness work correctly
27096         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27097           refactor and fix race with initial shuffling
27098         (nav_event_handler):
27099           allow using the mouse to puzzle
27100         (draw_puzzle):
27101           insist on tiles having width and height as multiples of 4 to get
27102           clean YUV image handling
27103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27104         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27105           s/DEBUG/LOG/ for common messages
27106         (gst_xvimagesink_navigation_send_event):
27107           fix mouse event translation to not include screen PAR
27108         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27109           fix mouse event translation to actually work
27110
27111 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27112
27113         * gst/asfdemux/gstasfdemux.c:
27114         (gst_asf_demux_process_ext_content_desc):
27115          Extract TrackNumber metadata + clean up code
27116         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27117          Hope this is the good fix (var used unitialised)
27118
27119 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27120
27121         * ext/faad/gstfaad.c: (gst_faad_chain):
27122           Only increment timestamp if it's valid. Fixes raw AAC streams.
27123
27124 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27125
27126         * configure.ac:
27127         * gst/games/Makefile.am:
27128         * gst/games/gstpuzzle.c:
27129           add a puzzle game with...
27130         * gst/games/gstvideoimage.c:
27131         * gst/games/gstvideoimage.h:
27132           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27133           from videotestsrc and made into something that would be a nice
27134           library for a lot of other plugins.
27135
27136 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27137
27138         * configure.ac:
27139          don't compile faad plugin if a RC of 2.0 is found
27140          Fixes #155346 (and FC1 buildbot)
27141         * gst/asfdemux/gstasfdemux.c:
27142         (gst_asf_demux_process_ext_content_desc):
27143          try to make Solaris compiler happier
27144
27145 2005-01-06  Paul Jack  <pjack@sfaf.org>
27146
27147         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27148
27149         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27150           Fix segfault (#161667).
27151
27152 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27153
27154         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27155           Fix framerate reporting.
27156
27157 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27158
27159         * gst-libs/gst/riff/riff-ids.h:
27160         * gst/wavenc/riff.h:
27161          Add AMR (VBR and CBR) ids to riff.h audio codec list
27162         * gst/asfdemux/gstasfdemux.c:
27163         (gst_asf_demux_process_ext_content_desc),
27164         (gst_asf_demux_process_object):
27165           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27166
27167 2005-01-05  Martin Eikermann  <meiker@upb.de>
27168
27169         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27170
27171         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27172         (gst_dvd_demux_handle_discont):
27173         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27174         (gst_mpeg_demux_handle_discont):
27175           Recreate pads on new-media (#160730).
27176         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27177           Send discont even if manager changes timestamps (#161929).
27178
27179 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27180
27181         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27182
27183         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27184           Fix invalid memory access (#159211).
27185
27186 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27187
27188         * examples/gstplay/player.c: (main):
27189           Don't iterate.
27190         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27191           Add visualizations.
27192         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27193         (gst_a52dec_handle_frame):
27194           Set duration.
27195         * ext/dvdnav/gst-dvd:
27196           Add audioconvert. Fixes #161325.
27197         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27198           Explicitely case to gint64. Possible valgrind error.
27199         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27200         (gst_play_tick_callback), (gst_play_change_state),
27201         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27202         (gst_play_set_location), (gst_play_get_location),
27203         (gst_play_seek_to_time), (gst_play_set_data_src),
27204         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27205         (gst_play_set_visualization), (gst_play_connect_visualization),
27206         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27207         (gst_play_new):
27208           Use playbin. Fixes #139749 and #147744.
27209         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27210           Add genre tag.
27211         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27212         (audioscale_get_type), (gst_audioscale_base_init),
27213         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27214         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27215         (gst_audioscale_link), (gst_audioscale_get_buffer),
27216         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27217         (gst_audioscale_init), (gst_audioscale_dispose),
27218         (gst_audioscale_chain), (gst_audioscale_set_property),
27219         (gst_audioscale_get_property), (plugin_init):
27220           Indent properly.
27221         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27222           Fix LPCM.
27223         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27224         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27225         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27226           Add more metadata (fixes #162656).
27227
27228 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27229
27230         * configure.ac:
27231           back to cvs
27232
27233 === release 0.8.7 ===
27234
27235 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27236
27237         * NEWS:
27238         * RELEASE:
27239         * configure.ac:
27240           releasing 0.8.7, "Hyperspace"
27241
27242 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27243
27244         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27245
27246         * gst/playback/gstplaybasebin.c:
27247          Fix for #162924 - free caps after use, not before
27248
27249 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27250
27251         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27252
27253         * gst/playback/gstplaybasebin.c:
27254         * gst/wavparse/gstwavparse.c:
27255           Fix for #154773 - fixes playback of small .wav files
27256
27257 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27258
27259         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27260
27261         * gst/audioscale/gstaudioscale.c:
27262           Fix for #162819 - make audioscale reusable
27263           Fixes playback of more than one file with playbin/totem
27264
27265 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27266
27267         * gst/ffmpegcolorspace/avcodec.h:
27268         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27269         * gst/ffmpegcolorspace/imgconvert.c:
27270           clean up the mess that made me cry and avoid needless duplication
27271
27272 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27273
27274         * gst/ffmpegcolorspace/imgconvert.c:
27275           give some indication of why we're segfaulting
27276
27277 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27278
27279         * configure.ac:
27280           Fix indentation, fix v4l2 plugin detection.
27281         * ext/Makefile.am:
27282           Fix libmms location (Maciej, use diff -u!).
27283         * ext/alsa/gstalsa.c: (gst_alsa_init):
27284           Initialize caps cache to NULL.
27285         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27286           Only change state on audiosink if it exists.
27287
27288 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27289
27290         * gst/matroska/matroska-demux.c:
27291         * gst/matroska/matroska-ids.h:
27292         * gst/matroska/matroska-demux.h:
27293         Fix Vorbis streams failing to decode in some files, where cluster_time
27294         isn't 0, because then it doesn't send codec_priv before actual data.
27295         Remove time-based test and replace it with marker set on beginning of
27296         new stream
27297
27298 2004-12-28  David Schleef  <ds@schleef.org>
27299
27300         Merge patch from Ronald fixing problems with streaming
27301         text.
27302         * ext/cairo/gstcairo.c: (plugin_init):
27303         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27304         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27305         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27306         (gst_textoverlay_font_init), (gst_textoverlay_init),
27307         (gst_textoverlay_set_property):
27308         * ext/cairo/gsttextoverlay.h:
27309
27310 2004-12-27  David Schleef  <ds@schleef.org>
27311
27312         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27313         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27314         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27315         (gst_textoverlay_font_init), (gst_textoverlay_init),
27316         (gst_textoverlay_set_property): Improvements to actually
27317         render text as white on black outline on video, including
27318         font selection and horizontal/vertical alignment.  (Ronald's
27319         christmas present)
27320         * ext/cairo/gsttextoverlay.h:
27321
27322 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27323
27324         * ext/ogg/gstogg.c:
27325         * ext/ogg/gstogmparse.c:
27326           fix ogm[audio/video]parse plugin registration
27327           (riff won't load if bytestream is already loaded)
27328
27329 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27330
27331         * gst/audioconvert/gstchannelmix.c:
27332           fix for GLIB < 2.4
27333
27334 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27335
27336         * Makefile.am:
27337         * configure.ac:
27338           disable docs again until it actually passes make distcheck.
27339
27340 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27341
27342         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27343         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27344         (plugin_init):
27345           Add 3GP (variables name Q3GP because they can't start with a
27346           number). Add samr audio fourcc (used in .3gp files), decoder
27347           is work in progress. Also do a GST_WARNING instead of ERROR
27348           in case of unknown nodes, to decrease output.
27349
27350 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27351
27352         * Makefile.am:
27353           really fix dist
27354
27355 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27356
27357         * configure.ac:
27358         * ext/speex/gstspeexdec.h:
27359         * ext/speex/gstspeexenc.h:
27360           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27361           Fix detection code in configure.ac
27362
27363 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27364
27365         * gst/matroska/matroska-demux.c:
27366         (gst_matroska_demux_parse_blockgroup):
27367           Save position, so that queries give proper return values. Don't
27368           know how this could ever have worked before...
27369
27370 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27371
27372         * configure.ac:
27373           Put additional LAME check inside the conditional.  Fixes #152339
27374
27375 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27376
27377         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27378         (gst_avi_demux_stream_scan):
27379           Add some more debug. Fix logic error when setting movi offset
27380           while reading index.
27381
27382 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27383
27384         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27385         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27386         (gst_avi_demux_process_next_entry):
27387           Add some debugging. Better detection of broken indexes and the
27388           accompanying index recovery. No infinite loops on state changes
27389           when we're still in our loopfunction.
27390
27391 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27392
27393         * configure.ac:
27394           Fix up.
27395
27396 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27397
27398         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27399
27400         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27401           Normalizing the value before setting
27402         (gst_sunaudiomixer_get_volume):
27403           Normalizing the value after getting. Fixes bug# 161980
27404
27405 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27406
27407         * Makefile.am: Make sure docs gets disted
27408         * docs/Makefile.am: Make sure all needed files get disted
27409         * gst-plugins.spec.in: latest updates
27410
27411 2004-12-22  Wim Taymans  <wim@fluendo.com>
27412
27413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27414         Revert patch 1.38 as clock distribution over schedulers does
27415         not work correcly in the core yet.
27416
27417 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27418
27419         * sys/oss/README: remove this file, which predates my birth
27420           (and which content is by far outdated)
27421
27422 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27423
27424         * Makefile.am:
27425         * configure.ac:
27426         * docs/Makefile.am:
27427         * docs/libs/Makefile.am:
27428         * docs/libs/gst-plugins-libs-docs.sgml:
27429         * docs/libs/gst-plugins-libs-sections.txt:
27430         * docs/libs/tmpl/gstgconf.sgml:
27431         * docs/upload.mak:
27432         * docs/version.entities.in:
27433           Added boilerplate gtk-doc files for plugin-libs documentation.
27434
27435 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27436
27437         * gst/auparse/gstauparse.c: fix int and float audio caps
27438
27439 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27440
27441         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27442         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27443           g_assert() can be a macro, don't use #ifdef inside it.
27444
27445 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27446
27447         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27448
27449         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27450         (gst_videorate_init), (gst_videorate_chain),
27451         (gst_videorate_change_state):
27452           Event handling (fixes #159986).
27453
27454 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27455
27456         * gst-libs/gst/riff/riff-media.c:
27457         (gst_riff_create_video_caps_with_data):
27458           Add BLZ0 (Blizzard's version of DivX) fourcc.
27459
27460 2004-12-18  David Schleef  <ds@schleef.org>
27461
27462         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27463         portability fix.
27464
27465 2004-12-18  David Schleef  <ds@schleef.org>
27466
27467         * gst/tta/ttadec.h: Disable some header code that isn't used
27468         and clearly isn't portable.
27469
27470 2004-12-18  David Schleef  <ds@schleef.org>
27471
27472         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27473         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27474         (avcodec_get_pix_fmt), (avpicture_layout),
27475         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27476         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27477         Fix code to not use GCC extensions (and c99 extensions that
27478         Forte does not like.)
27479
27480 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27481
27482         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27483
27484         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27485         (gst_deinterlace_chain):
27486           Rowstride fixes. Fixes #161039.
27487         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27488         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27489         (gst_video_crop_getcaps), (gst_video_crop_link),
27490         (gst_video_crop_i420), (gst_video_crop_chain),
27491         (gst_video_crop_change_state):
27492           Rework of negotiation. Actually works now. Fixes #158650.
27493
27494 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27495
27496         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27497           That was very stupid.
27498
27499 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27500
27501         * gst/matroska/matroska-demux.c:
27502         (gst_matroska_demux_parse_blockgroup):
27503           Fix possible crasher.
27504
27505 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27506
27507         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27508         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27509           Lace sizes can be zero.
27510
27511 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27512
27513         * ext/musepack/gstmusepackdec.cpp:
27514           Fetch error return values. Fixes #161624.
27515         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27516           Really EOS.
27517
27518 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27519
27520         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27521           Work for truncated (unfinished download etc.) files. Fixes #160514.
27522
27523 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27524
27525         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27526           Fix for integer overflow. Makes #156001 not crash. Probably masks
27527           the real bug.
27528
27529 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27530
27531         * gst/ac3parse/gstac3parse.c: (plugin_init):
27532           Parsers never have ranks. Fixes #159651.
27533
27534 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27535
27536         * gst/playback/gstdecodebin.c: (compare_ranks):
27537           make sure the facotries are ordered the same every time even if they
27538           have the same rank by using the name
27539         * gst/playback/gstdecodebin.c: (find_compatibles):
27540           make sure we don't add factories to the list twice
27541
27542 2004-12-16  David Schleef  <ds@schleef.org>
27543
27544         * configure.ac: look for musepack headers as musepack/*.h
27545         (fixes #159847)
27546         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27547         * ext/musepack/gstmusepackreader.h: same
27548
27549 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27550
27551         * gst-libs/gst/riff/riff-read.c:
27552         (gst_riff_read_strf_auds_with_data):
27553           Read extradata correctly (fixes #155879).
27554
27555 2004-12-16  David Schleef  <ds@schleef.org>
27556
27557         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27558         audio.  does _not_ attempt or allow conversion unless channels
27559         is 1 or 2.
27560
27561 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27562
27563         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27564
27565 2004-12-16  David Schleef  <ds@schleef.org>
27566
27567         * gst/audioscale/gstaudioscale.c: the resample library only
27568         handles 1 or 2 channels.  Change caps to compensate.
27569
27570 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27571
27572         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27573         (gst_matroska_demux_audio_caps):
27574           Some MPEG-AAC hacks, because else it doesn't work...
27575
27576 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27577
27578         * gst-libs/gst/riff/riff-media.c:
27579         (gst_riff_create_video_caps_with_data),
27580         (gst_riff_create_video_template_caps):
27581           Add h264.
27582
27583 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27584
27585         * gst-libs/gst/audio/Makefile.am:
27586           Try to fix buildbot.
27587
27588 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27589
27590         * gst/tcp/gstmultifdsink.c:
27591           Clean up and uniformize debugging.
27592
27593 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27594
27595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27596
27597         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27598         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27599         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27600         (gst_mpeg_demux_change_state):
27601           Reset on ready. Fixes 160276.
27602
27603 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27604
27605         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27606
27607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27608         (gst_ffmpegcsp_pad_link):
27609           Fix memleak (#154815).
27610
27611 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27612
27613         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27614
27615         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27616         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27617         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27618         * ext/musicbrainz/gsttrm.h:
27619           Add support for using a proxy server when getting a trm id from
27620           the MusicBrainz database (#149613).
27621
27622 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27623
27624         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27625
27626         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27627         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27628           Fix memleaks (#157233).
27629
27630 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27631
27632         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27633
27634         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27635         * gst-libs/gst/resample/resample.h:
27636         * gst/audioscale/gstaudioscale.c:
27637           Fix memleak (#159215).
27638
27639 2004-12-16  Toni Willberg  <toniw@iki.fi>
27640
27641         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27642
27643         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27644         * sys/oss/oss_probe.c: (main):
27645           Check for mono/stereo support (similar to samplerate probing),
27646           fixes #159433. Also add missing copyright header to oss_probe.c.
27647
27648 2004-12-15  David Schleef  <ds@schleef.org>
27649
27650         * configure.ac: add audioresample and cairo plugins.  Remove
27651         HAVE_MMX stuff, because it's not used.
27652         * ext/Makefile.am: same
27653         * ext/audioresample/Makefile.am: You are not ready for an
27654         audio resampling element based on audioresample.
27655         * ext/audioresample/gstaudioresample.c:
27656         * ext/audioresample/gstaudioresample.h:
27657         * ext/cairo/Makefile.am: You are not ready for overlay elements
27658         based on cairo.  Don't look too closely, these elements kinda
27659         suck right now.
27660         * ext/cairo/gstcairo.c: new
27661         * ext/cairo/gsttextoverlay.c: new
27662         * ext/cairo/gsttextoverlay.h: new
27663         * ext/cairo/gsttimeoverlay.c: new
27664         * ext/cairo/gsttimeoverlay.h: new
27665         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27666         problem with compilers that don't support variadic macros.
27667
27668 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27669
27670         Reviewed by:  David Schleef  <ds@schleef.org>
27671
27672         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27673         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27674         bit.  Also ran indent-gst.
27675         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27676         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27677         (gst_sunaudiosrc_setparams):
27678
27679 2004-12-14  David Schleef  <ds@schleef.org>
27680
27681         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27682         output rate to 16000.  Should fix #160235.
27683
27684 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27685
27686         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27687         Add typefinding for mpeg2 pes streams
27688
27689 2004-12-13  David Schleef  <ds@schleef.org>
27690
27691         * configure.ac:  Applied patch from bug #143659, making default
27692         sources and sinks OS-dependent (for Solaris), and added code
27693         for OS/X.
27694         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27695
27696 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27697
27698         * gst-libs/gst/riff/riff-media.c:
27699           forgot to add h2.64 to avidemux template caps
27700
27701 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27702
27703         * gst/wavenc/riff.h:
27704         * gst-libs/gst/riff/riff-media.c:
27705         * gst-libs/gst/riff/riff-ids.h:
27706         * gst/avi/gstavimux.c
27707         add 4CC code for VideoSoft h264 in AVI (VSSH)
27708           fixes bug #160655
27709         remove s323 from riff, it's quicktime specific :(
27710
27711 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27712
27713         * gst/asfdemux/README
27714         * gst/wavenc/riff.h
27715         * gst-libs/gst/riff/riff-ids.h
27716         * gst-libs/gst/riff/riff-media.c
27717         * gst/qtdemux/qtdemux.c:
27718           add new 4CC codes for h263 related codecs
27719           fixes partially bug #155163
27720
27721 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27722
27723         * configure.ac: Update polyaudio requirement to 0.7
27724         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27725
27726 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27727
27728         * gst/interleave/deinterleave.c:
27729         fix my name's spelling! :)
27730
27731 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27732
27733         * AUTHORS ChangeLog
27734         * gst/auparse/gstauparse.c
27735         * gst/interleave/deinterleave.c
27736         * gst/law/:
27737                 alaw-decode.c alaw-encode.c
27738                 mulaw-decode.c mulaw-encode.c
27739         * gst/oneton/gstoneton.c
27740         * sys/osxaudio/:
27741                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27742         * sys/osxvideo/:
27743                 cocoawindow.h cocoawindow.m
27744                 osxvideosink.h osxvideosink.m
27745
27746         put the same mail address for Zaheer Abbas Merali everywhere
27747
27748 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27749
27750         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27751           Align by packetsize, and assert that we a packet available before
27752           playing. The first makes webstreams work (they often include
27753           trailing padding data in a packet), the second allows pausing a
27754           ASF stream in totem without getting demux errors afterwards.
27755
27756 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27757
27758         * ext/ogg/gstoggdemux.c: (get_relative):
27759           Check for non-NULL before accessing member (end-of-chain).
27760
27761 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27762
27763         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27764         (cdparanoia_set_property), (cdparanoia_get_property):
27765         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27766         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27767         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27768         (dvdreadsrc_init), (dvdreadsrc_set_property),
27769         (dvdreadsrc_get_property):
27770         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27771         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27772           Synchronize property names where not yet the case. Devices are
27773           now device=X, other versions are deprecated (but still exist).
27774           Also use g_free() unconditionally.
27775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27776         (setup_source), (gst_play_base_bin_get_property):
27777           Expose source.
27778
27779 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27780
27781         * configure.ac: move GCONF macro outside conditional for the am
27782           conditional. Fixes #160439
27783
27784 2004-12-08  David Schleef  <ds@schleef.org>
27785
27786         * tools/gst-visualise-m.m: Switch to elements that currently
27787         exist.
27788
27789 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27790
27791         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27792           We love wrong commas.
27793
27794 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27795
27796         * gst/matroska/matroska-demux.c:
27797         (gst_matroska_demux_handle_src_query):
27798           Don't set DEFAULT, unsupported - makes length display incorrectly
27799           in some cases.
27800
27801 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27802
27803         * gst/monoscope/README: remove blurb about files being GPL
27804         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27805         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27806           monoscope is now effectively LGPL licensed
27807
27808 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27809
27810         * gst/monoscope/README: Update information to be more correct
27811         * gst/monoscope/convolve.c: Relicense to LGPL
27812         * gst/monoscope/convolve.h: Relicense to LGPL
27813
27814 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27815
27816         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27817           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27818         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27819           set default_duration for mpeg1 audio
27820
27821 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27822
27823         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27824         * ext/alsa/gstalsa.h:
27825           refactor big chunks of the core caps negotiation code to make it
27826           a lot faster, because people claim it's really slow
27827           (actually, just cache the getcaps when the device is opened)
27828
27829 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27830
27831         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27832         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27833         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27834         (gst_a52dec_change_state), (plugin_init):
27835         * ext/a52dec/gsta52dec.h:
27836           Do something useful with timestamps. Make chain-based (since
27837           there's really no reason to be loopbased).
27838         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27839           Update current_byte/frame correctly.
27840
27841 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27842
27843         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27844         (gst_ape_demux_stream_init):
27845           Forward tags, too.
27846
27847 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27848
27849         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27850           Let's make sure we're done typefinding when detecting tags.
27851
27852 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27853
27854         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27855         (gst_ebml_read_init), (gst_ebml_read_use_event),
27856         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27857         (gst_ebml_read_seek), (gst_ebml_read_skip),
27858         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27859         (gst_ebml_read_master):
27860         * gst/matroska/ebml-read.h:
27861         * gst/matroska/matroska-demux.c:
27862         (gst_matroska_demux_parse_contents),
27863         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27864           Disgustingly evil hack for working around INTERRUPT events and
27865           their extremely annoying habit of being a pain in the ass. We
27866           simply peek a cluster before reading any of it.
27867
27868 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27869
27870         * ext/musepack/gstmusepackdec.cpp:
27871           There's also floating point libmusepacks.
27872
27873 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27874
27875         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27876         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27877           Set DURATION even if source buffer didn't. Also use increasing
27878           timestamps.
27879         * gst-libs/gst/riff/riff-media.c:
27880         (gst_riff_create_audio_caps_with_data):
27881           Block_align can have larger values than 8192.
27882
27883 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27884
27885         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27886         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27887         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27888         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27889           Fix caps.
27890
27891 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27892
27893         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27894           Fix logic bug.
27895
27896 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27897
27898         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27899           Yay, another one.
27900
27901 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27902
27903         * ext/esd/esdsink.c: (gst_esdsink_chain):
27904           Make error actually say something useful (fixes #156798).
27905         * gst-libs/gst/riff/riff-media.c:
27906         (gst_riff_create_video_caps_with_data),
27907         (gst_riff_create_video_template_caps):
27908           Add Intel Video 5.0 fourcc (IV50).
27909
27910 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27911
27912         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27913         detection on mono and stereo mp3 files.
27914
27915 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27916
27917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27918           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27919           the contained stream).
27920
27921 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27922
27923         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27924           Oops, remove debug.
27925
27926 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27927
27928         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27929
27930         * gst/law/alaw-decode.c: (alawdec_getcaps):
27931         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27932           Prevent warnings when negotiating caps (fixes #159338).
27933
27934 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27935
27936         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27937         (gst_ffmpegcsp_chain):
27938           Remove old leftover that shouldn't be there...
27939
27940 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27941
27942         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27943
27944         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27945           Don't forward DISCONT events (fixes #159684).
27946
27947 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27948
27949         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27950           Unlink manually since sometimes bin disposal (and therefore
27951           pad unlinking) is delayed, which will cause a new media file
27952           to not be able to start playing instantly.
27953
27954 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27955
27956         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27957           On mute of an unlinked stream, check for pad availability so
27958           we don't crash on unlinked pad.
27959
27960 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27961
27962         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27963         (gst_avi_demux_massage_index):
27964           Fix quite humiliating bug in omitting 0-sized index chunks but
27965           forgetting to count them for timestamps.
27966
27967 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27968
27969         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27970           Actually leave the loop if we failed to sync. Don't crash.
27971
27972 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27973
27974         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27975         (gst_dvd_demux_process_private):
27976         * gst/mpegstream/gstdvddemux.h:
27977           Fix crash (#159759). Doesn't work, though. :-(.
27978
27979 2004-11-28  Benjamin Otte  <otte@gnome.org>
27980
27981         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27982           more overwriting protection due to modifying channels one by one
27983           instead of all at once
27984
27985 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27986
27987         * gst/audioconvert/gstchannelmix.c:
27988         (gst_audio_convert_fill_normalize):
27989           Normalize using absolute values.
27990
27991 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27992
27993         * configure.ac:
27994         * ext/Makefile.am:
27995         * ext/directfb/Makefile.am:
27996         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27997         (gst_directfbvideosink_get_pixel_format),
27998         (gst_directfbvideosink_get_format_from_fourcc),
27999         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28000         (gst_directfbvideosink_sink_link),
28001         (gst_directfbvideosink_change_state),
28002         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28003         (gst_directfbvideosink_buffer_alloc),
28004         (gst_directfbvideosink_interface_supported),
28005         (gst_directfbvideosink_interface_init),
28006         (gst_directfbvideosink_navigation_send_event),
28007         (gst_directfbvideosink_navigation_init),
28008         (gst_directfbvideosink_set_property),
28009         (gst_directfbvideosink_get_property),
28010         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28011         (gst_directfbvideosink_base_init),
28012         (gst_directfbvideosink_class_init),
28013         (gst_directfbvideosink_get_type), (plugin_init):
28014         * ext/directfb/directfbvideosink.h: Adding a first version of
28015         directfbvideosink.
28016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28017         more.
28018
28019 2004-11-28  Benjamin Otte  <otte@gnome.org>
28020
28021         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28022           walk the samples backwards if out_channels > in_channels so we don't
28023           overwrite data
28024
28025 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28026
28027         * gst/audioconvert/Makefile.am:
28028         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28029         (gst_audio_convert_link), (gst_audio_convert_change_state),
28030         (gst_audio_convert_channels):
28031         * gst/audioconvert/gstchannelmix.c:
28032         (gst_audio_convert_unset_matrix),
28033         (gst_audio_convert_fill_identical),
28034         (gst_audio_convert_fill_compatible),
28035         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28036         (gst_audio_convert_fill_others),
28037         (gst_audio_convert_fill_normalize),
28038         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28039         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28040         * gst/audioconvert/gstchannelmix.h:
28041           Implement a channel mixer.
28042
28043 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28044
28045         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28046         * ext/alsa/gstalsa.h:
28047         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28048         Make alsasink actually honor gst_element_set_clock and use that
28049         clock instead of its internal one.
28050
28051 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28052
28053         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28054         (gst_play_base_bin_change_state): nullify source and decoder when
28055         going from READY to NULL so that we don't try to do weird stuff with
28056         them when going from NULL to READY
28057         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28058         instead of g_object_unref
28059         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28060         it should be correct
28061         (gst_play_bin_change_state): don't call remove_sinks if we are
28062         currently disposing the object
28063
28064 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28065
28066         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28067           Don't forget bass if it's there. Else left channel is silent...
28068
28069 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28070
28071         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28072         (gst_a52dec_change_state):
28073           Don't do sample adjusting anymore, we use float audio now.
28074         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28075           Don't fixate to non-existing properties.
28076
28077 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28078
28079         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28080         (gst_a52dec_change_state):
28081           Advertise that we can do surround sound.
28082
28083 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28084
28085         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28086           Add buffer-frames=0.
28087         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28088         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28089         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28090         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28091         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28092         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28093         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28094         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28095         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28096         * ext/dvdread/dvdreadsrc.h:
28097           Add seeking, querying for bytes, sectors, title, angle and
28098           chapter. Handle multiple chapters. Relicense to LGPL because
28099           Billy agreed on that (thanks Billy!).
28100
28101 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28102
28103         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28104         call parent dispose method
28105
28106 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28107
28108         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28109         (gst_audio_clock_get_internal_time):
28110         Fix active <-> inactive transitions: ensure time value always
28111         grows and avoid abrupt value changes.
28112
28113 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28114
28115         * configure.ac:
28116         * gst/tta/Makefile.am:
28117         * gst/tta/crc32.h:
28118         * gst/tta/filters.h:
28119         * gst/tta/gsttta.c:
28120         * gst/tta/gstttadec.c:
28121         * gst/tta/gstttadec.h:
28122         * gst/tta/gstttaparse.c:
28123         * gst/tta/gstttaparse.h:
28124         * gst/tta/ttadec.h:
28125           added TTA parser and decoder
28126
28127 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28128
28129         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28130         (probe_triggered), (check_queue), (buffer_underrun),
28131         (buffer_running), (buffer_overrun), (gen_source_element),
28132         (setup_source):
28133         * gst/playback/gstplaybasebin.h:
28134           Implement buffering. Needs some more work.
28135
28136 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28137
28138         * ext/theora/theoradec.c: (theora_dec_chain):
28139           Fix ilog mask range overflow.
28140
28141 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28142
28143         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28144           Don't omit the last (which in case of dmix is the only :) )
28145           channel count. Don't set channels if <= 2.
28146
28147 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28148
28149         * gst/playback/gstplaybin.c: (gen_video_element),
28150         (gen_audio_element): Removed 2 obsolete comments
28151
28152 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28153
28154         * ext/vorbis/oggvorbisenc.c
28155         * ext/vorbis/vorbisenc.c :
28156           change description fields of those plugins to differentiate them
28157           (pitivi show Encoders by description, they had the same one)
28158
28159 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28160
28161         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28162
28163         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28164         (gst_play_bin_set_property), (gen_video_element),
28165         (gen_audio_element):
28166           Refcounting fixes for provided audio-/videosinks.
28167
28168 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28169
28170         * gst/playback/gstplaybin.c: (gen_video_element),
28171         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28172           Don't reference all sinks, but only the video- and audiosinks.
28173           The vis. element should be disposed when we're done with it.
28174           We don't have any reason to keep it around. This fixes warnings
28175           when reusing playbin for playing multiple audio files with
28176           vis. enabled. Also release audio device on pause - idea stolen
28177           from Rhythmbox.
28178
28179 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28180
28181         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28182         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28183         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28184         * ext/alsa/gstalsaplugin.c: (plugin_init):
28185         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28186         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28187         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28188         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28189         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28190         (gst_faad_change_state), (plugin_init):
28191         * ext/faad/gstfaad.h:
28192         * ext/vorbis/vorbis.c: (plugin_init):
28193         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28194         * gst-libs/gst/audio/Makefile.am:
28195         * gst-libs/gst/audio/audio.c: (plugin_init):
28196         * gst-libs/gst/audio/multichannel.c:
28197         (gst_audio_check_channel_positions),
28198         (gst_audio_get_channel_positions),
28199         (gst_audio_set_channel_positions),
28200         (gst_audio_set_structure_channel_positions_list),
28201         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28202         (gst_audio_fixate_channel_positions):
28203         * gst-libs/gst/audio/multichannel.h:
28204         * gst-libs/gst/audio/testchannels.c: (main):
28205         * gst/audioconvert/gstaudioconvert.c:
28206         (gst_audio_convert_class_init), (gst_audio_convert_init),
28207         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28208         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28209         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28210         * gst/audioconvert/plugin.c: (plugin_init):
28211           Surround sound support.
28212
28213 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28214
28215         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28216           Fix position for discont if we're close as well. Nitpicking, but
28217           saves a few milliseconds of extra waiting or skipping.
28218
28219 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28220
28221         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28222           We sometimes need parsers for playback, so add those too.
28223
28224 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28225
28226         * configure.ac:
28227         * gst/apetag/Makefile.am:
28228         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28229         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28230         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28231         (gst_ape_demux_get_src_query_types),
28232         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28233         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28234         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28235         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28236         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28237         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28238         (gst_ape_demux_change_state):
28239         * gst/apetag/apedemux.h:
28240         * gst/apetag/apetag.c: (plugin_init):
28241         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28242         (plugin_init):
28243           APE v1/2 tag reader plus typefind function.
28244
28245 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28246
28247         * configure.ac:
28248         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28249         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28250           Remove hacks for older core. Require newer core version
28251           accordingly.
28252
28253 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28254
28255         * gst/cdxaparse/Makefile.am:
28256         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28257         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28258         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28259         * gst/cdxaparse/gstcdxaparse.h:
28260         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28261         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28262         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28263         (gst_cdxastrip_get_src_query_types),
28264         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28265         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28266         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28267         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28268         * gst/cdxaparse/gstcdxastrip.h:
28269           SVCD/VCD header stripping separated from CDXA image parsing.
28270         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28271         (plugin_init):
28272           Add VCD/SVCD header typefinding for VCD/SVCD.
28273         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28274         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28275         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28276         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28277         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28278         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28279         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28280         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28281         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28282         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28283         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28284         * sys/vcd/vcdsrc.h:
28285           Fix up, add seeking, querying, URI interface. Works in totem now.
28286
28287 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28288
28289         * configure.ac:
28290           back to CVS
28291
28292 === release 0.8.6 ===
28293
28294 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28295
28296         * NEWS:
28297         * RELEASE:
28298         * configure.ac:
28299         * po/af.po:
28300         * po/az.po:
28301         * po/cs.po:
28302         * po/en_GB.po:
28303         * po/hu.po:
28304         * po/it.po:
28305         * po/nb.po:
28306         * po/nl.po:
28307         * po/or.po:
28308         * po/sq.po:
28309         * po/sr.po:
28310         * po/sv.po:
28311         * po/uk.po:
28312           releasing 0.8.6, "IOU Love"
28313
28314 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28315
28316         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28317
28318         * gst/playback/gstplaybasebin.c:
28319           Fix unplayable files error handling.  Fixes #158365
28320
28321 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28322
28323         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28324
28325         * gst/typefind/gsttypefindfunctions.c:
28326           Fix broken mp3 typefinding.  Fixes #158375
28327
28328 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28329
28330         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28331
28332         * ext/ogg/gstoggdemux.c:
28333           Fix sync on broken files.  Fixes #158976
28334
28335 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28336
28337         patch by: Edward Hervey <bilboed@bilboed.com>
28338
28339         * ext/libpng/gstpngenc.c:
28340           Copy over buffer properties.  Fixes #158832
28341
28342 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28343
28344         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28345
28346         * ext/dvdread/dvdreadsrc.c:
28347           Fixes invalid reads (#158462)
28348
28349 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28350
28351         * sys/v4l/gstv4lsrc.c:
28352         * sys/v4l/gstv4lsrc.h:
28353         * sys/v4l/v4lsrc_calls.c:
28354           Probe less and cache it.  Fixes #159187.
28355
28356 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28357
28358         * gst/videorate/gstvideorate.c:
28359           Handle all video formats. Fixes #159186.
28360
28361 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28362         * gst/synaesthesia/gstsynaesthesia.c:
28363         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28364         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28365         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28366         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28367         (gst_synaesthesia_change_state), (plugin_init):
28368         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28369         Force 320x200 output, as that's the only thing the underlying
28370         synaesthesia implementation supports. Still needs to be made
28371         re-entrant.
28372
28373 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28374
28375         * configure.ac:
28376           Fix mpeg2enc configure check (similar to mplex check below).
28377
28378 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28379
28380         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28381
28382         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28383           Fix for gcc-2.95 (fixes #158221).
28384
28385 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28386
28387         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28388           Re-add clock distribution hack (until new core is released).
28389           Fixes #158125.
28390
28391 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28392         * configure.ac:
28393           fix mplex configure check segfaulting on some systems (bug #140994)
28394
28395 2004-11-13  Benjamin Otte  <otte@gnome.org>
28396
28397         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28398           add debugging
28399         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28400           do a wait when we enter the loop func with no data available to
28401           write instead of getting into an 100% CPU loop by just returning and
28402           being called again by the scheduler
28403
28404 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28405
28406         * configure.ac:
28407         * ext/libvisual/visual.c: (gst_visual_get_type),
28408         (libvisual_log_handler), (gst_visual_getcaps),
28409         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28410         (plugin_init):
28411           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28412         * ext/smoothwave/Makefile.am:
28413         * ext/smoothwave/demo-osssrc.c: (main):
28414         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28415         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28416         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28417         (plugin_init):
28418         * ext/smoothwave/gstsmoothwave.h:
28419           Make gstsmoothwave a working element in the 20th century.
28420
28421         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28422           Fix incorrect link function
28423
28424 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28425
28426         * gst/volume/gstvolume.c:
28427           Allow buffer-frames=0.
28428
28429 2004-11-12 Iain <iaingnome@gmail.com>
28430
28431         * configure.ac: Check for polypaudio
28432
28433         * ext/Makefile.am: Build the polyp dir
28434
28435         * ext/polyp: The polypsink sources.
28436
28437 2004-10-30 Iain <iaingnome@gmail.com>
28438
28439         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28440         caps to reflect the new number of channels.
28441
28442 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28443
28444         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28445           Fix for negotiation order problem. This would show when the
28446           ALSA loopfuction was called before any other function. ALSA
28447           wouldn't do anything because we're not negotiated yet, leading
28448           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28449
28450 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28451
28452         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28453
28454         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28455           No warnings (#157986).
28456
28457 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28458
28459         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28460           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28461
28462 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28463
28464         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28465           Signal no-more-pads (so it works in playbin).
28466
28467 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28468
28469         * ext/musepack/gstmusepackreader.cpp:
28470           Workaround for older core.
28471
28472 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28473
28474         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28475           Actually test for odd width/height rather than testing whether
28476           a temporary variable that was 0 before we subtracted 1 is now
28477           not equal to zero (which it always is).
28478
28479 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28480
28481         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28482         Fix compilation if HAVE_XVIDEO is not defined
28483
28484 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28485
28486         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28487         Fix compilation if HAVE_XVIDEO is not defined
28488
28489 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28490
28491         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28492         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28493         (gst_goom_change_state), (plugin_init):
28494         Use the bytestream adapter so goom doesn't depend on the input
28495         buffer size.
28496         Add a debug category
28497
28498 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28499
28500         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28501           Only set hardware parameters *after* negotiation. Before
28502           negotiation, it will set ANY and that seems to cause crashes
28503           (see e.g. #151288, #153227).
28504
28505 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28506
28507         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28508           This seems to be antique leftover. It needs to pass error
28509           checking.
28510         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28511         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28512         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28513         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28514           Fix GstXOverlay implementation (#151059).
28515
28516 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28517
28518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28519           Don't assert (#157853).
28520
28521 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28522
28523         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28524           Fix bytes/samples confustion.
28525         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28526           Fix for underrun (#144389).
28527
28528 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28529
28530         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28531           Disable halfway-seek for pending release (since it needs a new
28532           core release).
28533
28534 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28535
28536         * sys/v4l/gstv4lsrc.c:
28537         * sys/v4l/gstv4lsrc.h:
28538         * sys/v4l/v4lsrc_calls.c:
28539           add autoprobe-fps property so we can separate autoprobing parts
28540
28541 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28542
28543         * sys/v4l/gstv4lsrc.c:
28544         * sys/v4l/v4lsrc_calls.c:
28545         initialise fourcc to catch unset fourcc's, and debug
28546
28547 2004-11-09  Wim Taymans  <wim@fluendo.com>
28548
28549         * gst/playback/README:
28550         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28551         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28552         (gst_play_bin_dispose), (gst_play_bin_set_property),
28553         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28554         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28555         (gst_play_bin_get_formats), (gst_play_bin_convert),
28556         (gst_play_bin_get_query_types), (gst_play_bin_query):
28557         Cleanups and some more documentation.
28558
28559 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28560
28561         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28562         (gst_cacasink_init), (gst_cacasink_chain):
28563         * ext/libcaca/gstcacasink.h:
28564         Cacasink inherits from VideoSink, so let that store the clock.
28565
28566 2004-11-09  Wim Taymans  <wim@fluendo.com>
28567
28568         * gst/playback/README:
28569         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28570         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28571         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28572         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28573         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28574         (setup_sinks):
28575         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28576         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28577         * gst/playback/gststreaminfo.h:
28578         Updated README.
28579         Only switch groups if all streams have muted (EOSed).
28580         Send Tags in sync with the stream playback instead of in
28581         the playback/preroll phase.
28582         Some cleanups, free the fakesrc elements.
28583
28584 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28585
28586         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28587           buffer-frames property was missing
28588         * ext/arts/gst_arts.c:
28589           rate missing from sinkcaps
28590         * ext/audiofile/gstafparse.c:
28591         * ext/audiofile/gstafsink.c:
28592         * ext/audiofile/gstafsrc.c:
28593         * ext/swfdec/gstswfdec.c:
28594           int audio doesn't know buffer-frames
28595         * ext/cdparanoia/gstcdparanoia.c:
28596           int audio doesn't know chunksize either
28597         * ext/nas/nassink.c:
28598           it's endianness, not endianess
28599         * gst-libs/gst/audio/audio.h:
28600           make float standard pad template caps really describe float
28601         * gst/law/mulaw.c: (linear_factory):
28602           signed only, please
28603         * gst/mpegstream/gstdvddemux.c:
28604           widths of 20 are not valid
28605
28606 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28607
28608         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28609
28610         * po/LINGUAS:
28611         * po/it.po:
28612           Add Italian
28613
28614 2004-11-08  Wim Taymans  <wim@fluendo.com>
28615
28616         * gst/playback/README:
28617         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28618         * gst/playback/gstplaybasebin.c: (probe_triggered),
28619         (gst_play_base_bin_change_state):
28620         Updated README, added more comments for fixmes etc..
28621
28622 2004-11-08  Wim Taymans  <wim@fluendo.com>
28623
28624         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28625         We can remove this hack now.
28626
28627 2004-11-08  Wim Taymans  <wim@fluendo.com>
28628
28629         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28630         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28631         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28632         Only mix AYUV for maximum quality.
28633
28634 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28635
28636         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28637         (gst_ogg_demux_push), (gst_ogg_pad_push):
28638           Let's act as if we're synchronized now! :).
28639         * ext/theora/theoradec.c: (theora_dec_chain):
28640           Add some debug.
28641
28642 2004-11-08  Wim Taymans  <wim@fluendo.com>
28643
28644         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28645         (gst_alpha_set_property), (gst_alpha_sink_link),
28646         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28647         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28648         (gst_alpha_init_params), (gst_alpha_chain):
28649         Implement alpha functions for AYUV too, this increases
28650         accuracy quite a bit.
28651
28652 2004-11-08  Wim Taymans  <wim@fluendo.com>
28653
28654         * gst/ffmpegcolorspace/avcodec.h:
28655         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28656         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28657         (gst_ffmpegcsp_avpicture_fill):
28658         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28659         (gst_ffmpegcsp_caps_remove_format_info):
28660         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28661         (shrink12), (img_get_alpha_info), (deinterlace_line),
28662         (deinterlace_line_inplace):
28663         * gst/ffmpegcolorspace/imgconvert_template.h:
28664         Added AYUV colorspace and handle RGBA a bit more respectful.
28665
28666 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28667
28668         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28669           Actually always send a discont (cornercase when resending the
28670           same serial-tagged chain twice).
28671
28672 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28673
28674         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28675         (gst_ximagesink_finalize):
28676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28677         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28678
28679 2004-11-08  Wim Taymans  <wim@fluendo.com>
28680
28681         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28682         Don't segfault on NULL data.
28683
28684 2004-11-08  Wim Taymans  <wim@fluendo.com>
28685
28686         * gst/playback/gstdecodebin.c: (unlinked):
28687         * gst/playback/gstplay-marshal.list:
28688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28689         (gst_play_base_bin_init), (group_create), (get_active_group),
28690         (get_building_group), (group_destroy), (group_commit),
28691         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28692         (add_element_stream), (no_more_pads), (probe_triggered),
28693         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28694         (state_change), (setup_source), (gst_play_base_bin_get_property),
28695         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28696         (gst_play_base_bin_link_stream),
28697         (gst_play_base_bin_get_streaminfo):
28698         * gst/playback/gstplaybasebin.h:
28699         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28700         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28701         Add support for chained ogg files. Prepare for playlist
28702         support. This patch introduces the concept of pad groups, which
28703         together compose one playable media file.
28704
28705 2004-11-07  David Schleef  <ds@schleef.org>
28706
28707         * testsuite/gst-lint: Check for pad templates that aren't statically
28708         scoped.
28709
28710 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28711
28712         * configure.ac:
28713         * ext/Makefile.am:
28714         * ext/musepack/Makefile.am:
28715         * ext/musepack/gstmusepackdec.cpp:
28716         * ext/musepack/gstmusepackdec.h:
28717         * ext/musepack/gstmusepackreader.cpp:
28718         * ext/musepack/gstmusepackreader.h:
28719           Add musepack decoder.
28720         * ext/faad/gstfaad.c: (gst_faad_base_init):
28721           Make pad templates static.
28722         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28723         (plugin_init):
28724           Add musepack typefinder, make mp3 typefinding work halfway stream,
28725           which doesn't actually work yet because id3demux doesn't implement
28726           _get_length().
28727
28728 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28729
28730         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28731         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28732           Fix interrupt event handling (#144436).
28733
28734 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28735
28736         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28737           Hide unused glory.
28738
28739 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28740
28741         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28742
28743         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28744           Fix weird caps (#157548).
28745
28746 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28747
28748         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28749
28750         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28751           Add missing NULL terminator (#157543).
28752
28753 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28754
28755         * gst/tcp/gsttcp.h:
28756         * gst/tcp/gsttcpclientsink.c:
28757         * gst/tcp/gsttcpclientsrc.c:
28758         * gst/tcp/gsttcpserversink.c:
28759         * gst/tcp/gsttcpserversrc.c:
28760           ports can go up to 65535.  Move common defines to gsttcp.h
28761
28762 2004-11-05  Wim Taymans  <wim@fluendo.com>
28763
28764         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28765         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28766         Added two more colorspaces.
28767
28768 2004-11-05  Wim Taymans  <wim@fluendo.com>
28769
28770         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28771         (gst_ffmpegcsp_avpicture_fill):
28772         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28773         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28774         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28775         More stride fixes.
28776
28777 2004-11-05  Wim Taymans  <wim@fluendo.com>
28778
28779         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28780         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28781         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28782         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28783         (gst_videomixer_loop):
28784         More stride fixes.
28785
28786 2004-11-05  Benjamin Otte  <otte@gnome.org>
28787
28788         * ext/mad/gstmad.c: (gst_mad_chain):
28789           don't overflow data buffer. Flush not needed sync data when syncing
28790           failed.
28791
28792 2004-11-04  Wim Taymans  <wim@fluendo.com>
28793
28794         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28795         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28796         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28797         (gst_alpha_init_params), (gst_alpha_chain),
28798         (gst_alpha_change_state):
28799         Updated the chroma keying algorithm with something more
28800         sophisticated.
28801
28802 2004-11-03  Wim Taymans  <wim@fluendo.com>
28803
28804         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28805         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28806         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28807         Fix stride issues. Does not completely work for odd
28808         heights.
28809
28810 2004-11-03  Wim Taymans  <wim@fluendo.com>
28811
28812         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28813         (gst_alpha_chroma_key), (gst_alpha_chain):
28814         Fix stride issues. Does not completely work for odd
28815         heights.
28816
28817 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28818
28819         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28820         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28821         leak fixes
28822
28823 2004-11-03  Wim Taymans  <wim@fluendo.com>
28824
28825         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28826         (gst_ffmpegcsp_avpicture_fill):
28827         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28828         (avpicture_alloc):
28829         * gst/ffmpegcolorspace/imgconvert_template.h:
28830         Use correct _fill function to get correct strides.
28831
28832 2004-11-02  David Schleef  <ds@schleef.org>
28833
28834         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28835         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28836         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28837         Change all g_print()s to debugging.  Add a bunch of consistency
28838         checks.
28839
28840 2004-11-02  Wim Taymans  <wim@fluendo.com>
28841
28842         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28843         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28844         (unlinked), (no_more_pads), (close_link):
28845         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28846         (unknown_type), (add_element_stream), (new_decoded_pad),
28847         (removed_decoded_pad), (setup_source):
28848         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28849         (gst_stream_info_class_init), (gst_stream_info_init),
28850         (gst_stream_info_new), (gst_stream_info_dispose),
28851         (stream_info_mute_pad), (gst_stream_info_set_property),
28852         (gst_stream_info_get_property):
28853         * gst/playback/gststreaminfo.h:
28854         Fix playback of multiple files.
28855         a slightly different approach to handling dynamic pad removals.
28856         This one only looks at pads that we have linked.
28857
28858 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28859
28860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28861         free" warning from libc.
28862
28863 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28864
28865         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28866         (get_unconnected_element), (remove_starting_from), (pad_removed),
28867         (close_link):
28868           Implement support for dynamic pad changing. We listen to "live"
28869           pad removals (i.e. while playing) and re-setup autoplugging
28870           after that. Playbasebin/playbin need some more work for this
28871           to finally work, but decodebin supports (and replugs) chained
28872           ogg now.
28873
28874 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28875
28876         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28877         (gst_alsa_finalize):
28878         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28879         (gst_cdaudio_finalize):
28880         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28881         (cdparanoia_finalize):
28882         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28883         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28884         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28885         (dvdreadsrc_finalize):
28886         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28887         (gst_flacdec_finalize):
28888         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28889         (gst_flacenc_finalize):
28890         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28891         (gst_gnomevfssink_finalize):
28892         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28893         (gst_gnomevfssrc_finalize):
28894         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28895         (gst_fameenc_finalize):
28896         * ext/nas/nassink.c: (gst_nassink_class_init),
28897         (gst_nassink_finalize):
28898         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28899         (gst_sdlvideosink_class_init):
28900         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28901         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28902         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28903         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28904         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28905         (gst_x_window_listener_dispose):
28906         * gst/audioscale/gstaudioscale.c:
28907         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28908         (play_on_demand_finalize):
28909         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28910         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28911         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28912         (cdplayer_finalize):
28913         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28914         (gst_glimagesink_class_init):
28915         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28916         (gst_osselement_finalize):
28917         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28918         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28919         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28920           Fixes a bunch of problems with finalize and dispose functions,
28921           either assumptions that dispose is only called once, or not calling
28922           the parent class dispose/finalize function
28923
28924 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28925
28926         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28927           added two api precondition guards
28928           use g_strdup with getenv to fix crash when using ENVVAR
28929
28930 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28931         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28932         (gst_esdsink_finalize):
28933         Use a finalize function, not dispose, and more importantly,
28934         call the parent class finalize function too
28935
28936 2004-11-01  Johan Dahlin  <johan@gnome.org>
28937
28938         * ext/ogg/gstoggdemux.c:
28939         * gst/tags/gstvorbistag.c:
28940         Plug leaks.
28941
28942 2004-10-31  Benjamin Otte  <otte@gnome.org>
28943
28944         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28945           lotsa memleaks today. But they're all small...
28946
28947 2004-10-31  Benjamin Otte  <otte@gnome.org>
28948
28949         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28950           another memleak crushed
28951
28952 2004-10-31  Benjamin Otte  <otte@gnome.org>
28953
28954         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28955           fix memleak
28956
28957 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28958
28959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28960           Hack to prevent crash when going to READY inside signal handler
28961           while this function is active.
28962
28963 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28964
28965         * gst/ffmpegcolorspace/Makefile.am:
28966         * gst/ffmpegcolorspace/avcodec.h:
28967         * gst/ffmpegcolorspace/common.h:
28968         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28969         * gst/ffmpegcolorspace/dsputil.h:
28970         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28971         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28972         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28973         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28974         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28975         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28976         (gst_ffmpegcsp_avpicture_fill):
28977         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28978         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28979         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28980         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28981         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28982         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28983         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28984         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28985         * gst/ffmpegcolorspace/imgconvert.c:
28986         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28987         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28988         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28989         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28990         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28991         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28992         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28993         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28994         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28995         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28996         (grow21), (grow22), (grow41), (grow44), (conv411),
28997         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28998         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28999         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29000         (avpicture_free), (is_yuv_planar), (img_convert),
29001         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29002         (deinterlace_line_inplace), (deinterlace_bottom_field),
29003         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29004         * gst/ffmpegcolorspace/imgconvert_template.h:
29005         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29006         * gst/ffmpegcolorspace/mmx.h:
29007         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29008         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29009         (av_freep), (avcodec_get_context_defaults),
29010         (avcodec_alloc_context), (avcodec_init):
29011           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29012           handling plus update from ffmpeg CVS. Large clean-up.
29013
29014 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29015
29016         * gst/playback/Makefile.am:
29017           We need the marshallers for decodebin, too.
29018
29019 2004-10-30  David Schleef  <ds@schleef.org>
29020
29021         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29022           quicktime typefinding work with 64-bit offsets.
29023
29024 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29025
29026         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29027           Set EOS on the element when processing an EOS event.
29028         * ext/speex/gstspeexdec.h:
29029         * ext/speex/gstspeexenc.h:
29030           Only keep a const ptr to the mode
29031         * gst-libs/gst/riff/riff-media.c:
29032         (gst_riff_create_audio_caps_with_data),
29033         (gst_riff_create_audio_template_caps):
29034           Allow WMAV3, with up to 6 channels.
29035         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29036           Don't call gst_pad_set_event_function on a sink pad.
29037         * gst/mpegstream/gstdvddemux.c:
29038         (gst_dvd_demux_get_subpicture_stream),
29039         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29040           Copy the explicit caps that were set across to the cur_* pads,
29041           instead of trying to use a possibly non-existent negotiated caps.
29042           Reset the type of subpicture pads to UNKNOWN after calling
29043           init_stream, so that the caps get set.
29044
29045 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29046
29047         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29048
29049         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29050           Don't touch buffer if it is of size 0 (fixes #151064).
29051
29052 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29053
29054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29055           Synchronized discont handling.
29056
29057 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29058
29059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29060         (gst_ogg_demux_push):
29061           Make seeking sort-of exact again (fixes #156387).
29062
29063 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29064
29065         * gst/playback/gstplaybasebin.c: (unknown_type),
29066         (add_element_stream), (new_decoded_pad),
29067         (gst_play_base_bin_change_state):
29068         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29069         (gst_stream_info_init), (gst_stream_info_new),
29070         (gst_stream_info_dispose), (gst_stream_info_get_property):
29071         * gst/playback/gststreaminfo.h:
29072           Make caps explicitely available. Makes testing for unsupported
29073           types possible. Improves error reporting.
29074
29075 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29076
29077         * gst/audioconvert/gstaudioconvert.c:
29078         (gst_audio_convert_buffer_to_default_format):
29079           Really don't touch read-only buffers (#156563).
29080
29081 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29082
29083         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29084
29085         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29086           Fix memleak (#155223).
29087
29088 2004-10-29  Wim Taymans  <wim@fluendo.com>
29089
29090         * gst/tcp/.cvsignore:
29091         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29092         (gst_multifdsink_class_init), (gst_multifdsink_init),
29093         (gst_multifdsink_add), (gst_multifdsink_remove),
29094         (gst_multifdsink_remove_client_link), (is_sync_frame),
29095         (gst_multifdsink_new_client),
29096         (gst_multifdsink_handle_client_write),
29097         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29098         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29099         (gst_multifdsink_get_property):
29100         * gst/tcp/gstmultifdsink.h:
29101         Added burst on connect sync_method, deprecated sync_clients,
29102         streamlined the sync code some more.
29103
29104 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29105
29106         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29107         (gst_play_base_bin_change_state):
29108           Improve error reporting.
29109
29110 2004-10-28  Wim Taymans  <wim@fluendo.com>
29111
29112         * gst/tcp/Makefile.am:
29113         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29114         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29115         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29116         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29117         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29118         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29119         (gst_fdset_wait):
29120         Added more locks around fdset structures. Fixed/reworked
29121         the poll array resizing code.
29122         Added stress test for fdset.
29123
29124 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29125
29126         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29127         fix build
29128
29129 2004-10-28  Benjamin Otte  <otte@gnome.org>
29130
29131         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29132           fix link function to always query channels and query width for
29133           floats
29134         * configure.ac:
29135           add equalizer dir
29136         * gst/equalizer/Makefile.am:
29137         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29138         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29139         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29140         (arg_to_scale), (setup_filter),
29141         (gst_iir_equalizer_compute_frequencies),
29142         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29143         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29144         (plugin_init):
29145           add an equalizer
29146
29147 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29148
29149         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29150
29151         * po/LINGUAS:
29152         * po/nb.po:
29153           Added Norwegian Bokmaal translation
29154
29155 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29156
29157         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29158           Don't break on options (fixes #156488).
29159
29160 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29161
29162         * configure.ac:
29163         * ext/cdaudio/Makefile.am:
29164         * sys/Makefile.am:
29165           fix build on older automake
29166
29167 2004-10-26  Wim Taymans  <wim@fluendo.com>
29168
29169         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29170         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29171         Allow a little margin when negotiating the framerate.
29172
29173 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29174
29175         * gst/level/gstlevel.c:
29176           synchonised naming of pads and pad-templates
29177
29178 2004-10-26  Wim Taymans  <wim@fluendo.com>
29179
29180         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29181         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29182         (_find_streams_check), (gst_ogg_demux_push):
29183         Fix EOS again. Needs to be done in a better way. We should not
29184         remove the pad if there is no new chained stream.
29185
29186 2004-10-26 Iain <iaingnome@gmail.com>
29187
29188         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29189         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29190         of the caps.
29191         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29192         pad.
29193         (interleave_release_pad): Remove the pad.
29194         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29195         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29196         the set device.
29197         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29198         attrs
29199         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29200         (gst_xvimagesink_finalize): Free the par.
29201
29202 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29203
29204         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29205         (gst_avimux_stop_file):
29206           First calculate the rate, and only then use it. Hdr.rate is a
29207           multiple and not a derivative of hdr.scale. Scale is not the
29208           same as blockalign but is solely related to rate.
29209
29210 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29211
29212         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29213         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29214           Implement seeking.
29215
29216 2004-10-25  James Henstridge  <james@jamesh.id.au>
29217
29218         Reviewed by:  David Schleef  <ds@schleef.org>
29219
29220         * examples/gstplay/player.c: (got_stream_length), (main):
29221         * examples/seeking/cdplayer.c: (update_scale):
29222         * examples/seeking/seek.c: (format_value), (update_scale):
29223         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29224         (stop_seek):
29225         Build fixes on AMD64.
29226
29227 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29228
29229         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29230
29231         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29232         Fix for some v4l cards which hang in v4lsrc
29233
29234 2004-10-25  Wim Taymans  <wim@fluendo.com>
29235
29236         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29237         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29238         Make sure to remove the pad when a new chain is
29239         encountered. Set some vars to NULL so we don't try
29240         to reference freed memory.
29241
29242 2004-10-25  Wim Taymans  <wim@fluendo.com>
29243
29244         * examples/seeking/Makefile.am:
29245         * examples/seeking/cdplayer.c: (update_scale):
29246         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29247         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29248         (format_value), (update_scale), (iterate), (start_seek),
29249         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29250         (print_usage), (main):
29251         Added some more examples, update others.
29252
29253 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29254
29255         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29256         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29257         * ext/theora/theoradec.c: (theora_dec_chain):
29258         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29259           Add codec-name metadata.
29260
29261 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29262
29263         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29264
29265         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29266         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29267         * ext/alsa/gstalsamixertrack.h:
29268         * po/POTFILES.in:
29269           ALSA mixer track label internationalization (#154054).
29270
29271 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29272
29273         * ext/theora/theoradec.c: (theora_dec_chain):
29274           Export bitrate as metadata.
29275
29276 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29277
29278         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29279         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29280         * ext/alsa/gstalsamixertrack.h:
29281           Fix names, fix loop.
29282
29283 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29284
29285         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29286         (speex_dec_convert):
29287           sinkconvert function so oggdemux can get the file length (totem).
29288
29289 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29290
29291         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29292
29293         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29294           Don't push incomplete packets.
29295         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29296           Fix MPEG-4 audio typefinding.
29297
29298 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29299
29300         * sys/v4l/Makefile.am:
29301         * sys/v4l/gstv4l.c: (plugin_init):
29302         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29303         (gst_v4lelement_init), (gst_v4lelement_dispose),
29304         (gst_v4lelement_change_state):
29305         * sys/v4l/gstv4lelement.h:
29306         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29307         (gst_v4l_xoverlay_close), (idle_refresh),
29308         (gst_v4l_xoverlay_set_xwindow_id):
29309         * sys/v4l/gstv4lxoverlay.h:
29310         * sys/v4l/v4l-overlay_calls.c:
29311         * sys/v4l/v4l_calls.h:
29312         * sys/v4l2/Makefile.am:
29313         * sys/v4l2/gstv4l2.c: (plugin_init):
29314         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29315         (gst_v4l2element_init), (gst_v4l2element_dispose),
29316         (gst_v4l2element_change_state):
29317         * sys/v4l2/gstv4l2element.h:
29318         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29319         (gst_v4l2_xoverlay_close), (idle_refresh),
29320         (gst_v4l2_xoverlay_set_xwindow_id):
29321         * sys/v4l2/gstv4l2xoverlay.h:
29322         * sys/v4l2/v4l2-overlay_calls.c:
29323         * sys/v4l2/v4l2_calls.h:
29324           Remove client-side overlay handling, use the X-server v4l plugin
29325           for that. Nicer overlay, less code. Also make the plugin
29326           compileable without X (but then without overlay, obviously).
29327           Makes xwindowlistener obsolete, should we remove that?
29328
29329 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29330
29331         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29332         (gst_osssrc_src_query):
29333         * sys/oss/gstosssrc.h:
29334           OK, so people want offset in DEFAULT. This time, actually fix all
29335           cases.
29336         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29337           Add FPS properly.
29338
29339 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29340
29341         * gst/asfdemux/gstasfmux.c:
29342         * gst/avi/gstavimux.c:
29343           Framerate.
29344
29345 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29346
29347         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29348           Fix properties (channel, norm, frequency).
29349
29350 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29351
29352         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29353           Flag typo.
29354         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29355           No warnings.
29356
29357 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29358
29359         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29360           Fix hang.
29361
29362 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29363
29364         * sys/v4l2/gstv4l2element.h:
29365           Yet Another Hack (tm) for kernel header borkedness.
29366         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29367         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29368         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29369         (gst_v4l2src_change_state):
29370         * sys/v4l2/gstv4l2src.h:
29371         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29372         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29373           Fix caps, keep track of state, work.
29374
29375 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29376
29377         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29378           Quiet.
29379
29380 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29381
29382         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29383           Don't mix bytes and samples.
29384
29385 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29386
29387         * ext/ogg/gstoggmux.c:
29388           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29389           and theora. Any is incorrect.
29390         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29391           Fix caps.
29392         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29393         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29394         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29395         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29396         * sys/v4l/gstv4lmjpegsrc.h:
29397         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29398         (gst_v4lsrc_change_state):
29399         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29400         (gst_v4lmjpegsrc_capture_stop):
29401           Fix caps. Keep track of internal state. Work.
29402
29403 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29404
29405         * ext/Makefile.am:
29406           Fix the build fixes.
29407
29408 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29409
29410         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29411         (gst_ogg_demux_src_event), (_find_chain_seek),
29412         (gst_ogg_pad_push):
29413           Check for pad availability before using it.
29414         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29415           Fix parsing of chained ogg. Needs more work on the decoder side.
29416
29417 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29418
29419         * gst/spectrum/Makefile.am:
29420         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29421         (idle_func):
29422           Fix demo and reenable it. Yes, I'm currently playing with audio
29423           analysis tools
29424
29425 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29426
29427         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29428           We love it if files that start at zero work too...
29429
29430 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29431
29432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29433           Handle files with missing EOS headers.
29434
29435 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29436
29437         * gst/tcp/gsttcpserversink.c:
29438         (gst_tcpserversink_handle_server_read),
29439         (gst_tcpserversink_init_send):
29440         Zero some variables first (need for accept not to return EINVAL)
29441
29442 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29443
29444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29445         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29446         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29447         (theora_dec_chain):
29448         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29449         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29450           Seeking and querying finetune.
29451
29452 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29453
29454         * configure.ac:
29455         * ext/Makefile.am:
29456         * ext/raw1394/Makefile.am:
29457           fix the build
29458
29459 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29460
29461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29462           Wrong return.
29463         * gst/playback/Makefile.am:
29464         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29465         * gst/playback/gstplay-marshal.list:
29466         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29467           Fix marshallers.
29468
29469 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29470
29471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29472           Silence.
29473
29474 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29475
29476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29477         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29478         (gst_ogg_pad_push):
29479           Yay for non-lineair granulepos in theora.
29480
29481 2004-10-18  Wim Taymans  <wim@fluendo.com>
29482
29483         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29484         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29485         * ext/dv/gstdvdec.h:
29486         Make sure we renegotiate aspect ratio when the camera switches.
29487
29488 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29489
29490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29491         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29492           Start at zero.
29493         * ext/theora/theoradec.c: (theora_dec_chain):
29494           Skip headers. Bad idea for chained ogg, but fixes seeking.
29495
29496 2004-10-18  Wim Taymans  <wim@fluendo.com>
29497
29498         * configure.ac:
29499         I swear, this is the last time I touch this.
29500
29501 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29502
29503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29504         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29505         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29506           Faster seeking.
29507         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29508           Time-to-default conversion.
29509         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29510           Don't error on unknown packets, just skip. We should probably
29511           read them if we want to support chained ogg.
29512
29513 2004-10-18  Wim Taymans  <wim@fluendo.com>
29514
29515         * configure.ac:
29516         Added cdaudio to wrong list.
29517
29518 2004-10-18  Wim Taymans  <wim@fluendo.com>
29519
29520         * configure.ac:
29521         Revive cdaudio.
29522
29523 2004-10-18  Wim Taymans  <wim@fluendo.com>
29524
29525         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29526         (gst_dvdec_video_link), (gst_dvdec_push):
29527         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29528         (gst_smokeenc_resync), (gst_smokeenc_chain):
29529         Fix mimetype on smoke encoder.
29530         Add aspect ratio to dvdec. Not sure if these
29531         values are correct though....
29532
29533 2004-10-18  Wim Taymans  <wim@fluendo.com>
29534
29535         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29536         Fix vorbis property descriptions and ranges.
29537
29538 2004-10-18  Wim Taymans  <wim@fluendo.com>
29539
29540         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29541         Really do nothing when no data is available.
29542         Go to the playing state when the stream is not seekable
29543         instead of failing.
29544
29545 2004-10-18  Wim Taymans  <wim@fluendo.com>
29546
29547         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29548         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29549         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29550         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29551         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29552         Added uri handler for cd://
29553         Port to new API.
29554
29555 2004-10-18  Wim Taymans  <wim@fluendo.com>
29556
29557         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29558         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29559         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29560         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29561         (remove_prerolls), (unknown_type), (add_element_stream),
29562         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29563         (gst_play_base_bin_remove_element),
29564         (gst_play_base_bin_link_stream):
29565         * gst/playback/gstplaybin.c: (gen_video_element),
29566         (gen_vis_element), (remove_sinks), (setup_sinks):
29567         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29568         (gst_stream_info_get_type), (gst_stream_info_class_init),
29569         (gst_stream_info_init), (gst_stream_info_new),
29570         (gst_stream_info_dispose), (stream_info_mute_pad),
29571         (gst_stream_info_set_property), (gst_stream_info_get_property):
29572         * gst/playback/gststreaminfo.h:
29573         Add sink padtemplate to decodebin.
29574         Added some more comments.
29575         Make queue size configurable in playbasebin.
29576         Added possibility to use elements as sinks (ex cdaudio).
29577
29578 2004-10-15  Wim Taymans  <wim@fluendo.com>
29579
29580         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29581         (gst_speexenc_chain):
29582         Fix speex timestamps so that it gets muxed properly.
29583
29584 2004-10-15  Wim Taymans  <wim@fluendo.com>
29585
29586         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29587         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29588         (gst_dv1394src_init), (gst_dv1394src_dispose),
29589         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29590         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29591         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29592         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29593         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29594         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29595         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29596         * ext/raw1394/gstdv1394src.h:
29597         Added conversion/query functions.
29598         Update buffer timestamps,
29599         Added signals.
29600         Added uri dv:// so it might play from the firewire in playbin.
29601         Fix a possible leak.
29602         Added debugging.
29603
29604 2004-10-15  Wim Taymans  <wim@fluendo.com>
29605
29606         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29607         (gst_dv1394src_init), (gst_dv1394src_set_property),
29608         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29609         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29610         * ext/raw1394/gstdv1394src.h:
29611         Added AV/C VTR control support needed for some cameras.
29612         Added automatic port detection.
29613         Added properties for selecting the channel.
29614         The configure.ac script is not yet updated to reflect the
29615         new libavc1394 and librom1394 dependencies.
29616
29617 2004-10-15  Wim Taymans  <wim@fluendo.com>
29618
29619         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29620         (qtdemux_parse), (gst_qtdemux_handle_esds):
29621         An esds box is not a container.
29622         Fix parsing of mp4v boxes.
29623         Do not try to renegotiate fps for each frame. Need to
29624         find a better method. This should fix mp4 playback.
29625
29626 2004-10-14  David Schleef  <ds@schleef.org>
29627
29628         * configure.ac: update for swfdec-0.3 and liboil-0.2
29629         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29630         * ext/swfdec/gstswfdec.h: same
29631         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29632         * gst/videotestsrc/videotestsrc.c: same
29633
29634 2004-10-14  Wim Taymans  <wim@fluendo.com>
29635
29636         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29637         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29638         (is_sync_frame), (gst_multifdsink_new_client),
29639         (gst_multifdsink_handle_client_write),
29640         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29641         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29642         Turn warnings into info.
29643         Don't allow a state change in the streaming thread.
29644
29645 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29646
29647         * ext/vorbis/oggvorbisenc.c:
29648         * ext/vorbis/vorbisdec.c:
29649           fix template sample rate
29650
29651 2004-10-13  Wim Taymans  <wim@fluendo.com>
29652
29653         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29654         Decoding the header first fixes some problems in resyncing
29655         in more mp3s.
29656
29657 2004-10-12  Wim Taymans  <wim@fluendo.com>
29658
29659         * gst/playback/gstplaybin.c: (gen_video_element),
29660         (gen_vis_element), (remove_sinks), (setup_sinks):
29661         Added vis plugin support, need to configure the vis
29662         element to activate it.
29663
29664 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29665
29666         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29667         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29668           Some debug.
29669         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29670         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29671         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29672         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29673         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29674         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29675         * gst/avi/gstavidemux.h:
29676           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29677           recovery (where, if part of the index is broken, we will still read
29678           the rest of the index and recover the broken part by stream
29679           scanning). More broken media support. EOS workarounds. General AVI
29680           braindamage headache recovery. Aspirin included.
29681
29682 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29683
29684         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29685         (cdparanoia_event), (cdparanoia_query):
29686           Get rid of hideous lead-in.
29687
29688 2004-10-11  Wim Taymans  <wim@fluendo.com>
29689
29690         * gst/playback/gstplaybasebin.c: (setup_source):
29691         Wrong var used to get g_list_next.
29692
29693 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29694
29695         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29696         (cdparanoia_get), (cdparanoia_open):
29697           Report discid as metadata, add duration.
29698
29699 2004-10-11  Wim Taymans  <wim@fluendo.com>
29700
29701         * gst/playback/gstplaybasebin.c: (setup_source):
29702         Cleanup the previous pipeline a little earlier for the
29703         case that a source element provides raw data.
29704
29705 2004-10-11  Benjamin Otte  <otte@gnome.org>
29706
29707         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29708           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29709           consuming the last 128 bytes, even though it was valid mp3 data.
29710
29711 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29712
29713         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29714         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29715         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29716         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29717
29718 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29719
29720         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29721         Fix for webcams that support only specific width or height
29722
29723 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29724
29725         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29726
29727         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29728           Fix wrong discont event setup (fixes #154967).
29729
29730 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29731
29732         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29733
29734         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29735           Error out on invalid data (fixes #154807).
29736
29737 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29738
29739         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29740
29741         * ext/dvdread/dvdreadsrc.c: (_read):
29742           Make titles > 0 work again (fixes #154834).
29743
29744 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29745
29746         * gst-libs/gst/riff/riff-media.c:
29747         (gst_riff_create_video_template_caps):
29748           WMV3 missing in template caps.
29749
29750 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29751
29752         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29753           OK, so the original code was too strict. It makes random AVI files
29754           hang for seconds upon opening, which is unacceptable and is far
29755           beyond the original goal of getting multiple chunks for one-chunk
29756           sounc stream files. So now do just that.
29757
29758 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29759
29760         * gst/playback/gstplaybasebin.c: (setup_source),
29761         (gst_play_base_bin_change_state):
29762           Actually clean up streaminfo if output fails. This would trigger
29763           if, for example, there was no CD in the drive. No preroll, so
29764           a streaminfo structure is created, but the subsequent state change
29765           of the thread fails.
29766         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29767           Don't change state if parent failed.
29768
29769 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29770
29771         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29772         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29773         (gen_video_element), (remove_sinks):
29774           Add small bits of code for screenshot handling.
29775
29776 2004-10-08  Wim Taymans  <wim@fluendo.com>
29777
29778         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29779         (gen_video_element), (gen_audio_element), (setup_sinks):
29780         Don't assume the user provided sinks are named "sink"...
29781
29782 2004-10-08  Wim Taymans  <wim@fluendo.com>
29783
29784         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29785         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29786         (gst_play_base_bin_link_stream):
29787         Do not try to autoplug sources that generate raw streams like
29788         cdparanoia.
29789         disconnect the preroll overrun signal when we don't need it anymore.
29790
29791 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29792
29793         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29794         Added reworked patch from #154903 from milosz derezynski (deadchip).
29795
29796 2004-10-08  Wim Taymans  <wim@fluendo.com>
29797
29798         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29799         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29800         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29801         (cdparanoia_convert), (cdparanoia_uri_get_type),
29802         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29803         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29804         * ext/cdparanoia/gstcdparanoia.h:
29805         This adds the cdda://<tracknum> uri.
29806
29807 2004-10-08  Wim Taymans  <wim@fluendo.com>
29808
29809         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29810         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29811         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29812         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29813         (unknown_type), (gst_play_base_bin_remove_element),
29814         (gst_play_base_bin_link_stream):
29815         * gst/playback/gstplaybasebin.h:
29816         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29817         (gst_play_bin_set_property), (gen_video_element),
29818         (gen_audio_element), (setup_sinks):
29819         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29820         (gst_stream_info_get_type), (gst_stream_info_class_init),
29821         (gst_stream_info_init), (gst_stream_info_new),
29822         (gst_stream_info_dispose), (stream_info_mute_pad),
29823         (gst_stream_info_set_property), (gst_stream_info_get_property):
29824         * gst/playback/gststreaminfo.h:
29825         Reuse the audio and video bins.
29826         Some internal cleanups in the stream selection code.
29827
29828 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29829
29830         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29831         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29832         * sys/ximage/ximagesink.h:
29833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29834         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29835         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29836         not coming from those elements. Moreover these elements should not keep
29837         the xid they have been given when in NULL state.
29838
29839 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29840
29841         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29842         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29843         * sys/ximage/ximagesink.h:
29844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29845         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29846         * sys/xvimage/xvimagesink.h:
29847           Actually only create a new toplevel window if we're not gonna
29848           embed it right after.
29849
29850 2004-10-07  Wim Taymans  <wim@fluendo.com>
29851
29852         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29853         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29854         * gst/playback/gstplaybin.c: (setup_sinks):
29855         Implement muting/unmuting of streams, mute streams that are not
29856         used.
29857
29858 2004-10-07  Wim Taymans  <wim@fluendo.com>
29859
29860         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29861         (plugin_init):
29862         Added lame audio/x-ac3 typefind function.
29863
29864 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29865
29866         * configure.ac:
29867           bump nano to cvs
29868
29869 === release 0.8.5 ===
29870
29871 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29872
29873         * NEWS:
29874         * RELEASE:
29875         * configure.ac:
29876           releasing 0.8.5, "Take You On"
29877
29878 2004-10-06  Wim Taymans  <wim@fluendo.com>
29879
29880         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29881         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29882         (no_more_pads), (close_link), (type_found):
29883         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29884         * gst/playback/gstplaybin.c: (gen_video_element):
29885         Do not signal the no_more_pads after the first pad when
29886         we are plugging a non dynamic element with multiple
29887         output pads (like swfdec, dvdec, ...).
29888
29889 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29890
29891         * configure.ac:
29892           bump for prerelease
29893
29894 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29895
29896         * gst/wavparse/gstwavparse.c:
29897           add ATRAC3 to STATIC CAPS to fix a warning
29898
29899         * gst/matroska/ebml-read.c:
29900         * gst-libs/gst/riff/riff-read.c:
29901           fix typos
29902
29903 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29904
29905         * gst-libs/gst/riff/riff-media.c:
29906           generate caps for ATRAC3 audio streams
29907
29908         * gst/realmedia/rmdemux.c:
29909           generate caps for ATRAC3 audio streams
29910
29911 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29912
29913         * gst/wavparse/Makefile.am
29914         * gst/wavparse/riff.h
29915         * gst/wavparse/wavparse.vcproj
29916           riff.h removal (unused and duplication with riff-ids.h)
29917
29918 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29919
29920         * gst/wavparse/gstwavparse.h
29921           remove duplicated defines for audio codec codes
29922
29923         * gst-libs/gst/riff/riff-ids.h
29924         * gst/wavenc/riff.h:
29925           add "4CC" code for ATRAC3 audio streams
29926           add "4CC" code for ITU_G721_ADPCM (unused for now)
29927
29928 2004-10-06  Wim Taymans  <wim@fluendo.com>
29929
29930         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29931         Actually _do_ negotiation. Pass gdouble as arg instead
29932         of guint64 for the framerate.
29933
29934 2004-10-06  Wim Taymans  <wim@fluendo.com>
29935
29936         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29937         (find_compatibles), (close_pad_link), (try_to_link_1),
29938         (no_more_pads), (close_link), (type_found):
29939         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29940         * gst/playback/gstplaybin.c: (gen_video_element),
29941         (gen_audio_element):
29942         Set state on newly added element to READY so that negotiation
29943         can happen ASAP.
29944         Addes some more debug info.
29945         Do not try to plug pads with multiple caps structures or ANY
29946         because it is too dangerous since we do not do dynamic
29947         replugging.
29948
29949 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29950
29951         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29952
29953         * po/LINGUAS:
29954         * po/or.po:
29955           add Oriya translation
29956
29957 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29958
29959         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29960           Prevent overwrite of size member. Makes audio sound crappy.
29961
29962 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29963
29964         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29965         Add rmvb to the list of known RealMedia extensions
29966
29967 2004-10-05  Wim Taymans  <wim@fluendo.com>
29968
29969         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29970         (mngdec_openstream), (mngdec_closestream),
29971         (mngdec_handle_sink_event), (mngdec_readdata),
29972         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29973         (mngdec_getcanvasline), (mngdec_refresh),
29974         (gst_mngdec_change_state):
29975         Set the framerate correctly.
29976
29977 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29978
29979         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29980           There was something wrong with the index massaging.
29981
29982 2004-10-04  Wim Taymans  <wim@fluendo.com>
29983
29984         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29985         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29986         (gst_smokedec_chain):
29987         * ext/jpeg/gstsmokedec.h:
29988         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29989         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29990         * ext/jpeg/gstsmokeenc.h:
29991         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29992         (smokecodec_decode_new), (smokecodec_info_free),
29993         (smokecodec_set_quality), (smokecodec_get_quality),
29994         (smokecodec_set_threshold), (smokecodec_get_threshold),
29995         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29996         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29997         (smokecodec_encode), (smokecodec_parse_id),
29998         (smokecodec_parse_header), (smokecodec_decode):
29999         * ext/jpeg/smokecodec.h:
30000         * ext/jpeg/smokeformat.h:
30001         Updated smoke, new bitstream, allows embedding in ogg.
30002
30003 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30004
30005         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30006           Fix seeking in some files. All this code is no longer needed (and
30007           actually breaks stuff) because we now synchronize the full index
30008           right when reading the header.
30009
30010 2004-10-04  Wim Taymans  <wim@fluendo.com>
30011
30012         * configure.ac:
30013         configure update for libmng.
30014
30015 2004-10-04  Wim Taymans  <wim@fluendo.com>
30016
30017         * ext/libmng/Makefile.am:
30018         * ext/libmng/gstmng.c: (plugin_init):
30019         * ext/libmng/gstmng.h:
30020         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30021         (gst_mngdec_base_init), (gst_mngdec_class_init),
30022         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30023         (gst_mngdec_loop), (gst_mngdec_get_property),
30024         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30025         (mngdec_closestream), (mngdec_handle_sink_event),
30026         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30027         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30028         (gst_mngdec_change_state):
30029         * ext/libmng/gstmngdec.h:
30030         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30031         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30032         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30033         (gst_mngenc_chain), (gst_mngenc_get_property),
30034         (gst_mngenc_set_property):
30035         * ext/libmng/gstmngenc.h:
30036         Added basic MNG decoder. Needs more work. The encoder does
30037         not work yet.
30038
30039 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30040
30041         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30042         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30043         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30044           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30045           no-more-pads.
30046
30047 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30048
30049         * configure.ac:
30050           you need at least 1.0.4 of speex
30051
30052 2004-10-04 Iain <iaingnome@gmail.com>
30053
30054         * ext/speex/gstspeexdec.h: Revert the includes changes.
30055
30056         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30057
30058 2004-09-30 Iain <iaingnome@gmail.com>
30059
30060         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30061         found during init or set as a property instead of hardcoding /dev/audio
30062
30063 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30064
30065         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30066         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30067         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30068         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30069         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30070         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30071         (gst_rmdemux_dump_data):
30072           Use debug category, fix EOS handling. filesrc ! rmdemux now
30073           works.
30074
30075 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30076
30077         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30078         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30079         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30080           Improve allocation, cutting and sorting of the index. How takes a
30081           few seconds instead of minutes.
30082
30083 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30084
30085         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30086           fixed compilation
30087
30088 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30089
30090         * gst-libs/gst/riff/riff-media.c:
30091         (gst_riff_create_video_caps_with_data),
30092         (gst_riff_create_video_template_caps):
30093           Add wing commander format mimetype/fourccs.
30094         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30095           Don't crash if some value is 0.
30096
30097 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30098
30099         * gst-libs/gst/riff/riff-media.c:
30100         (gst_riff_create_video_caps_with_data),
30101         (gst_riff_create_video_template_caps):
30102           Add DIB fourcc (raw, palettized 8-bit RGB).
30103         * gst-libs/gst/riff/riff-read.c:
30104         (gst_riff_read_strf_vids_with_data):
30105           Oops, fix strf_data reading bug.
30106         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30107           Use a non-NULL tag.
30108         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30109           Time for hacks. Sorry Dave. At least one quicktime movie (a
30110           trailer) that I've encountered contains multiple video tracks.
30111           One of those is the actual video track, the other are one-frame
30112           tracks (images). Unfortunately, the number of frames according
30113           to the trak header is 1 for each, so that doesn't help. So
30114           instead, I look at the duration and discard tracks with a
30115           duration shorter than 20% of the length of the stream. Better
30116           than nothing.
30117
30118 2004-10-01  Christian Schaller <christian@fluendo.com>
30119
30120         * ext/ivorbis/vorbis.c:
30121           Patch from Phil Blundell (Bug 152341)
30122
30123 2004-10-01  Wim Taymans  <wim@fluendo.com>
30124
30125         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30126         (speex_dec_get_formats), (speex_dec_convert),
30127         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30128         (speex_dec_chain), (gst_speexdec_get_property),
30129         (gst_speexdec_set_property):
30130         Small cleanups.
30131
30132 2004-10-01  Wim Taymans  <wim@fluendo.com>
30133
30134         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30135         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30136         (gst_wavparse_other), (gst_wavparse_loop),
30137         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30138         (gst_wavparse_srcpad_event):
30139         * gst/wavparse/gstwavparse.h:
30140         Added some more debugging info.
30141         Fix the case where the length of the file is 0.
30142         Make sure we seek to sample borders.
30143
30144 2004-10-01  Wim Taymans  <wim@fluendo.com>
30145
30146         * gst/playback/README:
30147         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30148         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30149         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30150         Add some debug info to decodebin, update README
30151
30152 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30153
30154         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30155           Don't use g_print(); use GST_DEBUG().
30156
30157 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30158
30159         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30160         (gst_ogg_mux_queue_pads):
30161           Handle EOS properly.
30162
30163 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30164
30165         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30166
30167         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30168         (gst_faad_chain), (gst_faad_change_state):
30169         * ext/faad/gstfaad.h:
30170           Allow playback of raw (unframed) MPEG AAC files (#148993).
30171
30172 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30173
30174         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30175
30176         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30177           Throw error if we didn't recognize the stream. Fixes #152289.
30178
30179 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30180
30181         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30182           Fix negotiation.
30183
30184 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30185
30186         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30187
30188         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30189           Fix memleak.
30190
30191 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30192
30193         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30194
30195         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30196           Solve #152805.
30197         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30198           Solve 152806.
30199
30200 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30201
30202         * gst-libs/gst/riff/riff-media.c:
30203         (gst_riff_create_video_caps_with_data),
30204         (gst_riff_create_audio_caps_with_data):
30205           Add codec_data handling (like asfdemux used to do).
30206         * gst/asfdemux/gstasf.c: (plugin_init):
30207         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30208         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30209           Use riff-media for caps creation instead of our own (mostly
30210           broken) copy of its functions.
30211
30212 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30213
30214         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30215           Don't actually error out if we get another return value than
30216           -EINVAL. Opposite to what I first thought, drivers have random
30217           return values for this, although -EINVAL is the expected return
30218           value. Since this is not fatal, we shouldn't use
30219           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30220
30221 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30222
30223         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30224         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30225         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30226         (dvdreadsrc_get), (dvdreadsrc_open_file),
30227         (dvdreadsrc_change_state):
30228           Fix. Don't do one big huge loop around the whole DVD, that will
30229           cache all data and thus eat sizeof(dvd) (several GB) before we
30230           see something.
30231         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30232           Actually NULL'ify event after using it.
30233         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30234         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30235         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30236         (gst_ebml_read_seek), (gst_ebml_read_skip):
30237           Handle events.
30238         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30239         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30240         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30241           Fix timing (this will probably break if I seek using menus, but
30242           I didn't get there yet). VOBs and normal DVDs should now work.
30243           Add a mpeg2-only pad with high rank so this get autoplugged for
30244           MPEG-2 movies.
30245         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30246         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30247         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30248         (gst_mpeg_demux_get_audio_stream),
30249         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30250         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30251           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30252           MPEG-1 but use dvddemux for MPEG-2.
30253         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30254         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30255         (gst_mpeg_parse_parse_packhead):
30256           Timing. Only add pad template if it exists. Add sink template from
30257           class and not from ourselves. This means we will always use the
30258           correct sink template even if it is not the one defined in this
30259           file.
30260
30261 2004-09-29  Wim Taymans  <wim@fluendo.com>
30262
30263         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30264         (gst_mpeg_demux_parse_pes):
30265         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30266         Fix playback of mpeg again, timestamps where screwed up by
30267         patch 1.61.
30268
30269 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30270
30271         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30272           Only return true if we actually filled something in. Prevents
30273           player applications from showing a random length for flac files.
30274         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30275         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30276         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30277         (gst_riff_read_strf_vids_with_data),
30278         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30279           OK, ok, so I implemented event handling. Apparently it's normal
30280           that we receive random events at random points without asking
30281           for it.
30282         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30283         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30284         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30285         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30286         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30287         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30288         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30289         * gst/avi/gstavidemux.h:
30290           Implement non-lineair chunk handling and subchunk processing.
30291           The first solves playback of AVI files where the audio and video
30292           data of individual buffers that we read are not synchronized.
30293           This should not happen according to the wonderful AVI specs, but
30294           of course it does happen in reality. It is also a prerequisite for
30295           the second. Subchunk processing allows us to cut chunks in small
30296           pieces and process each of these pieces separately. This is
30297           required because I've seen several AVI files with incredibly large
30298           audio chunks, even some files with only one audio chunk for the
30299           whole file. This allows for proper playback including seeking.
30300           This patch is supposed to fix all AVI A/V sync issues.
30301         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30302         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30303           Work.
30304         * gst/modplug/gstmodplug.cc:
30305           Proper return value setting for the query() function.
30306         * gst/playback/gstplaybasebin.c: (setup_source):
30307           Being in non-playing state (after, e.g., EOS) is not necessarily
30308           a bad thing. Allow for that. This fixes playback of short files.
30309           They don't actually playback fully now, because the clock already
30310           runs. This means that small files (<500kB) with a small length
30311           (<2sec) will still not or barely play. Other files, such as mod
30312           or flx, will work correctly, however.
30313
30314 2004-09-28  Wim Taymans  <wim@fluendo.com>
30315
30316         * ext/speex/gstspeex.c: (plugin_init):
30317         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30318         (gst_speex_dec_class_init), (speex_dec_get_formats),
30319         (speex_get_event_masks), (speex_get_query_types),
30320         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30321         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30322         (gst_speexdec_get_property), (gst_speexdec_set_property),
30323         (speex_dec_change_state):
30324         * ext/speex/gstspeexdec.h:
30325         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30326         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30327         (gst_speexenc_base_init), (gst_speexenc_class_init),
30328         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30329         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30330         (gst_speexenc_src_query), (gst_speexenc_init),
30331         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30332         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30333         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30334         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30335         (gst_speexenc_chain), (gst_speexenc_get_property),
30336         (gst_speexenc_set_property), (gst_speexenc_change_state):
30337         * ext/speex/gstspeexenc.h:
30338         Rewrote speex encoder, make sure it can be embedded in ogg.
30339         Implemented speex decoder.
30340
30341 2004-09-28  Christian Schaller <christian@fluendo.com>
30342
30343         * configure.ac:
30344         Remove kioslave plugin. Markey is brewing a new working one
30345         * ext/Makefile.am: Remove kioslave plugin
30346         * ext/kio: remove
30347         * gst-plugins.spec.in: remove kio plugin from spec
30348
30349 2004-09-27  Wim Taymans  <wim@fluendo.com>
30350
30351         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30352         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30353         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30354         (gst_multifdsink_new_client),
30355         (gst_multifdsink_handle_client_write),
30356         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30357         (gst_multifdsink_handle_clients):
30358         * gst/tcp/gstmultifdsink.h:
30359         Make syncing to keyframes actually work for new clients and lagging
30360         clients.
30361
30362 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30363
30364         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30365         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30366         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30367         * gst/debug/gstnavigationtest.h:
30368           make navigationtest display button-press and button-release events
30369
30370 2004-09-26 Iain <iaingnome@gmail.com>
30371
30372         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30373         the channels have received a new media event.
30374         (interleave_buffered_loop): Compresses a new media event on all
30375         channels into one.
30376
30377 2004-09-26 Iain <iaingnome@gmail.com>
30378
30379         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30380         call the sinkpad's default event handler and not the srcpads. He also
30381         says this is confusing :)
30382         (gst_wavenc_stop_file): Company says that seek events only go upstream
30383         we should send a discontinuous downstream instead.
30384
30385 2004-09-25  Christian Schaller <christian@fluendo.com>
30386
30387         * Update SPEC file to be usable in conjunction with Fedora Core,
30388           Fedora.us and freshrpms packages
30389         * Fix typo in multifilesrc test Makefile
30390
30391 2004-09-24  Wim Taymans  <wim@fluendo.com>
30392
30393         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30394         Only signal the no_more_pads signal when we have
30395         added the stream to our list.
30396
30397 2004-09-24  Wim Taymans  <wim@fluendo.com>
30398
30399         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30400         (new_decoded_pad):
30401         * gst/playback/gstplaybasebin.h:
30402         * gst/playback/gstplaybin.c: (setup_sinks):
30403         Don't try to preroll or decode more than one audio/video
30404         track.
30405
30406 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30407
30408         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30409           Throw error if we failed to find a suitable output. This should
30410           throw an error if we successfully set up a pipeline (e.g. because
30411           we recognized a media file) but found no decodable streams in it
30412           (e.g. because it contains only media stream types for which we
30413           have no decoders, or because it's not a media type).
30414
30415 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30416
30417         * ext/dirac/Makefile.am:
30418         * ext/dirac/gstdirac.cc:
30419         * ext/dirac/gstdiracdec.cc:
30420         * ext/dirac/gstdiracdec.h:
30421           Do something. Don't actually know if this works because I don't
30422           have a demuxer yet.
30423         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30424           Add channels=1 to caps returned from _getcaps().
30425         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30426         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30427         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30428         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30429         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30430         (gst_ogm_parse_change_state):
30431           Separate between audio/video so ogmaudioparse actually uses the
30432           audio pad templates. Both audio and video work now, including
30433           autoplugging. Also use sometimes-srcpad hack.
30434         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30435           Handle events better. Don't hang on infinite loops.
30436         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30437         (gst_avi_demux_init), (gst_avi_demux_reset),
30438         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30439         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30440         (gst_avi_demux_change_state):
30441         * gst/avi/gstavidemux.h:
30442           Improve A/V sync. Still not perfect.
30443         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30444         (gst_ebml_read_skip):
30445           Handle events better.
30446         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30447         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30448         (qtdemux_audio_caps):
30449           Add IMA4. Improve event handling. Save offset after a seek when
30450           the headers are at the end of the file so that we don't end up in
30451           an infinite loop.
30452         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30453           Add low-priority typefind support for files with no length.
30454
30455 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30456
30457         * testsuite/multifilesink/Makefile.am:
30458         fix typo
30459
30460 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30461
30462         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30464         mistakes from thaytan's patches.
30465
30466 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30467
30468         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30469           For completeness, XSync in the destroy function as xvimage does.
30470
30471 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30472
30473         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30474            Correct caps negotiation
30475         * gst/volume/gstvolume.c: (volume_chain_float),
30476         (volume_chain_int16):
30477            Modify debug output to be little more informative
30478         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30480         (gst_xvimagesink_xvimage_destroy):
30481           Add XSync calls after detaching from the shared memory segment to
30482           avoid a crash.
30483
30484 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30485
30486         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30487         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30488         * ext/vorbis/vorbis.c: (plugin_init):
30489         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30490         (gst_vorbisenc_chain):
30491         * ext/vorbis/vorbisenc.h:
30492         remove explicit newmedia support from oggmux and vorbisenc
30493         add debug category to vorbisenc
30494         * gst/multifilesink/gstmultifilesink.c:
30495         (gst_multifilesink_class_init), (gst_multifilesink_init),
30496         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30497         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30498         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30499         (plugin_init):
30500         * gst/multifilesink/gstmultifilesink.h:
30501         add support for streamheader in multifilesink
30502
30503 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30504
30505         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30506         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30507         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30508           Prevent infinite loops. More correct error reporting.
30509         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30510           Error out if negotiation fails.
30511         * gst/playback/gstplaybasebin.c: (setup_source),
30512         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30513         (gst_play_base_bin_found_tag):
30514           Error/tag forwarding. Pre-roll fixes for source errors on state
30515           changes (e.g. "file does not exist") to prevent hangs.
30516
30517 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30518
30519         * testsuite/multifilesink/Makefile.am:
30520         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30521         (gst_newmedia_class_init), (gst_newmedia_init),
30522         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30523         (newfile_signal), (test_signal), (main):
30524         * testsuite/multifilesink/multifilesrc_test.c: (main):
30525         * testsuite/multifilesink/oggtheora_test.c:
30526         (gst_newmedia_base_init), (gst_newmedia_class_init),
30527         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30528         (test_format), (newfile_signal), (test_signal), (main):
30529         * testsuite/multifilesink/oggvorbis_test.c:
30530         (gst_newmedia_base_init), (gst_newmedia_class_init),
30531         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30532         (test_format), (newfile_signal), (test_signal), (main):
30533         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30534         (gst_newmedia_class_init), (gst_newmedia_init),
30535         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30536         (newfile_signal), (test_signal), (main):
30537         New media tests
30538
30539 2004-09-20  Christian Schaller <christian@fluendo.com>
30540
30541         * Fix mikmod license to LGPL as they have relicensed
30542         * Move Dirac and Effectv into LGPL section of README_license
30543
30544 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30545
30546         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30547         (gst_mad_change_state):
30548           Allow for mp3 rate/channels changes. However, only very
30549           conservatively. Reason that we *have* to enable this is smiply
30550           because the mad find_sync() function is not good enough, it will
30551           regularly sync on random data as valid frames and therefore make
30552           us provide random caps as *final* caps of the stream. The best fix
30553           I could think of is to simply require several of the same stream
30554           changes in a row before we change caps.
30555           The actual testcase that works now is #
30556         * ext/ogg/Makefile.am:
30557         * ext/ogg/gstogg.c: (plugin_init):
30558         * ext/ogg/gstogmparse.c:
30559           OGM support (video only for now; I need an audio sample file).
30560         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30561         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30562         (gst_asf_demux_add_video_stream):
30563           WMV extradata.
30564         * gst/playback/gstplaybasebin.c: (unknown_type):
30565           Don't error out on single unknown-types after all. It's wrong.
30566           If we found type of video and audio but not of a subtitle stream,
30567           it will still error out (which is unwanted). Will find a better fix
30568           later on.
30569         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30570         (ogmaudio_type_find), (plugin_init):
30571           OGM support.
30572
30573 2004-09-20  Johan Dahlin  <johan@gnome.org>
30574
30575         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30576         after setting caps.
30577
30578 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30579
30580         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30581         * gst/wavenc/gstwavenc.h:
30582         Added newmedia support to wavenc
30583
30584 2004-09-17  Wim Taymans  <wim@fluendo.com>
30585
30586         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30587         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30588         (gst_fdset_fd_can_write), (gst_fdset_wait):
30589         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30590         (gst_multifdsink_init), (gst_multifdsink_add),
30591         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30592         (gst_multifdsink_remove_client_link),
30593         (gst_multifdsink_client_queue_buffer),
30594         (gst_multifdsink_handle_client_write),
30595         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30596         (gst_multifdsink_close), (gst_multifdsink_change_state):
30597         * gst/tcp/gstmultifdsink.h:
30598         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30599         (gst_tcpserversink_removed):
30600         Small cleanups in fdset.c
30601         Use a hastable to map fd to the client structure for faster
30602         lookup in _remove and get_stats.
30603         Added virtual function to close the fds.
30604         Handle clients even when the select/poll call was unblocked because
30605         of a command.
30606         Implement syncing to keyframe in the recovery procedure.
30607
30608 2004-09-16 Iain <iaingnome@gmail.com>
30609
30610         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30611         try caps.
30612
30613 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30614
30615         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30616           Caps are only set if the type of the stream is unknown, but this
30617           is initialized in ->init_stream(), so set to UNKNOWN after calling
30618           ->init_stream() so that capsnego starts.
30619
30620 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30621
30622         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30623         (gst_avi_demux_stream_data):
30624           Just hardcode for raw audio then. AVI audio sucks.
30625
30626 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30627
30628         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30629         * gst/matroska/matroska-mux.c: (audiosink_templ),
30630         (gst_matroska_mux_audio_pad_link):
30631         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30632         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30633
30634 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30635
30636         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30637         (gst_avi_demux_stream_data):
30638           Try to fix a/v sync issues.
30639
30640 2004-09-15  David Schleef  <ds@schleef.org>
30641
30642         * configure.ac: remove NASM check, since we don't use it.  Update
30643         dirac check to 0.4
30644         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30645         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30646         Initialized variables.
30647         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30648         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30649         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30650         SVQ3 format
30651
30652 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30653
30654         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30655         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30656         * gst/avi/gstavidemux.h:
30657           Fix for compressed audio (mp3) timestamp generation. How did this
30658           ever work?
30659
30660 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30661
30662         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30663           Volume is a double not a float.
30664
30665 2004-09-15  Wim Taymans  <wim@fluendo.com>
30666
30667         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30668         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30669         Don't close the fd in multifdsink as we didn't open it in the
30670         first place. Some cleanups.
30671
30672 2004-09-15  Wim Taymans  <wim@fluendo.com>
30673
30674         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30676         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30677         Fix the case where the muxer would mark pages as delta
30678         frames when they are not (vorbis only ogg).
30679
30680 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30681
30682         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30683         (gst_play_base_bin_change_state):
30684           Handle the case where we failed to setup a clear pipeline. This
30685           will throw an error (or EOS, another nice case) and if you don't
30686           catch that, the app will wait for the signal forever (and thus
30687           hang).
30688
30689 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30690
30691         * ext/gnomevfs/gstgnomevfssink.c:
30692         (gst_gnomevfssink_uri_get_protocols):
30693         * ext/gnomevfs/gstgnomevfssrc.c:
30694         (gst_gnomevfssrc_uri_get_protocols):
30695         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30696         * ext/gnomevfs/gstgnomevfsuri.h:
30697           Use _uri_new() instead of _open(), so it doesn't take as long and
30698           Christophe's computer won't hang.
30699         * gst/playback/gstplaybasebin.c: (unknown_type):
30700           Throw error on unknown media type, so apps actually display it.
30701
30702 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30703
30704         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30705           this script to work on Solaris since bash shell handles echo
30706           differenly than bash.
30707
30708 2004-09-17  Wim Taymans  <wim@fluendo.com>
30709
30710         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30711         (setup_source), (gst_play_base_bin_set_property),
30712         (gst_play_base_bin_add_element):
30713         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30714         Some more work on making sure seeking pauses the pipeline and
30715         that changing the uri actually does something.
30716
30717 2004-09-17  Wim Taymans  <wim@fluendo.com>
30718
30719         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30720         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30721         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30722         (gst_tcpserversink_close):
30723         Be a bit more paranoid when freeing memory.
30724
30725 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30726
30727         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30728         (qtdemux_parse_trak):
30729           Don't crash by dividing by zero (see sample movie in #126922).
30730
30731 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30732
30733         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30734           Don't touch non-existing data (fixes crash on file in #140147).
30735
30736 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30737
30738         * gst/playback/gstplaybasebin.c:
30739         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30740           Handle double disposals, and proper change of URIs.
30741
30742 2004-09-13  Martin Eikermann <meiker@upb.de>
30743
30744         * gst/mpegstream/gstmpegparse.c:
30745           fix synchronistation for streams recorded from digital PCR
30746           fixes bug #119376
30747
30748 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30749
30750         * ext/gnomevfs/Makefile.am:
30751         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30752         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30753         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30754         (gst_gnomevfssink_uri_get_type),
30755         (gst_gnomevfssink_uri_get_protocols),
30756         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30757         (gst_gnomevfssink_uri_handler_init),
30758         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30759         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30760         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30761         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30762         (gst_gnomevfssrc_uri_get_type),
30763         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30764         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30765         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30766         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30767         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30768         * ext/gnomevfs/gstgnomevfsuri.h:
30769           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30770           of fake URIs to see which this version of Gnome-VFS likes, and
30771           uses that for the Gst-URI interface. Makes playbin support http://
30772           streams. Also fix up some stupid behaviour in gnomevfssrc.
30773
30774 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30775
30776         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30777         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30778         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30779         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30780           Update mixer (to sync with other sessions) if we try to obtain
30781           a new value. This makes alsamixer work accross applications.
30782         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30783           Only call sync functions if we're running, else alsalib asserts.
30784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30785           Sometimes fails to compile. Possibly a gcc bug.
30786         * gst/playback/gstplaybin.c: (gen_video_element),
30787         (gen_audio_element):
30788           Add a reference to an application-provided object, because we lose
30789           this same reference if we add it to the bin. If we don't do this,
30790           we can only use this object once and thus crash if we go from
30791           ready to playing, back to ready and back to playing again.
30792           Also add an audioscale element because several cheap soundcards -
30793           like mine - don't support all samplerates.
30794         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30795         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30796           Fix wrong order or PAR calls. Makes automatically obtained PAR
30797           from the X server atually being used.
30798
30799 2004-09-12  David Schleef  <ds@schleef.org>
30800
30801         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30802         #151887, #152102, #152247.
30803         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30804         * examples/seeking/cdparanoia.c: same
30805         * examples/seeking/cdplayer.c: same
30806         * examples/seeking/seek.c: same
30807         * examples/seeking/spider_seek.c: same
30808         * examples/seeking/vorbisfile.c: same
30809         * examples/stats/mp2ogg.c: same
30810         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30811         (gst_esdsink_dispose): Dispose of element properly.
30812         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30813         fixes.
30814         * ext/nas/nassink.c: (gst_nassink_class_init),
30815         (gst_nassink_dispose): Dispose of element correctly.
30816         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30817         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30818         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30819         Fix 64-bit warning.
30820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30821         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30822         Fix 64-bit warning.
30823
30824 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30825
30826         * configure.ac : change speex detection as 1.1.6 now uses
30827           .pc/pkg-config and they changed their headers location.
30828
30829 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30830
30831         * gst/matroska/matroska-mux.h:
30832         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30833         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30834         (gst_matroska_mux_write_data):
30835           Write multiple blocks/frames per cluster.
30836                 Write meta-seek information (seek heads).
30837
30838 2004-09-09  Scott Wheeler <wheeler@kde.org>
30839
30840         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30841         (gst_play_bin_set_property), (gst_play_bin_get_property),
30842         (gen_audio_element), (gen_audio_element):
30843           Add a volume element / property to the pipeline.
30844
30845 2004-09-07  Wim Taymans  <wim@fluendo.com>
30846
30847         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30848         Copy timestamps from the master pad to the output buffers.
30849
30850 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30851
30852         * ext/raw1394/gstdv1394src.c:
30853           throw errors when applicable
30854
30855 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30856
30857         * gst/matroska/ebml-ids.h:
30858         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30859         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30860         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30861           automatically convert unix time <-> ebml time when reading/writing
30862           a date, use gst_ebml_write_uint to write CUETIME,
30863           not gst_ebml_write_date.
30864         * gst/matroska/matroska-ids.h:
30865         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30866         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30867         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30868         (gst_matroska_mux_write_data):
30869           Write track and segment UIDs, write muxing date, write
30870           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30871           Create cues for audio only files.
30872
30873 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30874
30875         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30876         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30877           Re-commit ALSA switches.
30878         * gst/adder/gstadder.c: (gst_adder_loop):
30879           64-bit fix (#151416).
30880         * gst/debug/progressreport.c: (gst_progressreport_report):
30881           64-bit fix (#151419).
30882         * gst/matroska/matroska-demux.c:
30883         (gst_matroska_demux_parse_contents):
30884           64-bit fix (#151420).
30885         * gst/playback/test3.c: (update_scale):
30886           64-bit fix (#151421).
30887
30888 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30889
30890         * configure.ac:
30891           bump nano to cvs
30892
30893 === release 0.8.4 ===
30894
30895 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30896
30897         * configure.ac: releasing 0.8.4, "Alias"
30898
30899 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30900
30901         * ext/theora/Makefile.am:
30902           fix makefile.  Fixes #151462.
30903
30904 2004-08-30  Wim Taymans  <wim@fluendo.com>
30905
30906         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30907         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30908         (gst_multifdsink_remove_client_link),
30909         (gst_multifdsink_client_queue_buffer),
30910         (gst_multifdsink_handle_client_write):
30911         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30912         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30913         Fix some memory leaks.
30914
30915 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30916
30917         Patch by: David Schleef
30918
30919         * configure.ac:
30920         * sys/Makefile.am:
30921           rename our detection macro for V4L2.  Fixes #151236.
30922
30923 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30924
30925         Patch by: David Schleef
30926
30927         * configure.ac:
30928           check to define LAMEPRESET.  Fixes #151232.
30929
30930 2004-08-27  David Schleef  <ds@schleef.org>
30931
30932         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30933         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30934         (gst_glimagesink_fixate):  Move local variable declarations to
30935         make gcc-2.95 happy.
30936
30937 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30938
30939         * configure.ac:
30940           bump nano for prerelease
30941
30942 2004-08-27  David Schleef  <ds@schleef.org>
30943
30944         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30945         * sys/sunaudio/gstsunaudiosrc.c:
30946         * sys/sunaudio/gstsunaudiosrc.h:
30947
30948 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30949
30950         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30951         handle EOS correctly
30952         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30953         * gst/matroska/matroska-mux.h:
30954         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30955         VFW compatibility mode
30956
30957 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30958
30959         patch by: Zaheer Abbas Merali
30960
30961         * ext/ogg/gstoggmux.c:
30962         * ext/vorbis/vorbisenc.c:
30963         * ext/vorbis/vorbisenc.h:
30964           handle NEWMEDIA
30965
30966 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30967
30968         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30969         fix byte order reversion on little endian machines.
30970         * gst/matroska/matroska-mux.c: (audiosink_templ),
30971         (gst_matroska_mux_audio_pad_link):
30972         add TTA codec to the list of supported codecs.
30973         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30974         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30975         (gst_matroska_mux_write_data):
30976         * gst/matroska/matroska-mux.h:
30977         write segment duration correctly, write muxing app string, fixes bugs
30978         #140897 and #140898.
30979         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30980         wait for all pads to be negotiated before starting to mux.
30981
30982 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30983
30984         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30985         * ext/lame/gstlame.h:
30986         Added new media support to lame
30987
30988 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30989
30990         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30991         send vorbis headers at the beginning of a stream, fixes bug #141554.
30992         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30993         bug #148950.
30994         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30995         (gst_matroska_demux_plugin_init):
30996         * gst/matroska/matroska-ids.h:
30997         enable demuxing of TTA audio streams, fixes bug #148951.
30998         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30999         enable typefinding for TTA audio files, fixes bug #148711.
31000         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31001         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31002         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31003
31004 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31005
31006         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31007         (gst_riff_read_element_data), (gst_riff_read_seek),
31008         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31009         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31010         <teuf@gnome.org>
31011
31012 2004-08-23 Iain <iaingnome@gmail.com>
31013
31014         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31015         tags. They appear to be handled differently to normal.
31016         (tag_list_to_id3_tag_foreach): Ditto.
31017
31018 2004-08-22  Wim Taymans  <wim@fluendo.com>
31019
31020         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31021         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31022         Make sure we never send -1 granulepos.
31023
31024 2004-08-20  Wim Taymans  <wim@fluendo.com>
31025
31026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31027         (gst_ogg_mux_loop):
31028         I will accept bitchslappings with non sharp objects.
31029
31030 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31031
31032         * configure.ac:
31033         Clean up the test for lame presets
31034
31035 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31036
31037         * configure.ac:
31038         * ext/lame/Makefile.am:
31039         * ext/lame/gstlame.c: (gst_lame_class_init),
31040         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31041         Only enable lame presets if version of lame has presets in API
31042
31043 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31044         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31045         * gst/udp/gstudpsrc.h:
31046           Don't call gst_pad_push in a get function. Fixes #150449
31047
31048 2004-08-18  Wim Taymans  <wim@fluendo.com>
31049
31050         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31051         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31052         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31053         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31054         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31055         (gst_fdset_wait):
31056         * gst/tcp/gstfdset.h:
31057         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31058         (gst_multifdsink_client_queue_buffer),
31059         (gst_multifdsink_handle_client_write):
31060         * gst/tcp/gstmultifdsink.h:
31061         Some extra checks in gstfdset.
31062         Only use send() when the fd is a socket. Don't try to
31063         read from write only fds.
31064
31065 2004-08-18  Wim Taymans  <wim@fluendo.com>
31066
31067         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31068         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31069         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31070         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31071         (gst_fdset_wait):
31072         Add more locking and bounds checking.
31073
31074 2004-08-18  Wim Taymans  <wim@fluendo.com>
31075
31076         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31077         Realloc test fdset in the lock and right before starting
31078         the poll call. Bump the limit to 4096.
31079
31080 2004-08-17  David Schleef  <ds@schleef.org>
31081
31082         * sys/sunaudio/Makefile.am:
31083         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31084         of rates and channels.  Make debugging less obnoxious.
31085
31086         Patch from Balamurali Viswanathan implementing a mixer for
31087         Sun audio.  (bug #144091):
31088         * sys/sunaudio/gstsunelement.c:
31089         * sys/sunaudio/gstsunelement.h:
31090         * sys/sunaudio/gstsunmixer.c:
31091         * sys/sunaudio/gstsunmixer.h:
31092
31093 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31094
31095         * gst/audioscale/gstaudioscale.c:
31096         * gst/audioscale/gstaudioscale.h:
31097         made audioscale resample from any sample rate to any sample rate
31098
31099 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31100
31101         * ext/libpng/gstpngdec.c:
31102           error out on unsupported types
31103
31104 2004-08-17  Iain <iaingnome@gmail.com>
31105
31106         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31107         mid_side and loose_mid_side properties if its a stereo stream.
31108
31109 2004-08-17  Wim Taymans  <wim@fluendo.com>
31110
31111         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31112         (theora_get_formats), (theora_dec_src_convert),
31113         (theora_dec_sink_convert), (theora_dec_src_query),
31114         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31115         Add a debug line.
31116
31117 2004-08-17  Wim Taymans  <wim@fluendo.com>
31118
31119         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31120         (gst_ogg_pad_push):
31121         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31122         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31123         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31124         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31125         Mark delta units in the muxer.
31126         Try to decode the packet after an out-of-sync error from
31127         libogg.
31128
31129 2004-08-17  Wim Taymans  <wim@fluendo.com>
31130
31131         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31132         (gst_multifdsink_init), (gst_multifdsink_add),
31133         (gst_multifdsink_client_queue_buffer),
31134         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31135         * gst/tcp/gstmultifdsink.h:
31136         Added option to send a keyframe to clients as the first buffer.
31137         Make timeout property writable.
31138
31139 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31140
31141         patch by: Wim Taymans
31142
31143         * gst/tcp/gstfdset.c:
31144         * gst/tcp/gstmultifdsink.c:
31145           fix index comparison, should include 0
31146
31147 2004-08-16  Wim Taymans  <wim@fluendo.com>
31148
31149         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31150         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31151         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31152         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31153         (gst_fdset_wait):
31154           copy when reallocing for poll so the select arguments don't get
31155           changed during the call
31156
31157 2004-08-16  Wim Taymans  <wim@fluendo.com>
31158
31159         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31160         (gst_theora_enc_class_init), (theora_enc_sink_link),
31161         (theora_buffer_from_packet), (theora_enc_chain):
31162         Fix bug where buffers were not marked as keyframes
31163         correctly.
31164
31165 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31166
31167         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31168         (gst_lame_preset_get_type), (gst_lame_class_init):
31169         describe the enum values for vbr mode and presets more verbosely
31170
31171 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31172
31173         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31174         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31175         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31176         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31177         * ext/lame/gstlame.h:
31178         add preset property to lame so it can use lame presets
31179
31180 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31181
31182         * ext/lame/gstlame.c: (gst_lame_get_property):
31183         whoops forgot break, thanks teuf
31184
31185 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31186
31187         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31188         (gst_lame_class_init), (gst_lame_src_getcaps),
31189         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31190         (gst_lame_get_property), (gst_lame_setup):
31191         * ext/lame/gstlame.h:
31192         fix lame's broken vbr stuff, allow it to resample if need be, and also
31193         make xing header optional
31194
31195 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31196
31197         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31198         added getcaps function so samplerate doesnt get fixated to silly values
31199
31200 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31201
31202         * ext/lame/gstlame.c: (gst_lame_src_link):
31203         revert previous fix
31204
31205 2004-08-12  Johan Dahlin  <johan@gnome.org>
31206
31207         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31208         checks. Doesn't matter what state we are in. Interfaces are a
31209         compile time thing, not runtime. It also broke the python bindings.
31210
31211 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31212
31213         * ext/lame/gstlame.c: (gst_lame_src_link):
31214         made source pad link function check if sinkpad is ok..fixes the problem
31215         where core fixates the output rate of lame stupidly
31216
31217 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31218
31219         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31220         * sys/v4l/v4l_calls.c:
31221         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31222           fix fixate function to handle nonsimple caps.
31223           remove bogus check in _link
31224           cleanups
31225
31226 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31227
31228         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31229         set default compression ratio parameter to 0.0 so bitrate parameter
31230         works :)
31231
31232 2004-08-11  David Schleef  <ds@schleef.org>
31233
31234         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31235
31236 2004-08-11  David Schleef  <ds@schleef.org>
31237
31238         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31239         before.
31240
31241 2004-08-11  David Schleef  <ds@schleef.org>
31242
31243         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31244
31245 2004-08-11  David Schleef  <ds@schleef.org>
31246
31247         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31248           license field
31249         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31250         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31251           LGPL.
31252         * gst/auparse/gstauparse.c: Fix plugin license field.
31253         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31254         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31255         * gst/rtp/gstrtp.c: Fix plugin license field.
31256
31257 2004-08-11  Wim Taymans  <wim@fluendo.com>
31258
31259         * gst/tcp/Makefile.am:
31260         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31261         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31262         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31263         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31264         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31265         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31266         (gst_fdset_fd_can_write), (gst_fdset_wait):
31267         * gst/tcp/gstfdset.h:
31268         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31269         (gst_multifdsink_class_init), (gst_multifdsink_init),
31270         (gst_multifdsink_add), (gst_multifdsink_remove),
31271         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31272         (gst_multifdsink_remove_client_link),
31273         (gst_multifdsink_handle_client_read),
31274         (gst_multifdsink_client_queue_data),
31275         (gst_multifdsink_client_queue_caps),
31276         (gst_multifdsink_client_queue_buffer),
31277         (gst_multifdsink_handle_client_write),
31278         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31279         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31280         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31281         (gst_multifdsink_close):
31282         * gst/tcp/gstmultifdsink.h:
31283         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31284         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31285         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31286         (gst_tcpserversink_close):
31287         * gst/tcp/gsttcpserversink.h:
31288         Abstracted away the select call, implemented poll (yes we ran into
31289         the 1024 limit in production).
31290
31291 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31292
31293         * gst/tcp/gsttcp.c:
31294         * gst/tcp/gsttcpplugin.c:
31295           improve debuggging, remove assert
31296
31297 2004-08-10  Wim Taymans  <wim@fluendo.com>
31298
31299         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31300         (gst_client_status_get_type), (gst_multifdsink_class_init),
31301         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31302         (gst_multifdsink_handle_client_read),
31303         (gst_multifdsink_handle_client_write),
31304         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31305         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31306         (gst_multifdsink_get_property):
31307         * gst/tcp/gstmultifdsink.h:
31308         * gst/tcp/gsttcp-marshal.list:
31309         Starting to prepare for specifying buffer time in other units
31310         than buffers. Expose remove reason in signal.
31311
31312 2004-08-10  Wim Taymans  <wim@fluendo.com>
31313
31314         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31315         (gst_multifdsink_remove), (gst_multifdsink_clear),
31316         (gst_multifdsink_remove_client_link),
31317         (gst_multifdsink_handle_client_read),
31318         (gst_multifdsink_client_queue_data),
31319         (gst_multifdsink_client_queue_buffer),
31320         (gst_multifdsink_handle_client_write),
31321         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31322         (gst_multifdsink_chain), (gst_multifdsink_close):
31323         * gst/tcp/gstmultifdsink.h:
31324         Added more debugging info. Changed the way clients are
31325         removed from the lists. Fixed a bug where a bad file descriptor
31326         could cause many clients to be removed.
31327
31328 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31329
31330         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31331           allow all pixel-aspect-ratios, not just 1:1
31332
31333 2004-08-09  David Schleef  <ds@schleef.org>
31334
31335         * sys/glsink/ARB_multitexture.h:  Remove old files.
31336         * sys/glsink/EXT_paletted_texture.h:
31337         * sys/glsink/NV_register_combiners.h:
31338         * sys/glsink/gstgl_nvimage.c:
31339         * sys/glsink/gstgl_pdrimage.c:
31340         * sys/glsink/gstgl_rgbimage.c:
31341         * sys/glsink/gstglsink.c:
31342         * sys/glsink/gstglsink.h:
31343         * sys/glsink/gstglxwindow.c:
31344         * sys/glsink/regcomb_yuvrgb.c:
31345
31346 2004-08-09  David Schleef  <ds@schleef.org>
31347
31348         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31349         GL sink plugin.  (Bug #147302)
31350
31351         * configure.ac: Test for OpenGL
31352         * sys/Makefile.am: Use test for OpenGL
31353         * sys/glsink/Makefile.am:
31354         * sys/glsink/glimagesink.c: rewrite
31355         * sys/glsink/glimagesink.h: rewrite
31356
31357 2004-08-09  David Schleef  <ds@schleef.org>
31358
31359         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31360         sane framerates.
31361         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31363         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31364
31365 2004-08-09  Wim Taymans  <wim@fluendo.com>
31366
31367         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31368         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31369         (gst_multifdsink_client_remove),
31370         (gst_multifdsink_handle_client_read),
31371         (gst_multifdsink_handle_client_write),
31372         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31373         Do a bit more logging, make the client_read code more robust.
31374
31375 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31376
31377         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31378         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31379         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31380         (gst_jpegdec_init), (gst_jpegdec_chain):
31381         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31382         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31383           cleanups, debugging fixes and memleak plugging
31384
31385 2004-08-09  Wim Taymans  <wim@fluendo.com>
31386
31387         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31388         (theora_get_formats), (theora_dec_src_convert),
31389         (theora_dec_sink_convert), (theora_dec_src_query),
31390         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31391         (theora_dec_change_state):
31392         Don't crash on missing header packets.
31393
31394 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31395
31396         * po/LINGUAS:
31397         * po/sq.po:
31398           Added Albanian translation (Laurent Dhima)
31399         * po/cs.po:
31400           updated
31401
31402 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31403
31404         * ext/lame/gstlame.c:
31405           fix/add debugging
31406
31407 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31408
31409         * sys/ximage/ximagesink.c:
31410         * sys/xvimage/xvimagesink.c:
31411           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31412
31413 2004-08-06  Wim Taymans  <wim@fluendo.com>
31414
31415         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31416         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31417         (gst_multifdsink_client_remove),
31418         (gst_multifdsink_handle_client_read),
31419         (gst_multifdsink_handle_client_write),
31420         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31421         Make sure we don't try to read more from a client that what
31422         ioctl says us or we deadlock.
31423
31424 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31425
31426         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31427         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31428         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31429           decouple running_time and n_frames so it can handle changing
31430           framerate while running
31431
31432 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31433
31434         * po/nl.po:
31435         * po/sv.po:
31436           updated translations
31437
31438 2004-08-04  Benjamin Otte  <otte@gnome.org>
31439
31440         * gst/videotestsrc/gstvideotestsrc.c:
31441         (gst_videotestsrc_get_capslist), (generate_capslist),
31442         (plugin_init):
31443           generate the list of supported caps at startup and reuse it instead
31444           of always generating it
31445
31446 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31447
31448         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31449           whoops, last checkin broke normal build
31450
31451 2004-08-03  Benjamin Otte  <otte@gnome.org>
31452
31453         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31454         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31455         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31456         (gst_alsa_mixer_get_option):
31457         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31458         (dvdnavsrc_print_event):
31459         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31460         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31461         (gst_ogg_mux_pad_unlink):
31462         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31463         (gst_multipart_mux_pad_unlink):
31464         * gst/videofilter/gstvideobalance.c:
31465         (gst_videobalance_colorbalance_set_value):
31466         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31467         (gst_videomixer_pad_unlink):
31468         * po/uk.po:
31469         * sys/oss/gstossmixer.c:
31470         * sys/v4l/gstv4lcolorbalance.c:
31471         * sys/v4l/gstv4ltuner.c:
31472         * sys/v4l/v4lsrc_calls.c:
31473         * sys/v4l2/gstv4l2colorbalance.c:
31474         * sys/v4l2/gstv4l2tuner.c:
31475           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31476
31477 2004-08-03  Benjamin Otte  <otte@gnome.org>
31478
31479         * examples/dynparams/filter.c: (ui_control_create):
31480         * examples/gstplay/player.c: (print_tag):
31481         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31482         * ext/gdk_pixbuf/gstgdkanimation.c:
31483         (gst_gdk_animation_iter_may_advance):
31484         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31485         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31486         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31487         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31488         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31489         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31490         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31491         * gst/sine/demo-dparams.c: (main):
31492         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31493         * testsuite/alsa/formats.c: (create_pipeline):
31494         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31495           fixes for G_DISABLE_ASSERT and friends
31496         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31497         (mp3_type_frame_length_from_header), (mp3_type_find),
31498         (plugin_init):
31499           require mp3 typefinding to have at least MIN_HEADERS valid headers
31500           add typefinding for AAC adts files
31501
31502 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31503
31504         * sys/ximage/ximagesink.c:
31505         (gst_ximagesink_calculate_pixel_aspect_ratio):
31506         * sys/xvimage/xvimagesink.c:
31507         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31508         Make sure we calculate pixel-aspect-ratio using floating point maths
31509
31510 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31511
31512         * po/uk.po:
31513           updated translation
31514
31515 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31516
31517         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31519           add debugging for display PAR calculation
31520
31521 2004-08-02  David Schleef  <ds@schleef.org>
31522
31523         * configure.ac: Fix mikmod CFLAGS.
31524
31525 2004-07-27  Benjamin Otte  <otte@gnome.org>
31526
31527         * gst/audioscale/gstaudioscale.c:
31528         - fix templates to only support S16, it's the only format that works
31529         - make caps nego code use try_set_caps_nonfixed and fixation instead
31530         of try_set_caps twice, which is not nice for autopluggers
31531         - change rank to secondary, so autopluggers can pick it up after
31532         audioconvert
31533
31534 2004-08-02  Iain <iain@prettypeople.org>
31535
31536         * gst/interleave/interleave.c (interleave_init),
31537         (interleave_request_new_pad),
31538         (interleave_pad_removed),
31539         (interleave_buffered_loop): Use the real pad count, not the artificial
31540         one.
31541
31542 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31543
31544         * configure.ac: bump nano back to development
31545
31546 === release 0.8.3 ===
31547
31548 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31549
31550         * configure.ac: releasing 0.8.3, "Water"
31551
31552 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31553
31554         * sys/xvimage/xvimagesink.c:
31555         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31556         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31557         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31558         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31559         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31560         * sys/xvimage/xvimagesink.h:
31561           apply similar PAR fixes as to ximagesink
31562
31563 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31564
31565         patch from: Benjamin Otte
31566
31567         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31568           add link function to lame.  Fixes #148986.
31569
31570 2004-08-02  Johan Dahlin  <johan@gnome.org>
31571
31572         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31573         fix debugging log
31574
31575 2004-07-30  David Schleef  <ds@schleef.org>
31576
31577         * gst/videomixer/Makefile.am: Fix things that should have been
31578         fixed in the last checkin.
31579
31580 2004-07-30  David Schleef  <ds@schleef.org>
31581
31582         * gst/multipart/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         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31588
31589 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31590
31591         * configure.ac:
31592           bump nano for prerelease
31593         * po/af.po:
31594         * po/az.po:
31595         * po/cs.po:
31596         * po/en_GB.po:
31597         * po/hu.po:
31598         * po/nl.po:
31599         * po/sr.po:
31600         * po/sv.po:
31601         * po/uk.po:
31602           updates
31603
31604 2004-07-30  Wim Taymans  <wim@fluendo.com>
31605
31606         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31607         (gst_multifdsink_add), (gst_multifdsink_remove),
31608         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31609         (gst_multifdsink_client_remove),
31610         (gst_multifdsink_handle_client_write),
31611         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31612         * gst/tcp/gstmultifdsink.h:
31613         Recover from a select with a bad file descriptor by removing
31614         the client.
31615
31616 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31617
31618         * configure.ac:
31619           fix requirement of core
31620         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31621         (gst_play_pipeline_setup):
31622           don't use colorspace element.  do use hermescolorspace element.
31623           make macro to get a colorspace element.
31624           mark strings for translation.
31625         * po/POTFILES.in:
31626           add play.c
31627         * po/af.po:
31628         * po/az.po:
31629         * po/cs.po:
31630         * po/en_GB.po:
31631         * po/hu.po:
31632         * po/nl.po:
31633         * po/sr.po:
31634         * po/sv.po:
31635         * po/uk.po:
31636           update translations
31637
31638 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31639
31640         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31641         fix default for newmedia flag
31642
31643 2004-07-30  Wim Taymans  <wim@fluendo.com>
31644
31645         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31646         (gst_theora_dec_init), (theora_get_formats),
31647         (theora_dec_src_convert), (theora_dec_sink_convert),
31648         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31649         (theora_dec_chain), (theora_dec_set_property),
31650         (theora_dec_get_property):
31651         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31652         (gst_theora_enc_class_init), (gst_theora_enc_init),
31653         (theora_enc_sink_link), (theora_enc_chain),
31654         (theora_enc_set_property), (theora_enc_get_property):
31655         Added cropping option to theora decoder.
31656         Added border option to theora encoder.
31657
31658 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31659
31660         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31661         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31662         (gst_pngenc_set_property):
31663         * ext/libpng/gstpngenc.h:
31664         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
31665
31666 2004-07-30  Wim Taymans  <wim@fluendo.com>
31667
31668         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31669         (theora_enc_sink_link), (theora_enc_chain),
31670         (theora_enc_set_property), (theora_enc_get_property):
31671         Fix encoding of non-multiple-of-16 video.
31672
31673 2004-07-29  David Schleef  <ds@schleef.org>
31674
31675         * configure.ac: make test for audiofile more strict
31676
31677 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31678
31679         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31680           give different names to typefind functions
31681
31682 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31683
31684         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31685         (gst_ximagesink_calculate_pixel_aspect_ratio),
31686         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31687         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31688         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31689         (gst_ximagesink_get_property), (gst_ximagesink_init):
31690         * sys/ximage/ximagesink.h:
31691           allocate PAR's dynamically.
31692           use autodetected PAR if no object-set PAR is given.
31693           add workaround for directfb's X not setting physical size.
31694           fix to xvimagesink will follow tomorrow.
31695
31696 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31697
31698         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31699         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31700         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31701         (gst_shout2send_class_init), (gst_shout2send_init),
31702         (set_shout_metadata), (gst_shout2send_set_metadata),
31703         (gst_shout2send_chain), (gst_shout2send_set_property),
31704         (gst_shout2send_get_property), (gst_shout2send_connect),
31705         (gst_shout2send_change_state):
31706         * ext/shout2/gstshout2.h:
31707         - fix for sending mp3 audio to icecast2 server, if pad link function not
31708         called before PAUSED state
31709         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31710         - added tagging support for mp3 audio broadcasted
31711         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31712         debug info
31713
31714 2004-07-28  Wim Taymans  <wim@fluendo.com>
31715
31716         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31717         (gst_ogg_demux_push):
31718         Return query failure when we don't know the length of
31719         an ogg stream insteda of returning TRUE with a bogus value.
31720
31721 2004-07-28  Wim Taymans  <wim@fluendo.com>
31722
31723         * ext/theora/theoradec.c: (theora_get_formats),
31724         (theora_dec_src_convert), (theora_dec_sink_convert),
31725         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31726         (theora_dec_chain):
31727         Don't screw up the 1 Chroma for 1 luma sample situation when we
31728         have an odd offset/width by adding a black border in those cases.
31729
31730 2004-07-28  Wim Taymans  <wim@fluendo.com>
31731
31732         * ext/theora/theoradec.c: (theora_get_formats),
31733         (theora_dec_src_convert), (theora_dec_sink_convert),
31734         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31735         (theora_dec_chain):
31736         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31737         Added first attempt at cropping of the image as required by the
31738         theora spec. We need more properties in the caps (offset_x,
31739         offset_y,stride) to implement this correctly.
31740
31741 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31742
31743         * ext/dvdnav/README:
31744           Update the README to use dvddemux
31745         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31746           Ensure getcaps returns a subset of the template caps
31747         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31748         (gst_mpeg2subt_init):
31749           Ensure getcaps returns a subset of the template caps
31750         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31751         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31752         (gst_dvd_demux_get_subpicture_stream),
31753         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31754         * gst/mpegstream/gstdvddemux.h:
31755           Set the explicit caps on the current_video pad before pushing
31756           anything
31757         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31758         (gst_mpeg_demux_get_audio_stream):
31759           Free caps used to gst_pad_set_explicit_caps, which takes a const
31760           GstCaps *
31761
31762 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31763
31764         * configure.ac: update GStreamer requirement to 0.8.4 because of
31765           GstFraction.
31766
31767 2004-07-28  Wim Taymans  <wim@fluendo.com>
31768
31769         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31770         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31771         Add the pad to the element after setting up the caps. This
31772         makes it a lot easier to autoplug.
31773
31774 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31775
31776         * gst/median/gstmedian.c:
31777         * gst/mpeg2subt/gstmpeg2subt.c:
31778         * gst/mpegaudioparse/gstmpegaudioparse.c:
31779         * gst/mpegstream/gstdvddemux.c:
31780         * gst/mpegstream/gstmpegdemux.c:
31781         * gst/mpegstream/gstmpegpacketize.c:
31782         * gst/rtjpeg/gstrtjpeg.c:
31783         * gst/rtjpeg/gstrtjpegdec.c:
31784         * gst/rtjpeg/gstrtjpegenc.c:
31785         * gst/sine/gstsinesrc.c:
31786         * gst/smooth/gstsmooth.c:
31787         * gst/smpte/gstsmpte.c:
31788         * gst/smpte/gstsmpte.h:
31789         * gst/stereo/gststereo.c:
31790         * gst/videofilter/gstgamma.c:
31791         * gst/videofilter/gstvideobalance.c:
31792         * gst/videofilter/gstvideofilter.c:
31793         * gst/videofilter/gstvideoflip.c:
31794         * gst/videoscale/gstvideoscale.c:
31795         * gst/videoscale/videoscale.c:
31796         * gst/videotestsrc/gstvideotestsrc.c:
31797         * gst/videotestsrc/videotestsrc.c:
31798         * gst/wavenc/gstwavenc.c:
31799         * gst/wavparse/gstwavparse.c:
31800           fix local includes and 64 bits constants
31801
31802 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31803
31804         * win32/gst.sln:
31805         * gst-libs/gst/*/*.vcproj:
31806         * gst/*/*.vcproj:
31807           more working plugins
31808
31809 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31810
31811         * testsuite/alsa/Makefile.am:
31812         * testsuite/alsa/srcstate.c:
31813         add test for alsasrc changing state
31814
31815 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31816
31817         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31818         (gst_silence_get):
31819         * gst/silence/gstsilence.h:
31820         fix silence generation for 16bit raw audio
31821
31822 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31823
31824         * gst/matroska/matroska-demux.c:
31825         (gst_matroska_demux_parse_metadata),
31826         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31827         * gst/mpegaudio/common.c:
31828         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31829         (gst_videoscale_getcaps), (gst_videoscale_link),
31830         (gst_videoscale_src_fixate), (gst_videoscale_init),
31831         (gst_videoscale_finalize):
31832         * gst/videoscale/gstvideoscale.h:
31833         * gst/videotestsrc/gstvideotestsrc.c:
31834         (gst_videotestsrc_get_capslist):
31835         * gst/wavenc/gstwavenc.c:
31836         * sys/oss/gstossmixer.c: (fill_labels):
31837         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31838         (gst_ximagesink_handle_xevents),
31839         (gst_ximagesink_calculate_pixel_aspect_ratio),
31840         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31841         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31842         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31843         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31844         (gst_ximagesink_init), (gst_ximagesink_class_init):
31845         * sys/ximage/ximagesink.h:
31846         * sys/xvimage/xvimagesink.c:
31847         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31848         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31849         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31850         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31851         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31852         * sys/xvimage/xvimagesink.h:
31853           first batch of pixel aspect ratio commits.
31854
31855 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31856
31857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31858         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31859         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31860           handle stride, needs work if we want to move stride handling
31861           upstream, but works correctly for our purposes.
31862
31863 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31864
31865         * gst/videoscale/README:
31866           add testing examples
31867         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31868         (gst_videoscale_chain):
31869         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31870         (gst_videoscale_get_size):
31871           add get_size function that handles stride like videotestsrc.
31872           fixes conversion for YUV formats for as much as I can test them.
31873
31874 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31875
31876         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31877         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31879         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31880         (gst_xvimagesink_xvimage_put):
31881           further cleanups, logging, error handling and synchronizing
31882
31883 2004-07-27  Wim Taymans  <wim@fluendo.com>
31884
31885         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31886         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31887         (gst_videomixer_pad_set_property),
31888         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31889         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31890         (gst_videomixer_class_init), (gst_videomixer_init),
31891         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31892         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31893         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31894         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31895         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31896         (gst_videomixer_loop), (plugin_init):
31897         Be a nicer negotiation citizen and provide a getcaps function on
31898         the srcpad. This also fixes a crash when resizing.
31899
31900 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31901
31902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31903         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31904
31905 2004-07-27  Wim Taymans  <wim@fluendo.com>
31906
31907         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31908         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31909         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31910         (gst_pngenc_set_property):
31911         * ext/libpng/gstpngenc.h:
31912         Added snapshot property to pngenc.
31913         removed g_print from pngdec
31914
31915 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31916
31917         * gst/ac3parse/ac3parse.vcproj
31918         * gst/adder/adder.vcproj
31919         * gst/alpha/alpha.vcproj
31920         * gst/alpha/alphacolor.vcproj
31921         * gst/asfdemux/asf.vcproj
31922         * gst/audioconvert/audioconvert.vcproj
31923         * gst/audiorate/audiorate.vcproj
31924         * gst/audioscale/audioscale.vcproj
31925         * gst/auparse/auparse.vcproj
31926         * gst/avi/avi.vcproj
31927         * gst/cdxaparse/cdxaparse.vcproj
31928         * gst/chart/chart.vcproj
31929         * gst/colorspace/colorspace.vcproj
31930         * gst/cutter/cutter.vcproj
31931         * gst/debug/debug.vcproj
31932         * gst/debug/efence.vcproj
31933         * gst/debug/navigationtest.vcproj
31934         * gst/deinterlace/deinterlace.vcproj
31935         * gst/effectv/effectv.vcproj
31936         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31937         * gst/filter/filter.vcproj
31938         * gst/flx/flxdec.vcproj
31939         * gst/goom/goom.vcproj
31940         * gst/interleave/interleave.vcproj
31941         * gst/law/alaw.vcproj
31942         * gst/law/mulaw.vcproj
31943         * gst/matroska/matroska.vcproj
31944         * gst/median/median.vcproj
31945         * gst/mixmatrix/mixmatrix.vcproj
31946         * gst/mpeg1sys/mpeg1systemencode.vcproj
31947         * gst/mpeg1videoparse/mp1videoparse.vcproj
31948         * gst/mpeg2sub/mpeg2subt.vcproj
31949         * gst/mpegaudio/mpegaudio.vcproj
31950         * gst/mpegaudioparse/mpegaudioparse.vcproj
31951         * gst/mpegstream/mpegstream.vcproj
31952         * gst/multifilesink/multifilesink.vcproj
31953         * gst/multipart/multipart.vcproj
31954         * gst/oneton/oneton.vcproj
31955         * gst/overlay/overlay.vcproj
31956         * gst/passthrough/passthrough.vcproj
31957         * gst/qtdemux/qtdemux.vcproj
31958         * gst/realmedia/rmdemux.vcproj
31959         * gst/rtjpeg/rtjpeg.vcproj
31960         * gst/rtp/rtp.vcproj
31961         * gst/silence/silence.vcproj
31962         * gst/sine/sinesrc.vcproj
31963         * gst/smooth/smooth.vcproj
31964         * gst/smpte/smpte.vcproj
31965         * gst/spectrum/spectrum.vcproj
31966         * gst/speed/speed.vcproj
31967         * gst/stereo/stereo.vcproj
31968         * gst/switch/switch.vcproj
31969         * gst/tags/tagedit.vcproj
31970         * gst/tcp/tcp.vcproj
31971         * gst/typefind/typefindfunctions.vcproj
31972         * gst/udp/udp.vcproj
31973         * gst/videobox/videobox.vcproj
31974         * gst/videocrop/videocrop.vcproj
31975         * gst/videodrop/videodrop.vcproj
31976         * gst/videofilter/gamma.vcproj
31977         * gst/videofilter/videobalance.vcproj
31978         * gst/videofilter/videofilter.vcproj
31979         * gst/videofilter/videoflip.vcproj
31980         * gst/videoflip/videoflip.vcproj
31981         * gst/videomixer/videomixer.vcproj
31982         * gst/videorate/videorate.vcproj
31983         * gst/videoscale/videoscale.vcproj
31984         * gst/videotestsrc/videotestsrc.vcproj
31985         * gst/virtualdub/virtualdub.vcproj
31986         * gst/volenv/volenv.vcproj
31987         * gst/volume/volume.vcproj
31988         * gst/wavenc/wavenc.vcproj
31989         * gst/wavparse/wavparse.vcproj
31990         * gst/y4m/y4menc.vcproj
31991         * gst-libs/gst/audio/audio.vcproj
31992         * gst-libs/gst/audio/audiofilter.vcproj
31993         * gst-libs/gst/colorbalance/colorbalance.vcproj
31994         * gst-libs/gst/idct/idtc.vcproj
31995         * gst-libs/gst/media-info/media-info.vcproj
31996         * gst-libs/gst/mixer/mixer.vcproj
31997         * gst-libs/gst/navigation/navigation.vcproj
31998         * gst-libs/gst/play/play.vcproj
31999         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32000         * gst-libs/gst/resample/resample.vcproj
32001         * gst-libs/gst/riff/riff.vcproj
32002         * gst-libs/gst/tuner/tuner.vcproj
32003         * gst-libs/gst/video/video.vcproj
32004         * gst-libs/gst/xoverlay/xoverlay.vcproj
32005           avoid problems with math.h, fix release dependancy
32006           rename GStreamer-0.8.lib to libgstreamer.lib
32007
32008 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32009
32010         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32012         the atom is not available we have to unlock the mutex. Fixes #148023
32013
32014 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32015
32016         * gst-libs/gst/media-info/media-info.h:
32017           issue for a vararg macro with MSVC
32018
32019 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32020
32021         * gst/effectv/effectv.vcproj
32022         * gst-libs/gst/idct/idct.vcproj:
32023         * gst-libs/gst/media-info/media-info.vcproj:
32024         * gst-libs/gst/navigation/navigation.vcproj:
32025         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32026         * gst-libs/gst/video/video.vcproj:
32027         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32028           fixes for build problems
32029
32030 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32031
32032         * gst-libs/gst/audio/audio.def:
32033         * gst-libs/gst/audio/riff.def:
32034           add some definitions needed by plugins
32035
32036 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32037
32038         * gst/asfdemux/gstasfmux.c
32039           Fix some 64 bits constants to be glib friendly
32040
32041 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32042
32043         * gst/ac3parse/gstac3parse.c
32044         * gst/audioscale/gstaudioscale.c
32045         * gst/auparse/gstauparse.c
32046         * gst/colorspace/gstcolorspace.c
32047         * gst/colorspace/yuv2rgb.h
32048           local include fixes
32049
32050 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32051
32052         * win32/gst.sln
32053           add more plugins to the build
32054
32055 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32056
32057         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32058         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32059
32060 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32061
32062         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32063         (gst_level_set_property), (gst_level_get_property),
32064         (gst_level_base_init), (gst_level_class_init):
32065           add debugging categories.  cleanups.
32066
32067 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32068
32069         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32070         (gst_videoscale_planar411), (gst_videoscale_planar400),
32071         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32072         (gst_videoscale_scale_nearest_str1),
32073         (gst_videoscale_scale_nearest_str2),
32074         (gst_videoscale_scale_nearest_str4),
32075         (gst_videoscale_scale_nearest_16bit),
32076         (gst_videoscale_scale_nearest_24bit):
32077           fixed stride issues
32078           tested with 320x240 -> 321, 322, 324 x240
32079           tested with YV12, I420, YUY2, UYVY
32080           fixed packed422rev (don't think it could have worked before)
32081           by testing with UYVY
32082
32083 2004-07-26  Benjamin Otte  <otte@gnome.org>
32084
32085         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32086         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32087         (plugin_init):
32088           add debugging category, add error checks like checking return values
32089           of setup calls, make sure it still works after
32090           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32091
32092 2004-07-26  Wim Taymans  <wim@fluendo.com>
32093
32094         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32095         (gst_mpeg_demux_get_audio_stream),
32096         (gst_mpeg_demux_process_private):
32097         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32098         Check for error codes from the negotiation functions. Make sure
32099         we really set the pad caps when a new pad is created.
32100
32101 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32102
32103         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32104         (gst_ffmpeg_caps_to_pix_fmt):
32105         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32107         (gst_ffmpegcolorspace_pad_link):
32108           don't make function do two things at the same time without reason.
32109
32110 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32111
32112         * gst/ac3parse/ac3parse.vcproj
32113         * gst/adder/adder.vcproj
32114         * gst/alpha/alpha.vcproj
32115         * gst/alpha/alphacolor.vcproj
32116         * gst/asfdemux/asf.vcproj
32117         * gst/audioconvert/audioconvert.vcproj
32118         * gst/audiorate/audiorate.vcproj
32119         * gst/audioscale/audioscale.vcproj
32120         * gst/auparse/auparse.vcproj
32121         * gst/avi/avi.vcproj
32122         * gst/cdxaparse/cdxaparse.vcproj
32123         * gst/chart/chart.vcproj
32124         * gst/colorspace/colorspace.vcproj
32125         * gst/cutter/cutter.vcproj
32126         * gst/debug/debug.vcproj
32127         * gst/debug/efence.vcproj
32128         * gst/debug/navigationtest.vcproj
32129         * gst/deinterlace/deinterlace.vcproj
32130         * gst/effectv/effectv.vcproj
32131         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32132         * gst/filter/filter.vcproj
32133         * gst/flx/flxdec.vcproj
32134         * gst/goom/goom.vcproj
32135         * gst/interleave/interleave.vcproj
32136         * gst/law/alaw.vcproj
32137         * gst/law/mulaw.vcproj
32138         * gst/matroska/matroska.vcproj
32139         * gst/median/median.vcproj
32140         * gst/mixmatrix/mixmatrix.vcproj
32141         * gst/mpeg1sys/mpeg1systemencode.vcproj
32142         * gst/mpeg1videoparse/mp1videoparse.vcproj
32143         * gst/mpeg2sub/mpeg2subt.vcproj
32144         * gst/mpegaudio/mpegaudio.vcproj
32145         * gst/mpegaudioparse/mpegaudioparse.vcproj
32146         * gst/mpegstream/mpegstream.vcproj
32147         * gst/multifilesink/multifilesink.vcproj
32148         * gst/multipart/multipart.vcproj
32149         * gst/oneton/oneton.vcproj
32150         * gst/overlay/overlay.vcproj
32151         * gst/passthrough/passthrough.vcproj
32152         * gst/qtdemux/qtdemux.vcproj
32153         * gst/realmedia/rmdemux.vcproj
32154         * gst/rtjpeg/rtjpeg.vcproj
32155         * gst/rtp/rtp.vcproj
32156         * gst/silence/silence.vcproj
32157         * gst/sine/sinesrc.vcproj
32158         * gst/smooth/smooth.vcproj
32159         * gst/smpte/smpte.vcproj
32160         * gst/spectrum/spectrum.vcproj
32161         * gst/speed/speed.vcproj
32162         * gst/stereo/stereo.vcproj
32163         * gst/switch/switch.vcproj
32164         * gst/tags/tagedit.vcproj
32165         * gst/tcp/tcp.vcproj
32166         * gst/typefind/typefindfunctions.vcproj
32167         * gst/udp/udp.vcproj
32168         * gst/videobox/videobox.vcproj
32169         * gst/videocrop/videocrop.vcproj
32170         * gst/videodrop/videodrop.vcproj
32171         * gst/videofilter/gamma.vcproj
32172         * gst/videofilter/videobalance.vcproj
32173         * gst/videofilter/videofilter.vcproj
32174         * gst/videofilter/videoflip.vcproj
32175         * gst/videoflip/videoflip.vcproj
32176         * gst/videomixer/videomixer.vcproj
32177         * gst/videorate/videorate.vcproj
32178         * gst/videoscale/videoscale.vcproj
32179         * gst/videotestsrc/videotestsrc.vcproj
32180         * gst/virtualdub/virtualdub.vcproj
32181         * gst/volenv/volenv.vcproj
32182         * gst/volume/volume.vcproj
32183         * gst/wavenc/wavenc.vcproj
32184         * gst/wavparse/wavparse.vcproj
32185         * gst/y4m/y4menc.vcproj
32186           more plugins supported under windows
32187
32188 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32189
32190         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32191         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32192         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32194         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32195           Add debugging statements.  Use the sizes as returned by the
32196           *CreateImage calls.
32197
32198 2004-07-26  Johan Dahlin  <johan@gnome.org>
32199
32200         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32201         the pad is negotiated.
32202
32203         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32204
32205 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32206
32207         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32208         * gst-libs/gst/idct/idct.vcproj:
32209         * gst-libs/gst/media-info/media-info.vcproj:
32210         * gst-libs/gst/mixer/mixer.vcproj:
32211         * gst-libs/gst/navigation/navigation.vcproj:
32212         * gst-libs/gst/play/play.vcproj:
32213         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32214         * gst-libs/gst/resample/resample.vcproj:
32215         * gst-libs/gst/tuner/tuner.vcproj:
32216         * gst-libs/gst/video/video.vcproj:
32217         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32218           more plugins supported under windows
32219
32220 2004-07-25 Iain <iain@prettypeople.org>
32221
32222         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32223         pad now rather than when the pad is created because state changes wipe
32224         explicit caps (fixes #148043).
32225
32226 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32227
32228         reviewed by Benjamin Otte  <otte@gnome.org>
32229
32230         * ext/mad/gstmad.c:
32231           fix mad plugin crashing on Sun (fixes #148289)
32232
32233 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32234
32235         * gst/avi/avi.def:
32236         * gst/avi/avi.vcproj:
32237         * gst/matroska/matroska.def:
32238         * gst/matroska/matroska.vcproj:
32239           remove unused .def files
32240
32241 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32242
32243         * gst-libs/gst/audio/gstaudiofilter.c:
32244           Clean the local include
32245
32246 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32247
32248         * win32/gst.sln:
32249         * gst-libs/gst/audio/audio.def:
32250         * gst-libs/gst/audio/audio.vcproj:
32251         * gst-libs/gst/audio/audiofilter.vcproj:
32252         * gst-libs/gst/audio/riff.def:
32253         * gst-libs/gst/audio/riff.vcproj:
32254         * gst-libs/gst/gst-libs.def:
32255         * gst-libs/gst/gst-libs.vcproj:
32256         * gst/avi/avi.vcproj:
32257         * gst/avi/avi.vcproj:
32258           Copy the files where needed after building, cleaner projects
32259
32260 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32261
32262         * gst/matroska/ebml-write.c:
32263           Fix some 64 bits constants to be glib friendly
32264
32265 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32266
32267         * win32/gst.sln:
32268         * gst-libs/gst/gst-libs.def:
32269         * gst-libs/gst/gst-libs.vcproj:
32270         * gst/matroska/matroska.def:
32271         * gst/matroska/matroska.vcproj:
32272           Add the preliminary canvas to build plugins on Win32
32273
32274 2004-07-23  Benjamin Otte  <otte@gnome.org>
32275
32276         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32277           don't enfore negotiation from source side, it breaks
32278           sinesrc ! audioconvert ! osssink
32279
32280 2004-07-22  David Schleef  <ds@schleef.org>
32281
32282         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32283         for ELF files, since they can easily be recognized as audio/mpeg.
32284         (bug #147441)
32285
32286 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32287
32288         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32289         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32290         (gst_videoscale_scale_nearest_24bit),
32291         (gst_videoscale_scale_nearest_16bit):
32292           fix 16bit and 24bit for stride (24bit might need testing)
32293           don't pretend we do more than one algorithm
32294
32295 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32296
32297         * configure.ac:
32298         * gst/Makefile.am:
32299         * gst/multifilesink/Makefile.am:
32300         * gst/multifilesink/gstmultifilesink.c:
32301         (gst_multifilesink_get_formats),
32302         (gst_multifilesink_get_query_types), (_do_init),
32303         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32304         (gst_multifilesink_init), (gst_multifilesink_dispose),
32305         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32306         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32307         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32308         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32309         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32310         (gst_multifilesink_uri_get_type),
32311         (gst_multifilesink_uri_get_protocols),
32312         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32313         (gst_multifilesink_uri_handler_init), (plugin_init):
32314         * gst/multifilesink/gstmultifilesink.h:
32315         * testsuite/Makefile.am:
32316         * testsuite/multifilesink/Makefile.am:
32317         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32318         (gst_newmedia_class_init), (gst_newmedia_init),
32319         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32320         (newfile_signal), (test_signal), (main):
32321         multifilesink plugin for creating new files every time a new media
32322         discontinuity event occurs
32323
32324 2004-07-22  Wim Taymans  <wim@fluendo.com>
32325
32326         * gst/alpha/Makefile.am:
32327         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32328         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32329         (gst_alpha_color_init), (gst_alpha_color_set_property),
32330         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32331         (transform), (gst_alpha_color_chain),
32332         (gst_alpha_color_change_state), (plugin_init):
32333         Stupid plugin to to RGBA to AYUV conversion because none of
32334         the colorspace plugins can handle that yet.
32335
32336 2004-07-22  Wim Taymans  <wim@fluendo.com>
32337
32338         * examples/seeking/seek.c: (update_scale), (main):
32339         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32340         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32341         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32342         (gst_decode_bin_init), (gst_decode_bin_dispose),
32343         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32344         (no_more_pads), (close_link), (type_found),
32345         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32346         (plugin_init):
32347         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32348         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32349         (gst_play_base_bin_dispose), (queue_overrun),
32350         (gen_preroll_element), (remove_prerolls), (unknown_type),
32351         (no_more_pads), (new_stream), (setup_source),
32352         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32353         (play_base_eos), (gst_play_base_bin_change_state),
32354         (gst_play_base_bin_add_element),
32355         (gst_play_base_bin_remove_element),
32356         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32357         (gst_play_base_bin_unlink_stream),
32358         (gst_play_base_bin_get_streaminfo):
32359         * gst/playback/gstplaybin.c: (gen_video_element),
32360         (gen_audio_element):
32361         * gst/playback/gststreaminfo.h:
32362         More playback updates, attempt to fix things after the state change
32363         breakage.
32364
32365 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32366
32367         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32368         (gst_videoscale_scale_nearest_16bit):
32369           comment algorithm
32370
32371 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32372
32373         * gst/videotestsrc/gstvideotestsrc.c:
32374         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32375         (gst_videotestsrc_init), (gst_videotestsrc_get),
32376         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32377         (gst_videotestsrc_get_property):
32378         * gst/videotestsrc/gstvideotestsrc.h:
32379         * gst/videotestsrc/videotestsrc.c:
32380         * gst/videotestsrc/videotestsrc.h:
32381           cleanup and commenting
32382
32383 2004-07-21  Wim Taymans  <wim@fluendo.com>
32384
32385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32386         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32387         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32388         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32389         (_find_chain_get_unknown_part), (_find_streams_check),
32390         (gst_ogg_demux_push), (gst_ogg_pad_push):
32391         * ext/theora/theoradec.c: (theora_get_formats),
32392         (theora_dec_src_convert), (theora_dec_sink_convert),
32393         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32394         (theora_dec_chain):
32395         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32396         (vorbis_dec_convert), (vorbis_dec_src_query),
32397         (vorbis_dec_src_event), (vorbis_dec_event):
32398         More seeking fixes, oggdemux now supports seeking to time and
32399         uses the downstream element to convert granulepos to time.
32400         Seeking in theora-only ogg files now works.
32401
32402 2004-07-21  Wim Taymans  <wim@fluendo.com>
32403
32404         * ext/theora/theoradec.c: (gst_theora_dec_init),
32405         (theora_get_formats), (theora_get_event_masks),
32406         (theora_get_query_types), (theora_dec_src_convert),
32407         (theora_dec_sink_convert), (theora_dec_src_query),
32408         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32409         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32410         (vorbis_get_event_masks), (vorbis_get_query_types),
32411         (gst_vorbis_dec_init), (vorbis_dec_convert),
32412         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32413         Added query/convert/formats functions to vorbis and theora decoders
32414         so that the outside world can use them too. Fixed seeking on an
32415         ogg/theora/vorbis file by disabling the seeking seeking on the
32416         theora srcpad.
32417
32418 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32419
32420         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32421         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32422         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32423         images creation for both elements. We don't create the image on caps
32424         nego or renego, we just destroy the internal one if present if it does
32425         not match the needs. The chain function takes care of creating a new
32426         image when needed.
32427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32428         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32429         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32430         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32431         the image format information. The buffer pool checks for the context
32432         image format and discard images with different formats.
32433         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32434
32435 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32436
32437         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32438         (gst_ffmpegcolorspace_chain):
32439           no point in doing any chaining if the pad we want to push from
32440           isn't usable.
32441
32442 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32443
32444         * gst-libs/gst/riff/riff-media.c:
32445         (gst_riff_create_audio_caps_with_data):
32446           Fix double end-to-native symbol conversion (#148021).
32447
32448 2004-07-20  David Schleef  <ds@schleef.org>
32449
32450         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32451         Don't use an Atom that doesn't exist.
32452
32453 2004-07-20  Wim Taymans  <wim@fluendo.com>
32454
32455         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32456         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32457         (gst_multifdsink_client_remove),
32458         (gst_multifdsink_handle_client_write),
32459         (gst_multifdsink_queue_buffer):
32460         * gst/tcp/gstmultifdsink.h:
32461         More multifdsink stats. Avoid deadlock by releasing locks
32462         before sending out a signal.
32463
32464 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32465
32466         * po/LINGUAS:
32467         * po/hu.po:
32468           added Hungarian translation (Laszlo Dvornik)
32469
32470 2004-07-20  Wim Taymans  <wim@fluendo.com>
32471
32472         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32473         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32474         (gst_multifdsink_handle_client_write),
32475         (gst_multifdsink_queue_buffer):
32476         * gst/tcp/gsttcp-marshal.list:
32477         Fixed the stupid marshal definition.
32478
32479 2004-07-20  Wim Taymans  <wim@fluendo.com>
32480
32481         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32482         (gst_multifdsink_init), (gst_multifdsink_add),
32483         (gst_multifdsink_client_remove),
32484         (gst_multifdsink_handle_client_write),
32485         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32486         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32487         (gst_multifdsink_init_send):
32488         * gst/tcp/gstmultifdsink.h:
32489         Added more stats, added timeout for a client, fixed some typos
32490         and added some comments.
32491
32492 2004-07-20  Wim Taymans  <wim@fluendo.com>
32493
32494         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32495         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32496         (gst_multifdsink_client_remove),
32497         (gst_multifdsink_handle_client_write):
32498         * gst/tcp/gstmultifdsink.h:
32499         * gst/tcp/gsttcp-marshal.list:
32500         Added get_stats method that returns a GValueArray of
32501         stats values.
32502
32503 2004-07-19  Benjamin Otte  <otte@gnome.org>
32504
32505         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32506           make sure longname, description and author are valid UTF-8
32507
32508 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32509
32510         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32511         (gst_ximagesink_set_property):
32512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32513         (gst_xvimagesink_set_property):
32514           make sure SYNCHRONOUS is respected after getting the X context
32515
32516 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32517
32518         * gst/matroska/matroska-demux.c:
32519         (gst_matroska_demux_handle_src_event),
32520         (gst_matroska_demux_parse_blockgroup):
32521         * gst/matroska/matroska-ids.h:
32522           add BlockReference tag and ignore it to clear out log.
32523           ignore NAVIGATION events to clear out log.
32524
32525 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32526
32527         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32528         (gst_matroska_demux_add_stream):
32529         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32530           add debug categories
32531
32532 2004-07-16  Wim Taymans  <wim@fluendo.com>
32533
32534         * ext/libpng/Makefile.am:
32535         * ext/libpng/gstpng.c: (plugin_init):
32536         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32537         (gst_pngdec_get_type), (gst_pngdec_base_init),
32538         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32539         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32540         * ext/libpng/gstpngdec.h:
32541         Added png decoder.
32542
32543 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32544
32545         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32546         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32547         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32548         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32549         (gst_ximagesink_buffer_alloc):
32550         * sys/ximage/ximagesink.h:
32551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32552         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32553         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32554         (gst_xvimagesink_buffer_alloc):
32555         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32556         again. Using internal data pointer of the x(v)image to store image's
32557         data to be coherent with the buffer alloc mechanism. Investigated the
32558         image destruction code to be sure that everything gets freed correctly.
32559
32560 2004-07-16  Wim Taymans  <wim@fluendo.com>
32561
32562         * gst-libs/gst/riff/riff-read.c:
32563         (gst_riff_read_strf_vids_with_data),
32564         (gst_riff_read_strf_auds_with_data):
32565         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32566         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32567         Make sure we don't create 0 sized subbuffers in riff-read.
32568         Signal the no more pads signal after reading the avi header.
32569
32570 2004-07-16  Wim Taymans  <wim@fluendo.com>
32571
32572         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32573         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32574         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32575         (gst_decode_bin_init), (gst_decode_bin_dispose),
32576         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32577         (no_more_pads), (close_link), (type_found),
32578         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32579         (gst_decode_bin_change_state), (plugin_init):
32580         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32581         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32582         (gst_play_base_bin_dispose), (queue_overrun),
32583         (gen_preroll_element), (remove_prerolls), (unknown_type),
32584         (no_more_pads), (new_stream), (setup_source),
32585         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32586         (play_base_eos), (gst_play_base_bin_change_state),
32587         (gst_play_base_bin_add_element),
32588         (gst_play_base_bin_remove_element),
32589         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32590         (gst_play_base_bin_unlink_stream),
32591         (gst_play_base_bin_get_streaminfo):
32592         * gst/playback/gstplaybasebin.h:
32593         Better error recovery. Added configurable preroll queue size. Faster
32594         detection of no-more-pads.
32595
32596 2004-07-16  Wim Taymans  <wim@fluendo.com>
32597
32598         * gst-libs/gst/video/video.h:
32599         Added 32 bits RGBA. Not sure if we should use another mime-type
32600         for alpha rgb. Currently the presence of the alpha_mask property
32601         signals an alpha channel.
32602
32603 2004-07-16  Wim Taymans  <wim@fluendo.com>
32604
32605         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32607         FPS seems to be 0.0 to MAX everywhere else.
32608
32609 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32610
32611         * gst-libs/gst/riff/riff-media.c:
32612         (gst_riff_create_video_caps_with_data):
32613           mp42/mp43 (no caps) exist too.
32614         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32615           Set pixel_width/height; we've got them in-caps.
32616         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32617         * gst/wavparse/gstwavparse.c: (plugin_init):
32618           Both are valid primary.
32619         * sys/oss/gstossmixer.c:
32620           Remove i18n hack and enable translations.
32621
32622 2004-07-15  Benjamin Otte  <otte@gnome.org>
32623
32624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32625         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32626           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32627
32628 2004-07-15  Benjamin Otte  <otte@gnome.org>
32629
32630         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32631         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32632         (gst_alsa_close_audio):
32633           disable some of the debugging code for now. Writing debugging to a
32634           buffer is broken in current alsalib releases.
32635
32636 2004-07-12  Benjamin Otte  <otte@gnome.org>
32637
32638         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32639           use bufferpools
32640
32641 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32642
32643         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32644         (theora_dec_src_query), (theora_dec_event):
32645         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32646           add debugging categories.  Remove \n's.
32647
32648 2004-07-13  Johan Dahlin  <johan@gnome.org>
32649
32650         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32651         (gst_play_bin_get_property): Impl.
32652
32653 2004-07-13  Wim Taymans  <wim@fluendo.com>
32654
32655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32656         When trying to find the stream length, seek back N pages
32657         instead of just one, where N is the number of streams in
32658         the current chain.
32659
32660 2004-07-13  Wim Taymans  <wim@fluendo.com>
32661
32662         * gst-libs/gst/riff/riff-media.c:
32663         (gst_riff_create_audio_caps_with_data),
32664         (gst_riff_create_audio_caps),
32665         (gst_riff_create_audio_template_caps):
32666         * gst-libs/gst/riff/riff-media.h:
32667         * gst-libs/gst/riff/riff-read.c:
32668         (gst_riff_read_strf_vids_with_data),
32669         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32670         * gst-libs/gst/riff/riff-read.h:
32671         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32672         (gst_avi_demux_add_stream):
32673         Set codec_data on caps for avidemuxer.
32674
32675 2004-07-12  David Schleef  <ds@schleef.org>
32676
32677         * configure.ac: Fix test for Objective C
32678
32679 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32680         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32681         (gst_gdk_pixbuf_chain):
32682           Add svg and pcx to template caps, and ensure that getcaps returns a
32683           subset of the template caps.
32684           Copy each row manually for output, as gdkpixbuf may pad the
32685           rowstride to a 32-bit word boundary.
32686
32687 2004-07-12  Wim Taymans  <wim@fluendo.com>
32688
32689         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32690         (gst_riff_create_video_template_caps):
32691         Fix the template caps to include some more media types.
32692
32693 2004-07-12  Wim Taymans  <wim@fluendo.com>
32694
32695         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32696         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32697         (compare_ranks), (print_feature), (gst_decode_bin_init),
32698         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32699         (try_to_link_1), (new_pad), (close_link), (type_found),
32700         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32701         (gst_decode_bin_change_state), (plugin_init):
32702         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32703         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32704         (gst_play_base_bin_dispose), (queue_overrun),
32705         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32706         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32707         (gst_play_base_bin_get_property), (play_base_eos),
32708         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32709         (gst_play_base_bin_remove_element),
32710         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32711         (gst_play_base_bin_unlink_stream),
32712         (gst_play_base_bin_get_streaminfo):
32713         * gst/playback/gstplaybasebin.h:
32714         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32715         (gst_play_bin_class_init), (gst_play_bin_init),
32716         (gst_play_bin_dispose), (gst_play_bin_set_property),
32717         (gst_play_bin_get_property), (gen_video_element),
32718         (gen_audio_element), (remove_sinks), (setup_sinks),
32719         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32720         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32721         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32722         (gst_play_bin_query), (plugin_init):
32723         * gst/playback/test4.c: (main):
32724         More fixes on reusing of the element.
32725
32726 2004-07-11  Benjamin Otte  <otte@gnome.org>
32727
32728         * ext/mad/gstmad.c: (normal_seek):
32729           allow seeking for other methods than just SET
32730
32731 2004-07-11  Andy Wingo  <wingo@pobox.com>
32732
32733         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32734         float, "any" caps -> buffer_frames=[0,MAX].
32735
32736         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32737         doesn't intersect our caps with the template any more. Do it
32738         ourselves.
32739         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32740
32741 2004-07-09  Wim Taymans  <wim@fluendo.com>
32742
32743         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32744         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32745         (compare_ranks), (print_feature), (gst_decode_bin_init),
32746         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32747         (try_to_link_1), (new_pad), (close_link), (type_found),
32748         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32749         (gst_decode_bin_change_state), (plugin_init):
32750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32751         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32752         (gst_play_base_bin_dispose), (queue_overrun),
32753         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32754         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32755         (gst_play_base_bin_get_property), (play_base_eos),
32756         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32757         (gst_play_base_bin_remove_element),
32758         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32759         (gst_play_base_bin_unlink_stream),
32760         (gst_play_base_bin_get_streaminfo):
32761         * gst/playback/gstplaybasebin.h:
32762         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32763         (gst_play_bin_class_init), (gst_play_bin_init),
32764         (gst_play_bin_dispose), (gst_play_bin_set_property),
32765         (gst_play_bin_get_property), (gen_video_element),
32766         (gen_audio_element), (remove_sinks), (setup_sinks),
32767         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32768         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32769         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32770         (gst_play_bin_query), (plugin_init):
32771         * gst/playback/test4.c: (main):
32772         Work on object reuse and seeking.
32773
32774 2004-07-09  Wim Taymans  <wim@fluendo.com>
32775
32776         * examples/seeking/seek.c: (iterate):
32777         Don't consume all CPU in the idle loop.
32778
32779 2004-07-09  Wim Taymans  <wim@fluendo.com>
32780
32781         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32782         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32783         Add pad to element *after* setting the pad functions so that
32784         the scheduler can use the correct ones.
32785
32786 2004-07-09  Wim Taymans  <wim@fluendo.com>
32787
32788         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32789         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32790         Sync to keyframe after seek
32791
32792 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32793
32794         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32795         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32796         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32797         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32798         * ext/libvisual/visual.c: (gst_visual_change_state):
32799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32800         * ext/theora/theoradec.c: (theora_dec_change_state):
32801         * ext/theora/theoraenc.c: (theora_enc_change_state):
32802         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32803         * gst-libs/gst/navigation/navigation.c:
32804         * gst/adder/gstadder.c: (gst_adder_change_state):
32805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32806         (gst_audio_convert_get_buffer):
32807         * gst/multipart/multipartdemux.c:
32808         (gst_multipart_demux_change_state):
32809         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32810         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32811         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32812         * gst/videoscale/gstvideoscale.c:
32813         (gst_videoscale_handle_src_event):
32814         * gst/volume/gstvolume.c: (volume_chain_int16):
32815           don't assert in state change, this should be done by the base
32816           GstElement class.
32817           various debugging fixes.
32818
32819 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32820
32821         * configure.ac:
32822         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32823         (gst_play_dispose), (gst_play_set_location),
32824         (gst_play_set_data_src), (gst_play_set_video_sink),
32825         (gst_play_set_audio_sink), (gst_play_set_visualization),
32826         (gst_play_connect_visualization), (gst_play_get_sink_element),
32827         (gst_play_get_all_by_interface):
32828         * gst-libs/gst/play/play.h:
32829           add new method to get elements implementing an interface.
32830           add various error logging
32831
32832 2004-07-08  Wim Taymans  <wim@fluendo.com>
32833
32834         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32835         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32836         (make_playerbin_pipeline), (query_durations_elems),
32837         (query_durations_pads), (query_positions_elems),
32838         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32839         (main):
32840         Added playbin seeking example.
32841
32842 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32843
32844         * gst-libs/gst/play/play.c: (gst_play_set_location),
32845         (gst_play_set_data_src), (gst_play_set_video_sink),
32846         (gst_play_set_audio_sink), (gst_play_set_visualization),
32847         (gst_play_connect_visualization), (gst_play_get_framerate):
32848           use a macro to look up elements from hash table
32849
32850 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32851
32852         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32853         (gst_play_get_length_callback), (gst_play_set_location),
32854         (gst_play_seek_to_time), (gst_play_set_data_src),
32855         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32856         (gst_play_set_visualization), (gst_play_connect_visualization),
32857         (gst_play_get_sink_element):
32858         - add debugging info
32859         - fix looking up sink elements by iterating over complete caps
32860         - put everything except for source and autoplugger in a complete bin
32861
32862 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32863
32864         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32865         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32866         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32867         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32868         * ext/alsa/gstalsasink.h:
32869         - add debugging info
32870         - clean up schizophrenia of data/buffer/event
32871         - fix double event unref error
32872
32873 2004-07-08  Wim Taymans  <wim@fluendo.com>
32874
32875         * gst/playback/Makefile.am:
32876         Add headers to noinst
32877
32878 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32879
32880         * tools/gst-launch-ext-m.m:
32881         * tools/gst-launch-ext.1.in:
32882           convert to the third millenium
32883
32884 2004-07-07  David Schleef  <ds@schleef.org>
32885
32886         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32887
32888 2004-07-07  Wim Taymans  <wim@fluendo.com>
32889
32890         * gst/playback/Makefile.am:
32891         * gst/playback/README:
32892         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32893         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32894         (compare_ranks), (print_feature), (gst_decode_bin_init),
32895         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32896         (try_to_link_1), (new_pad), (close_link), (type_found),
32897         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32898         (plugin_init):
32899         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32900         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32901         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32902         (gen_preroll_element), (no_more_pads), (new_stream),
32903         (setup_source), (gst_play_base_bin_set_property),
32904         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32905         (gst_play_base_bin_add_element),
32906         (gst_play_base_bin_remove_element),
32907         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32908         (gst_play_base_bin_unlink_stream),
32909         (gst_play_base_bin_get_streaminfo):
32910         * gst/playback/gstplaybasebin.h:
32911         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32912         (gst_play_bin_class_init), (gst_play_bin_init),
32913         (gst_play_bin_dispose), (gst_play_bin_set_property),
32914         (gst_play_bin_get_property), (gen_video_element),
32915         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32916         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32917         (gst_play_bin_get_formats), (gst_play_bin_convert),
32918         (gst_play_bin_get_query_types), (gst_play_bin_query),
32919         (plugin_init):
32920         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32921         (gst_stream_info_get_type), (gst_stream_info_class_init),
32922         (gst_stream_info_init), (gst_stream_info_new),
32923         (gst_stream_info_dispose), (gst_stream_info_set_property),
32924         (gst_stream_info_get_property):
32925         * gst/playback/gststreaminfo.h:
32926         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32927         (main):
32928         * gst/playback/test2.c: (main):
32929         * gst/playback/test3.c: (update_scale), (main):
32930         More playbin fixes. Added README. Do better element filtering.
32931         Added base class to preroll media. Added test apps.
32932
32933 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32934
32935         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32936         * ext/mpeg2dec/gstmpeg2dec.h:
32937           various debugging improvements.  Reset stream to next picture
32938           instead of sequence header, otherwise seeks cannot work.
32939
32940 2004-07-07  Wim Taymans  <wim@fluendo.com>
32941
32942         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32943         (gst_video_box_class_init), (gst_video_box_set_property),
32944         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32945         Use pad_alloc where possible.
32946
32947 2004-07-07  Wim Taymans  <wim@fluendo.com>
32948
32949         * sys/oss/gstosselement.c: (gst_osselement_reset),
32950         (gst_osselement_parse_caps):
32951         * sys/oss/gstosselement.h:
32952         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32953         Fix offset on osssrc.
32954
32955 2004-07-07  Wim Taymans  <wim@fluendo.com>
32956
32957         * ext/theora/theora.c: (plugin_init):
32958         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32959         (theora_dec_src_query), (theora_dec_chain):
32960         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32961         (theora_enc_sink_link), (theora_buffer_from_packet),
32962         (theora_push_packet), (theora_enc_chain):
32963         Fix theora granulepos calculation.
32964         Fix overflow in duration/position calculation.
32965         Bump rank to PRIMARY for theoradec.
32966         Use granulepos of last packet to calculate position.
32967         Set keyframe flag on buffers when needed.
32968
32969 2004-07-06  David Schleef  <ds@schleef.org>
32970
32971         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32972         serious?  (Fixed, obviously.)
32973
32974 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32975
32976         * po/LINGUAS:
32977         * po/cs.po:
32978           added Czech translation (Miloslav Trmac)
32979
32980 2004-07-05  Wim Taymans  <wim@fluendo.com>
32981
32982         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32983         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32984         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32985         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32986         (close_link), (type_found), (gst_decode_bin_set_property),
32987         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32988         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32989         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32990         (gst_decode_bin_query), (plugin_init):
32991         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32992         (gst_play_bin_class_init), (gst_play_bin_init),
32993         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32994         (get_video_element), (new_pad), (setup_source),
32995         (gst_play_bin_set_property), (gst_play_bin_get_property),
32996         (gst_play_bin_change_state), (gst_play_bin_add_element),
32997         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32998         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32999         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33000         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33001         * gst/playback/test.c: (main):
33002         More fixes, cleaned up playbin, make it use decodebin. Added
33003         threaded property to playbin.
33004
33005 2004-07-05  Wim Taymans  <wim@fluendo.com>
33006
33007         * configure.ac:
33008         * gst/playback/Makefile.am:
33009         * gst/playback/decodetest.c: (main):
33010         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33011         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33012         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33013         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33014         (close_link), (type_found), (gst_decode_bin_set_property),
33015         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33016         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33017         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33018         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33019         (plugin_init):
33020         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33021         (gst_play_bin_class_init), (gst_play_bin_init),
33022         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33023         (collect_sink_pads), (find_compatibles), (close_pad_link),
33024         (try_to_link_1), (new_pad), (close_link), (type_found),
33025         (setup_source), (gst_play_bin_set_property),
33026         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33027         (compare_ranks), (gst_play_bin_collect_factories),
33028         (gst_play_bin_change_state), (gst_play_bin_add_element),
33029         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33030         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33031         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33032         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33033         * gst/playback/test.c: (main):
33034         Added some playback helper elements and some test apps, very alpha
33035         still.
33036
33037 2004-07-04  Benjamin Otte  <otte@gnome.org>
33038
33039         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33040           only restart audio when we indeed have an xrun to fix repeated
33041           xruns. Fix suggested by Giuliano Pochini.
33042
33043 2004-07-03  David Schleef  <ds@schleef.org>
33044
33045         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33046         call to gst_debug_log() if debugging is disabled (bug #145118)
33047
33048 2004-07-03  Benjamin Otte  <otte@gnome.org>
33049
33050         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33051           use our own functions for restarting the alsa device.
33052         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33053           I should apply patches myself - use MIN for the third argument, not
33054           the second, this fixes seeking
33055
33056 2004-07-02  David Schleef  <ds@schleef.org>
33057
33058         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33059         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33060         do with the logic.
33061
33062 2004-07-02  David Schleef  <ds@schleef.org>
33063
33064         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33065         output buffers.  Fix logic mistake.  (bug #144866)
33066
33067 2004-07-02  David Schleef  <ds@schleef.org>
33068
33069         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33070         on X.  (bug #144753)
33071
33072 2004-07-02  David Schleef  <ds@schleef.org>
33073
33074         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33075         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33076         (bug #144624)
33077         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33078         (gst_osselement_rate_probe_check): Add another workaround for
33079         buggy drivers (bug #145336)
33080
33081 2004-07-02  David Schleef  <ds@schleef.org>
33082
33083         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33084         Most systems don't have MSG_NOSIGNAL.
33085
33086 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33087
33088         * Makefile.am:
33089         * gst-libs/gst/colorbalance/Makefile.am:
33090         * gst-libs/gst/mixer/Makefile.am:
33091         * gst-libs/gst/play/Makefile.am:
33092         * gst-libs/gst/tuner/Makefile.am:
33093           (hopefully) fix both install and dist and make error message useful.
33094           needs testing across automakes.
33095
33096 2004-07-02  Benjamin Otte  <otte@gnome.org>
33097
33098         * ext/ogg/gstogg.c: (plugin_init):
33099           we require bytestream now
33100         * ext/ogg/gstoggdemux.c:
33101           huge diff to implement chain setup in a fast and generic way. This
33102           improves tag reading and startup of huge files (read: Theora videos)
33103           quite a bit. It probably contains bugs, too, so please test.
33104           Seeking is not improved to the fast method.
33105
33106 2004-06-29  Wim Taymans  <wim@fluendo.com>
33107
33108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33109         * ext/ogg/gstoggmux.c:
33110         Fix memleak in oggdemux when running unconnected pads.
33111         doc update in mux, start working on keyframe mode.
33112
33113 2004-06-29  Benjamin Otte  <otte@gnome.org>
33114
33115         * sys/oss/gstosssink.c:
33116         * sys/oss/gstosssrc.c:
33117           advertise correct template caps - we indeed do non-native endianness
33118           and 8bit audio has no endianness
33119         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33121           avoid (wrong) duplications in getcaps function and return
33122           template caps
33123
33124 2004-06-29  Wim Taymans  <wim@fluendo.com>
33125
33126         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33127         (gst_multifdsink_class_init), (gst_multifdsink_add),
33128         (gst_multifdsink_remove), (gst_multifdsink_clear),
33129         (gst_multifdsink_client_remove),
33130         (gst_multifdsink_handle_client_read),
33131         (gst_multifdsink_client_queue_data),
33132         (gst_multifdsink_client_queue_caps),
33133         (gst_multifdsink_client_queue_buffer),
33134         (gst_multifdsink_handle_client_write),
33135         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33136         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33137         (gst_multifdsink_init_send), (gst_multifdsink_close):
33138         Fix wrong GList iteration that could crash the server when
33139         more then 2 clients disconnect at the same time. Read all the
33140         pending commands in one batch to recover from command storms under
33141         very heavy load.
33142
33143 2004-06-28  Wim Taymans  <wim@fluendo.com>
33144
33145         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33146         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33147         (gst_videomixer_pad_set_property),
33148         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33149         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33150         (gst_videomixer_class_init), (gst_videomixer_init),
33151         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33152         (pad_zorder_compare), (gst_videomixer_sort_pads),
33153         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33154         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33155         (gst_videomixer_update_queues), (gst_videomixer_loop),
33156         (plugin_init):
33157         Avoid divide by zero, choose masterpad as the pad with the highest
33158         framerate.
33159
33160 2004-06-27  Julien Moutte  <julien@moutte.net>
33161
33162         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33163         (gst_ximagesink_xwindow_new):
33164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33165         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33166         function directly. We might want to call it from somewhere else one day.
33167
33168 2004-06-27  Julien Moutte  <julien@moutte.net>
33169
33170         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33171         (gst_ximagesink_xwindow_new):
33172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33173         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33174         window decorations.
33175
33176 2004-06-27  Wim Taymans  <wim@fluendo.com>
33177
33178         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33179         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33180         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33181         (gst_dvdec_set_property), (gst_dvdec_get_property):
33182         * ext/dv/gstdvdec.h:
33183         Implement drop_factor property to lower the framerate with
33184         a factor.
33185
33186 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33187
33188         * gst-libs/gst/colorbalance/Makefile.am:
33189         * gst-libs/gst/mixer/Makefile.am:
33190         * gst-libs/gst/play/Makefile.am:
33191         * gst-libs/gst/tuner/Makefile.am:
33192           unbreak Company's fix that didn't install the -enum.h files
33193
33194 2004-06-27  Wim Taymans  <wim@fluendo.com>
33195
33196         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33197         (gst_dvdec_change_state):
33198         * ext/dv/gstdvdec.h:
33199         Fix timestamp, duration and offset of the buffers.
33200
33201 2004-06-27  Wim Taymans  <wim@fluendo.com>
33202
33203         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33204         (gst_multifdsink_class_init), (gst_multifdsink_add),
33205         (gst_multifdsink_remove), (gst_multifdsink_clear),
33206         (gst_multifdsink_client_remove),
33207         (gst_multifdsink_handle_client_read),
33208         (gst_multifdsink_client_queue_data),
33209         (gst_multifdsink_client_queue_caps),
33210         (gst_multifdsink_client_queue_buffer),
33211         (gst_multifdsink_handle_client_write),
33212         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33213         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33214         (gst_multifdsink_init_send), (gst_multifdsink_close):
33215         * gst/tcp/gstmultifdsink.h:
33216         * gst/tcp/gsttcpserversink.c:
33217         (gst_tcpserversink_handle_server_read),
33218         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33219         More multifdsink fixes, more recovery policy fixes.
33220         Removed stupid g_print
33221
33222 2004-06-26  Wim Taymans  <wim@fluendo.com>
33223
33224         * gst/tcp/Makefile.am:
33225         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33226         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33227         (gst_multifdsink_class_init), (gst_multifdsink_init),
33228         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33229         (gst_multifdsink_handle_client_read),
33230         (gst_multifdsink_client_queue_data),
33231         (gst_multifdsink_client_queue_caps),
33232         (gst_multifdsink_client_queue_buffer),
33233         (gst_multifdsink_handle_client_write),
33234         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33235         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33236         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33237         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33238         (gst_multifdsink_close), (gst_multifdsink_change_state):
33239         * gst/tcp/gstmultifdsink.h:
33240         * gst/tcp/gsttcpplugin.c: (plugin_init):
33241         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33242         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33243         (gst_tcpserversink_handle_server_read),
33244         (gst_tcpserversink_handle_select),
33245         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33246         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33247         * gst/tcp/gsttcpserversink.h:
33248         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33249         one of the locks, added recovery policy to multifdsink.
33250
33251 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33252
33253         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33254           fix decision for when getting frames with same timestamp
33255         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33256         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33257         (gst_v4lsrc_get_property):
33258         * sys/v4l/gstv4lsrc.h:
33259           add latency offset property
33260
33261 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33262
33263         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33264         (plugin_init):
33265           fix debugging. add category.
33266
33267 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33268
33269         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33270           fix wrong offsets
33271
33272 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33273
33274         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33275         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33276         (gst_alsa_src_change_state):
33277           return a time that is in sync with the element's processing
33278
33279 2004-06-25  Wim Taymans  <wim@fluendo.com>
33280
33281         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33282         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33283         (gst_tcpserversink_client_remove),
33284         (gst_tcpserversink_handle_client_read),
33285         (gst_tcpserversink_client_queue_data),
33286         (gst_tcpserversink_client_queue_caps),
33287         (gst_tcpserversink_client_queue_buffer),
33288         (gst_tcpserversink_handle_client_write),
33289         (gst_tcpserversink_queue_buffer),
33290         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33291         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33292         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33293         (gst_tcpserversink_close):
33294         * gst/tcp/gsttcpserversink.h:
33295         Serversink rewrite. Really do non blocking writes to clients and
33296         maintain an internal queue to handle slower clients while not
33297         disturbing fast clients.
33298
33299 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33300
33301         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33302           better debug, don't override OFFSET and OFFSET_END
33303
33304 2004-06-25  Iain <iain@prettypeople.org>
33305
33306         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33307         name=source for the wavparse pipeline.
33308
33309 2004-06-24  Johan Dahlin  <johan@gnome.org>
33310
33311         * ext/theora/theoraenc.c (theora_enc_chain): Call
33312         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33313         streamheader caps are set correctly.
33314
33315 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33316
33317         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33318         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33319           respect minimum bitrate; same could be done for max bitrate
33320
33321 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33322
33323         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33324         (gst_vorbisenc_setup):
33325           fix sample rate range
33326
33327 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33328
33329         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33330         (gst_oggvorbisenc_setup):
33331         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33332         (gst_vorbisenc_setup):
33333           resolve ambiguities in code and description
33334
33335 2004-06-24  Wim Taymans  <wim@fluendo.com>
33336
33337         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33338         * ext/alsa/gstalsa.h:
33339         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33340         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33341         Use alsa trigger_tstamp to get the timestamp of the first
33342         sample in the buffer for more precise sync. Some cleanups.
33343
33344 2004-06-24  Wim Taymans  <wim@fluendo.com>
33345
33346         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33347         (gst_audiorate_init), (gst_audiorate_chain),
33348         (gst_audiorate_set_property), (gst_audiorate_get_property):
33349         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33350         (gst_videorate_chain):
33351         Added some logging, fixed an overflow bug in videorate.
33352
33353 2004-06-24  Benjamin Otte  <otte@gnome.org>
33354
33355         * ext/kio/Makefile.am:
33356           fix for builddir != srcdir and distcheck
33357
33358 2004-06-24  Benjamin Otte  <otte@gnome.org>
33359
33360         * gst-libs/gst/colorbalance/Makefile.am:
33361         * gst-libs/gst/mixer/Makefile.am:
33362         * gst-libs/gst/play/Makefile.am:
33363         * gst-libs/gst/tuner/Makefile.am:
33364         * gst/tcp/Makefile.am:
33365         * sys/dxr3/Makefile.am:
33366           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33367           tarball.
33368           Also add all *.list files that were missing.
33369         * Makefile.am:
33370           add a distcheck hook to ensure the above doesn't happen again.
33371
33372 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33373
33374         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33375
33376 2004-06-23  Colin Walters  <walters@redhat.com>
33377
33378         * m4/Makefile.am: Distribute gst-fionread.m4.
33379
33380 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33381
33382         * configure.ac: back to dev
33383
33384 2004-06-23  Wim Taymans  <wim@fluendo.com>
33385
33386         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33387         (gst_alsa_xrun_recovery):
33388         * ext/alsa/gstalsa.h:
33389         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33390         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33391         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33392         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33393         (gst_alsa_src_loop):
33394         Add clock to alsasrc. Take new capture timestamp when
33395         restarting after an overrun. Split up some functions between
33396         alsasrc and alsasink.
33397
33398 === release 0.8.2 ===
33399
33400 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33401
33402         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33403         (gst_alsa_change_state), (gst_alsa_update_avail),
33404         (gst_alsa_xrun_recovery):
33405         * ext/alsa/gstalsa.h:
33406         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33407           merge back changes from release
33408
33409 2004-06-23  Wim Taymans  <wim@fluendo.com>
33410
33411         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33412         (gst_audiorate_init), (gst_audiorate_chain),
33413         (gst_audiorate_set_property), (gst_audiorate_get_property):
33414         Implement sample dropping and notify
33415
33416 2004-06-22  Wim Taymans  <wim@fluendo.com>
33417
33418         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33419         (theora_enc_sink_link), (theora_buffer_from_packet),
33420         (theora_push_packet), (theora_enc_chain):
33421         Some cleanups, make sure the timestamps are correct.
33422
33423 2004-06-22  Wim Taymans  <wim@fluendo.com>
33424
33425         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33426         (gst_alsa_change_state), (gst_alsa_update_avail),
33427         (gst_alsa_xrun_recovery):
33428         * ext/alsa/gstalsa.h:
33429         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33430         Cleanups, take queued samples into account when reporting
33431         the time.
33432
33433 2004-06-22  Wim Taymans  <wim@fluendo.com>
33434
33435         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33436         (gst_videorate_init):
33437         Initialize the property as well.
33438
33439 2004-06-22  Wim Taymans  <wim@fluendo.com>
33440
33441         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33442         (gst_videorate_init), (gst_videorate_chain),
33443         (gst_videorate_set_property), (gst_videorate_get_property):
33444         Add property to make videorate silent.
33445         Add property to prefer new frames over old ones.
33446
33447 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33448
33449         * sys/osxvideo/Makefile.am:
33450         Workaround so that the osxvideo .so file gets linked with the
33451         Cocoa, OpenGL and QuickTime frameworks
33452
33453 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33454
33455         * sys/osxaudio/Makefile.am:
33456         Workaround so that the osxaudio .so file gets linked with the
33457         CoreAudio framework
33458
33459 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33460
33461         * configure.ac:
33462         Whoops, my fault...fixed build issues
33463
33464 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33465
33466         * configure.ac:
33467         Add objective-c support if running in Darwin/Mac OS X
33468         * sys/Makefile.am:
33469         * sys/osxvideo:
33470         * sys/osxvideo/Makefile.am:
33471         * sys/osxvideo/osxvideosink.h:
33472         * sys/osxvideo/osxvideosink.m:
33473         * sys/osxvideo/cocoawindow.h:
33474         * sys/osxvideo/cocoawindow.m:
33475         Add osxvideosink, a cocoa-based osx video sink
33476
33477
33478 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33479         * ext/dvdnav/gst-dvd:
33480         Grab the gconf key from the right spot
33481         * gst/debug/gstnavseek.c: (gst_navseek_init),
33482         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33483         (gst_navseek_chain):
33484         * gst/debug/gstnavseek.h:
33485           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33486           and loop parameters of a segment seek.
33487         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33488         (gst_videotestsrc_get_event_masks),
33489         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33490         * gst/videotestsrc/gstvideotestsrc.h:
33491           Add seeking support to videotestsrc
33492           Initialise the timestamp_offset variable.
33493
33494 2004-06-18  Wim Taymans  <wim@fluendo.com>
33495
33496         * ext/sidplay/gstsiddec.cc:
33497         Fix negotiation and set correct end offset.
33498
33499 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33500
33501         * configure.ac: branch and prerelease
33502
33503 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33504
33505         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33506         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33507         (gst_tcpclientsrc_init_receive):
33508         * gst/tcp/gsttcpclientsrc.h:
33509           read caps when connecting to server for GDP so we set them correctly
33510
33511 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33512
33513         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33514           notify drops and duplicates
33515         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33516           no good reason to limit ourselves to 100x100
33517
33518 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33519
33520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33521         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33522         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33523         (gst_v4lsrc_get_property):
33524         * sys/v4l/gstv4lsrc.h:
33525         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33526         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33527         (gst_v4l_set_audio):
33528         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33529         (gst_v4lsrc_try_capture):
33530         * sys/v4l/v4lsrc_calls.h:
33531           change try_palette to more general try_capture
33532           add autoprobe option so we can turn off autoprobing
33533           various fixes
33534
33535 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33536
33537         * configure.ac:
33538           add videorate
33539         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33540         (gst_ximagesink_class_init):
33541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33542         (gst_xvimagesink_class_init):
33543           run them as finalize, not dispose, since dispose can be invoked
33544           multiple times
33545
33546 2004-06-17  Wim Taymans  <wim@fluendo.com>
33547
33548         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33549         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33550         * ext/alsa/gstalsa.h:
33551         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33552         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33553         (gst_alsa_src_change_state):
33554         * ext/alsa/gstalsasrc.h:
33555         Make the xrun code timestamp and offset the buffers correctly.
33556         moved the clock to the base class, use alsa methods to get time.
33557         Do correct timestamping on outgoing buffers.
33558
33559 2004-06-17  Wim Taymans  <wim@fluendo.com>
33560
33561         * gst/audiorate/Makefile.am:
33562         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33563         (gst_audiorate_base_init), (gst_audiorate_class_init),
33564         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33565         (gst_audiorate_set_property), (gst_audiorate_get_property),
33566         (gst_audiorate_change_state), (plugin_init):
33567         Added an audiorate converter that fills in gaps.
33568
33569 2004-06-17  Johan Dahlin  <johan@gnome.org>
33570
33571         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33572
33573 2004-06-16  Wim Taymans  <wim@fluendo.com>
33574
33575         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33576         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33577         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33578         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33579         (gst_v4lsrc_get_property):
33580         * sys/v4l/gstv4lsrc.h:
33581         Added a copy mode to v4lsrc where it will output a copied version
33582         of its internal hardware buffer.
33583         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33584         can't | them.
33585
33586 2004-06-16  Wim Taymans  <wim@fluendo.com>
33587
33588         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33589         Timestamp fixes.
33590
33591 2004-06-16  Wim Taymans  <wim@fluendo.com>
33592
33593         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33594         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33595         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33596         (gst_v4lsrc_get_property):
33597         * sys/v4l/gstv4lsrc.h:
33598         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33599         Added a sync mode enum property to control v4lsrc timestamp method
33600         Removed the use-fixed-fps property and moved functionality in
33601         the enum.
33602         Don't error on an error value from v4l-conf, it might not always
33603         be a real error.
33604
33605 2004-06-16  Wim Taymans  <wim@fluendo.com>
33606
33607         * gst/videorate/Makefile.am:
33608         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33609         (gst_videorate_base_init), (gst_videorate_class_init),
33610         (gst_videorate_getcaps), (gst_videorate_link),
33611         (gst_videorate_init), (gst_videorate_chain),
33612         (gst_videorate_set_property), (gst_videorate_get_property),
33613         (gst_videorate_change_state), (plugin_init):
33614         Added a video timestamp corrector.
33615
33616 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33617
33618         fixed a potential leak with previous commit
33619
33620         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33621
33622 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33623
33624         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33625         Added missing refcount, fixes bug #144425
33626         Cheers Tim for finding the bug
33627
33628 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33629
33630         * sys/v4l/gstv4l.c: (plugin_init):
33631         * sys/v4l/gstv4lcolorbalance.c:
33632         * sys/v4l/gstv4lcolorbalance.h:
33633         * sys/v4l/gstv4lelement.c:
33634         * sys/v4l/gstv4lelement.h:
33635         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33636         * sys/v4l/gstv4lmjpegsink.h:
33637         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33638         * sys/v4l/gstv4lmjpegsrc.h:
33639         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33640         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33641         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33642         * sys/v4l/gstv4lsrc.h:
33643         * sys/v4l/gstv4ltuner.c:
33644         * sys/v4l/gstv4ltuner.h:
33645         * sys/v4l/gstv4lxoverlay.c:
33646         * sys/v4l/gstv4lxoverlay.h:
33647         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33648         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33649         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33650         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33651         (gst_v4l_set_audio):
33652         * sys/v4l/v4l_calls.h:
33653         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33654         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33655         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33656         (gst_v4lmjpegsink_playback_init),
33657         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33658         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33659         (gst_v4lmjpegsink_playback_stop),
33660         (gst_v4lmjpegsink_playback_deinit):
33661         * sys/v4l/v4lmjpegsink_calls.h:
33662         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33663         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33664         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33665         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33666         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33667         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33668         * sys/v4l/v4lmjpegsrc_calls.h:
33669         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33670         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33671         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33672         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33673         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33674         (gst_v4lsrc_try_palette):
33675         * sys/v4l/v4lsrc_calls.h:
33676           bunch of paranoia cleanups
33677
33678 2004-06-14  David Schleef  <ds@schleef.org>
33679
33680         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33681         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33682         Send discont events and change timestamps appropriately when
33683         we get a seek event.  (bug #144240)
33684         * ext/cdparanoia/gstcdparanoia.h:
33685
33686 2004-06-14  Benjamin Otte  <otte@gnome.org>
33687
33688         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33689           snd_pcm_hw_params_set_rate  since the latter fails for no good
33690           reason on some setups.
33691
33692 2004-06-14  David Schleef  <ds@schleef.org>
33693
33694         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33695         standard.  Thank you for playing.
33696
33697 2004-06-14  Wim Taymans  <wim@fluendo.com>
33698
33699         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33700         Patch 1.3 broke the ordering of the colorspace info and
33701         made the plugin basically work by coincidence, reordered
33702         the info.
33703
33704 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33705
33706         * ext/lame/gstlame.c:
33707         * ext/mad/gstmad.c:
33708           sync caps.  Make sure mad can only output a list of rates, not
33709           a full range.  In the future, have three caps lists for each of the
33710           mpeg versions.  Change mpegversion to a double as well.
33711
33712 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33713
33714         * gst/volume/.cvsignore:
33715         * gst/volume/Makefile.am:
33716         * gst/volume/demo.c: (value_changed_callback), (idler),
33717         (setup_gui), (main):
33718           added small demo app
33719
33720 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33721         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33722         * ext/esd/esdsink.h:
33723         Close the esd connection on pause, because esd will just wait -
33724         blocking all other esd clients indefinitely.
33725
33726 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33727
33728         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33729           previous commit with GST_DEBUG
33730
33731 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33732
33733         * configure.ac:
33734           add a header check for a dvdread header in dvdnav.  Fixes #133002
33735
33736 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33737
33738         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33739         * gst/tcp/gsttcpclientsink.h:
33740         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33741         * gst/tcp/gsttcpclientsrc.h:
33742         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33743         (gst_tcpserversink_handle_server_read),
33744         (gst_tcpserversink_init_send):
33745         * gst/tcp/gsttcpserversink.h:
33746         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33747         * gst/tcp/gsttcpserversrc.h:
33748         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33749         version of IP)
33750
33751 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33752
33753         * configure.ac:
33754         Added ogg library so that OSX detects libtheora properly
33755
33756 2004-06-11  Wim Taymans  <wim@fluendo.com>
33757
33758         * ext/theora/theoradec.c: (theora_dec_chain),
33759         (theora_dec_change_state):
33760         Don't try to decode frames before we received a keyframe.
33761
33762 2004-06-11  Wim Taymans  <wim@fluendo.com>
33763
33764         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33765         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33766         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33767         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33768         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33769         Added property to set the maximum delay of a page.
33770
33771 2004-06-10  Wim Taymans  <wim@fluendo.com>
33772
33773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33774         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33775         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33776         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33777         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33778         Added max-delay property to control the maximum amount
33779         of data to put in one page.
33780
33781 2004-06-10  Wim Taymans  <wim@fluendo.com>
33782
33783         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33784         (gst_theora_enc_init), (theora_enc_sink_link),
33785         (theora_buffer_from_packet), (theora_enc_set_property),
33786         (theora_enc_get_property):
33787         Set duration on encoded buffer, added some more properties
33788
33789 2004-06-10  Wim Taymans  <wim@fluendo.com>
33790
33791         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33792         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33793         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33794         * ext/theora/theoraenc.c: (theora_enc_chain):
33795         Fix refcounting bugs
33796
33797 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33798
33799         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33800         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33801         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33802         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33803         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33804         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33805         (gst_asf_demux_change_state):
33806         * gst/asfdemux/gstasfdemux.h:
33807           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33808           feels like. I think we should set a new requirement for demuxers
33809           from now on to implement sane loop functions, data loops, query
33810           and seek functions before first commit into CVS. And this commit
33811           fixes all of the above.
33812
33813 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33814
33815         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33816           vorbis comments are properly encoded in UTF-8 before adding them
33817           to a GstTagList
33818
33819 2004-06-09  Benjamin Otte  <otte@gnome.org>
33820
33821         * ext/alsa/gstalsa.c: (add_channels):
33822           handle min <= max correctly
33823         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33824         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33825           add fixation functions so we fixate correctly. No preferring of alaw
33826           anymore because it's the first structure.
33827         * ext/alsa/gstalsa.h:
33828         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33829         (gst_alsa_hw_params_dump):
33830           add functions to ease debugging in alsalib
33831         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33832         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33833         (gst_alsa_start_audio):
33834           only specify hw params if we really setup a format (fixes #134007 -
33835           or at least works around it)
33836
33837 2004-06-09  Wim Taymans  <wim@fluendo.com>
33838
33839         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33840         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33841         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33842         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33843         (gst_ogg_mux_loop):
33844         Use stream caps to setup the initial pages in the ogg stream.
33845         Correctly set the streamheader caps on the srcpad.
33846
33847 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33848
33849         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33850         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33851         (gst_v4lsrc_getcaps):
33852         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33853         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33854           add querying of fps lists for webcams.  Negotiating to a framerate
33855           now works.
33856
33857 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33858
33859         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33860         (theora_push_buffer), (theora_push_packet),
33861         (theora_set_header_on_caps), (theora_enc_chain):
33862           mark buffers and put on streamheader, raw theora streaming
33863           now works too, whee
33864
33865 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33866
33867         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33868         (gst_tcp_gdp_read_caps):
33869           do a looping read for caps and GDP headers too
33870
33871 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33872
33873         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33874         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33875           return EOS instead of NULL in _get
33876
33877 2004-06-08  Wim Taymans  <wim@fluendo.com>
33878
33879         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33880         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33881         (gst_tcp_gdp_write_caps):
33882         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33883         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33884         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33885         Memory leak fixes
33886
33887 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33888
33889         * ext/vorbis/Makefile.am:
33890         * ext/vorbis/vorbis.c: (plugin_init):
33891         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33892         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33893         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33894         (vorbis_parse_change_state):
33895         * ext/vorbis/vorbisparse.h:
33896           adding a vorbisparse element that marks the buffers, streaming
33897           raw vorbis using GDP now works, whee
33898
33899 2004-06-08  Wim Taymans  <wim@fluendo.com>
33900
33901         * ext/jpeg/Makefile.am:
33902         * ext/jpeg/README:
33903         * ext/jpeg/gstjpeg.c: (plugin_init):
33904         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33905         (gst_smokedec_base_init), (gst_smokedec_class_init),
33906         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33907         * ext/jpeg/gstsmokedec.h:
33908         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33909         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33910         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33911         (gst_smokeenc_resync), (gst_smokeenc_chain),
33912         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33913         * ext/jpeg/gstsmokeenc.h:
33914         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33915         (smokecodec_flush_destination), (smokecodec_term_destination),
33916         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33917         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33918         (smokecodec_term_source), (smokecodec_encode_new),
33919         (smokecodec_decode_new), (smokecodec_info_free),
33920         (smokecodec_set_quality), (smokecodec_get_quality),
33921         (smokecodec_set_threshold), (smokecodec_get_threshold),
33922         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33923         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33924         (smokecodec_parse_header), (smokecodec_decode):
33925         * ext/jpeg/smokecodec.h:
33926         Added a new simple jpeg based codec
33927
33928 2004-06-08  Wim Taymans  <wim@fluendo.com>
33929
33930         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33931         (gst_multipart_mux_loop):
33932         Fix memory leak
33933
33934 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33935
33936         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33937         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33938         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33939         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33940         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33941         * gst/tcp/gsttcpserversink.h:
33942           take streamheader into account
33943
33944 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33945
33946         * gst/level/Makefile.am:
33947         * gst/level/gstlevel.c: (gst_level_class_init):
33948           clean up marshal generation
33949
33950 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33951
33952         * gst/tcp/Makefile.am:
33953         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33954         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33955         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33956         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33957         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33958         (gst_tcpclientsrc_get_property):
33959         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33960         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33961         (gst_tcpserversink_handle_client_read),
33962         (gst_tcpserversink_handle_client_write),
33963         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33964         * gst/tcp/gsttcpserversink.h:
33965           add signals client-added and client-removed
33966         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33967         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33968         (gst_tcpserversrc_get_property):
33969         uniformized, change default protocol to NONE
33970         * gst/tcp/gsttcp-marshal.list: added
33971 2004-06-07  Benjamin Otte  <otte@gnome.org>
33972
33973         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33974           handle discont events if they happen before caps nego
33975
33976 2004-06-07  Wim Taymans  <wim@fluendo.com>
33977
33978         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33979         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33980         (gst_multipart_demux_plugin_init):
33981         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33982         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33983         (gst_multipart_mux_change_state):
33984         Small updates, fix a memleak
33985
33986 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33987
33988         * configure.ac: OSS portability
33989         * ext/arts/gst_arts.c: idem
33990         * sys/oss/gstosselement.c: idem
33991         * sys/oss/gstossmixer.c: idem
33992         * sys/oss/gstosssink.c: idem
33993         * sys/oss/gstosssrc.c: idem
33994         * sys/oss/oss_probe.c: idem
33995           - check for soundcard.h in different places for some BSD
33996
33997 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33998
33999         * AUTHORS:
34000         Add me to the authors file
34001         * configure.ac:
34002         Increase the libdv requirement to >= version 0.100
34003         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34004         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34005         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34006         * ext/dv/gstdvdec.h:
34007         Add support for the new_media flag when sending DISCONT events
34008         Make the querying work when video pad is not linked
34009
34010 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34011
34012         reviewed by Benjamin Otte  <otte@gnome.org>
34013
34014         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34015           create a NULL-initialized array of pads, so we don't think they
34016           exist already. (fixes #143130)
34017
34018 2004-06-07  Benjamin Otte  <otte@gnome.org>
34019
34020         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34021         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34022         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34023           don't use // coments
34024
34025 2004-06-07  Benjamin Otte  <otte@gnome.org>
34026
34027         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34028           cast to GstClockTime to get higher granularity
34029         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34030           use gst_element_set_time_delay to get the exact time
34031         * ext/mad/gstmad.c: (gst_mad_chain):
34032           use the negotiated rate instead of the current frame's rate which
34033           might be wrong because of bit errors. This avoids emitting totally
34034           bogus timestamps and screwing sync.
34035         (fixes #143454)
34036
34037 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34038
34039         reviewed by Benjamin Otte  <otte@gnome.org>
34040
34041         * gst/adder/gstadder.c: (gst_adder_loop):
34042           properly error out when no negotiation has happened yet. (fixes
34043           #143032)
34044
34045 2004-06-06  Benjamin Otte  <otte@gnome.org>
34046
34047         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34048           forward correctly transformed offset in discont events. Based on
34049           patch by Arwed v. Merkatz. (fixes #142851)
34050
34051 2004-06-06  David Schleef  <ds@schleef.org>
34052
34053         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34054         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34055         problems on several systems.
34056
34057 2004-06-06  Benjamin Otte  <otte@gnome.org>
34058
34059         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34060           use explicit caps on the srcpad
34061         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34062           properly error out if caps couldn't be set (fixes #142764)
34063
34064 2004-06-06  Benjamin Otte  <otte@gnome.org>
34065
34066         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34067         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34068         (gst_alsa_start_audio):
34069           - don't call set_periods_integer anymore, it breaks the
34070           configuration randomly
34071           - call snd_pcm_hw_params_set_access directly instead of using masks
34072           - don't fail if the sw_params can't be set, just use the default
34073           params and hope it works. Alsalib has weird issues when you touch
34074           sw_params and does no proper error reporting about what failed.
34075         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34076         (gst_alsa_close_audio):
34077           make our alsa debugging go via gst debugging and not conditionally
34078           defined
34079         * ext/alsa/gstalsa.h:
34080           add ALSA_DEBUG_FLUSH macro
34081         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34082         (plugin_init):
34083           wrap alsa errors to be printed via the gst debugging system and not
34084           spammed to stderr
34085
34086 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34087
34088         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34089         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34090         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34091         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34092         (qtdemux_parse_trak):
34093         * gst/qtdemux/qtdemux.h:
34094           Bitch. Also known as seeking, querying & co.
34095         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34096         (gst_osssink_change_state):
34097         * sys/oss/gstosssink.h:
34098           Resyncing is for weenies, this hack is no longer needed and was
34099           broken anyway (since it - unintendedly - always leaves resync to
34100           TRUE).
34101
34102 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34103
34104         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34105         * gst/tcp/gsttcpclientsrc.h: idem
34106           - define MSG_NOSIGNAL if not done
34107           - include unistd.h for off_t
34108           (fixes #143749)
34109
34110 2004-06-05  Benjamin Otte  <otte@gnome.org>
34111
34112         * configure.ac:
34113         * ext/kio/Makefile.am:
34114           check for qt's moc preprocessor explicitly and use it
34115
34116 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34117
34118         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34119           don't get a signal for EPIPE on socket writes
34120           (somebody check if this works on other platforms)
34121
34122 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34123
34124         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34125         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34126           check error condition on available samples correctly
34127
34128 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34129
34130         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34131           avoid a segfault
34132         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34133         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34134         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34135         (gst_tcpserversrc_gdp_read_header):
34136          use ssize_t over size_t since the former is signed and thus the
34137          check for error codes can work
34138
34139 2004-06-02  Wim Taymans  <wim@fluendo.com>
34140
34141         reviewed by: Johan
34142
34143         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34144         (gst_multipart_mux_loop):
34145         Oops
34146
34147 2004-06-02  Wim Taymans  <wim@fluendo.com>
34148
34149         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34150         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34151         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34152         (gst_multipart_mux_change_state):
34153         Added configurable boundary specifier, added the value as a
34154         caps field as well.
34155
34156 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34157
34158         * gst/tcp/gsttcp.c:
34159         * gst/tcp/gsttcpclientsrc.c:
34160         * gst/tcp/gsttcpclientsrc.h:
34161         * gst/tcp/gsttcpserversrc.c:
34162           - portability fix, to compile on OSX
34163             (fixes #143146)
34164
34165         * sys/osxaudio/gstosxaudioelement.c:
34166         * sys/osxaudio/gstosxaudiosink.c:
34167         * sys/osxaudio/gstosxaudiosrc.c:
34168           - compilation warnings on OSX
34169             (fixes #143153)
34170
34171 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34172
34173         * ext/vorbis/vorbisdec.c : sign warning fixes
34174
34175         * gst-libs/gst/mixer/mixertrack.c :
34176           do no use defines which are glib 2.4 specific
34177
34178 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34179
34180         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34181           buffer since libflac doesn't expect it (reports a sync error when
34182           it encounters that)
34183
34184
34185 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34186
34187         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34188         * gst-libs/gst/mixer/mixertrack.c:
34189         (gst_mixer_track_get_property), (get_mixer_track_init),
34190         (get_mixer_track_get_property): Added property accessors
34191         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34192         * gst-libs/gst/mixer/mixeroptions.c:
34193         (gst_mixer_options_get_values): Added
34194         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34195         * gst-libs/gst/mixer/mixer.c: Fixed comment
34196
34197
34198 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34199
34200         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34201           improve error messages on open
34202
34203
34204 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34205
34206         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34207           check if v4l-conf is in path
34208
34209 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34210
34211         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34212           change assert to a more readable error message
34213
34214 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34215
34216         * gst-libs/gst/tuner/tunerchannel.h:
34217           - add a freq_multiplicator field to make the conversion
34218             between internal frequency unit and Hz
34219         * sys/v4l/gstv4lelement.c:
34220         * sys/v4l2/gstv4l2element.c:
34221           - change default video device to /dev/video0
34222         * sys/v4l/v4l_calls.c:
34223         * sys/v4l2/v4l2_calls.c:
34224           - we only expose frequency to the user in Hz instead of
34225             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34226
34227 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34228         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34229           Initialise b_o_s and e_o_s variables
34230         * gst-libs/gst/riff/riff-media.c:
34231         (gst_riff_create_video_caps_with_data):
34232           Add some unusual fourcc's from mplayer avi's
34233         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34234           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34235           autoplugging.
34236
34237 2004-05-28  Wim Taymans  <wim@fluendo.com>
34238
34239         * configure.ac:
34240         * gst/alpha/Makefile.am:
34241         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34242         (gst_alpha_get_type), (gst_alpha_base_init),
34243         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34244         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34245         (gst_alpha_chroma_key), (gst_alpha_chain),
34246         (gst_alpha_change_state), (plugin_init):
34247         A plugin to add an alpha channel to I420 video. Can optionally do
34248         chroma keying.
34249         * gst/multipart/Makefile.am:
34250         * gst/multipart/multipart.c: (plugin_init):
34251         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34252         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34253         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34254         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34255         (gst_multipart_demux_change_state),
34256         (gst_multipart_demux_plugin_init):
34257         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34258         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34259         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34260         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34261         (gst_multipart_mux_pad_unlink),
34262         (gst_multipart_mux_request_new_pad),
34263         (gst_multipart_mux_handle_src_event),
34264         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34265         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34266         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34267         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34268         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34269         send multipart jpeg images to a browser.
34270         * gst/videobox/Makefile.am:
34271         * gst/videobox/README:
34272         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34273         (gst_video_box_get_type), (gst_video_box_base_init),
34274         (gst_video_box_class_init), (gst_video_box_init),
34275         (gst_video_box_set_property), (gst_video_box_get_property),
34276         (gst_video_box_sink_link), (gst_video_box_i420),
34277         (gst_video_box_ayuv), (gst_video_box_chain),
34278         (gst_video_box_change_state), (plugin_init):
34279         Crops or adds borders around an image. can do alpha channel
34280         borders as well.
34281         * gst/videomixer/Makefile.am:
34282         * gst/videomixer/README:
34283         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34284         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34285         (gst_videomixer_pad_get_sink_event_masks),
34286         (gst_videomixer_pad_get_property),
34287         (gst_videomixer_pad_set_property),
34288         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34289         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34290         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34291         (gst_videomixer_base_init), (gst_videomixer_class_init),
34292         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34293         (gst_videomixer_handle_src_event),
34294         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34295         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34296         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34297         (gst_videomixer_loop), (gst_videomixer_get_property),
34298         (gst_videomixer_set_property), (gst_videomixer_change_state),
34299         (plugin_init):
34300         Generic video mixer plugin, can handle multiple inputs all with
34301         different framerates and video sizes. Is fully alpha channel
34302         aware.
34303
34304 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34305
34306         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34307           Select first track as master track. Not sure how else to handle
34308           that...
34309         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34310           Discard discont events. Should fix #142962.
34311
34312 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34313
34314         * ext/alsa/Makefile.am:
34315         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34316         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34317         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34318         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34319         (gst_alsa_mixer_get_option):
34320         * ext/alsa/gstalsamixer.h:
34321         * ext/alsa/gstalsamixeroptions.c:
34322         (gst_alsa_mixer_options_get_type),
34323         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34324         (gst_alsa_mixer_options_new):
34325         * ext/alsa/gstalsamixeroptions.h:
34326         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34327         * ext/alsa/gstalsamixertrack.h:
34328           Add enumerations (as GstMixerOptions). Make correct distinction
34329           between input/output tracks. Add capture/playback private flag.
34330           Use flag to decide on whether to set capture or playback volumes
34331           or switches. Use playback and record switches.
34332         * gst-libs/gst/mixer/Makefile.am:
34333         * gst-libs/gst/mixer/mixer-marshal.list:
34334         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34335         (gst_mixer_set_option), (gst_mixer_get_option),
34336         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34337         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34338         * gst-libs/gst/mixer/mixer.h:
34339         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34340         (gst_mixer_options_class_init), (gst_mixer_options_init),
34341         (gst_mixer_options_dispose):
34342         * gst-libs/gst/mixer/mixeroptions.h:
34343           Add GstMixerOptions.
34344         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34345           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34346           broken device detection on computers with multiple OSS sound
34347           cards.
34348
34349 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34350
34351         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34352           fixate nicely even when the peer is not negotiating
34353
34354 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34355
34356         * gst/audioconvert/gstaudioconvert.c:
34357         (gst_audio_convert_parse_caps):
34358           make sure we don't allow depth > width
34359         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34360           fixate endianness to G_BYTE_ORDER as default
34361         * gst/audioscale/gstaudioscale.c:
34362           we don't handle another endianness as host-endianness
34363
34364 2004-05-25  David Schleef  <ds@schleef.org>
34365
34366         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34367
34368 2004-05-24  Benjamin Otte  <otte@gnome.org>
34369
34370         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34371         (gst_oggvorbisenc_setup):
34372           properly fail when we can't setup the vorbis encoder due to
34373           unsupported settings
34374         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34375         (gst_vorbisenc_setup):
34376           same
34377         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34378           fix case where warnings occured when one pad was unlinked while the
34379           other's link function was called
34380
34381 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34382
34383         * gst/tcp/Makefile.am:
34384           use GST_ENABLE_NEW
34385
34386 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34387
34388         * gst-libs/gst/resample/private.h:
34389           don't use optimizations that are #if 0'ed
34390
34391 2004-05-24  Wim Taymans  <wim@fluendo.com>
34392
34393         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34394         Fix potential division by zero error and hopefully get
34395         the position query right to get correct timestamps on avi
34396         audio.
34397
34398 2004-05-24  Wim Taymans  <wim@fluendo.com>
34399
34400         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34401         (gst_videoscale_scale_nearest_str2),
34402         (gst_videoscale_scale_nearest_str4),
34403         (gst_videoscale_scale_nearest_32bit),
34404         (gst_videoscale_scale_nearest_24bit),
34405         (gst_videoscale_scale_nearest_16bit):
34406         Fix the scaling algorithm and avoid a buffer overflow.
34407         removed the while loop in the scaling function as it
34408         was used for point sampling only.
34409
34410 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34411
34412         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34413         (gst_id3_tag_class_init), (gst_id3_tag_init),
34414         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34415         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34416         (gst_id3_tag_send_tag_event):
34417           lots of fixes to make id3mux work and id3demux work correctly
34418
34419 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34420
34421         * ext/Makefile.am:
34422           add rules to build shout2send (was removed by accident
34423           when this module was no more marked experimental/broken)
34424
34425 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34426
34427         * ext/shout2/gstshout2.c:
34428         * ext/shout2/gstshout2.h:
34429           adding a "connection problem" signal to shout2send
34430           (fixes #142954)
34431
34432 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34433
34434         * ext/kio/kioreceiver.cpp:
34435         * ext/kio/kioreceiver.h:
34436           fix sign comparison issues
34437
34438 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34439
34440         * gst/cdxaparse/gstcdxaparse.c:
34441         * gst/cdxaparse/gstcdxaparse.h:
34442           some renaming
34443           add some checks/sanity
34444           prepare for seek addition
34445
34446         * sys/sunaudio/gstsunaudio.c:
34447           remove exported dupe init function
34448
34449 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34450
34451         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34452         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34453           Fix format conversion and position querying.
34454         * gst/debug/progressreport.c: (gst_progressreport_report):
34455           Don't output a bogus total value that we didn't query.
34456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34457           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34458           only a blank window after xine has been used.
34459
34460 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34461
34462         * m4/as-arts.m4:
34463           sync with upstream version to fix test on FC2
34464           readd with -ko to preserve Id header
34465
34466 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34467
34468         * configure.ac:
34469           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34470         * gst/tcp/gsttcpclientsrc.c: idem
34471         * gst/tcp/gsttcpserversink.c: idem
34472         * gst/tcp/gsttcpserversrc.c: idem
34473         * m4/gst-fionread.m4: idem
34474
34475         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34476
34477         * configure.ac: enable speex plugin for speex 1.1.5+
34478         * ext/speex/gstspeexenc.c: fix cast warning
34479
34480         * ext/esd/README: fix typo
34481
34482 2004-05-20  David Schleef  <ds@schleef.org>
34483
34484         * configure.ac: Minor cosmetic change to convince the buildbot to
34485         reautogen.
34486         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34487         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34488         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34489         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34490         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34491         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34492         More hacking.  Plays audio now.
34493
34494 2004-05-20  David Schleef  <ds@schleef.org>
34495
34496         * configure.ac:
34497         * sys/Makefile.am:
34498
34499 2004-05-20  David Schleef  <ds@schleef.org>
34500
34501         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34502         * sys/osxaudio/gstosxaudio.c:
34503         * sys/osxaudio/gstosxaudioelement.c:
34504         * sys/osxaudio/gstosxaudioelement.h:
34505         * sys/osxaudio/gstosxaudiosink.c:
34506         * sys/osxaudio/gstosxaudiosink.h:
34507         * sys/osxaudio/gstosxaudiosrc.c:
34508         * sys/osxaudio/gstosxaudiosrc.h:
34509
34510 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34511
34512         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34513         (gst_vorbisenc_chain):
34514           put the codec headers on the caps as streamheader as well as
34515           pushing them out
34516
34517 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34518
34519         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34520         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34521         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34522         split up push_packet into two functions
34523
34524 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34525
34526         * gst/tcp/.cvsignore:
34527           ignore enums
34528         * gst/tcp/Makefile.am:
34529         * gst/tcp/README:
34530         * gst/tcp/gsttcp.c:
34531         * gst/tcp/gsttcp.h:
34532         * gst/tcp/gsttcpclientsink.c:
34533         * gst/tcp/gsttcpclientsink.h:
34534         * gst/tcp/gsttcpclientsrc.c:
34535         * gst/tcp/gsttcpclientsrc.h:
34536         * gst/tcp/gsttcpplugin.c:
34537         * gst/tcp/gsttcpserversink.c:
34538         * gst/tcp/gsttcpserversink.h:
34539         * gst/tcp/gsttcpserversrc.c:
34540         * gst/tcp/gsttcpserversrc.h:
34541           add new tcp elements
34542
34543 2004-05-19  Wim Taymans  <wim@fluendo.com>
34544
34545         * gst/law/mulaw-conversion.c: (mulaw_encode):
34546         Fix overflow bug in ulaw encoding.
34547
34548 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34549
34550         * ext/mad/gstmad.c: (gst_mad_handle_event):
34551           don't unref the event twice
34552
34553 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34554
34555         * configure.ac:
34556           remove -Wno-sign-compare
34557
34558 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34559
34560         * configure.ac:
34561           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34562           if you want to work against glib 2.2 and 2.4
34563
34564 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34565
34566         * gst/tcp/Makefile.am:
34567         * gst/tcp/gsttcp.c:
34568         * gst/tcp/gsttcp.h:
34569         * gst/tcp/gsttcpsink.h:
34570         * gst/tcp/gsttcpsrc.h:
34571           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34572
34573 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34574
34575         * gst/debug/tests.c: (md5_get_value):
34576           fix segfault on gst-inspect
34577
34578 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34579
34580         * gst/debug/testplugin.c:
34581         * gst/debug/tests.c:
34582         * gst/debug/tests.h:
34583           add new extensible and configurable testing element. Current tests
34584           include buffer count, stream length, timestamp/duration matching and
34585           md5.
34586         * gst/debug/Makefile.am:
34587         * gst/debug/gstdebug.c: (plugin_init):
34588           add infrastructure for new element
34589
34590 2004-05-19  Johan Dahlin  <johan@gnome.org>
34591
34592         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34593         ending of the array. Fixes gst-inspect segfault on ppc.
34594
34595 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34596
34597         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34598
34599         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34600
34601 2004-05-18  David Schleef  <ds@schleef.org>
34602
34603         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34604         warnings (bugs, actually) noticed by gcc but not forte.
34605
34606 2004-05-18  David Schleef  <ds@schleef.org>
34607
34608         * sys/sunaudio/Makefile.am:
34609         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34610
34611 2004-05-18  David Schleef  <ds@schleef.org>
34612
34613         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34614         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34615         to allow qtdemux to use non-seekable streams. (bug #142272)
34616
34617 2004-05-18  David Schleef  <ds@schleef.org>
34618
34619         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34620         (gst_resample_sinc_ft_float): Remove use of static temporary
34621         buffer.  This code was obviously not supposed to last long, but
34622         it's stuck in our ABI, so it required a little hack to make it
34623         ABI-compatible.  Fixes #142585.
34624         * gst-libs/gst/resample/resample.h: same.
34625
34626 2004-05-18  David Schleef  <ds@schleef.org>
34627
34628         * configure.ac: Add sunaudio
34629         * examples/Makefile.am: make gstplay depend on gconf
34630         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34631         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34632         (convert_table_lookup), (img_convert): remove c99-isms
34633         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34634           unsigned, to fix a warning on Solaris
34635         * gst/mpeg1sys/systems.c: bcopy->memcpy
34636         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34637         * sys/Makefile.am: Add sunaudio
34638
34639 2004-05-18  Wim Taymans  <wim@fluendo.com>
34640
34641         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34642         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34643         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34644         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34645         (gst_ogg_mux_loop):
34646         Fix an ugly memleak where the muxer didn't flush enough ogg
34647         pages. This also resulted in badly muxed ogg files.
34648
34649 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34650
34651         * gst/asfdemux/asfheaders.c :
34652         * gst/asfdemux/asfheaders.h :
34653         * gst/asfdemux/gstasfdemux.c :
34654           - fix ASF_OBJ_PADDING guid
34655           - add 3 new object guids (language list, metadata,
34656             extended stream properties)
34657           - add a function to parse extended header objects
34658
34659 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34660
34661         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34662           remove leftover debugging g_print
34663
34664 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34665
34666         * ext/mad/gstmad.c: (gst_mad_handle_event):
34667           Fix for when the first format in a discont event is not a
34668           byte-based one. Should fix #137710.
34669
34670 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34671
34672         * m4/a52.m4 : fix compilation with -Wall -Werror
34673         * m4/libfame.m4 : idem
34674         * m4/libmikmod.m4 : idem
34675
34676 2004-05-17  Benjamin Otte  <otte@gnome.org>
34677
34678         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34679           signal the new tags before giving up the reference
34680
34681 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34682
34683         * ext/shout2/gstshout2.c:
34684           use application/ogg instead of application/x-ogg (patch by Patrick
34685           Guimond, fixes #142432)
34686         * sys/oss/gstosselement.c: (gst_osselement_reset),
34687         (gst_osselement_sync_parms):
34688           don't set fragment size unless specified (fixes #142493)
34689
34690 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34691
34692         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34693           fixes #142664
34694
34695 2004-05-17  Benjamin Otte  <otte@gnome.org>
34696
34697         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34698           compute offsets correctly for internal buffers so timestamps are set
34699           correctly when we can't seek. Also handle cases where there are no
34700           offsets. (based on a patch by David Moore, fixes #142507)
34701
34702 2004-05-17  Benjamin Otte  <otte@gnome.org>
34703
34704         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34705           use correct variable when determining amount of data to skip so we
34706           don't skip into the void and segfault
34707
34708 2004-05-16  Benjamin Otte  <otte@gnome.org>
34709
34710         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34711           Hi, I'm a memleak
34712
34713 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34714
34715         * gst/asfdemux/gstasfdemux.c:
34716           - fix a mem leak and always propagate tags
34717           - add WMV3 to known video codecs (but no decoder yet)
34718           - replace "surplus data" at end of audio header for what
34719             it is : codec specific data
34720           - fix a typo
34721
34722 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34723
34724         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34725
34726         * gst-libs/gst/audio/audioclock.c:
34727           Fix wrong return type (#142205).
34728
34729 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34730
34731         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34732           Ignore CRCs by default (fixes #142566).
34733
34734 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34735
34736         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34737         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34738         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34739         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34740         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34741         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34742           Fix for cases where we fail to attach to a mixer.
34743
34744 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34745
34746         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34747           Don't touch events after not owning them anymore.
34748         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34749         (gst_wavparse_fmt), (gst_wavparse_other),
34750         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34751         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34752         (gst_wavparse_srcpad_event):
34753         * gst/wavparse/gstwavparse.h:
34754           Add seeking, fix querying.
34755
34756 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34757
34758         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34759           - process comments even if they don't end with \0\0
34760             g_convert would ignore them if present and works well without them
34761
34762 2004-05-16  Benjamin Otte  <otte@gnome.org>
34763
34764         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34765           simplify caps
34766
34767 2004-05-16  Benjamin Otte  <otte@gnome.org>
34768
34769         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34770           don't write to memory we might not write to - g_convert does that
34771           for us anyway (fixes #142613)
34772         (gst_asf_demux_audio_caps):
34773           comment out gst_util_dump_mem
34774
34775 2004-05-16  Benjamin Otte  <otte@gnome.org>
34776
34777         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34778           compute correct expected timestamps after seek (broken since
34779           last commit)
34780         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34781           rename element and debugging category to gdkpixbufscale
34782
34783 2004-05-16  Benjamin Otte  <otte@gnome.org>
34784
34785         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34786           add error checking to snd_pcm_delay and remove duplicate call to
34787           snd_pcm_delay that caused issues (see inline code comments)
34788         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34789           make more readable and fix return value when snd_pcm_delay fails
34790         (fixes #142586)
34791
34792 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34793         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34794         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34795         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34796         (gst_pixbufscale_link), (gst_pixbufscale_init),
34797         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34798         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34799         (gst_pixbufscale_get_property), (pixbufscale_init):
34800         * ext/gdk_pixbuf/pixbufscale.h:
34801         Add these files I forgot earlier
34802
34803 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34804         * ext/gdk_pixbuf/Makefile.am:
34805         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34806         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34807         Add new pixbufscale element to scale RGB video
34808         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34809         and HYPER interpolation correctly.
34810         * ext/theora/theoraenc.c: (theora_enc_chain),
34811         Discard buffer and return if explicit caps could not be set
34812         (theora_enc_get_property):
34813         Make _get return kbps for the bitrate consistent with
34814         the _set function.
34815
34816
34817 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34818
34819         * ext/libvisual/visual.c: (gst_visual_chain):
34820           add missing visual_audio_analyze
34821
34822 2004-05-14  David Schleef  <ds@schleef.org>
34823
34824         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34825         is killed while we're playing.
34826         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34827         gst_element_no_more_pads().
34828
34829 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34830
34831         * gst-libs/gst/riff/riff-read.c :
34832           - fix INFO tag extraction in RIFF/AVI files
34833             because gst_event_unref (event) also freed taglist
34834           - avoid a mem leak
34835
34836 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34837
34838         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34839         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34840
34841         * gst/auparse/gstauparse.c :
34842           - add code (commented for now) to support audio/x-adpcm on src pad
34843             (we have no decoder for those layout yet)
34844
34845         * gst/cdxaparse/gstcdxaparse.c :
34846         * gst/cdxaparse/gstcdxaparse.h :
34847           - partial rewrite using RiffRead (ripped iain's wavparse code)
34848
34849         * gst/rtp/gstrtpL16enc.c : typo
34850         * gst/rtp/gstrtpgsmenc.c : typo
34851
34852 2004-05-13  Benjamin Otte  <otte@gnome.org>
34853
34854         * configure.ac:
34855           check for exact version of libvisual, it's not supposed to be
34856           API/ABI stable yet
34857
34858 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34859
34860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34861           signal no-more-pads
34862
34863 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34864
34865         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34866         Report which format was used for GST_FORMAT_DEFAULT
34867         * gst/debug/Makefile.am:
34868         * gst/debug/gstdebug.c: (plugin_init):
34869         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34870         (gst_progressreport_class_init), (gst_progressreport_init),
34871         (gst_progressreport_report), (gst_progressreport_set_property),
34872         (gst_progressreport_get_property), (gst_progressreport_chain),
34873         (gst_progressreport_plugin_init):
34874         Add progressreport element for testing.
34875
34876 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34877
34878         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34879         * sys/v4l/gstv4lsrc.h:
34880         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34881         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34882         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34883         (gst_v4lsrc_grab_frame):
34884           add more debugging
34885           send a discont at start
34886
34887 2004-05-12  Colin Walters  <walters@redhat.com>
34888
34889         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34890         inflooping if we can't find a chunk.  Or in other words, don't blow
34891         chunks if we don't have a chunk to blow.
34892
34893 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34894         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34895         Remove old debug output
34896         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34897         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34898         (gst_dvdec_set_property), (gst_dvdec_get_property):
34899         Change the quality setting to an enum, so it works from gst-launch
34900         Don't renegotiate a non-linked pad. Allows audio only decoding.
34901         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34902         (gst_deinterlace_link), (gst_deinterlace_init):
34903         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34904         (gst_videodrop_link):
34905         Some caps negotiation fixes
34906
34907 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34908
34909         * ext/tarkin/gsttarkin.c :
34910           - Change RANK from NONE to PRIMARY
34911         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34912           - Change RANK from NONE to MARGINAL
34913         * ext/divx/gstdivxenc.c :
34914           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34915
34916 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34917
34918         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34919         (gst_vorbisenc_push_packet):
34920           copy a function that was added between 1.0 and 1.0.1 until we
34921           depend on worthwhile features of post-1.0
34922
34923 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34924
34925         * configure.ac:
34926           enable shout2 by default
34927         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34928         (gst_shout2send_base_init), (gst_shout2send_init),
34929         (gst_shout2send_connect), (gst_shout2send_change_state):
34930         * ext/shout2/gstshout2.h:
34931           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34932           #142262)
34933         * ext/theora/theora.c: (plugin_init):
34934           don't set rank on encoders
34935
34936 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34937
34938         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34939           Use codec_data property instead of flag1 and flag2 for wma
34940
34941 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34942
34943         * gst/cdxaparse/gstcdxaparse.c :
34944           - Add mpegversion to CAPS to make it link
34945           - Rank is as GST_RANK_SECONDARY instead of NONE
34946         * gst/auparse/gstauparse.c :
34947           - Document all audio encoding we can encounter from Solaris 9
34948             headers and libsndfile information.
34949           - Increase max. rate from 48000 to 192000 (to match other elements)
34950           - Don't try to play junk data between header and samples
34951
34952 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34953
34954         * ext/libvisual/visual.c: (gst_visual_getcaps):
34955           use the right caps depending on endianness (I hope)
34956         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34957           use GST_RANK_NONE for all non-decoding elements or spider gets
34958           mighty confused
34959
34960 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34961
34962         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34963           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34964
34965 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34966
34967         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34968         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34969         (gst_switch_loop), (gst_switch_get_type):
34970           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34971           HEADERS. Had to be said.
34972
34973 2004-05-10  David Schleef  <ds@schleef.org>
34974
34975         * configure.ac: Add prototype Dirac support.
34976         * ext/Makefile.am:
34977         * ext/dirac/Makefile.am:
34978         * ext/dirac/gstdirac.cc:
34979         * ext/dirac/gstdiracdec.cc:
34980
34981 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34982
34983         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34984         (gst_auparse_init), (gst_auparse_chain),
34985         (gst_auparse_change_state):
34986           Hack around spider. Remove me some day please.
34987
34988 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34989
34990         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34991           Fix for some uninitialized variables in previous patch, also
34992           makes it work. Fixes #142286 while we're at it.
34993
34994 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34995
34996         * gst/auparse/gstauparse.c:
34997                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34998                 only unsupported formats are ADPCM/CCITT G.72x
34999                 reviewed by Ronald
35000         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35001
35002 2004-05-10  Wim Taymans  <wim@fluendo.com>
35003
35004         * ext/vorbis/Makefile.am:
35005         * ext/vorbis/README:
35006         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35007         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35008         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35009         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35010         (gst_oggvorbisenc_convert_sink),
35011         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35012         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35013         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35014         (get_constraints_string), (update_start_message),
35015         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35016         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35017         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35018         * ext/vorbis/oggvorbisenc.h:
35019         * ext/vorbis/vorbis.c: (plugin_init):
35020         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35021         (raw_caps_factory), (gst_vorbisenc_class_init),
35022         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35023         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35024         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35025         * ext/vorbis/vorbisenc.h:
35026         Added a raw vorbis encoder to be used with the oggmuxer.
35027         We still need the old encoder for some gnome applications,
35028         read the README to find out how that works.
35029         The raw encoder is called "rawvorbisenc" until 0.9.
35030
35031 2004-05-10  Wim Taymans  <wim@fluendo.com>
35032
35033         * ext/ogg/gstogg.c: (plugin_init):
35034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35035         (gst_ogg_print):
35036         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35037         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35038         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35039         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35040         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35041         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35042         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35043         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35044         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35045         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35046         Added an ogg muxer.
35047         Small typo fixes in the demuxer.
35048
35049 2004-05-10  Wim Taymans  <wim@fluendo.com>
35050
35051         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35052         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35053         (theora_enc_change_state), (theora_enc_set_property),
35054         (theora_enc_get_property):
35055         Mark the last packet with an EOS flag which is not really needed
35056         in gstreamer.
35057         Do some better video framerate initialisation.
35058         Update the buffer timestamp.
35059
35060 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35061
35062         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35063         Return the result of the parent state change call
35064
35065 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35066
35067         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35068         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35069         * gst/law/alaw-encode.c : (idem)
35070         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35071         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35072         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35073
35074 2004-05-09  Benjamin Otte  <otte@gnome.org>
35075
35076         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35077           don't use a fixed buffer size when writing variable length data to
35078           it. Fixes memory corruption and makes alsasrc work
35079
35080 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35081
35082         * ext/gnomevfs/gstgnomevfssink.c:
35083         (_gst_boolean_allow_overwrite_accumulator),
35084         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35085           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35086           RUN_LAST, and don't use that to set the accumulator value because
35087           then it's always FALSE.
35088
35089 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35090
35091         * gst-libs/gst/riff/riff-media.c:
35092         (gst_riff_create_video_caps_with_data),
35093         (gst_riff_create_audio_caps),
35094         (gst_riff_create_audio_template_caps):
35095         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35096           Fix for unaligned RIFF files (i.e. where all the chunks together
35097           in a LIST chunk are not of the same size as the size given in
35098           the LIST chunk header). Fixes several odd WAVE files. Also fix
35099           ADPCM (block_align property) in audio, so that wavparse based
35100           on this works now as it used to stand-alone.
35101
35102 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35103
35104         reviewed by Benjamin Otte  <otte@gnome.org>
35105
35106         * ext/a52dec/gsta52dec.c:
35107         * ext/divx/gstdivxdec.c:
35108         * ext/divx/gstdivxenc.c:
35109         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35110         * ext/faac/gstfaac.c: (gst_faac_base_init):
35111         * ext/faad/gstfaad.c: (gst_faad_base_init):
35112         * ext/ivorbis/vorbisfile.c:
35113         * ext/lame/gstlame.c:
35114         * ext/libfame/gstlibfame.c:
35115         * ext/mpeg2enc/gstmpeg2enc.cc:
35116         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35117         * ext/sidplay/gstsiddec.cc:
35118         * ext/speex/gstspeexdec.c:
35119         * ext/speex/gstspeexenc.c:
35120         * ext/xvid/gstxviddec.c:
35121         * ext/xvid/gstxvidenc.c:
35122           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35123           (fixes #142193)
35124
35125 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35126
35127         * ext/alsa/gstalsa.c: (device_list),
35128         (gst_alsa_class_probe_devices):
35129         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35130           Fix alsa oddness in mixer after the combination of using mixer
35131           in source/sink elements and using hw:x,y instead of just hw:x.
35132
35133 2004-05-09  Benjamin Otte  <otte@gnome.org>
35134
35135         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35136         (gst_wavparse_create_sourcepad):
35137           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35138           sourcepads
35139
35140 2004-05-09  Benjamin Otte  <otte@gnome.org>
35141
35142         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35143           allow discont events before caps nego
35144
35145 2004-05-08  Benjamin Otte  <otte@gnome.org>
35146
35147         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35148           don't leak events
35149
35150 2004-05-08  Benjamin Otte  <otte@gnome.org>
35151
35152         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35153         (gst_level_change_state), (gst_level_init):
35154         * gst/level/gstlevel.h:
35155           figure out if we're initialized directly instead of keeping a
35156           variable that's wrong in 90% of cases
35157           don't initialize pads and then leak them and use a new unitialized
35158           pad. (fixes #142084)
35159           these were bugs so n00bish I didn't find them for an hour :/
35160
35161 2004-05-08 Iain <iain@prettypeople.org>
35162
35163         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35164         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35165         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35166         return the length that was read.
35167         (gst_riff_read_strf_auds): Allow fmt tags as well.
35168
35169 2004-05-07  David Schleef  <ds@schleef.org>
35170
35171         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35172         signed char assumption in faad.h.
35173
35174 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35175
35176         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35177           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35178
35179 2004-05-07  Colin Walters  <walters@redhat.com>
35180
35181         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35182         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35183         function.
35184         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35185         Add dispose function.
35186
35187 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35188         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35189           Fix caps nego and pad templates. RGB mode caps should
35190           work now.
35191         * ext/dvdnav/gst-dvd:
35192           Move mpeg2dec inside the thread because otherwise the
35193           queue rejects cap changes mid-stream
35194         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35195         (gst_mpeg2dec_flush_decoder):
35196           For mpeg2dec > 0.4.0, call the flush function instead of
35197           manually extracting all in-flight frames.
35198         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35199         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35200           Change mime type video/dv go video/x-dv to match the
35201           rest of gst-plugins
35202
35203 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35204
35205         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35206         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35207         (gst_alsa_sink_class_init):
35208         * ext/alsa/gstalsasink.h:
35209         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35210         (gst_alsa_src_class_init):
35211         * ext/alsa/gstalsasrc.h:
35212           Make alsasink/src a subclass of alsamixer so that mixer stuff
35213           shows up in gst-rec. Needs some finetuning.
35214
35215 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35216
35217         * ext/lame/gstlame.c: (gst_lame_chain):
35218           simplify
35219         * ext/mad/gstmad.c: (gst_mad_handle_event):
35220           fix event leak
35221         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35222           be able to detect mp3 files < 4096 bytes
35223
35224 2004-05-06  Wim Taymans  <wim@fluendo.com>
35225
35226         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35227         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35228         (theora_enc_set_property), (theora_enc_get_property):
35229         Also encode the first frame, cleanup some code.
35230
35231 2004-05-06  Wim Taymans  <wim@fluendo.com>
35232
35233         * ext/mpeg2enc/gstmpeg2enc.cc:
35234         Forward events first before deciding that negotiation was
35235         not performed.
35236
35237 2004-05-06  Wim Taymans  <wim@fluendo.com>
35238
35239         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35240         First process the events before deciding that negotiation
35241         was not performed.
35242
35243 2004-05-06  Wim Taymans  <wim@fluendo.com>
35244
35245         * ext/theora/Makefile.am:
35246         * ext/theora/theora.c: (plugin_init):
35247         * ext/theora/theoradec.c: (theora_dec_change_state):
35248         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35249         (gst_theora_enc_class_init), (gst_theora_enc_init),
35250         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35251         (theora_enc_chain), (theora_enc_change_state),
35252         (theora_enc_set_property), (theora_enc_get_property):
35253         Added a theora encoder, grouped the encoder and decoder into the
35254         same plugin.
35255
35256 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35257
35258         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35259         (gst_jpegenc_chain):
35260         fix DURATION on outgoing buffers
35261         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35262         debug using time formats
35263         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35265         (gst_xvimagesink_sink_link):
35266         windows with width/height 0 generate X errors, so don't allow them
35267
35268 2004-05-05  Wim Taymans  <wim@fluendo.com>
35269
35270         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35271         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35272         (gst_mpeg2dec_negotiate_format):
35273         * ext/mpeg2dec/gstmpeg2dec.h:
35274           removed the static pad template so that we can add the
35275           more accurate framerate value to the caps.
35276
35277
35278 2004-05-04  Benjamin Otte  <otte@gnome.org>
35279
35280         * configure.ac:
35281           check for kdemacros.h, too (should fix #141821)
35282         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35283           don't crash if no header was sent, but nicely error out (fixes part
35284           of #141554)
35285
35286 2004-05-04  Wim Taymans  <wim@fluendo.com>
35287
35288         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35289         parent dispose function to avoid segfault on destroy.
35290
35291 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35292
35293         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35294         (plugin_init):
35295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35296         (gst_xvimagesink_sink_link):
35297         clean up debugging caps
35298         also recreate xvimage when format has changed
35299
35300 2004-05-04  Benjamin Otte  <otte@gnome.org>
35301
35302         * ext/libvisual/Makefile.am:
35303         * ext/libvisual/visual.c: (gst_visual_class_init),
35304         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35305         (gst_visual_srclink), (gst_visual_chain),
35306         (gst_visual_change_state), (plugin_init):
35307           use a GstAdapter to correctly adapt buffer sizes - allows using a
35308           framerate
35309
35310 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35311
35312         * sys/v4l/gstv4lelement.h:
35313         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35314         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35315         (gst_v4lsrc_buffer_free):
35316         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35317         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35318         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35319         (gst_v4lsrc_requeue_frame):
35320         move some debugging categories around
35321         query for fps index and set accordingly if found
35322
35323 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35324
35325         * ext/lame/gstlame.c:
35326         correct defaults that lame_init puts out of range
35327
35328 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35329
35330         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35331         (gst_divxenc_class_init):
35332         fix range since -1 is the default
35333         * gst/mpeg1sys/gstmpeg1systemencode.c:
35334         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35335         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35336         (gst_rtjpegdec_chain):
35337         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35338         (gst_rtjpegenc_chain):
35339         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35340         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35341         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35342         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35343         * sys/v4l/gstv4lsrc.c:
35344         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35345         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35346         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35347         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35348         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35349           remove gst_info calls
35350
35351 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35352
35353         * Makefile.am:
35354         * po/af.po:
35355         * po/az.po:
35356         * po/en_GB.po:
35357         * po/nl.po:
35358         * po/sr.po:
35359         * po/sv.po:
35360           Updated translations
35361
35362 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35363
35364         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35365           refactor/comment code
35366
35367 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35368
35369         * gst/asfdemux/Makefile.am:
35370         * gst/asfdemux/asfheaders.c:
35371         * gst/asfdemux/asfheaders.h:
35372         * gst/asfdemux/gstasf.c: (plugin_init):
35373         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35374         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35375         (gst_asf_demux_setup_pad):
35376         * gst/asfdemux/gstasfdemux.h:
35377         * gst/asfdemux/gstasfmux.c:
35378         * gst/asfdemux/gstasfmux.h:
35379           Add tagging support to demuxer, split out registration in its own
35380           file instead of in demux (hacky), and prevent having some tables
35381           in our memory multiple times (in asfheaders.h).
35382
35383 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35384
35385         * gst/matroska/matroska-demux.c:
35386         (gst_matroska_demux_parse_metadata):
35387         * gst/matroska/matroska-ids.h:
35388           Basic tag reading support.
35389
35390 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35391
35392         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35393           Really detect ac-3 audio.
35394         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35395           really detect matroska files (off-by-1).
35396
35397 2004-04-30  David Schleef  <ds@schleef.org>
35398
35399         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35400         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35401         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35402         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35403         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35404         hackage -- parse a lot more atoms, extract a few tags.  One might even
35405         mistake this for tag support.  Maybe it is.
35406         * gst/qtdemux/qtdemux.h:
35407
35408 2004-04-30  Colin Walters  <walters@verbum.org>
35409
35410         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35411
35412 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35413
35414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35415         (gst_ffmpegcolorspace_getcaps):
35416           remove broken nego fix
35417
35418 2004-04-30  Benjamin Otte  <otte@gnome.org>
35419
35420         * configure.ac:
35421         * ext/Makefile.am:
35422         * ext/libvisual/Makefile.am:
35423         * ext/libvisual/visual.c:
35424           add initial support for libvisual (http://libvisual.sourceforge.net)
35425           libvisual is still quite alpha, so expect crashes in there :)
35426
35427 2004-04-29  David Schleef  <ds@schleef.org>
35428
35429         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35430         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35431         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35432         code; you will no longer respect me.
35433
35434 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35435
35436         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35437         * ext/alsa/gstalsa.h :
35438         change alsa pcm device discovery to find more than 1 device
35439         per card. code review by Ronald.
35440
35441 2004-04-29  David Schleef  <ds@schleef.org>
35442
35443         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35444         Add a check for a driver bug on FreeBSD.  (bug #140565)
35445
35446 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35447
35448         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35449         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35450         (gst_jpegenc_getcaps):
35451           move format setting to inner loop
35452         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35453         (gst_ffmpegcolorspace_getcaps):
35454           use GST_PAD_CAPS if available so that we use already negotiated
35455           caps
35456         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35457         (qtdemux_parse_moov), (qtdemux_parse):
35458           extra debugging
35459         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35460         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35461           move hardcoded path to DEFINE
35462
35463 2004-04-28  David Schleef  <ds@schleef.org>
35464
35465         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35466         (bug #140064)
35467
35468 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35469
35470         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35471           Don't probe for playback device if we're a source element. Fixes
35472           #139658.
35473
35474 2004-04-29  Benjamin Otte  <otte@gnome.org>
35475
35476         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35477         (gst_id3_tag_chain):
35478           rewrite buffer offset
35479
35480 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35481
35482         * configure.ac:
35483         * ext/Makefile.am:
35484         * ext/dts/Makefile.am:
35485         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35486         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35487         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35488         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35489         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35490         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35491         (plugin_init):
35492         * ext/dts/gstdtsdec.h:
35493           New DTS decoder.
35494         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35495         (gst_faad_srcconnect):
35496           Add ESDS atom handling (.m4a).
35497
35498 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35499
35500         * ext/divx/gstdivxdec.c: (plugin_init):
35501           Remove comment that makes no sense.
35502         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35503           Fix for obvious typo that resulted in warnings during gst-register.
35504         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35505         (gst_xviddec_sink_link):
35506           Fix caps negotiation a bit better.
35507         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35508           We call this 'codec_data', not 'esds'.
35509
35510 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35511
35512         * gst/monoscope/gstmonoscope.c:
35513           make sure we only provide 256x128
35514         * gst/monoscope/monoscope.c: (monoscope_init):
35515           assert size of 256x128
35516
35517 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35518
35519         * Makefile.am:
35520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35521         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35522           fixate to max width and height of device
35523
35524 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35525
35526         * Makefile.am:
35527         * sys/v4l/gstv4l.c:
35528         * sys/v4l/gstv4lsrc.c:
35529         * sys/v4l/v4l_calls.c:
35530         * sys/v4l/v4lsrc_calls.c:
35531           fix for qc-usb driver which fakes having more than one buffer
35532           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35533           buffer_free override
35534           add debugging
35535
35536 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35537
35538         * Makefile.am:
35539         * gst/videotestsrc/gstvideotestsrc.c:
35540         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35541         (gst_videotestsrc_init), (gst_videotestsrc_get),
35542         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35543         * gst/videotestsrc/gstvideotestsrc.h:
35544           add num-buffers property
35545
35546         2004-04-26  Benjamin Otte  <otte@gnome.org>
35547
35548         * ext/mad/gstid3tag.c: (plugin_init):
35549           set id3mux rank to NONE so it doesn't confuse spider
35550           require audio/mpeg,mpegversion=1 in id3mux
35551
35552 2004-04-26  Benjamin Otte  <otte@gnome.org>
35553
35554         * configure.ac:
35555           detect faad correctly as non-working if it's indeed non-working
35556
35557 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35558
35559         * Makefile.am:
35560         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35561         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35562         fix _getcaps so it only negotiates to its supported format
35563
35564 2004-04-25  Benjamin Otte  <otte@gnome.org>
35565
35566         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35567           fix memleak
35568
35569 2004-04-23  Benjamin Otte  <otte@gnome.org>
35570
35571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35572           audio/x-raw-int with height rules! not. Now it's depth.
35573
35574 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35575
35576         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35577         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35578         (gst_wavparse_loop):
35579           Missing variable initialization. Add handling of DVI ADPCM. Fix
35580           mis-parsing of LIST chunks. This works around a bug where we mis-
35581           parse non-aligning LIST chunks (so LIST chunks where the contents
35582           don't align with the actual LIST size). The correct fix is to use
35583           rifflib, I'm not going to fix wavparse - too much work. All this
35584           fixes #104878.
35585
35586 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35587
35588         reviewed by Benjamin Otte  <otte@gnome.org>
35589
35590         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35591           fix shoutcast not working (fixes #140844)
35592
35593 2004-04-22  Benjamin Otte  <otte@gnome.org>
35594
35595         * ext/hermes/gsthermescolorspace.c:
35596         (gst_hermes_colorspace_caps_remove_format_info):
35597         * gst/colorspace/gstcolorspace.c:
35598         (gst_colorspace_caps_remove_format_info):
35599         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35600         (gst_ffmpegcolorspace_caps_remove_format_info):
35601           s/gst_caps_simplify/gst_caps_do_simplify/
35602
35603 2004-04-22  Benjamin Otte  <otte@gnome.org>
35604
35605         * gst-libs/gst/riff/riff-media.c:
35606         (gst_riff_create_video_caps_with_data):
35607           mpegversion is an int
35608         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35609           don't try to create pad templates with NULL caps, use any caps
35610           instead.
35611
35612 2004-04-20  David Schleef  <ds@schleef.org>
35613
35614         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35615         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35616         (bug #140384)
35617
35618 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35619
35620         reviewed by David Schleef
35621
35622         * ext/mad/gstid3tag.c: Add stdlib.h
35623         * gst/rtp/gstrtpgsmenc.c: same
35624         * gst/tags/gstid3tag.c: same
35625         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35626         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35627         GST_DISABLE_LOADSAVE use.
35628         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35629         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35630         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35631         atol(3)).
35632         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35633         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35634         strtoul(3)).
35635         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35636         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35637         $(ID3_CFLAGS).
35638         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35639         $(LIBFAME_CFLAGS).
35640
35641 2004-04-20  David Schleef  <ds@schleef.org>
35642
35643         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35644         last checkin.  Same idea.
35645
35646 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35647
35648         reviewed by David Schleef
35649
35650         * configure.ac: bump required gstreamer version to 0.8.1.1
35651         because of following changes [--ds]
35652
35653         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35654         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35655         (gst_riff_read_header):  Use GST_READ_UINT*
35656         macros to access possibly unaligned memory.
35657
35658         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35659         (mp3_type_find):  Use GST_READ_UINT*
35660         macros to access possibly unaligned memory.
35661         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35662         (speex_type_find): Likewise
35663
35664         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35665
35666         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35667         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35668         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35669         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35670         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35671         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35672         macros to access possibly unaligned memory.
35673
35674         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35675         Likewise.
35676
35677         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35678         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35679
35680         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35681         Likewise.
35682
35683         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35684         (gst_mpeg2subt_chain_subtitle): Likewise.
35685
35686         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35687         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35688         Likewise.
35689
35690         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35691         Likewise.
35692
35693         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35694         Likewise.
35695
35696         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35697         Likewise.
35698
35699 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35700
35701         * configure.ac:
35702           update required version of GStreamer because of GST_TIME_FORMAT
35703
35704 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35705
35706         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35707           remove leftover g_print
35708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35709           don't try setting only a subset of the caps. We don't want to kill
35710           autoplugging on purpose
35711
35712 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35713
35714         * sys/ximage/ximagesink.c: (plugin_init):
35715         * sys/xvimage/xvimagesink.c: (plugin_init):
35716           add debugging categories
35717
35718 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35719
35720         * po/en_GB.po:
35721         * po/LINGUAS:
35722           Adding en_GB translation (Gareth Owen)
35723
35724 2004-04-20  David Schleef  <ds@schleef.org>
35725
35726         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35727         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35728         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35729         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35730         A number of new features and hacks to extract the esds atom and
35731         put it into the caps.  (bug #137724)
35732
35733 2004-04-19  David Schleef  <ds@schleef.org>
35734
35735         * gconf/Makefile.am: Fix for non-GNU make
35736         * gst-libs/gst/Makefile.am: Change directory order to handle
35737         GstPlay linking with gstinterfaces
35738         * gst-libs/gst/audio/make_filter: make use of tr portable
35739         * gst-libs/gst/play/Makefile.am: Add intended \
35740         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35741         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35742         function prototype instead of void *.
35743         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35744         macro.
35745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35746         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35747         * gst/videofilter/make_filter: make use of tr portable
35748         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35749
35750 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35751
35752         * po/LINGUAS:
35753         * po/uk.po:
35754           Added Ukrainian translation (Maxim V. Dziumanenko)
35755
35756 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35757
35758         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35759         (gst_gsmdec_link), (gst_gsmdec_chain):
35760           Fix capsnego, simplify chain function slightly.
35761         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35762           Add GSM.
35763
35764 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35765
35766         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35767         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35768         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35769           Hack to make wavparse work with spider (always -> sometimes pad).
35770           Fixes #135862 && #140411.
35771
35772 2004-04-18  Benjamin Otte  <otte@gnome.org>
35773
35774         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35775         (gst_osselement_rate_probe_check),
35776         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35777           get rid of \n in debug output
35778
35779 2004-04-17  Iain <iain@prettypeople.org>
35780
35781         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35782         not just EOS.
35783
35784 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35785
35786         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35787         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35788         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35789         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35790         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35791         (gst_id3_tag_change_state), (plugin_init):
35792           deprecate id3tag element and replace with id3demux/id3mux.
35793           great side effect: this ugly file is now even uglier, yay!
35794         * ext/mad/gstmad.h:
35795           remove non-available function
35796           update for new get_type
35797
35798 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35799
35800         * configure.ac:
35801           require mpeg2dec >= 0.4.0
35802
35803 2004-04-17  Benjamin Otte  <otte@gnome.org>
35804
35805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35806         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35807         (gst_xvimagesink_set_xwindow_id):
35808           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35809           assorted cleanup fixes.
35810
35811 2004-04-16  David Schleef  <ds@schleef.org>
35812
35813         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35814         * sys/xvimage/xvimagesink.h: same
35815
35816 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35817
35818         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35819           Fix GST_ELEMENT_ERROR with (NULL)
35820
35821 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35822
35823         * gst-libs/gst/riff/riff-media.c:
35824         (gst_riff_create_video_caps_with_data):
35825           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35826
35827 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35828
35829         * gst-libs/gst/riff/riff-media.c:
35830         (gst_riff_create_video_caps_with_data),
35831         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35832         (gst_riff_create_video_template_caps),
35833         (gst_riff_create_audio_template_caps):
35834         * gst-libs/gst/riff/riff-media.h:
35835         * gst-libs/gst/riff/riff-read.c:
35836         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35837         * gst-libs/gst/riff/riff-read.h:
35838         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35839           Add MS RLE support. I added some functions to read out strf chunks
35840           into strf chunks and the data behind it. This is usually color
35841           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35842           caps creation. Lastly, add ADPCM (similar to wavparse - which
35843           should eventually be rifflib based).
35844         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35845         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35846         * gst/matroska/matroska-demux.h:
35847           Remove placeholders for some prehistoric tagging system. Didn't add
35848           support for any tag system really anyway.
35849         * gst/qtdemux/qtdemux.c:
35850           Add support for audio/x-m4a (MPEG-4) through spider.
35851         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35852         (gst_wavparse_loop):
35853           ADPCM support (#135862). Increase max. buffer size because we
35854           cannot split buffers for ADPCM (screws references) and I've seen
35855           files with 2048 byte chunks. 4096 seems safe for now.
35856
35857 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35858
35859         * configure.ac: bump nano to 1
35860
35861 === release 0.8.1 ===
35862
35863 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35864
35865         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35866
35867 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35868
35869         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35870           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35871           Fixes #140058
35872
35873 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35874
35875         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35876           lower rank of dvddemux so that it's not used for mpeg playback.
35877
35878 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35879
35880         * configure.ac:
35881           save libs correctly when checking mad
35882
35883 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35884
35885         * ext/mad/gstid3tag.c: (plugin_init):
35886           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35887
35888 2004-04-13  David Schleef  <ds@schleef.org>
35889
35890         * common/m4/gst-feature.m4: Call -config scripts with
35891         --plugin-libs if it is supported.
35892         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35893         JPEG images are image/jpeg.
35894         * gst/debug/Makefile.am:
35895         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35896         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35897         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35898         (gst_negotiation_plugin_init): Add a property that acts like
35899         filter caps.
35900         * testsuite/gst-lint:  Move license checking to be a standard
35901         test.
35902
35903 2004-04-13  David Schleef  <ds@schleef.org>
35904
35905         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35906         patch from Sebastien Cote (bug #139958)
35907
35908 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35909
35910         * examples/gstplay/Makefile.am:
35911         * examples/gstplay/player.c: (main):
35912           make the commandline player example use gconf settings
35913
35914 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35915
35916         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35917         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35918         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35919           init/end library during state transition, not object
35920           creation/disposal.  get rid of custom dispose handler.
35921
35922
35923 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35924
35925         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35926         be a symlink
35927
35928 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35929
35930         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35931           Handle JUNK chunks inside data section. Prevents warnings.
35932
35933 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35934
35935         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35936         (gst_riff_create_video_template_caps):
35937           Add MS video v1.
35938         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35939         (gst_avi_demux_stream_data):
35940           Add support for "rec-list" chunks.
35941
35942 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35943
35944         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35945           Fix another codecname mismatch.
35946
35947 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35948
35949         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35950           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35951           so that MJPEG plays back.
35952
35953 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35954
35955         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35956         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35957         * gst/mpeg1videoparse/gstmp1videoparse.h:
35958           Fix for some slight mis-cuts in buffer parsing, and for some
35959           potential overflows or faults-causers. Adds disconts. Also fixes
35960           #139105 while we're at it.
35961
35962 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35963
35964         * configure.ac:
35965         * sys/v4l2/gstv4l2element.h:
35966           Workaround for missing struct v4l2_buffer declaration in Suse 9
35967           and Mandrake 10 linux/videodev2.h header file (#135919).
35968
35969 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35970
35971         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35972           Bail out if no filename was given.
35973
35974 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35975
35976         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35977         (gst_v4l2_fourcc_from_structure):
35978           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35979           Y41B somewhere).
35980
35981 2004-04-09  Benjamin Otte  <otte@gnome.org>
35982
35983         * ext/gnomevfs/gstgnomevfssink.c:
35984         (_gst_boolean_allow_overwrite_accumulator),
35985         (gst_gnomevfssink_class_init):
35986           fix erase signal - if any handler returns false the file will not be
35987           overwritten. If no handler is connected, the file will not be
35988           overwritten either.
35989           renamed signal to "allow-overwrite"
35990         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35991           free string when adding it to ID3 failed
35992         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35993           unref event when done
35994         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35995           free caps
35996         * gst/typefind/gsttypefindfunctions.c:
35997         (mpeg_video_stream_type_find):
35998           fix invalid read
35999
36000 2004-04-08  David Schleef  <ds@schleef.org>
36001
36002         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36003         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36004
36005 2004-04-08  David Schleef  <ds@schleef.org>
36006
36007         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36008         we don't support (bug #139532)
36009
36010 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36011
36012         * ext/mad/gstmad.c: (gst_mad_handle_event),
36013         (gst_mad_check_caps_reset), (gst_mad_chain),
36014         (gst_mad_change_state):
36015           only set explicit caps if they haven't been set before for
36016           this stream.  MPEG-audio sample rate/channels aren't allowed
36017           to change in-stream.
36018           Fixes #139382
36019
36020 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36021
36022         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36023         (_gst_boolean_did_something_accumulator),
36024         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36025         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36026         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36027         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36028         (gst_gnomevfssink_change_state):
36029           Fix erase signal. Don't erase by default. Remove handoff signal.
36030           Remove erase property. Don't segfault. General cleanup.
36031
36032 2004-04-07  Benjamin Otte  <otte@gnome.org>
36033
36034         * gst-libs/gst/gconf/test-gconf.c: (main):
36035           add missing gst_init
36036
36037 2004-04-07  Benjamin Otte  <otte@gnome.org>
36038
36039         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36040           free the mutexes, too
36041
36042 2004-04-07  Benjamin Otte  <otte@gnome.org>
36043
36044         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36045           actually free the URI string
36046         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36047           compute offset correctly when passing discont events
36048         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36049           don't leak discont events
36050         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36051           add some missing breaks so caps aren't copied randomly
36052         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36053           if we realloc memory, we better use it
36054
36055 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36056
36057         * ext/mad/gstmad.c: (normal_seek):
36058           fix GST_FORMAT_TIME usage
36059
36060 2004-04-05  David Schleef  <ds@schleef.org>
36061
36062         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36063         a deprecated function (hack!)
36064
36065 2004-04-05  Benjamin Otte  <otte@gnome.org>
36066
36067         * ext/esd/esdmon.c: (gst_esdmon_get):
36068           fix nonterminated vararg and memleak
36069
36070 2004-04-05  Benjamin Otte  <otte@gnome.org>
36071
36072         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36073         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36074         (gst_ladspa_set_property), (gst_ladspa_get_property),
36075         (gst_ladspa_instantiate), (gst_ladspa_activate),
36076         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36077           clean up debugging
36078
36079 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36080
36081         reviewed by Benjamin Otte  <otte@gnome.org>
36082
36083         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36084           check for broken LADSPA parameters (fixes #138635)
36085
36086 2004-04-05  Benjamin Otte  <otte@gnome.org>
36087
36088         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36089           advertise buffer-frames correctly on sinkpads
36090
36091 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36092
36093         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36094         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36095         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36096         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36097         (gst_mad_check_caps_reset), (gst_mad_chain):
36098         add more debugging, only reset caps when we're not in error state
36099
36100 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36101
36102         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36103
36104 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36105
36106         reviewed by Benjamin Otte  <otte@gnome.org>
36107
36108         * configure.ac:
36109           fix == in test(1) operator
36110
36111 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36112
36113         reviewed by Benjamin Otte  <otte@gnome.org>
36114
36115         * configure.ac:
36116           fix --export-symblos-regex to a working regex.
36117
36118 2004-04-04  Benjamin Otte  <otte@gnome.org>
36119
36120         * sys/oss/.cvsignore:
36121           add for oss_probe
36122
36123 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36124
36125         reviewed by Benjamin Otte  <otte@gnome.org>
36126
36127         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36128           add missing 'new_media' argument (fixes #138168)
36129         * gst/matroska/matroska-demux.c:
36130         (gst_matroska_demux_handle_seek_event):
36131           add vararg terminator (fixes #138169)
36132
36133 2004-04-02  David Schleef  <ds@schleef.org>
36134
36135         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36136         disted (bug #138914)
36137
36138 2004-04-01  Benjamin Otte  <otte@gnome.org>
36139
36140         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36141         (gst_alsa_close_audio):
36142           handle case better where a soundcard can't pause
36143         * ext/ogg/gstoggdemux.c:
36144           don't crash when we get events but don't have pads yet
36145
36146 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36147
36148         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36149           throw an error if we couldn't probe any caps.
36150
36151 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36152
36153         * ext/dvdnav/gst-dvd:
36154         Add a really simple sample DVD player
36155
36156 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36157
36158         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36159         (gst_a52dec_push), (gst_a52dec_handle_event),
36160         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36161         (gst_a52dec_change_state):
36162         * ext/a52dec/gsta52dec.h:
36163           Use a debug category, Output timestamps correctly
36164           Emit tag info, Handle events, tell liba52dec about cpu
36165           capabilities so it can use MMX etc.
36166         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36167           Fix a crasher accessing invalid memory
36168         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36169         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36170         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36171         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36172         (dvdnavsrc_query):
36173           Some support for byte-format seeking.
36174           Small fixes for still frames and menu button overlays
36175         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36176         (gst_mpeg2dec_alloc_buffer):
36177           Use a debug category. Adjust the report level of several items to
36178           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36179           so it doesn't lose the GstBuffer pointer
36180         * gst/debug/Makefile.am:
36181         * gst/debug/gstdebug.c: (plugin_init):
36182         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36183         (gst_navseek_base_init), (gst_navseek_class_init),
36184         (gst_navseek_init), (gst_navseek_seek),
36185         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36186         (gst_navseek_get_property), (gst_navseek_chain),
36187         (gst_navseek_plugin_init):
36188         * gst/debug/gstnavseek.h:
36189           Add the navseek debug element for seeking back and forth in a
36190           video stream using arrow keys.
36191         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36192         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36193         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36194         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36195         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36196         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36197         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36198         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36199         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36200         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36201         * gst/mpeg2sub/gstmpeg2subt.h:
36202           Pretty much a complete rewrite. Now a loopbased element. May still
36203           require work to properly synchronise subtitle buffers.
36204         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36205         (gst_dvd_demux_send_subbuffer):
36206         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36207           Don't attempt to create subbuffers of size 0
36208           Reduce a couple of error outputs to warnings.
36209         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36210         (gst_y4mencode_chain):
36211         Output the y4m frame header correctly.
36212
36213 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36214
36215         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36216           throw errors instead of allowing SIGFPE
36217
36218 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36219
36220         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36221         (gst_gconf_render_bin_from_key):
36222           leak plugging and style fixing
36223
36224 2004-03-31  David Schleef  <ds@schleef.org>
36225
36226         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36227         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36228         (bug #138225)
36229         * gst/debug/Makefile.am:
36230         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36231         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36232         plugin.
36233         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36234         (gst_negotiation_base_init), (gst_negotiation_class_init),
36235         (gst_negotiation_init), (gst_negotiation_getcaps),
36236         (gst_negotiation_pad_link), (gst_negotiation_chain),
36237         (gst_negotiation_set_property), (gst_negotiation_get_property),
36238         (gst_negotiation_plugin_init):  New element to talk about random
36239         negotiation things happening in a pipeline.
36240
36241 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36242
36243         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36244           fix integer addition with help of Stefan Kost
36245
36246 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36247
36248         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36249
36250 2004-03-30  David Schleef  <ds@schleef.org>
36251
36252         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36253         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36254         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36255         (bug #137504)
36256         * ext/mpeg2dec/gstmpeg2dec.h:
36257
36258 2004-03-30  David Schleef  <ds@schleef.org>
36259
36260         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36261
36262 2004-03-30  David Schleef  <ds@schleef.org>
36263
36264         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36265         Michael Petullo) to handle .mov
36266
36267 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36268
36269         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36270         (gst_osselement_rate_check_rate):
36271           probe caps correctly for sound cards that only support one format
36272
36273 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36274
36275         * ext/kio/kiosrc.cpp: (process_events):
36276           update handling event processing if inside KDE - untested
36277
36278 2004-03-29  David Schleef  <ds@schleef.org>
36279
36280         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36281         by 2 to not interfere with other colorspaces.
36282         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36283         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36284         one to not interfere with ffmpeg_colorspace.
36285
36286 2004-03-29  David Schleef  <ds@schleef.org>
36287
36288         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36289         aren't in the caps.
36290         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36291         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36292
36293 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36294
36295         * gst-libs/gst/riff/riff-media.c:
36296           fail on error, don't try to set stuff on NULL caps
36297
36298 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36299
36300         * configure.ac:
36301         * ext/Makefile.am:
36302         * ext/kio/Makefile.am:
36303         * ext/kio/kioreceiver.cpp:
36304         * ext/kio/kioreceiver.h:
36305         * ext/kio/kiosrc.cpp:
36306         * ext/kio/kiosrc.h:
36307           add experimental kiosrc plugin
36308         * ext/alsa/gstalsaplugin.c: (plugin_init):
36309           initialize debugging category only when we're sure registering the
36310           plugins worked.
36311
36312 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36313
36314         * examples/gstplay/player.c: (main):
36315         * gst-libs/gst/play/play.c: (gst_play_class_init),
36316         (gst_play_set_location), (gst_play_set_data_src),
36317         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36318         (gst_play_set_visualization), (gst_play_connect_visualization):
36319           check return values of element_set_state and return FALSE where
36320           failed
36321
36322 2004-03-29  Benjamin Otte  <otte@gnome.org>
36323
36324         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36325           try harder to check if an event is really a discont
36326
36327 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36328
36329         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36330         * po/az.po:
36331
36332 2004-03-28  Benjamin Otte  <otte@gnome.org>
36333
36334         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36335         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36336         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36337           get rid of non-standard "..." ranges in case statements.
36338
36339 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36340
36341         * gst/mpegstream/gstmpegdemux.c:
36342         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36343         specific functionality split to the new dvddemux element.
36344         * gst/mpegstream/gstdvddemux.c:
36345         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36346         streams, derived from mpegdemux.
36347         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36348         up. SCR based timestamp rewriting can be turned off (will probably
36349         completely disappear soon).
36350         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36351         hacking. General cleanup. All printf statements replaced by
36352         debugging messages. Almost complete libdvdnav support.
36353         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36354         by events. New properties for audio and subpicture languages.
36355         (dvdnavsrc_update_highlight): Now uses events.
36356         (dvdnavsrc_user_op): Cleaned up.
36357         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36358         based). Lots of cleanup, and propper support for most libdvdnav
36359         events.
36360         (dvdnavsrc_make_dvd_event): New function.
36361         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36362         (dvdnavsrc_make_clut_change_event): New function.
36363
36364 2004-03-26  Benjamin Otte  <otte@gnome.org>
36365
36366         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36367           fix bug where typefinding would claim it's theora whenever less then
36368           7 bytes of data were available
36369
36370 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36371
36372         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36373         (gst_alawdec_base_init), (gst_alawdec_class_init),
36374         (gst_alawdec_init), (gst_alawdec_chain):
36375         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36376         (gst_alawenc_base_init), (gst_alawenc_class_init),
36377         (gst_alawenc_init), (gst_alawenc_chain):
36378         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36379         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36380         (gst_mulawdec_init), (gst_mulawdec_chain):
36381         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36382         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36383         (gst_mulawenc_init), (gst_mulawenc_chain):
36384           Fix capsnego in all four, remove the unused property functions and
36385           simplify the chain functions slightly. I guess we could use macros
36386           or something similar for those, since the code is so similar, but
36387           I'm currently too lazy...
36388
36389 2004-03-24  David Schleef  <ds@schleef.org>
36390
36391         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36392         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36393         (gst_osselement_get_format_structure),
36394         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36395         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36396         (gst_osselement_rate_int_compare): Add code to handle rate probing
36397         (bug #120883)
36398         * sys/oss/gstosselement.h: same
36399         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36400         Use rate probing provided by osselement.
36401         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36402
36403 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36404
36405         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36406         (gst_xvidenc_get_property):
36407           ulong/int mess-up.
36408
36409 2004-03-24  David Schleef  <ds@schleef.org>
36410
36411         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36412         (gst_speexdec_init):
36413         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36414         (gst_speexenc_init):  Create the pad template correctly (from
36415         the static pad template, not a NULL pointer.)
36416
36417 2004-03-25  Benjamin Otte  <otte@gnome.org>
36418
36419         * gst/debug/Makefile.am:
36420         * gst/debug/breakmydata.c:
36421           add element that quasi-randomly changes bytes in the stream.
36422           Intended use is robustness checking of demuxers and decoders in
36423           media tests.
36424
36425 2004-03-24  Benjamin Otte  <otte@gnome.org>
36426
36427         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36428         (gst_alsa_probe_hw_params):
36429         * ext/alsa/gstalsa.h:
36430           debugging output fixes
36431
36432 2004-03-24  Benjamin Otte  <otte@gnome.org>
36433
36434         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36435           don't g_return_if_fail if element is PLAYING, fail silently as every
36436           other element.
36437         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36438           only fix needed for cast lvalue issues in gst-plugins
36439         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36440           add proxy_getcaps
36441
36442 2004-03-24  Benjamin Otte  <otte@gnome.org>
36443
36444         * gst/level/gstlevel.c: (gst_level_init):
36445           add proxying getcaps function, so level doesn't advertise impossible
36446           caps
36447
36448 2004-03-24  David Schleef  <ds@schleef.org>
36449
36450         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36451         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36452         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36453         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36454         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36455         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36456         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36457         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36458         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36459         messages.  Divide the chunk size by the compression ratio
36460         (needed for MACE audio)
36461
36462 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36463
36464         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36465           Fix buffer overflow read error.
36466
36467 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36468
36469         * ext/alsa/gstalsa.h:
36470           Remove unused entry.
36471         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36472           Add cinepak.
36473         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36474         (gst_videodrop_link), (gst_videodrop_chain):
36475           Fix, sort of. Was horribly broken with new capsnego. Bah...
36476
36477 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36478
36479         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36480         (plugin_init):
36481         Add a monkeysaudio typefind function
36482
36483 2004-03-23  Johan Dahlin  <johan@gnome.org>
36484
36485         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36486         (gst_play_video_fixate): Check so the structure has the field
36487         before trying to fixate them, this makes it possible to have
36488         fakesinks for video and audio output without printing errors on
36489         the output console.
36490
36491 2004-03-22  David Schleef  <ds@schleef.org>
36492
36493         * sys/oss/Makefile.am:
36494         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36495         (check_rate), (add_rate):  Rate probing test app.
36496
36497 2004-03-21  Benjamin Otte  <otte@gnome.org>
36498
36499         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36500         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36501           add a fixation function that pretty much does the right thing (fixes
36502           #137556)
36503
36504 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36505
36506         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36507
36508 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36509
36510         reviewed by: Benjamin Otte  <otte@gnome.org>
36511
36512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36513           terminate gst_event_new_discontinuous correctly (fixes parts of
36514           #137711)
36515
36516 2004-03-19  David Schleef  <ds@schleef.org>
36517
36518         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36519         since it doesn't depend on X, and it's part of our ABI.
36520
36521 2004-03-19  Iain <iain@prettypeople.org>
36522
36523         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36524         is_int in the structure, not the local variable.
36525
36526 2004-03-19  David Schleef  <ds@schleef.org>
36527
36528         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36529         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36530         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36531         Improvements in caps negotiation.
36532
36533 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36534
36535         * po/LINGUAS:
36536         * po/af.po:
36537           adding Afrikaans (Petri Jooste)
36538
36539 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36540
36541         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36542         (gst_ffmpegcolorspace_chain):
36543         throw error instead of g_critical (#137588)
36544
36545 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36546
36547         * Makefile.am:
36548         * configure.ac:
36549           dist common and m4 correctly
36550         * po/sv.po:
36551
36552 2004-03-17  David Schleef  <ds@schleef.org>
36553
36554         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36555         (bug #137348)
36556
36557 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36558
36559         * po/LINGUAS:
36560         * po/sv.po:
36561           adding Swedish translation (Christian Rose)
36562
36563 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36564
36565         * Makefile.am: use release.mak
36566
36567 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36568
36569         * common/ChangeLog:
36570         * common/gst-autogen.sh:
36571           add some explanation about the version detection
36572         * configure.ac:
36573           fix X check
36574
36575 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36576
36577         * configure.ac: bump nano to 1
36578
36579 === release 0.8.0 ===
36580
36581 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36582
36583         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36584
36585 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36586
36587         * configure.ac:
36588           update libtool version
36589         * gst-libs/gst/media-info/Makefile.am:
36590           actually use libtool version
36591
36592 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36593
36594         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36595
36596 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36597
36598         * configure.ac:
36599         * gst-plugins.spec.in:
36600         * pkgconfig/Makefile.am:
36601         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36602         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36603         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36604         * pkgconfig/gstreamer-libs.pc.in:
36605         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36606         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36607         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36608         * pkgconfig/gstreamer-plugins.pc.in:
36609           remove @VERSION@ from some of the pc files since core and plugins
36610           are decoupled.
36611           created gstreamer-plugins.pc as it's a better name, but keeping
36612           -libs around for now to get fixes upstream done first.
36613
36614 2004-03-15  Julien MOUTTE <julien@moutte.net>
36615
36616         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36617         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36618         * gst-libs/gst/play/play.h:
36619
36620 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36621
36622         * *.c, *.cc: don't mix tabs and spaces
36623
36624 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36625
36626         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36627           use the new ffmpegcolorspace
36628         * gst-plugins.spec.in:
36629           package new colorspace and media-info
36630         * configure.ac:
36631         * pkgconfig/Makefile.am:
36632           fix some more disting issues
36633         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36634         * pkgconfig/gstreamer-media-info.pc.in:
36635           generate media-info pc files
36636
36637 2004-03-15  Johan Dahlin  <johan@gnome.org>
36638
36639         * *.h: Revert indenting
36640
36641 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36642
36643         * configure.ac:
36644           adding ffmpegcolorspace element
36645         * gst/ffmpegcolorspace/Makefile.am:
36646         * gst/ffmpegcolorspace/avcodec.h:
36647         * gst/ffmpegcolorspace/common.h:
36648         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36649         * gst/ffmpegcolorspace/dsputil.h:
36650         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36651         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36652         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36653         (gst_ffmpeg_caps_to_pix_fmt):
36654         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36656         (gst_ffmpegcolorspace_caps_remove_format_info),
36657         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36658         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36659         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36660         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36661         (gst_ffmpegcolorspace_set_property),
36662         (gst_ffmpegcolorspace_get_property),
36663         (gst_ffmpegcolorspace_register):
36664         * gst/ffmpegcolorspace/imgconvert.c:
36665         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36666         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36667         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36668         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36669         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36670         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36671         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36672         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36673         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36674         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36675         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36676         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36677         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36678         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36679         (img_get_alpha_info), (deinterlace_line),
36680         (deinterlace_line_inplace), (deinterlace_bottom_field),
36681         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36682         * gst/ffmpegcolorspace/imgconvert_template.h:
36683         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36684         * gst/ffmpegcolorspace/mmx.h:
36685         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36686           adding ffmpegcolorspace element supplied by Ronald after cleaning
36687           up and pulling in the right bits of upstream source.
36688           I'm sure a better C/compiler wizard could do some cleaning up (for
36689           example use GLIB's malloc stuff), but as a first pass this
36690           works very well
36691
36692 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36693
36694         * ext/alsa/gstalsa.h:
36695           I assume Ronald forgot to commit the change to have cardname
36696           as a struct member.  Expect some public spanking at the next
36697           opportunity.
36698
36699 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36700
36701         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36702         (gst_alsa_open_audio), (gst_alsa_close_audio):
36703         * ext/alsa/gstalsa.c:
36704           Don't open the device if we're a mixer (= padless).
36705         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36706         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36707         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36708           Open mixer during state change rather than during object
36709           initialization. Also, get a device name. Currently in a somewhat
36710           hackish fashion, but I didn't really find something better.
36711
36712 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36713
36714         * *.c, *.h: run gst-indent
36715
36716 2004-03-14  Benjamin Otte  <otte@gnome.org>
36717
36718         * gst/modplug/gstmodplug.cc:
36719         * gst/modplug/gstmodplug.h:
36720           set correct timestamps on outgoing buffers
36721
36722 2004-03-14  Benjamin Otte  <otte@gnome.org>
36723
36724         * gst/modplug/gstmodplug.cc:
36725           handle events - don't do crap when a discont arrives that's not
36726           necessary
36727           This allows correct loading and playback of mods in Rhythmbox
36728
36729 2004-03-14  Benjamin Otte  <otte@gnome.org>
36730
36731         * configure.ac:
36732         * gst-libs/gst/gconf/Makefile.am:
36733         * pkgconfig/Makefile.am:
36734           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36735           they get rebuilt properly
36736         * configure.ac:
36737           when checking for vorbis, try pkgconfig first.
36738         * gst/modplug/gstmodplug.cc:
36739           add fixate function
36740
36741 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36742
36743         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36744           Fix for obvious mistake, where we first shift the offset and then
36745           read a samplesize element assuming the old offset. Note that this
36746           part still has something weird, i.e. my movies containing those
36747           don't actually play well, but at least there's something that looks
36748           like sound now.
36749
36750 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36751         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36752         (plugin_init):
36753         Add a typefind function for speex format
36754
36755 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36756
36757         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36758         (gst_asf_demux_setup_pad):
36759           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36760           instead of 0. Reason is simple: some elements have a fps range
36761           of 1-max instead of 0-max. So now ASF video actually works.
36762
36763 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36764
36765         * po/LINGUAS:
36766         * po/sr.po:
36767           adding serbian as a language
36768
36769 2004-03-13  Benjamin Otte  <otte@gnome.org>
36770
36771         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36772           return taglist correctly from _get function, don't gst_pad_push it.
36773           (fixes #137042)
36774
36775 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36776         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36777
36778 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36779
36780         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36781         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36782         (gst_alsa_mixer_track_new):
36783         * ext/alsa/gstalsamixertrack.h:
36784           Fix ancient leftovers... MixerTrack is a GObject.
36785
36786 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36787
36788         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36789         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36790           Don't block during probing...
36791
36792 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36793
36794         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36795         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36796         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36797         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36798         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36799         (gst_alsa_open_audio), (gst_alsa_close_audio):
36800         * ext/alsa/gstalsa.h:
36801           Add propertyprobe interface implementation, add some device-name
36802           property, all this so that it looks good in gnome-volume-control.
36803
36804 2004-03-12  David Schleef  <ds@schleef.org>
36805
36806         * configure.ac: the Hermes library controls hermescolorspace, not
36807         colorspace.
36808         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36809         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36810         not /* */
36811         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36812         * ext/sdl/sdlvideosink.h: ditto.
36813         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36814
36815 2004-03-12  Benjamin Otte  <otte@gnome.org>
36816
36817         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36818         (gst_x_overlay_got_xwindow_id):
36819         * gst-libs/gst/xoverlay/xoverlay.h:
36820           replace XID with unsigned long to get rid of the xlibs dependency in
36821           XOverlay (fixes #137004)
36822
36823 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36824         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36825         (gst_agingtv_setup):
36826         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36827         (gst_dicetv_base_init), (gst_dicetv_class_init),
36828         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36829         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36830         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36831         (gst_edgetv_setup), (gst_edgetv_rgb32):
36832         * gst/effectv/gsteffectv.c:
36833         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36834         (gst_quarktv_set_property):
36835         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36836         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36837         (gst_revtv_setup), (gst_revtv_rgb32):
36838         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36839         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36840         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36841         (gst_shagadelictv_rgb32):
36842         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36843         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36844         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36845         * gst/effectv/gstwarp.c:
36846         Port everything that can be ported to videofilter and fix up the caps.
36847         Can someone with a big-endian machine please check these?
36848
36849 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36850
36851         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36852         (gst_osssink_chain), (gst_osssink_change_state):
36853           Latest fixes for A/V sync, audio playback and such. This is about
36854           all... MPEG playback issues are mostly related to the async build-
36855           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36856
36857 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36858
36859         patch from: Stephane Loeuillet
36860
36861         * configure.ac:
36862           use pkg-config for some libraries, falling back to the old .m4 way
36863           (fixes #131270)
36864         * m4/libdv.m4:
36865           removed
36866
36867 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36868
36869         * configure.ac:
36870         * tools/Makefile.am:
36871         * tools/Makefile.in:
36872         * tools/gst-launch-ext-m.m:
36873         * tools/gst-launch-ext.1.in:
36874         * tools/gst-visualise-m.m:
36875         * tools/gst-visualise.1:
36876         * tools/gst-visualise.1.in:
36877           reorganizing generation of script tools
36878
36879 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36880
36881         * ext/divx/gstdivxdec.c:
36882           Downgrade priority. We prefer ffdec_mpeg4.
36883         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36884         (gst_faad_chain), (gst_faad_change_state):
36885           Fix capsnego. Doesn't work for some sounds because we don't have
36886           a 5:1 to stereo element.
36887         * ext/xvid/gstxvid.c: (plugin_init):
36888           Add priority.
36889         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36890         (gst_osssink_change_state):
36891           Add discont handling.
36892
36893 2004-03-09  Colin Walters  <walters@verbum.org>
36894
36895         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36896         conversion.
36897
36898 2004-03-09  Benjamin Otte  <otte@gnome.org>
36899
36900         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36901           the signals take 2 arguments
36902
36903 2004-03-09  David Schleef  <ds@schleef.org>
36904
36905         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36906         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36907         * ext/alsa/gstalsa.h:
36908         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36909
36910 2004-03-09  Benjamin Otte  <otte@gnome.org>
36911
36912         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36913         (gst_mikmod_change_state):
36914         * ext/mikmod/gstmikmod.h:
36915           make mikmod's loop function not loop infinitely and call
36916           gst_element_yield anymore
36917         * gst/modplug/gstmodplug.cc:
36918           fix pad negotiation (fixes #136590)
36919
36920 2004-03-09  David Schleef  <ds@schleef.org>
36921
36922         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36923         doesn't conflict with the internal colorspace plugin.
36924         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36925         satisfy the crappy-ass shell shipped by a certain vendor.
36926         * gst/videofilter/make_filter: same (bug #135299)
36927
36928 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36929
36930         * configure.ac: bump nano to 1
36931
36932 === release 0.7.6 ===
36933
36934 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36935
36936         * configure.in: releasing 0.7.6, "There"
36937
36938 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36939
36940         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36941         * pkgconfig/gstreamer-play.pc.in:
36942           synchronize the two
36943
36944 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36945
36946         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36947         (cdparanoia_open), (cdparanoia_event):
36948           fix/add error handling
36949         * po/POTFILES.in:
36950           add cdparanoia source
36951         * tools/Makefile.am:
36952           make scripts executable
36953
36954 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36955
36956         * configure.ac:
36957         * ext/vorbis/Makefile.am:
36958         * sys/Makefile.am:
36959           remove id3types, vorbisfile and xvideosink from the build (#133783)
36960
36961 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36962
36963         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36964           Fix metadata read crash (#136537).
36965
36966 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36967
36968         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36969         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36970           adding mime types, fixing the one-stop function
36971
36972 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36973
36974         * ext/nas/nassink.c and /ext/nas/nassink.h:
36975         More NAS love from Arwed von Merkatz
36976         So lets all sing 'Can you feel the NAS tonight'
36977
36978 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36979
36980         * tools/gst-launch-ext.in:
36981         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36982
36983 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36984
36985         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36986         (gst_mpeg2dec_init):
36987         remove the user_data pad for now, because it is being used in
36988         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36989         If someone knows how to fix this properly, please do.
36990
36991 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36992
36993         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36994         (gst_osssink_get_time):
36995         add a warning, IMO this won't get triggered anymore, remove later
36996
36997 2004-03-07  David Schleef  <ds@schleef.org>
36998
36999         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37000         format (bug #136470)
37001
37002 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37003
37004         * gst-libs/Makefile.am:
37005         * gst-libs/gst/media-info/Makefile.am:
37006         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37007         (error_callback), (gst_media_info_error_create),
37008         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37009         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37010         * gst-libs/gst/media-info/media-info-priv.h:
37011         * gst-libs/gst/media-info/media-info-test.c: (main):
37012         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37013         (gst_media_info_class_init), (gst_media_info_instance_init),
37014         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37015         (gst_media_info_read_idler), (gst_media_info_read):
37016         * gst-libs/gst/media-info/media-info.h:
37017         fixed, should work now
37018
37019 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37020
37021         * ext/nas/nassink.c:
37022         A bunch of NAS fixes from Arwed von Merkatz
37023
37024 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37025
37026         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37027         (qtdemux_parse_trak):
37028           Fix crash (j might be greater than n_samples, in which case we're
37029           writing outside the allocated space for the array) and memleak.
37030
37031 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37032
37033         * sys/oss/gstosssink.c: (gst_osssink_chain):
37034           And another caller that couldn't handle delay < 0 (unsigned
37035           integer overflow). Video now continues playing on an audio
37036           buffer underrun, and the clock continues working. Audio still
37037           stalls.
37038
37039 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37040
37041         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37042         (gst_osssink_get_time):
37043           get_delay() may return values lower than 0. In those cases, we
37044           should not actually cast to *unsigned* int64, that will break
37045           stuff horribly. In my case, it screwed up A/V sync in movies
37046           in totem rather badly.
37047
37048 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37049
37050         * ext/faac/gstfaac.c: (gst_faac_chain):
37051         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37052         * ext/libpng/gstpngenc.c: (user_write_data):
37053         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37054         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37055         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37056         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37057         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37058         of any buffer), should fix some leaks. I hope I didn't unref buffers
37059         that shouldn't be...
37060
37061 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37062
37063         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37064         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37065         (error_callback), (gmi_reset), (gmi_seek_to_track),
37066         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37067         (gmip_find_type_post), (gmip_find_stream_post),
37068         (gmip_find_track_streaminfo_post):
37069         * gst-libs/gst/media-info/media-info-priv.h:
37070         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37071         (info_print), (main):
37072         * gst-libs/gst/media-info/media-info.c:
37073         (gst_media_info_error_create), (gst_media_info_error_element),
37074         (gst_media_info_instance_init), (gst_media_info_get_property),
37075         (gst_media_info_new), (gst_media_info_set_source),
37076         (gst_media_info_read_idler), (gst_media_info_read):
37077         * gst-libs/gst/media-info/media-info.h:
37078           first pass at making this work again.  This seems to work on
37079           tagged ogg/vorbis and mp3 files.
37080
37081 2004-03-06  Benjamin Otte  <otte@gnome.org>
37082
37083         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37084           fix huge leak: gst_buffer_merge doesn't unref the first argument
37085           itself.
37086
37087 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37088
37089         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37090           report layer/mode/emphasis
37091
37092 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37093
37094         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37095
37096 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37097
37098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37099           signal serial
37100
37101 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37102
37103         * ext/vorbis/vorbis.c: (plugin_init):
37104         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37105         (gst_vorbis_dec_init), (vorbis_dec_event):
37106         add debug category
37107         make vorbisdec handle _BYTE and _TIME queries
37108
37109 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37110
37111         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37112           from the xing header
37113
37114 2004-03-06  Benjamin Otte  <otte@gnome.org>
37115
37116         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37117         (gst_audio_convert_link), (gst_audio_convert_change_state),
37118         (gst_audio_convert_buffer_from_default_format):
37119           do conversions from/to float correctly, fix some caps nego errors,
37120           export correct supported caps in template and getcaps, use correct
37121           caps in try_set_caps functions
37122
37123 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37124
37125         For some reason, I only committed a ChangeLog entry yesterday and
37126         not the corresponding code...
37127         * ext/mad/gstmad.c: Fix detection of Xing headers
37128         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37129
37130 2004-03-06  Benjamin Otte  <otte@gnome.org>
37131
37132         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37133         (gst_ogg_demux_src_query):
37134           make sure to handle the case where there's no current chain
37135           gracefully.
37136
37137 2004-03-05  David Schleef  <ds@schleef.org>
37138
37139         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37140         Add fixate function. (bug #131128)
37141         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37142         (gst_sdlvideosink_fixate):  Add fixate function.
37143         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37144         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37145         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37146         Fix missing break that was causing ulaw to be interpreted as
37147         raw int.
37148
37149 2004-03-05  David Schleef  <ds@schleef.org>
37150
37151         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37152         Fix code that ignores return value of gst_buffer_merge().
37153         (bug #114560)
37154         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37155         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37156         * testsuite/gst-lint:  Check for above.
37157
37158 2004-03-05  David Schleef  <ds@schleef.org>
37159
37160         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37161         caps and throw an element error.  (bug #136334)
37162
37163 2004-03-05  David Schleef  <ds@schleef.org>
37164
37165         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37166         (gst_faad_chain): Fix negotiation.
37167         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37168         key and button events.
37169         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37170         dung heap of code.
37171         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37172         depends on gconf
37173         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37174         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37175         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37176         function to encourage better negotiation, particularly between
37177         audioconvert and osssink.
37178         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37179         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37180         more important.
37181         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37182         typefinding.
37183         * gst/vbidec/vbiscreen.c:  Add glib header
37184         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37185
37186 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37187
37188         * ext/mad/gstmad.c: Fix detection of Xing headers
37189         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37190
37191 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37192
37193         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37194         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37195           debug updates
37196
37197 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37198
37199         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37200         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37201         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37202         files, and report the parsed length as a GST_TAG_DURATION tag.
37203         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37204
37205 2004-03-05  Benjamin Otte  <otte@gnome.org>
37206
37207         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37208           convert channels correctly. convert correctly to unsigned.
37209
37210 2004-03-05  Julien MOUTTE <julien@moutte.net>
37211
37212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37213         we have a window before clearing it.
37214
37215 2004-03-05  Julien MOUTTE <julien@moutte.net>
37216
37217         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37218         have a window before clearing it.
37219
37220 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37221
37222         * gconf/gstreamer.schemas.in:
37223         * gst-libs/gst/gconf/Makefile.am:
37224           version installation path the same way as for 0.6
37225         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37226         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37227         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37228           remove comment that was fixed
37229
37230 2004-03-05  David Schleef  <ds@schleef.org>
37231
37232         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37233         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37234         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37235         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37236         Add prototype code for handling seeking and querying.
37237
37238 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37239
37240         * examples/gstplay/player.c: (main):
37241           Initialize variables to NULL. Prevents a segfault because the
37242           (uninitialized) variable is not NULL, resulting in a crash on
37243           trying to reach error->message.
37244
37245 2004-03-05  Benjamin Otte  <otte@gnome.org>
37246
37247         * gst/audioconvert/gstaudioconvert.c:
37248         (gst_audio_convert_buffer_to_default_format):
37249         make float=>int conversion work correctly even in cornercases.
37250
37251 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37252
37253         * debian/README.Debian:
37254         * debian/build-deps:
37255         * debian/changelog:
37256         * debian/control:
37257         * debian/control.in:
37258         * debian/copyright:
37259         * debian/gstreamer-a52dec.files:
37260         * debian/gstreamer-aa.files:
37261         * debian/gstreamer-alsa.files:
37262         * debian/gstreamer-alsa.manpages:
37263         * debian/gstreamer-arts.files:
37264         * debian/gstreamer-artsd.files:
37265         * debian/gstreamer-audiofile.files:
37266         * debian/gstreamer-avifile.files:
37267         * debian/gstreamer-cdparanoia.files:
37268         * debian/gstreamer-colorspace.files:
37269         * debian/gstreamer-doc.files:
37270         * debian/gstreamer-dv.files:
37271         * debian/gstreamer-dvd.files:
37272         * debian/gstreamer-esd.files:
37273         * debian/gstreamer-festival.files:
37274         * debian/gstreamer-flac.files:
37275         * debian/gstreamer-gconf.conffiles:
37276         * debian/gstreamer-gconf.files:
37277         * debian/gstreamer-gconf.postinst:
37278         * debian/gstreamer-gnomevfs.files:
37279         * debian/gstreamer-gsm.files:
37280         * debian/gstreamer-http.files:
37281         * debian/gstreamer-jack.files:
37282         * debian/gstreamer-jpeg.files:
37283         * debian/gstreamer-mad.files:
37284         * debian/gstreamer-mikmod.files:
37285         * debian/gstreamer-misc.files:
37286         * debian/gstreamer-mpeg2dec.files:
37287         * debian/gstreamer-oss.files:
37288         * debian/gstreamer-plugin-apps.files:
37289         * debian/gstreamer-plugin-apps.manpages:
37290         * debian/gstreamer-plugin-libs-dev.files:
37291         * debian/gstreamer-plugin-libs.files:
37292         * debian/gstreamer-plugin-template.postinst:
37293         * debian/gstreamer-plugin-template.postrm:
37294         * debian/gstreamer-sdl.files:
37295         * debian/gstreamer-sid.files:
37296         * debian/gstreamer-vorbis.files:
37297         * debian/gstreamer-x.files:
37298         * debian/mk.control:
37299         * debian/rules:
37300         Debian package info not maintained here.
37301
37302 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37303
37304         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37305         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37306         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37307         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37308         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37309         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37310         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37311         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37312         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37313         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37314         * gst-libs/gst/colorbalance/colorbalance.c:
37315         (gst_color_balance_class_init):
37316         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37317         (gst_color_balance_channel_class_init):
37318         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37319         * gst-libs/gst/play/play.c: (gst_play_class_init):
37320         * gst-libs/gst/propertyprobe/propertyprobe.c:
37321         (gst_property_probe_iface_init):
37322         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37323         * gst-libs/gst/tuner/tunerchannel.c:
37324         (gst_tuner_channel_class_init):
37325         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37326         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37327         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37328         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37329         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37330         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37331         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37332         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37333         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37334           fix signals to use - instead of _
37335         * ext/libcaca/gstcacasink.h:
37336         * ext/sdl/sdlvideosink.h:
37337           fix header rename
37338
37339 2004-03-04  David Schleef  <ds@schleef.org>
37340
37341         * testsuite/gst-lint:  Add a check for bad signal names.
37342
37343 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37344
37345         reviewed by David Schleef
37346
37347         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37348         modified the alpha channel and caused a warning. (bug #136192)
37349
37350 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37351
37352         * gst-plugins.spec.in:
37353         Change names of plugins to actually be correct. Try to keep things
37354         alphabetical to avoid getting beat up by Thomas
37355
37356 2004-03-03  Julien MOUTTE <julien@moutte.net>
37357
37358         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37359         Using ximagesink as a default if no gconf key found. We should
37360         probably consider using alsasink instead of osssink for the audio
37361         part.
37362
37363 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37364
37365         * configure.ac:
37366           fix --with-plugins, don't think it ever worked before
37367         * gst-plugins.spec.in:
37368           even more updates
37369
37370 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37371
37372         * ext/sdl/sdlvideosink.h:
37373         * sys/ximage/ximagesink.h:
37374         * sys/xvideo/xvideosink.h:
37375         * sys/xvimage/xvimagesink.h:
37376           Fix for move of gstvideosink.h -> videosink.h.
37377
37378 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37379
37380         * gst-libs/gst/xwindowlistener/Makefile.am:
37381           this is a plugin library, not a library
37382
37383 2004-03-01  David Schleef  <ds@schleef.org>
37384
37385         * AUTHORS:  Added some names.  Add yourself if you're still
37386         missing.
37387
37388 2004-03-01  David Schleef  <ds@schleef.org>
37389
37390         * MAINTAINERS: Add
37391
37392 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37393
37394         * gst-plugins.spec.in: clean up spec file
37395
37396 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37397
37398         * gst-libs/gst/video/Makefile.am:
37399         * gst-libs/gst/video/gstvideosink.c:
37400         * gst-libs/gst/video/gstvideosink.h:
37401           rename gstvideosink.h to videosink.h to match other headers
37402         * gst/mixmatrix/Makefile.am:
37403           fix plugin filename
37404         * gst/tags/Makefile.am: fix plugin filename
37405
37406 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37407
37408         * gst/tags/Makefile.am: fix plugin filename
37409
37410 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37411
37412         * examples/gstplay/player.c: (got_time_tick), (main):
37413           add error handler
37414           display time_tick more readably
37415         * gst/mixmatrix/Makefile.am:
37416           fix plugin file name
37417
37418 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37419
37420         * sys/oss/gstosselement.c: (gst_osselement_probe),
37421         (device_combination_append), (gst_osselement_class_probe_devices):
37422         * sys/oss/gstosselement.h:
37423           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37424           on my system using alsa oss emulation, fixes bug #135597
37425
37426 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37427
37428         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37429         (gst_videodrop_chain), (gst_videodrop_change_state):
37430         * gst/videodrop/gstvideodrop.h:
37431           Work based on timestamp of input data, not based on the expected
37432           framerate from the input. The consequence is that this element now
37433           not only scales framerates, but also functions as a framerate
37434           corrector or framerate stabilizer/constantizer.
37435
37436 2004-02-27  David Schleef  <ds@schleef.org>
37437
37438         patches from jmmv@menta.net (Julio M. Merino Vidal)
37439
37440         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37441         GST_ELEMENT_ERROR call (bug #135634)
37442         * gst/interleave/interleave.c: (interleave_buffered_loop),
37443         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37444         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37445         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37446         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37447         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37448         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37449         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37450         Fix GST_ELEMENT_ERROR call.
37451         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37452         GST_ELEMENT_ERROR call.
37453
37454 2004-02-27  Benjamin Otte  <otte@gnome.org>
37455
37456         * gst-libs/gst/audio/audio.h:
37457           add macro to make sure header isn't included twice
37458         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37459           don't use gst_buffer_free
37460         * gst/playondemand/filter.func:
37461           don't use gst_data_free. Free data only once.
37462
37463 2004-02-26  David Schleef  <ds@schleef.org>
37464
37465         * gst-libs/gst/colorbalance/Makefile.am:
37466         * gst-libs/gst/mixer/Makefile.am:
37467         * gst-libs/gst/tuner/Makefile.am:
37468         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37469         should not be disted, -marshal.h files should not be installed,
37470         and -enum.h files _should_ be installed.  Fix to make this the
37471         case.
37472
37473 === release 0.7.5 ===
37474
37475 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37476
37477         * configure.ac: release 0.7.5, "Under The Sea"
37478
37479 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37480
37481         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37482         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37483         * gst/videoscale/gstvideoscale.c:
37484         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37485           assorted debug/warning fixes
37486
37487 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37488
37489         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37490         (gst_videoscale_init), (gst_videoscale_chain),
37491         (gst_videoscale_set_property), (plugin_init):
37492         * gst/videoscale/gstvideoscale.h:
37493         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37494         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37495         (gst_videoscale_planar400), (gst_videoscale_packed422),
37496         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37497         (gst_videoscale_24bit), (gst_videoscale_16bit),
37498         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37499         (gst_videoscale_scale_plane_slow),
37500         (gst_videoscale_scale_point_sample),
37501         (gst_videoscale_scale_nearest),
37502         (gst_videoscale_scale_nearest_str2),
37503         (gst_videoscale_scale_nearest_str4),
37504         (gst_videoscale_scale_nearest_32bit),
37505         (gst_videoscale_scale_nearest_24bit),
37506         (gst_videoscale_scale_nearest_16bit):
37507         add debugging category and use it properly
37508         fix use of GST_PTR_FORMAT
37509
37510 2004-02-25  Andy Wingo  <wingo@pobox.com>
37511
37512         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37513         push only when channel->buffer is NULL. Prevents segfaults doing
37514         the state change after a nonlocal exit, like a scheme exception.
37515
37516         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37517         Handle the case where the intersected caps is empty.
37518
37519 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37520
37521         * gst/law/mulaw-decode.c: (mulawdec_link):
37522         * gst/law/mulaw.c: (plugin_init):
37523           fix mulawdec so it actually works again
37524
37525 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37526
37527         reviewed by: David Schleef  <ds@schleef.org>
37528
37529         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37530         (gst_gamma_init), (gst_gamma_set_property),
37531         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37532         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37533         for RGB, with separate r g and b correction factors. (#131167)
37534
37535 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37536
37537         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37538           only signal tags for bitrate if they're > 0 (#134894)
37539
37540 2004-02-24  David Schleef  <ds@schleef.org>
37541
37542         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37543         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37544         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37545         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37546         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37547         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37548         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37549         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37550         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37551         category.  Attempt to fix timestamp calculation.
37552
37553 2004-02-24  Johan Dahlin  <johan@gnome.org>
37554
37555         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37556
37557 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37558
37559         * configure.ac:
37560         * gconf/Makefile.am:
37561         * gconf/gstreamer.schemas:
37562         * gst-libs/gst/gconf/Makefile.am:
37563         * gst-libs/gst/gconf/gconf.c:
37564           version gconf schemas and install locations
37565
37566 2004-02-23  Benjamin Otte  <otte@gnome.org>
37567
37568         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37569         (gst_xine_input_subclass_init):
37570           call parent dispose.
37571           change pad template for CD reader correctly
37572         * ext/xine/Makefile.am:
37573         * ext/xine/gstxine.h:
37574         * ext/xine/xine.c: (plugin_init):
37575         * ext/xine/xineaudiosink.c:
37576           wrap audio sinks, too
37577         * gst-libs/gst/resample/private.h:
37578         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37579         (gst_resample_reinit), (gst_resample_scale),
37580         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37581         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37582         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37583         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37584         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37585         * gst-libs/gst/resample/resample.h:
37586         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37587         (gst_audioscale_class_init), (gst_audioscale_link),
37588         (gst_audioscale_get_buffer), (gst_audioscale_init),
37589         (gst_audioscale_chain), (gst_audioscale_set_property),
37590         (gst_audioscale_get_property):
37591         * gst/audioscale/gstaudioscale.h:
37592           s/resample_*/gst_resample_*/i to not clobber namespaces
37593
37594 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37595
37596         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37597         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37598         (gst_riff_create_video_template_caps),
37599         (gst_riff_create_audio_template_caps),
37600         (gst_riff_create_iavs_template_caps):
37601         * gst-libs/gst/riff/riff-media.h:
37602         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37603         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37604         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37605         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37606         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37607         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37608         (gst_matroska_demux_plugin_init): First batch implementing audio and
37609         video codec tags in demuxers.
37610
37611 2004-02-22  Benjamin Otte  <otte@gnome.org>
37612
37613         * ext/xine/Makefile.am:
37614         * ext/xine/gstxine.h:
37615         * ext/xine/xine.c: (plugin_init):
37616         * ext/xine/xineinput.c:
37617           add input plugin wrapper. Playback from files, http, mms and cdda
37618           works.
37619         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37620           remove leftover G_GNUC_UNUSED
37621         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37622         (gst_asf_demux_identify_guid):
37623           improve debugging output
37624
37625 2004-02-22  Benjamin Otte  <otte@gnome.org>
37626
37627         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37628
37629         * autogen.sh:
37630           replace test -e with test -x for mkinstalldirs to be more portable.
37631           (fixes #134816)
37632
37633 2004-02-22  Benjamin Otte  <otte@gnome.org>
37634
37635         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37636
37637         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37638           set rank to PRIMARY
37639         * gst/volume/gstvolume.c: (plugin_init):
37640           set rank to NONE
37641         fixes #134960
37642
37643 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37644
37645         reviewed by Benjamin Otte  <otte@gnome.org>
37646
37647         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37648           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37649
37650 2004-02-22  Benjamin Otte  <otte@gnome.org>
37651
37652         * configure.ac:
37653           export [_]*{gst,Gst,GST}.* symbols from plugins
37654
37655 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37656
37657         reviewed by: Benjamin Otte  <otte@gnome.org>
37658
37659         * ext/lame/gstlame.c: (add_one_tag):
37660         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37661         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37662         (gst_vorbisenc_metadata_set1):
37663         * gst/tags/gstid3tag.c:
37664         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37665           apply fixes from bugs #135042 (lame can't write tags) and #133817
37666           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37667
37668 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37669
37670         * configure.ac: Export only gst_plugin_desc from plugins.
37671          Note that this change only makes any effect with Linux using libtool
37672          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37673          fine. And don't try to have several versions of libtool in different
37674          directories.
37675
37676 2004-02-20  Andy Wingo  <wingo@pobox.com>
37677
37678         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37679         interleave respectively.
37680
37681         * gst/interleave/deinterleave.c: New plugin: deinterleave
37682         (replaces on oneton).
37683         * gst/interleave/interleave.c: New plugin: interleave.
37684         * gst/interleave/plugin.h: Support file.
37685         * gst/interleave/plugin.c: Support file.
37686
37687         * configure.ac: Remove intfloat and oneton, add interleave.
37688
37689         * ext/sndfile/gstsf.c: Handle events better.
37690
37691         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37692         and float2int operation. int2float has scheduling problems as
37693         noted in in2float_chain.
37694
37695 2004-02-20  Benjamin Otte  <otte@gnome.org>
37696
37697         * ext/xine/Makefile.am:
37698         * ext/xine/gstxine.h:
37699         * ext/xine/xine.c:
37700         * ext/xine/xineaudiodec.c:
37701         * ext/xine/xinecaps.c:
37702           add first version of xine plugin wrapper. Currently only wraps the
37703           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37704         * configure.ac:
37705         * ext/Makefile.am:
37706           add xine plugin wrapper, disabled by default. Use --enable-xine to
37707           build. Note that it'll segfault on gst-register if you don't remove
37708           the goom and tvtime post plugins from xine.
37709         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37710         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37711           add extradata parsing for QDM2.
37712           change around debugging prints.
37713
37714 2004-02-19  Benjamin Otte  <otte@gnome.org>
37715
37716         * ext/lame/gstlame.c: (gst_lame_chain):
37717         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37718           use gst_tag_list_insert when you want to insert tags
37719
37720 2004-02-18  David Schleef  <ds@schleef.org>
37721
37722         * configure.ac:  Move massink to gst-rotten
37723         * ext/Makefile.am:
37724         * ext/mas/Makefile.am:
37725         * ext/mas/massink.c:
37726         * ext/mas/massink.h:
37727
37728 2004-02-18  David Schleef  <ds@schleef.org>
37729
37730         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37731         typefinding, since it seems to be worse than nothing.
37732         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37733         atom to recognize .mp4 and .m4a files as video/quicktime.
37734
37735 2004-02-18  David Schleef  <ds@schleef.org>
37736
37737         * gst/sine/demo-dparams.c: (quit_live),
37738         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37739         Use double dparams, not float.
37740         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37741         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37742         sync'd elements don't really work correctly.
37743         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37744         (volume_update_volume), (volume_get_property):  Change dparam
37745         to double.
37746
37747 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37748
37749         * sys/ximage/ximagesink.c:
37750         (gst_ximagesink_xwindow_update_geometry),
37751         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37752         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37753         (gst_ximagesink_init): Rework the way software video scaling works. So
37754         now we check on each chain call if the video frames are feeling the
37755         window. If not we try to renegotiate caps. On failure we memorize that
37756         and we won't try again for that PLAYING sessions.
37757         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37758         failure.
37759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37760         synchronous flag.
37761
37762 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37763
37764         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37765           break up _link so we can give a better debug message for errors
37766
37767 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37768
37769         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37770           set up debug category
37771
37772 2004-02-18  Julien MOUTTE <julien@moutte.net>
37773
37774         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37775         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37776         the way renegotiation work. The event handling function is not taking
37777         care of external windows and renegotiate method check for pad flags
37778         NEGOTIATING. Should fix : #133209
37779
37780 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37781
37782         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37783         pad is negotiating before trying renegotiation.
37784
37785 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37786
37787         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37788           pass on all possible mime types as typefind hints
37789
37790 2004-02-17  Julien MOUTTE <julien@moutte.net>
37791
37792         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37794         possible SHM leak if we crash. All other apps using XShm are doing
37795         that.
37796
37797 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37798
37799         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37800         (gst_ximagesink_expose): Renegotiate size on expose.
37801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37802         size on expose.
37803
37804 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37805
37806         * testsuite/alsa/sinesrc.c:
37807           cosmetic fix to fix compile issue with gcc 2.95.4
37808
37809 2004-02-16  Julien MOUTTE <julien@moutte.net>
37810
37811         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37812         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37813         failed opening the audio device.
37814         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37815         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37816         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37817         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37818         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37819         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37820         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37821         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37822         Removing some useless g_return_if_fail like wingo suggested.
37823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37824         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37825         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37826         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37827         (gst_xvimagesink_update_colorbalance),
37828         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37829         (gst_xvimagesink_xcontext_clear),
37830         (gst_xvimagesink_get_fourcc_from_caps),
37831         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37832         (gst_xvimagesink_set_xwindow_id),
37833         (gst_xvimagesink_colorbalance_list_channels),
37834         (gst_xvimagesink_colorbalance_set_value),
37835         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37836         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37837
37838 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37839
37840         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37841           throw error when not negotiated instead of asserting
37842
37843 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37844
37845         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37846         correct data refcounting.
37847
37848 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37849
37850         * gst/switch/gstswitch.c: (gst_switch_change_state),
37851         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37852         change, mostly the EOS flag.
37853
37854 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37855
37856         * examples/gstplay/player.c: (got_eos), (main): Adding some
37857         output for debugging.
37858         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37859         timeouts if we go to any state different from PLAYING.
37860         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37861         more EOS bugs in riff lib.
37862
37863 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37864
37865         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37866         visualization until i find a way to fix switch correctly.
37867         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37868         EOS arrives.
37869         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37870         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37871         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37872         Reworked switch to get a more correct behaviour with events and refing
37873         of data stored in sinkpads.
37874         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37875         we don't pull from a pad in EOS.
37876
37877 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37878
37879         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37880           remove v1 tag even if we can't read it (makes sure we don't detect
37881           it again)
37882
37883 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37884
37885         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37886         (gst_alsa_xrun_recovery):
37887         * ext/alsa/gstalsa.h:
37888           try xrun recovery when wait failed. Make xrun recovery function
37889           return TRUE/FALSE to indicate success. (might fix #134354)
37890
37891 2004-02-13  David Schleef  <ds@schleef.org>
37892
37893         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37894         (dynparm_value_changed), (main): Convert from float to double.
37895         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37896
37897 2004-02-13  David Schleef  <ds@schleef.org>
37898
37899         * gst/silence/gstsilence.c: (gst_silence_class_init),
37900         (gst_silence_set_clock), (gst_silence_get),
37901         (gst_silence_set_property), (gst_silence_get_property):
37902         * gst/silence/gstsilence.h: Add sync property.
37903         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37904         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37905         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37906         * gst/sine/gstsinesrc.h: Add sync property.
37907
37908 2004-02-13  David Schleef  <ds@schleef.org>
37909
37910         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37911         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37912
37913 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37914
37915         * configure.ac:
37916         * ext/Makefile.am:
37917         * gst-libs/ext/Makefile.am:
37918           move ffmpeg plugin to gst-ffmpeg module
37919
37920 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37921
37922         * configure.ac: use GST_ARCH to detect architecture
37923
37924 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37925
37926         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37927
37928 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37929
37930         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37931           classify LADSPA plugins based on number of src/sink pads
37932           (#133663, Stefan Kost)
37933         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37934           fix dparams registration
37935           (#133528, Stefan Kost)
37936         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37937           fix use of isprint and use g_ascii_isprint instead
37938           (#133316, Stefan Kost)
37939
37940 2004-02-11  David Schleef  <ds@schleef.org>
37941
37942         Convert a few inner loops to use liboil.  This is currently
37943         optional, and is only enabled if liboil is present (duh!).
37944         * configure.ac: Check for liboil-0.1
37945         * gst/intfloat/Makefile.am:
37946         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37947         (gst_int2float_chain_gint16):
37948         * gst/videofilter/Makefile.am:
37949         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37950         (tablelookup_u8), (gst_videobalance_planar411):
37951         * gst/videotestsrc/Makefile.am:
37952         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37953         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37954         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37955         (paint_hline_RGB565), (paint_hline_xRGB1555):
37956
37957 2004-02-11  David Schleef  <ds@schleef.org>
37958
37959         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37960         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37961         (gst_colorspace_getcaps), (gst_colorspace_link),
37962         (gst_colorspace_base_init), (gst_colorspace_init),
37963         (gst_colorspace_chain), (gst_colorspace_change_state),
37964         (plugin_init): Merge Ronald's patch (bug #117897) and update
37965         for new caps and negotiation.  Seems to work, although it
37966         shows off bugs in lcs.
37967
37968 2004-02-11  David Schleef  <ds@schleef.org>
37969
37970         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37971         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37972
37973 2004-02-11  David Schleef  <ds@schleef.org>
37974
37975         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37976         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37977         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37978         Add server and port properties
37979
37980 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37981
37982         * m4/a52.m4:
37983         * m4/aalib.m4:
37984         * m4/as-ffmpeg.m4:
37985         * m4/as-liblame.m4:
37986         * m4/as-slurp-ffmpeg.m4:
37987         * m4/check-libheader.m4:
37988         * m4/esd.m4:
37989         * m4/freetype2.m4:
37990         * m4/gconf-2.m4:
37991         * m4/glib.m4:
37992         * m4/gst-alsa.m4:
37993         * m4/gst-artsc.m4:
37994         * m4/gst-ivorbis.m4:
37995         * m4/gst-matroska.m4:
37996         * m4/gst-sdl.m4:
37997         * m4/gst-shout2.m4:
37998         * m4/gst-sid.m4:
37999         * m4/gtk.m4:
38000         * m4/libdv.m4:
38001         * m4/libfame.m4:
38002         * m4/libmikmod.m4:
38003         * m4/ogg.m4:
38004         * m4/vorbis.m4:
38005           fix underquotedness of macros (#133800)
38006         * m4/as-avifile.m4:
38007         * m4/xmms.m4:
38008           removed because no longer used
38009
38010 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38011
38012         * configure.ac:
38013           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38014           by autopoint (fixes #132996)
38015
38016 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38017
38018         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38019         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38020         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38021         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38022           fix memleaks
38023
38024 2004-02-11  David Schleef  <ds@schleef.org>
38025
38026         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38027         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38028         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38029         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38030         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38031         (gst_jpegenc_class_init), (gst_jpegenc_init),
38032         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38033         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38034         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38035         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38036
38037 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38038
38039         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38040         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38041         * ext/mikmod/gstmikmod.h:
38042           fix caps negotiation in mikmod
38043         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38044           output debug information
38045
38046 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38047
38048         * gst-libs/gst/colorbalance/Makefile.am:
38049         * gst-libs/gst/navigation/Makefile.am:
38050         * gst-libs/gst/xoverlay/Makefile.am:
38051           remove unused GST_OPT_CFLAGS from Makefiles
38052           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38053
38054 2004-02-07  David Schleef  <ds@schleef.org>
38055
38056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38057         push events to pads that haven't been created (#133508)
38058
38059 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38060
38061         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38062         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38063         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38064         (gst_dvdec_loop), (gst_dvdec_change_state):
38065         Second attempt at committing a working dvdec element.
38066
38067 2004-02-06  David Schleef  <ds@schleef.org>
38068
38069         Build fixes for OS X: (see #129600)
38070         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38071         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38072         (gst_riff_read_strf_iavs):
38073         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38074         (gst_avi_demux_stream_odml):
38075         * gst/playondemand/Makefile.am:
38076         * gst/rtp/rtp-packet.c:
38077
38078 2004-02-05  David Schleef  <ds@schleef.org>
38079
38080         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38081         last change, because it Just Doesn't Compile.
38082
38083 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38084
38085         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38086           skip undecodable id3v2 tag instead of keeping it
38087
38088 2004-02-05  David Schleef  <ds@schleef.org>
38089
38090         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38091         Unref leaked buffer.  (Noticed by Ronald)
38092
38093 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38094
38095         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38096         Sync requires with other checks.  >= vs =.
38097
38098 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38099
38100         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38101         (gst_dvdec_video_link), (gst_dvdec_loop):
38102         * ext/dv/gstdvdec.h:
38103           rework the caps negotiation so that dvdec works again instead
38104           of just segfaulting.
38105
38106 === release 0.7.4 ===
38107
38108 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38109
38110         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38111         * configure.ac: changed for release
38112
38113 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38114
38115         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38116         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38117         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38118         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38119           reworked patch by David Lehn to fix libdir and includedir for
38120           uninstalled libraries
38121           removed play and gconf from gstreamer-libs since they have their
38122           own pkgconfig files
38123
38124 2004-02-04  David Schleef  <ds@schleef.org>
38125
38126         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38127         memleak.
38128
38129 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38130
38131         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38132           use correct GST_TAG_ENCODER tag
38133
38134 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38135
38136         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38137           be sure to stop the clock when going to paused
38138         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38139           reset number of transmitted when going to ready.
38140         fixes #132935
38141
38142 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38143
38144         reviewed by Benjamin Otte
38145
38146         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38147           extract track count (fixes #133410)
38148
38149 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38150
38151         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38152           that should be !=, not == (fixes #132519)
38153
38154 2004-02-04  David Schleef  <ds@schleef.org>
38155
38156         Make sure set_explicit_caps() is called before adding pad.
38157         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38158         * gst/id3/gstid3types.c: (gst_id3types_loop):
38159         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38160         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38161
38162 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38163
38164         * configure.ac:
38165           bump nano to 2, first prerelease
38166           put back AM_PROG_LIBTOOL
38167
38168 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38169
38170         * testsuite/alsa/Makefile.am:
38171           these are user test apps, not automatic testsuite tests
38172
38173 2004-02-04  David Schleef  <ds@schleef.org>
38174
38175         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38176         * gst/mpeg1videoparse/gstmp1videoparse.c:
38177         (mp1videoparse_parse_seq):
38178         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38179         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38180         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38181         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38182         (gst_xvideosink_getcaps):
38183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38184         * testsuite/gst-lint: more tests
38185
38186 2004-02-04  David Schleef  <ds@schleef.org>
38187
38188         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38189         with the code that they would expand to.
38190         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38191         (gst_flacdec_get_src_query_types),
38192         (gst_flacdec_get_src_event_masks):
38193         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38194         (gst_gnomevfssrc_get_query_types),
38195         (gst_gnomevfssrc_get_event_mask):
38196
38197 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38198
38199         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38200         (gst_sinesrc_dispose):
38201           fix memleak by properly disposing sinesrc
38202
38203 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38204
38205         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38206         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38207         an overlay to redraw the image because it has been exposed.
38208         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38209         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38210         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38211         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38212         interface
38213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38214         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38215         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38216         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38217         interface
38218
38219 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38220
38221         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38222           more memleak fixage
38223
38224 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38225
38226         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38227         * gst/typefind/gsttypefindfunctions.c:
38228           fix memleaks shown by gst-typefind
38229
38230 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38231
38232         * common/glib-gen.mak:
38233           add hack rule to touch .Plo files
38234         * gst-libs/gst/colorbalance/Makefile.am:
38235         * gst-libs/gst/mixer/Makefile.am:
38236         * gst-libs/gst/play/Makefile.am:
38237         * gst-libs/gst/tuner/Makefile.am:
38238           remove glib_root variable
38239
38240 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38241
38242         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38243           set explicit caps before adding the element, so the autopluggers can
38244           plug correctly.
38245         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38246         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38247         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38248         (dv_type_find):
38249           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38250           argument.
38251
38252 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38253
38254         * gst-libs/gst/colorbalance/Makefile.am:
38255         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38256         * gst-libs/gst/colorbalance/colorbalance.c:
38257         * gst-libs/gst/colorbalance/colorbalance.h:
38258         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38259         * gst-libs/gst/mixer/Makefile.am:
38260         * gst-libs/gst/mixer/mixer-marshal.list:
38261         * gst-libs/gst/mixer/mixer.c:
38262         * gst-libs/gst/mixer/mixer.h:
38263         * gst-libs/gst/mixer/mixermarshal.list:
38264         * gst-libs/gst/play/Makefile.am:
38265         * gst-libs/gst/play/play.h:
38266         * gst-libs/gst/tuner/Makefile.am:
38267         * gst-libs/gst/tuner/tuner-marshal.list:
38268         * gst-libs/gst/tuner/tuner.c:
38269         * gst-libs/gst/tuner/tuner.h:
38270         * gst-libs/gst/tuner/tunermarshal.list:
38271           use new glib-gen.mak snippet to clean up Makefile.am
38272           fix various bugs in Makefile.am's
38273
38274 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38275
38276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38277           handle chain parsing correctly in the multichain case
38278         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38279         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38280         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38281         (theora_dec_chain):
38282           handle events and queries correctly
38283
38284 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38285
38286         * .cvsignore:
38287         Ignore generated file _stdint.h.
38288
38289 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38290
38291         * gst-libs/gst/colorbalance/Makefile.am:
38292         * gst-libs/gst/colorbalance/colorbalance.h:
38293         * gst-libs/gst/mixer/Makefile.am:
38294         * gst-libs/gst/mixer/mixer.h:
38295         * gst-libs/gst/play/Makefile.am:
38296         * gst-libs/gst/play/play.h:
38297         * gst-libs/gst/tuner/Makefile.am:
38298         * gst-libs/gst/tuner/tuner.h:
38299         Generate enum type code with glib-mkenums.
38300         * gst-libs/gst/colorbalance/.cvsignore:
38301         * gst-libs/gst/mixer/.cvsignore:
38302         * gst-libs/gst/play/.cvsignore:
38303         * gst-libs/gst/tuner/.cvsignore:
38304         Ignore generated files.
38305
38306 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38307
38308         * gst-libs/gst/audio/.cvsignore:
38309         Ignore generated file.
38310         * gst-libs/gst/audio/Makefile.am:
38311         Do not install example filter.
38312
38313 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38314
38315         * examples/switch/.cvsignore:
38316         Ignore generated file.
38317
38318 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38319
38320         * common/m4/ax_create_stdint_h.m4:
38321         * configure.ac:
38322           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38323           _stdint.h.
38324         * Makefile.am:
38325           remove generated _stdint.h in DISTCLEANFILES
38326         * ext/a52dec/gsta52dec.c:
38327           include _stdint.h for a52dec. (should fix #133064)
38328
38329 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38330
38331         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38332         (gst_tag_to_vorbis_comments):
38333         Add replaygain support to vorbistag
38334
38335 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38336         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38337         (gst_ffmpeg_caps_to_extradata):
38338           Fix SVQ3 caps flag properties
38339           Use glib macro for bytes swap
38340
38341 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38342
38343         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38344         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38345         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38346         * ext/sndfile/gstsf.c: (plugin_init):
38347         * gst/avi/gstavi.c: (plugin_init):
38348         * sys/dxr3/dxr3init.c: (plugin_init):
38349         * sys/oss/gstossaudio.c: (plugin_init):
38350         * sys/v4l/gstv4l.c: (plugin_init):
38351         * sys/v4l2/gstv4l2.c: (plugin_init):
38352           remove textdomain calls
38353         * po/nl.po:
38354           update Dutch translation
38355
38356 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38357
38358         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38359         (gst_play_set_audio_sink): Moving volume in the audio thread for
38360         instantaneous volume change. Maybe i will add another volume in front
38361         of visualization later, not sure yet though.
38362
38363 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38364
38365         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38366         (gst_ximagesink_handle_xevents): Better X events handling, only take
38367         the latest events for configure and motion.
38368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38369
38370 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38371
38372         reviewed by: David Schleef  <ds@schleef.org>
38373
38374         Fix memory leaks:
38375         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38376         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38377
38378 2004-02-02  David Schleef  <ds@schleef.org>
38379
38380         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38381         of lines.
38382         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38383         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38384         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38385         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38386         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38387         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38388         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38389         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38390         (gst_float2_2_int_link):
38391         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38392         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38393         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38394         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38395         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38396         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38397         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38398         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38399         * testsuite/gst-lint: Add tests for bzero and ;;
38400
38401 2004-02-02  David Schleef  <ds@schleef.org>
38402
38403         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38404
38405 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38406
38407         * ext/aalib/gstaasink.c: (gst_aasink_open):
38408         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38409         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38410         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38411         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38412         (gst_afsink_close_file):
38413         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38414         (gst_afsrc_close_file):
38415         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38416         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38417         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38418         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38419         * ext/esd/esdmon.c: (gst_esdmon_get):
38420         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38421         * ext/faac/gstfaac.c: (gst_faac_chain):
38422         * ext/faad/gstfaad.c: (gst_faad_chain):
38423         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38424         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38425         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38426         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38427         (gst_flacdec_loop):
38428         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38429         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38430         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38431         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38432         (gst_gnomevfssink_close_file):
38433         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38434         (gst_gnomevfssrc_open_file):
38435         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38436         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38437         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38438         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38439         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38440         * ext/mad/gstmad.c: (gst_mad_chain):
38441         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38442         * ext/mpeg2dec/gstmpeg2dec.c:
38443         * ext/mpeg2enc/gstmpeg2enc.cc:
38444         * ext/mplex/gstmplex.cc:
38445         * ext/mplex/gstmplexibitstream.cc:
38446         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38447         (gst_ogg_demux_push):
38448         * ext/raw1394/gstdv1394src.c:
38449         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38450         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38451         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38452         (gst_sf_loop):
38453         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38454         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38455         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38456         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38457         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38458         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38459         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38460         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38461         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38462         (gst_riff_read_element_data), (gst_riff_read_seek),
38463         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38464         * gst/adder/gstadder.c: (gst_adder_loop):
38465         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38466         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38467         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38468         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38469         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38470         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38471         * gst/goom/gstgoom.c: (gst_goom_chain):
38472         * gst/id3/gstid3types.c: (gst_id3types_loop):
38473         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38474         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38475         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38476         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38477         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38478         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38479         (gst_ebml_read_float), (gst_ebml_read_header):
38480         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38481         (gst_matroska_demux_parse_blockgroup):
38482         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38483         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38484         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38485         * gst/silence/gstsilence.c: (gst_silence_get):
38486         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38487         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38488         * gst/speed/gstspeed.c: (speed_loop):
38489         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38490         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38491         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38492         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38493         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38494         (gst_wavparse_loop):
38495         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38496         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38497         (dxr3audiosink_close):
38498         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38499         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38500         (dxr3videosink_close), (dxr3videosink_write_data):
38501         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38502         * sys/oss/gstosssink.c: (gst_osssink_chain):
38503         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38504         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38505         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38506         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38507         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38508         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38509         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38510         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38511         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38512         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38513         (gst_v4l_set_audio):
38514         * sys/v4l/v4l_calls.h:
38515         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38516         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38517         (gst_v4lmjpegsink_playback_init),
38518         (gst_v4lmjpegsink_playback_start):
38519         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38520         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38521         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38522         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38523         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38524         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38525         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38526         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38527         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38528         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38529         (gst_v4l2_get_output), (gst_v4l2_set_output),
38530         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38531         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38532         (gst_v4l2_set_attribute):
38533         * sys/v4l2/v4l2_calls.h:
38534         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38535         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38536         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38537         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38538         (gst_v4l2src_capture_stop):
38539         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38540         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38541         (gst_ximagesink_chain):
38542         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38543         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38544         (gst_xvideosink_xwindow_new):
38545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38546         (gst_xvimagesink_chain):
38547
38548 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38549
38550         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38551         (gst_volume_get_volume), (volume_class_init), (volume_init),
38552         (volume_chain_int16), (volume_update_volume):
38553         * gst/volume/gstvolume.h:
38554           make code more readable by removing magic numbers
38555           make mixer interface export 0-100 range
38556           make it internally map to 0.0-1.0 range so users don't distort
38557           output by putting the sliders at full volume
38558
38559 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38560
38561         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38562         (gst_play_state_change), (gst_play_seek_to_time):
38563         block the tick callback for 0.5 secs after doing a seek
38564
38565 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38566
38567         * gst-libs/gst/play/play.c: (gst_play_new):
38568           check for GError
38569
38570 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38571
38572         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38573         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38574         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38575         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38577         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38578
38579 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38580
38581         * configure.ac:
38582         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38583           check for a function added in vorbis 1.1
38584
38585 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38586
38587         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38588         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38589           really start/stop clock only on PLAYING <=> PAUSED
38590         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38591           remove \n from debugging lines
38592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38593           make it work when seeking does not
38594         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38595           reset on DISCONT
38596
38597 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38598
38599         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38600           start clock on PAUSED=>PLAYING, not later
38601         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38602           extract correct time for different discont formats
38603         (gst_alsa_sink_get_time):
38604           don't segfault when no format is negotiated yet, just return 0
38605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38606         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38607         (gst_ogg_pad_push):
38608           handle flush and discont events correctly
38609         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38610           handle discont events correctly
38611
38612 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38613
38614         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38615         (gst_play_error_create), (gst_play_error_plugin),
38616         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38617         * gst-libs/gst/play/play.h:
38618           add error handling during creation
38619         * examples/gstplay/player.c: (main):
38620           use new gst_play_new
38621
38622
38623 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38624
38625         * ext/theora/theoradec.c: (theora_dec_chain):
38626           make comments work
38627         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38628         (vorbis_dec_src_event), (vorbis_dec_chain):
38629           add encoder tag, fix tag reading to be more error tolerant, change
38630           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38631           gst_pad_event_default.
38632         * gst/tags/gstvorbistag.c:
38633         (gst_tag_list_from_vorbiscomment_buffer):
38634           undefine function specific define at end of function
38635
38636 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38637
38638         * ext/flac/gstflac.c: (plugin_init):
38639         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38640         * ext/flac/gstflacdec.h:
38641         * ext/flac/gstflacenc.h:
38642           Fix typos
38643
38644 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38645
38646         * examples/gstplay/player.c: s/gstplay.h/play.h/
38647
38648 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38649
38650         * gst-libs/gst/play/Makefile.am:
38651         * gst-libs/gst/play/gstplay.c:
38652         * gst-libs/gst/play/gstplay.h:
38653         * gst-libs/gst/play/play.c:
38654           more surgery, operation complete
38655
38656 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38657
38658         * gst-libs/gst/play/play.old.c:
38659         * gst-libs/gst/play/play.old.h:
38660           after CVS surgery by moving, remove
38661         * gst-libs/gst/play/playpipelines.c:
38662           remove
38663
38664         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38665           add negotiation error
38666
38667 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38668
38669         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38670         (gst_ogg_demux_push):
38671           add some seeking debug info
38672           send a flush when seeking
38673
38674 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38675
38676         * configure.ac:
38677           use AC_C_INLINE
38678         * configure.ac:
38679         * ext/Makefile.am:
38680         * ext/theora/Makefile.am:
38681         * ext/theora/theoradec.c:
38682           add theora video decoder. Does just do simple decoding for now and
38683           has been tested against Theora cvs only. It only works when theora
38684           is compiled with --enable-static.
38685         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38686           always reset packetno on DISCONT
38687
38688 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38689
38690         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38691           Fix audio.
38692
38693 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38694
38695         * gst/mpegaudioparse/gstmpegaudioparse.c:
38696         (mp3_type_frame_length_from_header):
38697           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38698
38699 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38700
38701         * ext/esd/esdsink.c: (gst_esdsink_init):
38702           Since we have static pad template caps, we don't need to negotiate;
38703           either the core errors out or we know the format.
38704
38705 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38706
38707         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38708         (gst_riff_read_seek):
38709         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38710         (gst_ebml_read_seek):
38711           Fix event handling.
38712
38713 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38714
38715         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38716           removee video/x-theora from vp3 decoder, it doesn't handle raw
38717           theora streams
38718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38719           fix bug with finalizing element that never went to PAUSED
38720         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38721           length and position queries were swapped
38722         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38723         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38724         (vorbis_dec_src_event):
38725           implement querying time and bytes
38726
38727 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38728
38729         * just about every source file:
38730           gst_element_error -> GST_ELEMENT_ERROR
38731
38732 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38733
38734         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38735         emiting FLUSH and even before DISCONT.
38736         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38737         get the best instant seeking as possible yay!
38738
38739 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38740
38741         * gst/mpeg1videoparse/gstmp1videoparse.c:
38742         (gst_mp1videoparse_real_chain):
38743           Committed wrong version last week... Grr... Didn't notice until now.
38744
38745 2004-01-29  Julien MOUTTE <julien@moutte.net>
38746
38747         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38749         have_xwindow_id signal in xwindow_create.
38750
38751 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38752
38753         * ext/ogg/gstoggdemux.c:
38754           lots of changes - mainly support for chained bitstreams, seeking,
38755           querying and bugfixes of course
38756         * ext/vorbis/Makefile.am:
38757         * ext/vorbis/vorbisdec.c:
38758         * ext/vorbis/vorbisdec.h:
38759           add vorbisdec raw vorbis decoder
38760         * ext/vorbis/vorbis.c: (plugin_init):
38761           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38762         * gst/intfloat/Makefile.am:
38763         * gst/intfloat/float22int.c:
38764         * gst/intfloat/float22int.h:
38765         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38766           add float2intnew plugin. It converts multichannel interleaved float to
38767           multichannel interleaved int. The name should probably be changed.
38768         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38769         (plugin_init):
38770           add typefinding for raw theora video so oggdemux can detect it.
38771
38772 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38773
38774         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38775         sink element first.
38776         * gst/videoscale/gstvideoscale.c:
38777         (gst_videoscale_handle_src_event): Fixing src event handler.
38778
38779 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38780
38781         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38782         (gst_v4lsrc_open), (gst_v4lsrc_close),
38783         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38784         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38785         * sys/v4l/gstv4lsrc.h:
38786         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38787         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38788           Implement resizing... Hack. But that's why v4l is b0rked...
38789
38790 2004-01-28  Julien MOUTTE <julien@moutte.net>
38791
38792         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38793         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38794         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38795         (gst_ximagesink_xwindow_destroy):
38796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38797         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38798         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38799         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38800         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38801         correctly cleaning the image created to check xshm calls on succes,
38802         added a lot of XSync calls in X11 functions, and fixed a segfault when
38803         no image format was defined before negotiation happened.
38804
38805 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38806
38807         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38808           use gst_element_get_time to get correct time
38809
38810 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38811
38812         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38813         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38814         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38816         (gst_xvimagesink_check_xshm_calls),
38817         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38818         X plugins are now able to detect that XShm calls will fail even if the
38819         server claims that it has XShm support (remote displays most of the
38820         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38821         so that we use non XShm functions. This feature is almost useless for
38822         xvimagesink as Xv is not supported on remote displays anyway, but
38823         it might happen than even on the local display XShm calls fail.
38824
38825 2004-01-27  David Schleef  <ds@schleef.org>
38826
38827         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38828         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38829         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38830         changed esdsink to only use 44100,16,2, since esd sucks at rate
38831         conversion and esdsink has had difficulty negotiating.
38832
38833 2004-01-27  Julien MOUTTE <julien@moutte.net>
38834
38835         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38836         (gst_play_seek_to_time): Fixing the way to get current position.
38837
38838 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38839
38840         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38841           use gst_element_get_time to get correct time
38842
38843 2004-01-27  Julien MOUTTE <julien@moutte.net>
38844
38845         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38846         fix ever... Inverting 2 lines of code make spider autoplug correctly
38847         tagged mp3 !
38848
38849 2004-01-27  David Schleef  <ds@schleef.org>
38850
38851         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38852         Use gst_pad_try_set_caps_nonfixed().
38853
38854 2004-01-27  David Schleef  <ds@schleef.org>
38855
38856         * gst/ac3parse/gstac3parse.c: update to checklist 5
38857         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38858         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38859         * gst/audioscale/gstaudioscale.c: same
38860         * gst/auparse/gstauparse.c: same
38861         * gst/avi/gstavidemux.c: same
38862
38863 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38864
38865         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38866           stop processing after EOS
38867
38868 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38869
38870         * gst/asfdemux/asfheaders.h:
38871         * gst/asfdemux/gstasfdemux.c:
38872         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38873         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38874         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38875           lot's of fixes to make data extraction simpler and get the code
38876           architecture and compiler independant. Add debugging category
38877         * gst/goom/gstgoom.c: (gst_goom_change_state):
38878           reset channel count on PAUSED=>READY, not READY=>PAUSED
38879
38880 2004-01-26  Colin Walters  <walters@verbum.org>
38881
38882         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38883         code to pull a bigger buffer in iradio mode.  This as a side effect
38884         makes typefinding work.
38885
38886 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38887
38888         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38889         Fix SVQ3 decoding on PPC
38890
38891 2004-01-26  Julien MOUTTE <julien@moutte.net>
38892
38893         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38894         that one managed to stay there... Fixed.
38895
38896 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38897
38898         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38899         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38900         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38901         (qtdemux_video_caps):
38902         * gst/qtdemux/qtdemux.h:
38903         Add SVQ3 specific flags to qtdemux and ffmpeg
38904
38905 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38906
38907         * gst-libs/gst/audio/audio.h:
38908           remove buffer-frames from audio caps
38909         * gst/audioconvert/gstaudioconvert.c:
38910           fix plugin to really work.
38911
38912 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38913
38914         * gst-libs/gst/mixer/mixer.c:
38915         * gst-libs/gst/propertyprobe/propertyprobe.c:
38916         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38917         (gst_tuner_find_channel_by_name):
38918         * gst-libs/gst/tuner/tuner.h:
38919           Add gtk-doc style comments. Also fix a function name.
38920
38921 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38922
38923         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38924         (gst_divxdec_negotiate):
38925           Fix for new capsnego - also fixes gst-player with divxdec.
38926
38927 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38928
38929         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38930         (gst_play_identity_handoff), (gst_play_set_location),
38931         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38932         try in visualization implementation. Still have an issue with switch
38933         blocking when pulling from video_queue and only audio comes out of
38934         spider.
38935         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38936         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38937         release method. And check if the pad is usable before pulling.
38938
38939 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38940
38941         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38942         (gst_videobalance_init),
38943         (gst_videobalance_colorbalance_list_channels),
38944         (gst_videobalance_colorbalance_set_value),
38945         (gst_videobalance_colorbalance_get_value),
38946         (gst_videobalance_update_properties),
38947         (gst_videobalance_update_tables_planar411),
38948         (gst_videobalance_planar411):
38949         * gst/videofilter/gstvideobalance.h:
38950           Implement lookup-tables. +/- 10x faster.
38951
38952 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38953
38954         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38955         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38956           The index reading was broken. The rest worked fine, but the whole
38957           goal of my rewrite was to make avidemux readable, and this was
38958           not at all readable. Please use typed variables.
38959
38960 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38961
38962         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38963           Additional pad usability check.
38964         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38965         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38966         (gst_mp1videoparse_real_chain):
38967           Fix MPEG video stream parsing. The original plugin had several
38968           issues, including not timestamping streams where the source was
38969           not timestamped (this happens with PTS values in mpeg system
38970           streams, but MPEG video is also a valid stream on its own so
38971           that needs timestamps too). We use the display time code for that
38972           for now. Also, if one incoming buffer contains multiple valid
38973           frames, we push them all on correctly now, including proper EOS
38974           handling. Lastly, several potential segfaults were fixed, and we
38975           properly sync on new sequence/gop headers to include them in next,
38976           not previous frames (since they're header for the next frame, not
38977           the previous). Also see #119206.
38978         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38979         (bpf_from_header):
38980           Move caps setting so we only do it after finding several valid
38981           MPEG-1 fraes sequentially, not right after the first one (which
38982           might be coincidental).
38983         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38984         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38985         (plugin_init):
38986           Add unsynced MPEG video stream typefinding, and change some
38987           probability values so we detect streams rightly. The idea is as
38988           follows: I can have an unsynced system stream which contains
38989           video. In the current code, I would randomly get a type for either
38990           system or video stream type found, because the probabilities are
38991           being calculated rather randomly. I now use fixed values, so we
38992           always prefer system stream if that was found (and that is how it
38993           should be). If no system stream was found, we can still identity                the stream as video-only.
38994
38995 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38996
38997         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38998         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38999           don't write to buffer. Extract data without the need of
39000           __attribute__ ((packed))
39001
39002 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39003
39004         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39005         (mpeg1_sys_type_find):
39006           Fix MPEG-1 stream typefinding.
39007
39008 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39009
39010         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39011           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39012
39013 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39014
39015         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39016         * ext/esd/gstesd.c: (plugin_init):
39017           private debugging, better error reporting
39018
39019 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39020
39021         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39022         (gst_riff_read_init), (gst_riff_read_change_state):
39023         * gst-libs/gst/riff/riff-read.h:
39024           Remove stuff fromold metadata system.
39025
39026 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39027
39028         * ext/ogg/gstoggdemux.c:
39029           Fix wrong file comment.
39030         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39031         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39032           Add metadata reading properly.
39033
39034 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39035
39036         * ext/Makefile.am:
39037           Fix nas DIST_SUBDIRS
39038           Uraeus:
39039           Fix bug where make distcheck doesn't get run on adding stuff to
39040           the build.
39041
39042 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39043
39044         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39045         * ext/divx/gstdivxdec.h:
39046           Fix divx3 ("msmpeg4") playback using divxdec.
39047
39048 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39049
39050         * gst/typefind/gsttypefindfunctions.c:
39051         (mp3_type_frame_length_from_header): fix bug in length computation
39052         (mp3_type_find): improve debugging output
39053
39054 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39055
39056         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39057         (gst_play_set_location), (gst_play_seek_to_time),
39058         (gst_play_set_audio_sink), (gst_play_set_visualization),
39059         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39060         the pipeline from scratch. Visualization is back and switch went out as
39061         i realized it was not possible to use the way i wanted.
39062         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39063         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39064         clearing in state change from READY to NULL. So that one can clean the
39065         X ressources keeping the element.
39066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39067         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39068         (gst_xvimagesink_colorbalance_set_value),
39069         (gst_xvimagesink_colorbalance_get_value),
39070         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39071         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39072         change from READY to NULL and fixed some stupid bugs in colorbalance
39073         get/set values. Also added the following feature : when nobody tries to
39074         set some values to the colorbalance levels before the xcontext is
39075         grabbed, then when creating channels list from Xv attributes we set the
39076         internal values to the Xv defaults. This way we handle buggy Xv drivers
39077         that set default hue values far from the middle of the range (Thanks
39078         to Jon Trowbridge for pointing that issue).
39079         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39080         colorbalance levels have been set before xcontext is grabbed.
39081
39082 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39083
39084         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39085           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39086           it might block operations (which is bad for a mixer).
39087
39088 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39089
39090         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39091         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39092         (gmip_find_type_pre):
39093         * gst-libs/gst/media-info/media-info-priv.h:
39094         * gst-libs/gst/media-info/media-info.c:
39095         (gst_media_info_instance_init), (gst_media_info_read_idler):
39096         add fakesink to get caps on decoder src pad again
39097         fix callback prototype to match new have_type signal signature
39098
39099 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39100
39101         * gst/adder/gstadder.c: (gst_adder_link):
39102           fix non-compile and cut-n-paste code
39103
39104 2004-01-21  David Schleef  <ds@schleef.org>
39105
39106         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39107         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39108         (gst_swfdec_init), (gst_swfdec_change_state):
39109         * ext/swfdec/gstswfdec.h:
39110         Fix negotiation.
39111         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39112         (gst_adder_request_new_pad): Fix negotiation.
39113         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39114         Add a fixate function.
39115         * gst/intfloat/gstfloat2int.c:
39116         * gst/intfloat/gstfloat2int.h:
39117         * gst/intfloat/gstint2float.c:
39118         * gst/intfloat/gstint2float.h:
39119         Completely rewrite the negotiation.  Doesn't quite work yet,
39120         due to some buffer-frames problem.
39121
39122 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39123
39124         * ext/gnomevfs/gstgnomevfssrc.c:
39125         * sys/v4l2/v4l2_calls.h:
39126           fix includes for distcheck
39127
39128 2004-01-21  Christian Schaller <uraeus@gnome.org>
39129
39130         * ext/nas/
39131         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39132         based on earlier patch from Laurent Vivier
39133
39134 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39135
39136         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39137         Fix wma caps property
39138         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39139         Fix typo (flags1 and flags2)
39140
39141 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39142
39143         * gst-libs/gst/media-info/media-info-priv.c:
39144         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39145         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39146         (gmip_find_stream), (gmip_find_track_metadata),
39147         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39148         (gmip_find_track_format):
39149         * gst-libs/gst/media-info/media-info-priv.h:
39150         * gst-libs/gst/media-info/media-info-test.c: (main):
39151         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39152         (gst_media_info_read_idler), (gst_media_info_read):
39153         * gst-libs/gst/media-info/media-info.h:
39154           register debugging category and use it for debugging
39155
39156 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39157
39158         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39159         (gst_vorbisfile_new_link):
39160           signal streaminfo through tags
39161
39162 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39163
39164         * ext/mplex/gstmplex.cc:
39165         * ext/mplex/gstmplexibitstream.cc:
39166           g++ doesn't like NULL in our i18n/error macros, should be
39167           either (NULL) or ("").
39168
39169 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39170
39171         * sys/dxr3/dxr3audiosink.c:
39172         * sys/dxr3/dxr3init.c:
39173         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39174         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39175           Fix more error error error errors (missing includes here).
39176
39177 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39178
39179         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39180           fix thomas' error errors.
39181
39182 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39183
39184         * ext/mpeg2enc/gstmpeg2enc.cc:
39185           fix error errors.
39186
39187 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39188
39189         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39190         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39191           Fix for new error system.
39192
39193 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39194
39195         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39196           fix for new error reporting
39197
39198 2004-01-20  David Schleef  <ds@schleef.org>
39199
39200         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39201         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39202         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39203         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39204         and neither is 100+, most likely.
39205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39206         (gst_xvimagesink_getcaps): same
39207
39208 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39209
39210         * configure.ac:
39211           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39212           clashes with ffmpeg.
39213
39214 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39215
39216         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39217         (gst_switch_init): Fixed switch element : proxying link and setting
39218         caps from src to sink on request.
39219
39220 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39221
39222         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39223         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39224         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39225         fix element_error
39226
39227 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39228
39229         * sys/v4l/v4l_calls.h:
39230         * sys/v4l2/v4l2_calls.h:
39231           element_error fixes
39232
39233 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39234
39235         * gst-libs/gst/gst-i18n-plugin.h:
39236           add locale.h
39237           remove config.h inclusion
39238
39239 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39240
39241         * autogen.sh:
39242           adding autopoint invocation
39243         * Makefile.am:
39244         * configure.ac:
39245         * gst-libs/gst/gettext.h:
39246           adding gettext bits
39247         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39248         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39249         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39250         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39251         (gst_gnomevfssink_close_file):
39252         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39253         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39254         * gst-libs/gst/gst-i18n-plugin.h:
39255         * gst/avi/gstavi.c: (plugin_init):
39256         * sys/dxr3/dxr3init.c: (plugin_init):
39257         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39258         * sys/oss/gstossaudio.c: (plugin_init):
39259         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39260         * sys/v4l/gstv4l.c: (plugin_init):
39261         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39262         * sys/v4l2/gstv4l2.c: (plugin_init):
39263         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39264         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39265         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39266         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39267         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39268         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39269           make sure locale and translation domain are set
39270           fix translated strings
39271         * po/.cvsignore:
39272         * po/LINGUAS:
39273         * po/Makevars:
39274         * po/POTFILES.in:
39275         * po/nl.po:
39276           put translation files into place
39277         * sys/xvideo/imagetest.c: (main):
39278         * ext/dv/demo-play.c: (main):
39279           fix unnecessary translations
39280
39281 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39282
39283         * ext/sndfile/gstsf.c:
39284         * gst/avi/gstavimux.c:
39285         * ext/audiofile/gstafsink.c:
39286         * ext/audiofile/gstafsrc.c:
39287         * ext/gnomevfs/gstgnomevfssink.c:
39288         * ext/gnomevfs/gstgnomevfssrc.c:
39289         * sys/oss/gstosselement.c:
39290         * sys/v4l/v4l_calls.h:
39291           fix i18n include
39292
39293 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39294
39295         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39296         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39297         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39298         (gst_v4l2_get_output), (gst_v4l2_set_output),
39299         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39300         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39301         (gst_v4l2_set_attribute):
39302         update to new error handling
39303
39304 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39305
39306         * ext/sidplay/gstsiddec.cc:
39307         * gst/modplug/gstmodplug.cc:
39308           parenthese NULL because C++ seems angry about it
39309
39310 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39311
39312         * gst-libs/gst/gst-i18n-plugin.h:
39313           add skeleton i18n stuff, but needs to be further implemented
39314
39315 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39316
39317         * examples/gstplay/player.c: (main):
39318         * ext/aalib/gstaasink.c: (gst_aasink_open):
39319         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39320         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39321         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39322         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39323         (gst_afsink_close_file):
39324         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39325         (gst_afsrc_close_file):
39326         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39327         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39328         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39329         * ext/esd/esdmon.c: (gst_esdmon_get):
39330         * ext/esd/esdsink.c: (gst_esdsink_chain):
39331         * ext/faac/gstfaac.c: (gst_faac_chain):
39332         * ext/faad/gstfaad.c: (gst_faad_chain):
39333         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39334         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39335         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39336         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39337         (gst_flacdec_loop):
39338         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39339         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39340         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39341         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39342         (gst_gnomevfssink_close_file):
39343         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39344         (gst_gnomevfssrc_open_file):
39345         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39346         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39347         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39348         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39349         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39350         * ext/mad/gstmad.c: (gst_mad_chain):
39351         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39352         * ext/mpeg2dec/gstmpeg2dec.c:
39353         * ext/mpeg2enc/gstmpeg2enc.cc:
39354         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39355         * ext/mplex/gstmplex.cc:
39356         * ext/mplex/gstmplexibitstream.cc:
39357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39358         (gst_ogg_demux_push), (gst_ogg_pad_push):
39359         * ext/raw1394/gstdv1394src.c:
39360         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39361         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39362         * ext/sidplay/gstsiddec.cc:
39363         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39364         (gst_sf_loop):
39365         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39366         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39367         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39369         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39370         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39371         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39372         * gst-libs/gst/Makefile.am:
39373         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39374         (gst_riff_read_element_data), (gst_riff_read_seek),
39375         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39376         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39377         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39378         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39379         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39380         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39381         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39382         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39383         * gst/goom/gstgoom.c: (gst_goom_chain):
39384         * gst/id3/gstid3types.c: (gst_id3types_loop):
39385         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39386         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39387         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39388         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39389         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39390         (gst_ebml_read_float), (gst_ebml_read_header):
39391         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39392         (gst_matroska_demux_parse_blockgroup):
39393         * gst/modplug/gstmodplug.cc:
39394         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39395         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39396         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39397         * gst/silence/gstsilence.c: (gst_silence_get):
39398         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39399         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39400         * gst/speed/gstspeed.c: (speed_loop):
39401         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39402         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39403         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39404         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39405         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39406         (gst_wavparse_loop):
39407         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39408         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39409         (dxr3audiosink_close):
39410         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39411         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39412         (dxr3videosink_close), (dxr3videosink_write_data):
39413         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39414         * sys/oss/gstosselement.h:
39415         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39416         (gst_osssink_chain):
39417         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39418         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39419         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39420         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39421         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39422         (gst_v4l_enable_overlay):
39423         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39424         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39425         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39426         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39427         (gst_v4l_set_audio):
39428         * sys/v4l/v4l_calls.h:
39429         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39430         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39431         (gst_v4lmjpegsink_playback_init),
39432         (gst_v4lmjpegsink_playback_start):
39433         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39434         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39435         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39436         (gst_v4lmjpegsrc_requeue_frame):
39437         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39438         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39439         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39440         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39441         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39442         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39443         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39444         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39445         (gst_v4l2src_capture_stop):
39446         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39447         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39448         (gst_ximagesink_chain):
39449         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39450         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39451         (gst_xvideosink_xwindow_new):
39452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39453         (gst_xvimagesink_chain):
39454         use new error signal, function and categories
39455
39456 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39457
39458         * configure.ac:
39459         * ext/Makefile.am:
39460         * ext/musicbrainz/gsttrm.c:
39461         * ext/musicbrainz/gsttrm.h:
39462         * ext/musicbrainz/Makefile.am:
39463         Add a trm plugin
39464
39465 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39466
39467         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39468         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39469         synchronous property for debugging.
39470         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39472         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39473         smaller block, fixing indent.
39474
39475 2004-01-16  David Schleef  <ds@schleef.org>
39476
39477         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39478         property affects the video stream.
39479         * sys/xvimage/xvimagesink.c:
39480         * sys/xvimage/xvimagesink.h:
39481         Add synchronous property for debugging.  Should probably be
39482         disabled in non-CVS builds.  Make sure that the Xv attribute
39483         exists before we set it (crash!).  Fix a silly float bug that
39484         caused colorbalance to just not work.
39485
39486 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39487
39488         * tools/gst-launch-ext.in - update for new plugins
39489
39490 2004-01-16  David Schleef  <ds@schleef.org>
39491
39492         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39493         already-freed caps.
39494
39495 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39496
39497         * Update spec for new colorspace plugin and libcaca plugin
39498         * Fix compilation of libcaca plugin (clock -> id)
39499
39500 2004-01-16  Julien MOUTTE <julien@moutte.net>
39501
39502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39503         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39504         (gst_xvimagesink_set_xwindow_id),
39505         (gst_xvimagesink_colorbalance_set_value),
39506         (gst_xvimagesink_colorbalance_get_value),
39507         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39508         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39509         correct colorbalance properties. They can now be set when the element
39510         is still in NULL state. The values will be committed to the Xv Port
39511         when xcontext is initialized.
39512         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39513         brightness int values in the GstXvImagesink structure.
39514
39515 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39516
39517         * gst-libs/gst/Makefile.am:
39518           restructure so having local patches works easier.
39519
39520 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39521
39522         * ext/mpeg2enc/Makefile.am:
39523         * ext/mpeg2enc/gstmpeg2enc.cc:
39524         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39525           Bugfix with respect to EOS handling.
39526
39527 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39528
39529         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39530           Link with right caps (else, it segfaults).
39531         * ext/mplex/gstmplexjob.cc:
39532           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39533
39534 2004-01-15  David Schleef  <ds@schleef.org>
39535
39536         * gst-libs/gst/audio/Makefile.am:
39537         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39538         from the template.
39539         * gst-libs/gst/audio/gstaudiofilter.c:
39540         * gst-libs/gst/audio/gstaudiofilter.h:
39541         Add bytes_per_sample and size and n_samples calculation.
39542         * gst-libs/gst/audio/gstaudiofilterexample.c:
39543         Remove, now autogenerated.
39544         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39545         Moved from gstaudiofilterexample, object name changed, code added
39546         so that it actually works.
39547         * gst-libs/gst/audio/make_filter:
39548         Script to build an audiofilter subclass from the template.
39549         * gst/colorspace/Makefile.am:
39550         * gst/colorspace/yuv2yuv.c:
39551         Remove file, since it's GPL, and we don't use it.
39552
39553 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39554
39555         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39557         them use the buffer free function to test how the buffer was allocated.
39558
39559 2004-01-15  David Schleef  <ds@schleef.org>
39560
39561         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39562         that handles osssink fallback.
39563         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39564         (gst_audio_convert_getcaps):
39565         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39566         Add audio/x-qdm2 for QDM2 audio.
39567         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39568         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39569         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39570         Decrease minimum size to 16x16.
39571         * gst/wavparse/gstwavparse.c:
39572         Convert disabled pad template caps to new caps.
39573         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39575         (gst_xvimagesink_chain): Throw element error when display cannot
39576         be opened.  Increase minimum framerate to 1.0.  Check the data
39577         free function on a buffer to make sure it is the type we expect
39578         before manipulating it.
39579
39580 2004-01-15  Julien MOUTTE <julien@moutte.net>
39581
39582         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39583         (gst_videobalance_colorbalance_set_value): Implement passthru if
39584         settings are in the middle.
39585         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39586
39587 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39588
39589         * gst/videofilter/Makefile.am:
39590         * gst/volume/Makefile.am:
39591           Since we use videofilter symbols, link to it.
39592
39593 2004-01-15  Julien MOUTTE <julien@moutte.net>
39594
39595         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39596         mixer interface type to HARDWARE.
39597         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39598         type to SOFTWARE.
39599         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39600         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39601         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39602         (gst_volume_interface_init), (gst_volume_list_tracks),
39603         (gst_volume_set_volume), (gst_volume_get_volume),
39604         (gst_volume_set_mute), (gst_volume_mixer_init),
39605         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39606         (volume_init): Implementing mixer interface.
39607         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39608         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39609         (gst_osselement_change_state): Removing some trailing commas in
39610         structures.
39611         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39612         interface type to HARDWARE.
39613         * sys/v4l/gstv4lcolorbalance.c:
39614         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39615         type to HARDWARE.
39616         * sys/v4l2/gstv4l2colorbalance.c:
39617         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39618         interface type to HARDWARE.
39619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39620         same code than ximagesink for event handling.
39621
39622 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39623
39624         * ext/snapshot/Makefile.am:
39625         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39626         (gst_snapshot_chain):
39627         * ext/snapshot/gstsnapshot.h:
39628           This has to be a joke... Snapshot should be connected to a tee,
39629           colorspace element before it and EOS after that, where the other
39630           src of the tee receives normal data.
39631           The current way is *wrong*.
39632
39633 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39634
39635         * ext/hermes/gsthermescolorspace.c:
39636           Fix another compile error. Same as below.
39637
39638 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39639
39640         * gst/colorspace/gstcolorspace.c:
39641         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39642         (gst_colorspace_i420_to_yv12):
39643           Fix compiling... Didn't test if it actually works.
39644
39645 2004-01-15  David Schleef  <ds@schleef.org>
39646
39647         * configure.ac:
39648         * gst/colorspace/Makefile.am:
39649         * gst/colorspace/gstcolorspace.c:
39650         * gst/colorspace/gstcolorspace.h:
39651         * gst/colorspace/yuv2rgb.c:
39652         * gst/colorspace/yuv2rgb.h:
39653         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39654         code and GPL code.  Fix for new caps negotiation.  Rewrite
39655         much of the format handling code, and some of the conversion
39656         code.  Basically, rewrote almost everything.  This element
39657         handles I420, YV12 to RGB conversions.
39658         * ext/hermes/Makefile.am:
39659         * ext/hermes/gsthermescolorspace.c:
39660         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39661         Remove non-Hermes related code.  This element handles lots of
39662         RGB to RGB conversions, but no YUV.
39663         * ext/hermes/gstcolorspace.c:
39664         * ext/hermes/gstcolorspace.h:
39665         * ext/hermes/rgb2yuv.c:
39666         * ext/hermes/yuv2rgb.c:
39667         * ext/hermes/yuv2rgb.h:
39668         * ext/hermes/yuv2rgb_mmx16.s:
39669         * ext/hermes/yuv2yuv.c:
39670         * ext/hermes/yuv2yuv.h:
39671         Remove old code.
39672
39673 2004-01-14  Colin Walters  <walters@verbum.org>
39674
39675         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39676         they've already been.
39677
39678 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39679
39680         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39681           assume tag mode when pad is not connected
39682
39683 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39684
39685         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39686           Don't update the time of the clock
39687         (gst_alsa_sink_loop):
39688           sync to the clock given to alsasink, not the own clock
39689         * sys/oss/gstosssink.c: (gst_osssink_chain):
39690           sync to the clock
39691         (gst_osssink_change_state):
39692           activate the clock
39693         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39695           remove bogus code that made DISCONT events unhandled
39696         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39697           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39698           #131502)
39699         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39700         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39701         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39702           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39703           2nd warning in bug #131502)
39704
39705 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39706
39707         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39708         (gst_videobalance_colorbalance_set_value),
39709         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39710         for colorbalance interface implementation.
39711         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39712         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39713         (gst_ximagesink_dispose), (gst_ximagesink_init),
39714         (gst_ximagesink_class_init): Adding DISPLAY property.
39715         * sys/ximage/ximagesink.h: Adding display_name to store display.
39716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39717         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39718         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39719         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39720         properties (they still need polishing though for gst-launch use : no
39721         xcontext yet, i ll do that tomorrow).
39722         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39723
39724 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39725
39726         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39727         (gst_play_set_location), (gst_play_set_visualization): Preparing
39728         switch integration, adding videobalance in the pipeline.
39729
39730 2004-01-14  Julien MOUTTE <julien@moutte.net>
39731
39732         * gst-libs/gst/colorbalance/colorbalance.c:
39733         (gst_color_balance_class_init): Adding a default type.
39734         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39735         the type.
39736         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39737         (gst_videobalance_dispose), (gst_videobalance_class_init),
39738         (gst_videobalance_init), (gst_videobalance_interface_supported),
39739         (gst_videobalance_interface_init),
39740         (gst_videobalance_colorbalance_list_channels),
39741         (gst_videobalance_colorbalance_set_value),
39742         (gst_videobalance_colorbalance_get_value),
39743         (gst_videobalance_colorbalance_init): Implementing colorbalance
39744         interface.
39745         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39746         list.
39747         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39748         bug which was triggering a BadAccess X error when setting an overlay
39749         before pad was really negotiated.
39750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39751         Using the colorbalance type macro.
39752
39753 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39754
39755         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39756         (gst_flacenc_chain):
39757           handle tags correctly
39758         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39759           extract ID3v1 tags correctly
39760
39761 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39762
39763         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39764         (plugin_init):
39765           Improve matroska typefinding for odd-typed headers...
39766
39767 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39768
39769         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39770           Fix for using incremental number on padnames.
39771
39772 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39773
39774         * ext/divx/gstdivxdec.c:
39775         * ext/divx/gstdivxenc.c:
39776           Set category to divx4linux instead of divx (too generic).
39777         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39778         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39779         (gst_wavparse_loop), (gst_wavparse_change_state):
39780         * gst/wavparse/gstwavparse.h:
39781           fix parsing of WAV files with non-standard fmt-tag size and fix
39782           skipping of unrecognized chunks... Someone please fix this thing
39783           to use rifflib so all this is automated.
39784         * sys/v4l/Makefile.am:
39785         * sys/v4l2/Makefile.am:
39786           Add X_CFLAGS because we depend on X (for overlay).
39787
39788 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39789
39790         * ext/mpeg2dec/gstmpeg2dec.c:
39791           Don't issue a timestamp unless we tagged the frame
39792           with a PTS.
39793
39794 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39795
39796         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39797           Query the audio element to get the time, not the clock. We're
39798           interested in the element's time here.
39799
39800 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39801
39802         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39803         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39804         * ext/esd/esdsink.c: (gst_esdsink_chain):
39805         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39806         * ext/mas/massink.c: (gst_massink_chain):
39807         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39808         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39809         (gst_matroska_demux_parse_metadata):
39810         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39811         (gst_mpeg_parse_release_locks):
39812         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39813         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39814         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39815         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39816         (gst_osssink_change_state):
39817         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39818         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39819         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39820         (gst_xvideosink_release_locks):
39821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39822           use element time.
39823         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39824         (gst_alsa_clock_stop):
39825         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39826         (gst_audio_clock_get_internal_time):
39827           simplify for use with new clocking code.
39828         * testsuite/alsa/Makefile.am:
39829         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39830           fix testsuite for new caps system
39831
39832 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39833
39834         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39835         * ext/flac/gstflacenc.c: (add_one_tag):
39836           length is already host endian, no need to convert. Fixes playback of
39837           tagged files on PPC. (bug #128384)
39838
39839 2004-01-13  Julien MOUTTE <julien@moutte.net>
39840
39841         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39842         colorbalance interface stating if it is hardware based or software
39843         based.
39844         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39845         Removing a trailing comma.
39846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39847         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39848         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39849         the documentation seems to be wrong on the -1000 to 1000 interval.
39850
39851 2004-01-12  David Schleef  <ds@schleef.org>
39852
39853         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39854         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39855         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39856         Fix negotiation.  Add a bufferalloc function for the sink pad,
39857         and generally clean up some of the code.
39858
39859 2004-01-12  Julien MOUTTE <julien@moutte.net>
39860
39861         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39862         (gst_color_balance_channel_dispose): Adding safety check in dispose
39863         method.
39864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39865         (gst_xvimagesink_xcontext_clear),
39866         (gst_xvimagesink_interface_supported),
39867         (gst_xvimagesink_colorbalance_list_channels),
39868         (gst_xvimagesink_colorbalance_set_value),
39869         (gst_xvimagesink_colorbalance_get_value),
39870         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39871         Adding colorbalance interface support to set XV parameters such as
39872         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39873         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39874         interface.
39875
39876 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39877
39878         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39879         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39880         (gst_audio_convert_init), (gst_audio_convert_set_property),
39881         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39882         (gst_audio_convert_link),
39883         (gst_audio_convert_buffer_to_default_format),
39884         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39885           - implement _getcaps and use it
39886           - improve linking
39887           - remove float caps since no float conversion is actually done
39888           - remove properties and arguments that were to be used for rate
39889             conversion
39890
39891 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39892
39893         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39894         (gst_audio_structure_set_int):
39895         * gst-libs/gst/audio/audio.h:
39896           add helper functions for _getcaps matching the standard audio
39897           templates
39898
39899 2004-01-12  David Schleef  <ds@schleef.org>
39900
39901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39902         Test that pad is negotiated before getting its caps.
39903
39904 2004-01-12  Julien MOUTTE <julien@moutte.net>
39905
39906         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39907         analyzing the pads of an element the bin is mostly in READY state so
39908         no caps were negotiated. This helper function needs to work with
39909         _get_caps directly then. I was not freeing them though, added that to
39910         fix the mem leak.
39911
39912 2004-01-12  Julien MOUTTE <julien@moutte.net>
39913
39914         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39916         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39917         than the free_func.
39918
39919 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39920
39921         * sys/oss/gstossaudio.c: (plugin_init):
39922         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39923         * sys/oss/gstosselement.h:
39924           make an oss debugging category
39925           make failure more descriptive
39926
39927 2004-01-11  David Schleef  <ds@schleef.org>
39928
39929         * ext/ffmpeg/gstffmpeg.c:
39930         * ext/ffmpeg/gstffmpegcodecmap.c:
39931         * ext/ffmpeg/gstffmpegdec.c:
39932         * ext/ffmpeg/gstffmpegenc.c:
39933         * ext/ffmpeg/gstffmpegprotocol.c:
39934         * ext/gdk_pixbuf/gstgdkanimation.c:
39935         * ext/jpeg/gstjpeg.c:
39936         * ext/libpng/gstpng.c:
39937         * ext/mpeg2dec/perftest.c:
39938         * ext/speex/gstspeex.c:
39939         * gst-libs/gst/resample/dtos.c:
39940         * gst/intfloat/gstintfloatconvert.c:
39941         * gst/oneton/gstoneton.c:
39942         * gst/rtjpeg/RTjpeg.c:
39943         * gst/rtp/gstrtp.c:
39944         * sys/dxr3/dxr3init.c:
39945         * sys/glsink/gstgl_nvimage.c:
39946         * sys/glsink/gstgl_pdrimage.c:
39947         * sys/glsink/gstglsink.c:
39948         * testsuite/gst-lint:
39949         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39950
39951 2004-01-11  David Schleef  <ds@schleef.org>
39952
39953         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39954         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39955         * ext/gdk_pixbuf/gstgdkanimation.c:
39956         (gst_gdk_animation_iter_create_pixbuf):
39957         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39958         (gst_gdk_pixbuf_chain):
39959         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39960         * ext/jack/gstjack.c: (gst_jack_change_state):
39961         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39962         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39963         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39964         * gst/videofilter/gstvideofilter.c:
39965         (gst_videofilter_set_output_size):
39966         Remove all usage of gst_pad_get_caps(), and replace it with
39967         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39968
39969 2004-01-11  David Schleef  <ds@schleef.org>
39970
39971         * configure.ac:
39972         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39973         * ext/divx/gstdivxdec.c:
39974         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39975         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39976         handle images that span multiple buffers.  Now work with both
39977         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39978         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39979         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39980         video/video.h changes
39981         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39982         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39983         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39984         of GstData free function.
39985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39986         same.
39987
39988 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39989
39990         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39991         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39992         (gst_v4l2element_get_property):
39993         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39994           add norm, channel and frequency properties.
39995         * sys/v4l2/gstv4l2tuner.c:
39996           fixes for tuner interface changes
39997         * sys/v4l2/gstv4l2element.h:
39998         * sys/v4l2/gstv4l2src.c:
39999         * sys/v4l2/gstv4l2src.h:
40000         * sys/v4l2/v4l2src_calls.c:
40001         * sys/v4l2/v4l2src_calls.h:
40002           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40003
40004 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40005
40006         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40007         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40008         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40009         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40010         * gst-libs/gst/tuner/tuner.h:
40011           GObjects aren't const.
40012           Add find_by_name functions.
40013           Add checks to _changed functions.
40014         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40015         (gst_v4l_tuner_get_norm):
40016           Fixes for above.
40017
40018 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40019
40020         * gst-libs/gst/video/video.h:
40021           Fix caps template names to be understandable.
40022           Prefix everything with GST_VIDEO.
40023         * ext/aalib/gstaasink.c:
40024         * ext/divx/gstdivxdec.c:
40025         * ext/divx/gstdivxenc.c:
40026         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40027         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40028         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40029         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40030         * ext/libcaca/gstcacasink.c:
40031         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40032         * ext/snapshot/gstsnapshot.c:
40033         * ext/swfdec/gstswfdec.c:
40034         * ext/xvid/gstxviddec.c:
40035         * ext/xvid/gstxvidenc.c:
40036         * gst/chart/gstchart.c:
40037         * gst/deinterlace/gstdeinterlace.c:
40038         * gst/effectv/gsteffectv.c:
40039         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40040         * gst/goom/gstgoom.c:
40041         * gst/median/gstmedian.c:
40042         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40043         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40044         * gst/overlay/gstoverlay.c:
40045         * gst/smooth/gstsmooth.c:
40046         * gst/smpte/gstsmpte.c:
40047         * gst/synaesthesia/gstsynaesthesia.c:
40048         * gst/videocrop/gstvideocrop.c:
40049         * gst/videodrop/gstvideodrop.c:
40050         * gst/y4m/gsty4mencode.c:
40051         * sys/qcam/gstqcamsrc.c:
40052         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40053           Make them work with new video.h file.
40054         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40055         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40057         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40058           Make it work with new buffer allocation system.
40059
40060 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40061
40062         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40063         pad_alloc_buffer implementation to use ->srcpad
40064         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40065         pad_alloc_buffer implementation to use ->srcpad
40066         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40067         pad_alloc_buffer implementation to use ->srcpad
40068         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40069         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40070         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40071         a reference to everything we need.
40072         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40074         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40075         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40076         a reference to everything we need.
40077         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40078
40079 2004-01-11  David Schleef  <ds@schleef.org>
40080
40081         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40082         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40083         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40084         structure members.
40085         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40086         value during a resize/renegotiation.
40087         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40088         gst_pad_alloc_buffer();
40089         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40090         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40091         structure members.
40092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40093         Fix for rename of buffer private structure members.
40094         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40095         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40096         Fix for rename of buffer private structure members.
40097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40098         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40099         Fix for rename of buffer private structure members.
40100
40101 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40102
40103         reviewed by: David Schleef <ds@schleef.org>
40104
40105         * gst/videofilter/Makefile.am:
40106         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40107         from the patch by ds to fit in with recent make_filter changes.
40108
40109 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40110
40111         * configure.ac: Adding examples/switch/Makefile
40112         * examples/Makefile.am: Adding examples/switch
40113         * examples/switch/Makefile.am: Adding switcher example.
40114         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40115         (switch_timer), (main): Adding an example demonstrating switch usage
40116         with 2 videotestsrc showing different patterns.
40117         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40118         (gst_switch_init): Fixing switch with the new caps system.
40119
40120 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40121
40122         * gst-libs/gst/video/video.h:
40123           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40124           They should probably be like
40125           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40126
40127 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40128
40129         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40130         (qtdemux_parse_trak):
40131           fix audio chunk size/timestamp calculation
40132
40133 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40134
40135         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40136           fix SVQ3 caps
40137
40138 2004-01-11  Steve Baker  <steve@stevebaker.org>
40139
40140         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40141         (gst_agingtv_base_init), (gst_agingtv_class_init),
40142         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40143         (gst_agingtv_set_property), (gst_agingtv_get_property):
40144         Port agingTV to videofilter
40145
40146 2004-01-09  Julien MOUTTE <julien@moutte.net>
40147
40148         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40149         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40150
40151 2004-01-09  Julien MOUTTE <julien@moutte.net>
40152
40153         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40154         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40155         * gst-libs/gst/xoverlay/xoverlay.c:
40156         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40157         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40158         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40159         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40160         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40161         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40162         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40163         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40164         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40165         interface implementation to handle xid being 0 and fix some bugs
40166         triggered by Benjamin's testcase.
40167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40168         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40169         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40170         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40171         interface implementation to handle xid being 0 and fix some bugs
40172         triggered by Benjamin's testcase.
40173
40174 2004-01-09  David Schleef  <ds@schleef.org>
40175
40176         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40177         mouse pointer events.  It works.
40178
40179 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40180
40181         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40182           Use explicit caps - fix capsnego.
40183         * ext/xvid/gstxviddec.c:
40184         * ext/xvid/gstxvidenc.c:
40185           Remove macro-inside-macro which caused compile errors.
40186         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40187           Error out if it's not a RIFF file. Else we error out without
40188           gst_element_error() which is not good...
40189
40190 2004-01-08  David Schleef  <ds@schleef.org>
40191
40192         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40193         Fix pad_link function to handle formats that ffmpeg returns
40194         as multiple caps structures.
40195         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40196         Only complain if source buffer is _smaller_ than expected.
40197         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40198         (gst_videoscale_handle_src_event): Resize navigation events
40199         when passing them upstream.
40200         * gst/videotestsrc/gstvideotestsrc.c:
40201         * gst/videotestsrc/gstvideotestsrc.h:
40202         * gst/videotestsrc/videotestsrc.c:
40203         * gst/videotestsrc/videotestsrc.h:
40204         Rewrite many of the buffer painting functions to handle odd
40205         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40206         been verified to work with my video card.
40207         * testsuite/gst-lint:  Add check for elements calling
40208         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40209
40210 2004-01-08  David Schleef  <ds@schleef.org>
40211
40212         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40213         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40214
40215 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40216
40217         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40218         configure event is not emiting the desired size signal. That fixes
40219         aspect ratio issues with gst-player.
40220
40221 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40222
40223         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40224           Fix capsnego.
40225
40226 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40227
40228         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40229         public method to fire size signal.
40230
40231 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40232
40233         * examples/gstplay/Makefile.am: Adding the interface library.
40234         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40235         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40236         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40237         GST_IS_X_OVERLAY before signal connect.
40238         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40239         Removing the have_video_size signal.
40240         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40241         and associated public method.
40242         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40243         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40244         signal.
40245         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40246         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40247         signal.
40248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40249         Using XOverlay public method to fire size signal.
40250
40251 2004-01-07  David Schleef  <ds@schleef.org>
40252
40253         * gst/videofilter/Makefile.am:
40254         * gst/videofilter/gstvideotemplate.c:
40255         * gst/videofilter/make_filter:
40256         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40257         Convert make_filter to /bin/sh script.
40258
40259 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40260
40261         * gst/modplug/gstmodplug.cc: fix element description
40262
40263 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40264
40265         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40266         (got_video_size): Adding some new lines in g_print calls.
40267         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40268         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40269         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40270         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40271         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40272         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40273         Complete code review, reverting some stuff i disagree with, adding
40274         some fixes : time synchronization on invalid timestamps, renegotiation
40275         of private window.
40276         * sys/ximage/ximagesink.h:
40277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40278         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40279         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40280         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40281         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40282         (gst_xvimagesink_buffer_new),
40283         (gst_xvimagesink_navigation_send_event),
40284         (gst_xvimagesink_set_xwindow_id),
40285         (gst_xvimagesink_get_desired_size),
40286         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40287         stuff i disagree with, adding some fixes : Renegotiation of private
40288         window, implementing get_desired_size.
40289
40290 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40291
40292         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40293         (gst_afsink_handle_event):
40294         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40295         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40296         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40297         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40298         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40299           Fix for instantiate-test (see core). Also remove dead code from
40300           jpegenc (which still needs fixing, but that's lower on my TODO
40301           list...).
40302         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40303           Never return NULL as caps.
40304
40305 2004-01-07  David Schleef  <ds@schleef.org>
40306
40307         * configure.ac:
40308         * ext/Makefile.am:
40309         * ext/librfb/Makefile.am:
40310         * ext/librfb/gstrfbsrc.c:
40311         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40312         is the protocol used by VNC.
40313
40314 2004-01-07  David Schleef  <ds@schleef.org>
40315
40316         * gst/videofilter/gstvideotemplate.c:
40317         * gst/videofilter/gstvideotemplate.h:
40318         * gst/videofilter/make_filter:
40319         Merge videotemplate header into source file.
40320         * gst/effectv/Makefile.am:
40321         * gst/effectv/gsteffectv.c: (plugin_init):
40322         * gst/effectv/gstwarp.c:
40323         Make warpTV a subclass of videofilter.
40324
40325 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40326
40327         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40328           Add guard against invalid utf-8 conversions in mad. Just in case.
40329
40330 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40331
40332         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40333           Fix for bug shown by poisoning
40334
40335 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40336
40337         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40338         (gst_v4lmjpegsrc_buffer_free):
40339         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40340         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40341         (gst_v4lsrc_buffer_free):
40342           Fix for removed bufferpools.
40343
40344 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40345
40346         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40347         Fix caps negotiation.
40348
40349         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40350         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40351         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40352         (dvdnavsrc_event):
40353         * ext/mpeg2dec/gstmpeg2dec.c:
40354         * gst-libs/gst/navigation/navigation.c:
40355         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40356         * gst-libs/gst/navigation/navigation.h:
40357         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40358         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40360         Super-simple first version of mouse and keyboard events. Clicking
40361         on a DVD menu now works, although it may not take you where you
40362         expected.
40363
40364         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40365         * gst/videotestsrc/gstvideotestsrc.c:
40366         (gst_videotestsrc_src_fixate):
40367         These fixate functions were broken - they never actually
40368         fixated :)
40369
40370 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40371
40372         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40373         (gst_icecastsend_init):
40374           fix for new caps system.
40375         * gst-libs/gst/mixer/mixertrack.h:
40376         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40377           Add 'master track' flag (for tools like ACME that only want to
40378           change the main volume).
40379
40380 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40381
40382         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40383         (gst_xvid_csp_to_caps):
40384         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40385         * ext/xvid/gstxvidenc.c:
40386         ifdef out ARGB type when it isn't available
40387         in xvidcore 1.0.0beta2
40388
40389 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40390
40391         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40392           When we have received a new SCR right in the first buffer after
40393           a seek (so in the same cycle that handles the discont), we should
40394           handle the buffer instead of unreffing it, else we lose data.
40395
40396 2004-01-06  Iain <iain@prettypeople.org>
40397
40398         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40399           buffer-frames caps too.
40400
40401         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40402           caps that we need, don't destroy them all and rebuild them. And when
40403           creating src pads, use the src pad template rather than the sink...
40404
40405 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40406
40407         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40408           Add pad to element *after* setting functions such as event handler.
40409           Without this, the scheduler (opt) will link pads, set the event
40410           handler from the default event function (dispatcher in gstpad.c)
40411           and *after* that, we will set our own event function, which will
40412           thus never be used (and thus mpegdemux doesn't handle events).
40413
40414 2004-01-04  David Schleef  <ds@schleef.org>
40415
40416         Fix the fixate functions to handle new prototype:
40417         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40418         * gst/videotestsrc/gstvideotestsrc.c:
40419         (gst_videotestsrc_src_fixate):
40420         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40421         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40423
40424 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40425
40426         * sys/ximage/ximagesink.h:
40427         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40428         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40429         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40430         (gst_ximagesink_xoverlay_init):
40431           assorted fixes to make (re)embedding work
40432         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40433         (gst_ximagesink_get_desired_size):
40434           implement desired size additions to XOverlay
40435
40436 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40437
40438         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40439         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40440         (gst_x_overlay_got_desired_size):
40441         * gst-libs/gst/xoverlay/xoverlay.h:
40442           Add optional "desired size" signal and querying.
40443
40444 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40445
40446         * gst/matroska/matroska-demux.c:
40447         (gst_matroska_demux_parse_blockgroup):
40448           Fix EBML-laced block parsing. Diffs are relative to previous
40449           lace, not the first lace. Thanks to Mosu from the Matroska
40450           team for detecting this.
40451         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40452         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40453         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40454         (gst_wavparse_change_state):
40455         * gst/wavparse/gstwavparse.h:
40456           Quickfix for capsnego.
40457
40458 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40459
40460         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40461           Fix indenting, fix pad creation.
40462
40463 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40464
40465         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40466         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40467         (gst_xviddec_sink_link):
40468           Implement src_getcaps() so proper size caps is negotiated.
40469
40470 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40471
40472         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40473           Finish flac decoder on EOS. See #116178.
40474
40475 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40476
40477         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40478         (gst_matroska_demux_add_stream):
40479         * gst/matroska/matroska-ids.h:
40480           Add getcaps() function to fix capsnego...
40481
40482 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40483
40484         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40485         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40486         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40487           Fix more integer overflows. Again, see #126967.
40488
40489 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40490
40491         * ext/mpeg2dec/gstmpeg2dec.c:
40492           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40493           #130416.
40494
40495 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40496
40497         * configure.ac:
40498         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40499         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40500         * ext/xvid/gstxvid.h:
40501         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40502         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40503         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40504         (gst_xviddec_change_state):
40505         * ext/xvid/gstxviddec.h:
40506         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40507         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40508         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40509         (gst_xvidenc_link), (gst_xvidenc_set_property),
40510         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40511         * ext/xvid/gstxvidenc.h:
40512           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40513
40514 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40515
40516         * gst/rtp/rtp-packet.c:
40517           Add sys/types.h include, since OS X doesn't define in_addr_t
40518           in netinet/in.h, like it does on Linux (see #129600).
40519
40520 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40521
40522         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40523
40524         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40525           Correct logic of dispose function (see #129306).
40526
40527 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40528
40529         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40530         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40531         (gst_mpeg_parse_init):
40532         * gst/mpegstream/gstmpegparse.h:
40533           Remove clock (which was never provided, i.e. dead code), and
40534           also fix integer overflows at high PTS values (see #126967).
40535
40536 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40537
40538         * ext/flac/gstflacdec.c:
40539         * ext/libpng/gstpngenc.h:
40540         * ext/mikmod/gstmikmod.h:
40541           OS X fixes (see #126628).
40542
40543 2004-01-02  David Schleef  <ds@schleef.org>
40544
40545         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40546         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40547         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40548         (gst_mpeg_parse_class_init): Move pad template registration
40549         to class_init, since the derived class (mpegdemux) doesn't
40550         want them.
40551
40552 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40553
40554         * sys/ximage/Makefile.am:
40555         * sys/xvideo/Makefile.am:
40556         * sys/xvimage/Makefile.am:
40557           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40558           after installation (see #127664).
40559
40560 2004-01-02  David Schleef  <ds@schleef.org>
40561
40562         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40563         (gst_ffmpegenc_connect):  Negotiation fixes.
40564         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40565         Remove inappropriate gst_caps_free().
40566         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40567         Reenable Ronald's internal resize code, since the core handles
40568         it correctly now.
40569
40570 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40571
40572         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40573         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40574         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40575           Fix pad template stuff.
40576
40577 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40578
40579         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40580         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40581           fix signed integer reading/writing.
40582
40583 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40584
40585         * ext/alsa/README:
40586           Remove outdated document
40587
40588 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40589
40590         * gst/cutter/gstcutter.c: (gst_cutter_init):
40591           src pad was being created twice - oops.
40592
40593 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40594
40595         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40596           Comment out internal resize. It doesn't handle the resulting
40597           XEvent internally, does another try_set_caps() which leads to
40598           a really nice loop.
40599           Real fix will come when Julien and Dave are awake. ;).
40600
40601 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40602
40603         * ext/mpeg2enc/gstmpeg2enc.cc:
40604           fix const/nonconst compile issue.
40605
40606 2004-01-02  David Schleef  <ds@schleef.org>
40607
40608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40609         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40610         Add fixate function and a check for bad formats.
40611
40612 2004-01-01  David Schleef  <ds@schleef.org>
40613
40614         Negotiation fixes:
40615         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40616         (gst_audiofilter_init):
40617         * gst/debug/efence.c: (gst_efence_init):
40618         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40619         (gst_deinterlace_init):
40620         * gst/volume/gstvolume.c: (volume_connect):
40621
40622 2004-01-01  David Schleef  <ds@schleef.org>
40623
40624         Convert elements to use gst_pad_use_explicit_caps() where
40625         appropriate:
40626         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40627         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40628         (gst_afparse_open_file):
40629         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40630         (gst_afsrc_open_file):
40631         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40632         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40633         (gst_ffmpegdec_chain):
40634         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40635         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40636         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40637         (gst_gdk_pixbuf_chain):
40638         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40639         (gst_jpegdec_chain):
40640         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40641         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40642         (gst_mikmod_negotiate):
40643         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40644         (gst_mpeg2dec_negotiate_format):
40645         * ext/mpeg2enc/gstmpeg2enc.cc:
40646         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40647         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40648         (gst_speexdec_sinkconnect):
40649         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40650         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40651         (gst_vorbisfile_new_link):
40652         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40653         (gst_ac3parse_chain):
40654         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40655         (gst_asf_demux_setup_pad):
40656         * gst/auparse/gstauparse.c: (gst_auparse_init),
40657         (gst_auparse_chain):
40658         * gst/id3/gstid3types.c: (gst_id3types_loop):
40659         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40660         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40661         (mp1videoparse_parse_seq):
40662         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40663         (bpf_from_header):
40664         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40665         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40666         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40667         (gst_mpeg_parse_send_data):
40668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40669         (gst_qtdemux_add_stream):
40670         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40671         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40672         (gst_wavparse_parse_fmt):
40673
40674 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40675
40676         * configure.ac:
40677           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40678           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40679           it therefore uses the wrong include paths. Too bad... Note
40680           that 1.6.1.93 is not release yet. ;).
40681           Also add a check for mplex, which is now using the lib'ified
40682           mplex from mjpegtools, too.
40683         * ext/ffmpeg/gstffmpegcodecmap.c:
40684           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40685           issues. I don't think ffmpeg handles 3ivx correctly, so this
40686           probably won't work. But it won't hurt either.
40687         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40688         (gst_ffmpegdec_chain):
40689         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40690         (gst_ffmpegenc_chain_audio):
40691           Fix memleak in audio encoding. Close codec if open fails, this
40692           calls the cleanup routines so we can re-use the context.
40693         * ext/mpeg2enc/gstmpeg2enc.cc:
40694           Fix pad template names/types, fix memory issue with getcaps().
40695         * ext/mpeg2enc/gstmpeg2encoder.cc:
40696         * ext/mpeg2enc/gstmpeg2encoder.hh:
40697           Fix compile issue with new caps system (const thingy).
40698         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40699         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40700           We read a first frame right on initing, so that we have a caps
40701           when we init the output. This caps is cached in padprivate and
40702           read as first frame.
40703         * ext/mplex/Makefile.am:
40704         * ext/mplex/gstmplex.cc:
40705         * ext/mplex/gstmplex.h:
40706         * ext/mplex/gstmplex.hh:
40707         * ext/mplex/gstmplexibitstream.cc:
40708         * ext/mplex/gstmplexibitstream.hh:
40709         * ext/mplex/gstmplexjob.cc:
40710         * ext/mplex/gstmplexjob.hh:
40711         * ext/mplex/gstmplexoutputstream.cc:
40712         * ext/mplex/gstmplexoutputstream.hh:
40713           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40714           had issues, didn't do capsnego, supported only a subset of the
40715           mplex features and required a mplex fork in our local CVS. Plus
40716           that it worked agaist a very old mplex version. Rewriting was
40717           faster than updating it.
40718         * gst-libs/ext/Makefile.am:
40719         * gst-libs/ext/mplex/INSTRUCT:
40720         * gst-libs/ext/mplex/Makefile.am:
40721         * gst-libs/ext/mplex/README:
40722         * gst-libs/ext/mplex/TODO:
40723         * gst-libs/ext/mplex/ac3strm_in.cc:
40724         * gst-libs/ext/mplex/audiostrm.hh:
40725         * gst-libs/ext/mplex/audiostrm_out.cc:
40726         * gst-libs/ext/mplex/aunit.hh:
40727         * gst-libs/ext/mplex/bits.cc:
40728         * gst-libs/ext/mplex/bits.hh:
40729         * gst-libs/ext/mplex/buffer.cc:
40730         * gst-libs/ext/mplex/buffer.hh:
40731         * gst-libs/ext/mplex/fastintfns.h:
40732         * gst-libs/ext/mplex/format_codes.h:
40733         * gst-libs/ext/mplex/inputstrm.cc:
40734         * gst-libs/ext/mplex/inputstrm.hh:
40735         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40736         * gst-libs/ext/mplex/mjpeg_logging.cc:
40737         * gst-libs/ext/mplex/mjpeg_logging.h:
40738         * gst-libs/ext/mplex/mjpeg_types.h:
40739         * gst-libs/ext/mplex/mpastrm_in.cc:
40740         * gst-libs/ext/mplex/mpegconsts.cc:
40741         * gst-libs/ext/mplex/mpegconsts.h:
40742         * gst-libs/ext/mplex/mplexconsts.hh:
40743         * gst-libs/ext/mplex/multplex.cc:
40744         * gst-libs/ext/mplex/outputstream.hh:
40745         * gst-libs/ext/mplex/padstrm.cc:
40746         * gst-libs/ext/mplex/padstrm.hh:
40747         * gst-libs/ext/mplex/stillsstream.cc:
40748         * gst-libs/ext/mplex/stillsstream.hh:
40749         * gst-libs/ext/mplex/systems.cc:
40750         * gst-libs/ext/mplex/systems.hh:
40751         * gst-libs/ext/mplex/vector.cc:
40752         * gst-libs/ext/mplex/vector.hh:
40753         * gst-libs/ext/mplex/videostrm.hh:
40754         * gst-libs/ext/mplex/videostrm_in.cc:
40755         * gst-libs/ext/mplex/videostrm_out.cc:
40756         * gst-libs/ext/mplex/yuv4mpeg.cc:
40757         * gst-libs/ext/mplex/yuv4mpeg.h:
40758         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40759         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40760           We don't fork mjpegtools' mplex in our CVS anymore.
40761         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40762         (gst_avi_demux_add_stream):
40763         * gst/avi/gstavidemux.h:
40764           Add getcaps() function for proper caps nego. This makes some
40765           parts of AVI playback/reading work.
40766         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40767           Resize window on new capsnego. This is probably wrong, but
40768           I'm still committing it because with current capsnego, the
40769           first successfull capsnego is auto-fixated, therefore rounded
40770           down to the lowest values in the caps. this results in a 16x16
40771           XWindow that is not reized when real capsnego finishes.
40772           Dave, I see more cases of this, do you know a proper solution?
40773         * tools/gst-launch-ext.in:
40774           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40775
40776 2003-12-31  David Schleef  <ds@schleef.org>
40777
40778         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40779         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40780           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40781
40782 2003-12-30  David Schleef  <ds@schleef.org>
40783
40784         * ext/ffmpeg/gstffmpegcolorspace.c:
40785         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40786         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40787         (gst_ffmpegcsp_chain): Negotiation fixes
40788         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40789         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40790         (gst_audio_convert_link), (gst_audio_convert_channels):
40791         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40792         (gst_audioscale_link), (gst_audioscale_get_buffer),
40793         (gst_audioscale_chain): Negotiation fixes
40794         * gst/audioscale/gstaudioscale.h:
40795         * gst/videofilter/gstvideofilter.c:
40796         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40797         (gst_videofilter_link), (gst_videofilter_init),
40798         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40799         (gst_videofilter_find_format_by_structure):
40800         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40801         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40802         (gst_videoscale_link):
40803         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40804         (videoscale_find_by_structure), (gst_videoscale_setup):
40805         * gst/videoscale/videoscale.h: Negotiation fixes
40806         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40807         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40808         function, restrict resizing to a multiple of 4 (hack until
40809         everyone supports odd sizes correctly).
40810
40811 2003-12-29  Colin Walters  <walters@verbum.org>
40812
40813         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40814         signed.
40815
40816 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40817
40818         * ext/sndfile/gstsf.c: (gst_sf_loop):
40819           Fix warning about discarding const qualifier
40820
40821 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40822
40823         * gst/cutter/gstcutter.c:
40824         * gst/videoscale/gstvideoscale.c:
40825         * gst/volenv/gstvolenv.c:
40826         * gst-libs/gst/audio/audio.c:
40827         * gst-libs/gst/video/video.c:
40828           Fix warnings
40829
40830 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40831
40832         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40833           Don't send ALSA debugging to stderr.
40834         * ext/alsa/gstalsa.h:
40835           Use GST_WARNING instead of g_warning when ALSA functions fail.
40836
40837 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40838
40839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40840           Free XVAdapterInfo correctly.
40841
40842 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40843
40844         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40845         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40846           Make id3tag use correct caps nego.
40847
40848 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40849
40850         * ext/ivorbis/vorbis.c:
40851         * ext/ivorbis/vorbisenc.h:
40852         * ext/ivorbis/vorbisfile.c:
40853           Modify so that it uses the new caps things
40854
40855 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40856
40857         * testsuite/spider/spider1.c: (main):
40858         * testsuite/spider/spider2.c: (main):
40859         * testsuite/spider/spider3.c: (main):
40860           Make tests compile again. They probably don't work.
40861
40862 2003-12-24  Colin Walters  <walters@verbum.org>
40863
40864         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40865         we can't fixate the caps anymore.
40866
40867 2003-12-23  David Schleef  <ds@schleef.org>
40868
40869         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40870         * sys/oss/gstosssink.c: (gst_osssink_init),
40871         (gst_osssink_sink_fixate): Add fixate function.
40872
40873 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40874
40875         * ext/ffmpeg/gstffmpegcodecmap.c:
40876         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40877         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40878         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40879         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40880         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40881         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40882         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40883           fix typo in RGB masks, and move back to "old" colorspace
40884           capsnego code until whoever wrote this new crap has actually
40885           tested it so that it works.
40886           And yes, this works, keep it that way please.
40887
40888 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40889
40890         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40891         (gst_divxdec_init), (gst_divxdec_negotiate):
40892         * ext/divx/gstdivxdec.h:
40893         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40894         (gst_divxenc_init):
40895         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40896         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40897         * ext/mpeg2enc/gstmpeg2enc.cc:
40898         * ext/mpeg2enc/gstmpeg2encoder.cc:
40899         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40900         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40901         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40902         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40903         (dxr3spusink_init):
40904         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40905         (dxr3videosink_init):
40906           Fix caps breakage after Dave's caps branch merge.
40907
40908 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40909
40910         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40911           Fix for 24bpp display.
40912
40913 2003-12-23  Colin Walters  <walters@verbum.org>
40914
40915         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40916         a GnomeVFSHandle directly.
40917
40918 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40919
40920         * gst/volume/Makefile.am:
40921         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40922         (volume_base_init), (volume_init):
40923           Reenable volume element and fix to work with new caps stuff.
40924           Rhythmbox needs this.
40925
40926 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40927
40928         * gst/qtdemux/qtdemux.c: (plugin_init):
40929           qtdemux requires bytestream
40930
40931 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40932
40933         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40934           Fix remaining caps handling errors due to CAPS merge.
40935
40936 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40937
40938         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40939         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40940         (gst_faad_srcconnect):
40941           Port to new caps system.
40942
40943 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40944
40945         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40946         (got_video_size), (main): using g_print instead of g_message.
40947         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40948         signal which was not emitted because of "switch" element added to the
40949         bin but not connected. (Removing from the bin temporarily)
40950
40951 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40952
40953         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40954         find X development files. I don't understand the previous tests and
40955         they fail on my debian/ppc unstable. This one works.
40956         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40957         exiting.
40958         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40959         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40960         (gst_play_set_visualization): Add some safety checks in set_ methods
40961         and state_change. This was throwing some ugly CRITICAL messages when
40962         pipeline was getting disposed and casts were failing.
40963
40964 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40965
40966         * configure.ac:
40967           Improve mpeg2enc detection. This is for distributions that do
40968           ship mjpegtools, but without mpeg2enc. Also does object check
40969           for might there ever be ABI incompatibility.
40970         * ext/mpeg2enc/gstmpeg2enc.cc:
40971           Add Andrew as second maintainer (he's helping me), and also add
40972           an error if no caps was set. This happens if I pull before capsnego
40973           and that's something I should solve sometime else.
40974         * gst/matroska/matroska-demux.c:
40975         (gst_matroska_demux_parse_blockgroup):
40976           Fix time parsing.
40977         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40978         (gst_matroska_mux_track_header):
40979           Add caps to templates.
40980         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40981           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40982         * gst/mpegstream/gstmpegdemux.c:
40983           Remove layer since it causes warnings about unfixed caps.
40984         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40985           Fix obvious typo (we error out if caps were set, we should of
40986           course error out if *no* caps were set).
40987         * sys/oss/gstosselement.c: (gst_osselement_convert):
40988           Fix format conversion, we confused bits/bytes.
40989         * sys/oss/gstosselement.h:
40990           Improve documentation for 'bps'.
40991         * sys/v4l/TODO:
40992           Remove stuff about plugins that need removing - this was done
40993           ages ago.
40994         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40995         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40996         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40997         (gst_v4lsrc_src_query):
40998         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40999         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41000           Add get_query_types(), get_formats() and query() functions.
41001
41002 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41003
41004         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41005           * moved CVS to freedesktop.org