gst/playback/gstplaybin2.c: don't try to unlink the selector sinkpad when we don...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/playback/gstplaybin2.c: (deactivate_group):
4         don't try to unlink the selector sinkpad when we don't have it yet. This
5         can happen if an error occured before the group was complete.
6
7 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
8
9         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
10         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
11         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
12         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
13         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
14         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
15         (gst_rtp_buffer_get_extension_data),
16         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
17         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
18         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
19         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
20         (gst_rtp_buffer_get_payload_type),
21         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
22         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
23         (gst_rtp_buffer_set_timestamp),
24         (gst_rtp_buffer_get_payload_subbuffer),
25         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
26         Avoid expensive type checks we already did as part of the 
27         _validate() function that should be called first.
28
29 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
30
31         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
32         (gst_base_rtp_depayload_push_full),
33         (gst_base_rtp_depayload_set_gst_timestamp):
34         Fix some cases where a newsegment event was not sent.
35
36 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
37
38         * gst/playback/gstplaybin2.c: (activate_group):
39         Catch state change errors and stop from the uridecodebin elements
40         instead of trying to continue in vain.
41
42 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
43
44         * gst-libs/gst/audio/gstbaseaudiosink.c:
45         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
46         (gst_base_audio_sink_callback):
47         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
48         for the latency to expire, fixes #559567.
49
50 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
51
52         * gst/adder/gstadder.c:
53           Change author string after seeing output of gst-inspector.
54
55 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
56
57         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
58         Don't try to do crazy things when we only have a text pad without a
59         video pad. Fixes #559478.
60
61 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
62
63         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
64         Fix case where we don't have a range for the rates or channels as is the
65         case with truespeech.
66
67 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
68
69         * gst/volume/gstvolume.c: (volume_update_real_volume),
70         (gst_volume_set_volume), (gst_volume_get_volume),
71         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
72         (volume_transform_ip), (volume_update_mute),
73         (volume_update_volume), (volume_get_property):
74         * gst/volume/gstvolume.h:
75         Keep negotiated state in a separate variable.
76         Protect the volume and mute properties with the object lock.
77         Protect modifying the transform with the transform lock.
78
79 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
80
81         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
82         (gst_ffmpeg_pixfmt_to_caps):
83         Only convert caps to string when debug is enabled.
84
85 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
86
87         * ext/theora/gsttheoradec.h:
88         * ext/theora/theoradec.c: (gst_theora_dec_init),
89         (gst_theora_dec_reset), (theora_dec_src_event),
90         (theora_dec_sink_event), (theora_handle_type_packet):
91         Copy seqnum.
92         Keep events in a pending list, like vorbisdec, instead of trying
93         to construct a segment event ourselves.
94
95         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
96         (vorbis_dec_src_event), (vorbis_dec_sink_event):
97         * ext/vorbis/vorbisdec.h:
98         Copy seqnum.
99
100 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
101
102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
103         (gst_ogg_demux_deactivate_current_chain),
104         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
105         (gst_ogg_demux_loop):
106         * ext/ogg/gstoggdemux.h:
107         Copy seqnums around to track playback segments and messages.
108
109 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
110
111         Based on patch by: Matthias Kretz <kretz at kde dot org>
112
113         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
114         (gst_alsasink_prepare), (gst_alsasink_unprepare),
115         (gst_alsasink_write):
116         Make all access non-blocking so that we can better handle unplugging
117         of usb devices. Fixes #559111
118
119 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
120
121         Patch by: Damien Lespiau  <damien.lespiau gmail com>
122
123         * gst-libs/gst/rtsp/gstrtspconnection.c:
124         (gst_rtsp_connection_write):
125         Make the next call to poll not depend on previous calls to poll with or
126         without reading from the active descriptor. Fixes #544293.
127
128 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
129
130         Patch by: Nick Haddad <nick at haddads dot net>
131
132         * gst-libs/gst/riff/riff-ids.h:
133         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
134         Add support for other fourcc codes that are commonly used for
135         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
136         Fixes #558553.
137
138 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
139
140         * gst/audioresample/gstaudioresample.c:
141           Return the result of parent_class->event().
142
143 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
144
145         * gst/audioresample/gstaudioresample.c:
146         (gst_audioresample_class_init), (audioresample_fixate_caps):
147         Fixate the rate to the nearest supported rate instead of
148         the first one. Fixes bug #549510.
149
150 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
151
152         * win32/common/libgstaudio.def:
153         Add new symbols.
154
155 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
156
157         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
158         Attempt to make obfuscated code clearer.
159
160 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
161
162         * docs/libs/gst-plugins-base-libs-sections.txt:
163         * gst-libs/gst/floatcast/floatcast.h:
164         Move float endianness conversion macros to core. Second part of
165         bug ##555196.
166
167 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
168
169         * sys/ximage/ximagesink.h:
170         * sys/xvimage/xvimagesink.h:
171           Don't mark as gtk-doc docs as they aren't public.
172
173 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
174
175         * sys/xvimage/xvimagesink.c:
176         * sys/xvimage/xvimagesink.h:
177         * tests/icles/Makefile.am:
178         * tests/icles/test-colorkey.c:
179           Allow setting colorkey if possible. Implement property probe interface
180           for optional X features (autopaint-colorkey, double-buffer and
181           colorkey). Fixes #554533
182
183 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
184
185         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
186         Remove useless buffer size assignment. It already has this value.
187
188 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
189
190         * gst-libs/gst/audio/gstaudiosink.c:
191         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
192         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
193         (gst_audioringbuffer_stop):
194         Implement a separate activate functions to start monitoring the segments
195         or, in pull mode, pulling in data.
196
197         * gst-libs/gst/audio/gstbaseaudiosink.c:
198         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
199         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
200         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
201         (gst_base_audio_sink_activate_pull),
202         (gst_base_audio_sink_async_play),
203         (gst_base_audio_sink_change_state):
204         Implement pad and element convert query function.
205         Activate the ringbuffer.
206         Use the segment last_stop value as the offset to pull.
207         Use new basesink _do_preroll() method to preroll in the pulling thread.
208         Take appropriate locking in the pulling thread.
209
210         * gst-libs/gst/audio/gstringbuffer.h:
211         Update some docs.
212
213 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
214
215         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
216         Improve MXF typefinding a bit by searching for a header partition
217         pack instead of just a general partition pack and checking more
218         bytes for valid values.
219
220 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
221
222         * tests/icles/.cvsignore:
223         update ignore file.
224
225         * tests/icles/Makefile.am:
226         * tests/icles/test-box.c: (make_pipeline), (main):
227         Add another interactive command line experimentation suite for
228         dynamically boxing/cropping/saling an input video.
229
230 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
231
232         * docs/libs/gst-plugins-base-libs-sections.txt:
233         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
234         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
235         * gst-libs/gst/audio/gstringbuffer.h:
236         Add methods to more accuratly control the pulling thread of a
237         ringbuffer.
238         Add format conversion helper code to the ringbuffer.
239         API: GstRingBuffer:gst_ring_buffer_activate()
240         API: GstRingBuffer:gst_ring_buffer_is_active()
241         API: GstRingBuffer:gst_ring_buffer_convert()
242
243 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
244
245         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
246         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
247         (gst_audioringbuffer_stop):
248         Signal thread startup earlier so that we can immediatly go into pull
249         mode when we have to and block on preroll.
250
251 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
252
253         * gst-libs/gst/audio/gstringbuffer.c:
254         (gst_ring_buffer_prepare_read):
255         In pull mode we want the callback to prepull a buffer we can preroll on
256         even when we are not yet playing.
257
258 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
259
260         * ext/alsa/Makefile.am:
261         * ext/cdparanoia/Makefile.am:
262         * ext/gio/Makefile.am:
263         * ext/gnomevfs/Makefile.am:
264         * ext/libvisual/Makefile.am:
265         * ext/ogg/Makefile.am:
266         * ext/pango/Makefile.am:
267         * ext/theora/Makefile.am:
268         * ext/vorbis/Makefile.am:
269         * gst/adder/Makefile.am:
270         * gst/audioconvert/Makefile.am:
271         * gst/audiorate/Makefile.am:
272         * gst/audioresample/Makefile.am:
273         * gst/audiotestsrc/Makefile.am:
274         * gst/ffmpegcolorspace/Makefile.am:
275         * gst/gdp/Makefile.am:
276         * gst/playback/Makefile.am:
277         * gst/subparse/Makefile.am:
278         * gst/tcp/Makefile.am:
279         * gst/typefind/Makefile.am:
280         * gst/videorate/Makefile.am:
281         * gst/videoscale/Makefile.am:
282         * gst/videotestsrc/Makefile.am:
283         * gst/volume/Makefile.am:
284         * sys/v4l/Makefile.am:
285         * sys/ximage/Makefile.am:
286         * sys/xvimage/Makefile.am:
287           Don't install static libs for plugins. Fixes #550851 for base.
288
289 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
290
291         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
292         Set the default blocksize to -1 because we will then use the configured
293         samplesperbuffer to create our output buffer.
294
295 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
296
297         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
298         (gst_riff_create_video_template_caps):
299         Add mappping for the KMVC (Karl Morton's Video) Codec.
300
301 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
302
303         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
304         Don't forget to advance the offset of what we're matching against, else
305         we end up in a forever loop.
306
307 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
308
309         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
310         Improve typefinding a bit. If we don't have a Unicode charset
311         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
312
313 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
314
315         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
316         Fix build on macosx.
317
318 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
319
320         Based on patch by: Robin Stocker <robin at nibor dot org>
321
322         * ext/theora/gsttheoradec.h:
323         * ext/theora/theoradec.c: (gst_theora_dec_init),
324         (theora_dec_setcaps), (theora_handle_type_packet),
325         (theora_dec_decode_buffer), (theora_dec_change_state):
326         Parse input caps and make the PAR override the encoded PAR when
327         specified by a container. Fixes #555699.
328
329 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
330
331         * gst-libs/gst/rtp/gstbasertpdepayload.c:
332         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
333         (gst_base_rtp_depayload_set_gst_timestamp),
334         (gst_base_rtp_depayload_change_state):
335         * gst-libs/gst/rtp/gstbasertpdepayload.h:
336         Add some more G_LIKELY
337         Fail when the setcaps function was not called.
338
339         * gst-libs/gst/rtp/gstbasertppayload.c:
340         (gst_basertppayload_set_outcaps):
341         Propagate return value of setcaps.
342
343 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
344
345         * gst/subparse/Makefile.am:
346         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
347         (gst_sub_parse_class_init), (gst_sub_parse_init),
348         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
349         (get_next_line), (gst_sub_parse_data_format_autodetect),
350         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
351         (gst_subparse_type_find):
352         * gst/subparse/gstsubparse.h:
353         Add support for UTF16/UTF32 subtitles as long as the first bytes of
354         the first buffer contain the BOM. This also adds support for other
355         encodings that allow NUL bytes via the encoding property.
356         Fixes bugs #552237 and #456788.
357
358 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
359
360         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
361         Don't drop the last byte of image tags if they're not an URI list.
362         Fixes bug #556066.
363
364 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
365
366         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
367         For looking at the 4th byte we have to get 4 bytes of course
368         and not 3.
369
370 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
371
372         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
373         Improve FLAC-without-headers typefinding by looking at most of the
374         frame header and checking if invalid values are used. Should prevent
375         quite some false positives compared to the old version which only
376         check if the first 14 bits are set.
377
378 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
379
380         * sys/xvimage/xvimagesink.c:
381           Don't assert on caps==NULL.
382
383 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
384
385         * gst/subparse/gstsubparse.c:
386         (gst_sub_parse_data_format_autodetect), (handle_buffer),
387         (gst_sub_parse_change_state):
388         * gst/subparse/gstsubparse.h:
389         * tests/check/elements/subparse.c: (GST_START_TEST):
390         Add support for subtitle files with UTF-8 BOM at the beginning
391         by simple stripping it from the first line before passing it
392         to any parsing code. Fixes bug #555257 and playback of files
393         created by Gnome Subtitles.
394
395 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
396
397         * gst/audiotestsrc/gstaudiotestsrc.c:
398         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
399         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
400         (gst_audio_test_src_start), (gst_audio_test_src_stop),
401         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
402         (gst_audio_test_src_create):
403         * gst/audiotestsrc/gstaudiotestsrc.h:
404         Define the default property values in the usual place.
405         Implement start/stop to reset values correctly.
406         Calculate the sample size only once when we negotiate.
407         Rename some values to make more sense.
408         Keep track of our byte range.
409         Add support for pull based scheduling. Disabled for now until we have
410         the whole stack working.
411         Set the BUFFER_OFFSET correctly.
412
413 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
414
415         Based on a patch by: xavierb at gmail dot com
416
417         * gst/subparse/gstsubparse.c:
418         (gst_sub_parse_data_format_autodetect):
419         * tests/check/elements/subparse.c: (GST_START_TEST):
420         Make the detection of the used subtitle a bit less strict
421         for srt subtitles. Fixes bug #555607.
422
423 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
424
425         * ext/vorbis/vorbisenc.c:
426         (gst_vorbis_enc_buffer_check_discontinuous):
427         Fix discontinuity detection which was broken by last commit.
428
429 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
430
431         * configure.ac::
432           Require core CVS for ghostpad API additions used by decodebin2.
433
434 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
435
436         * gst-libs/gst/audio/gstbaseaudiosrc.c:
437         (gst_base_audio_src_create):
438         Fix debug statements (space between '%' and actual format).
439
440 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
441
442         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
443         Remove bogus assert, the decodepad could have been created inside an
444         already existing group.
445
446 2008-10-08  Andy Wingo  <wingo@pobox.com>
447
448         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
449         target instead of setting it.
450         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
451         API for a decode pad. The bugfix is that we set the group in
452         activate(), not when the pad was created because it might be NULL
453         then.
454         (gst_decode_group_control_source_pad, gst_decode_group_expose):
455         Update to use the API.
456
457 2008-10-08  Andy Wingo  <wingo@pobox.com>
458
459         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
460         be a subclass of GstGhostPad.
461         (analyze_new_pad): So, when emitting the signals that determine
462         how we do autoplugging, already create the ghost pad and use it as
463         the pad in the signal arguments. This allows applications to make
464         a connection between the pad passed in e.g. autoplug-continue, and
465         the pad passed in new-decoded-pad.
466         (connect_pad, expose_pad): Update to receive the ghosted decode
467         pad in the args, retargetting it as necessary if we have to plug
468         the target pad through a multiqueue.
469         (gst_decode_group_control_source_pad): Adapt to receive an
470         already-ghosted pad that just needs activation, blocking, and
471         drain notification.
472         (sort_end_pads): Adapt for decode pads actually being pads.
473         (gst_decode_group_expose): Adapt for decode pads actually being
474         pads. Rewrite the decode pad names so they appear in order. Adds a
475         new error case if we couldn't set the name.
476         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
477         logic.
478         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
479         New API for the decode pad, needed because we shouldn't do these
480         things inside gst_decode_pad_new(), but after.
481         (gst_decode_pad_new): Change to actually make the real pad, and
482         delay the blocking/drainage bits.
483
484 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
485
486         Patch by: Daniel Drake <dsd at laptop dot org>
487
488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
489         Unref all buffers when clearing collectpads. Fixes bug #546955.
490
491 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
492
493         Based on a patch by: Klaas <klaas at rivercrew dot net>
494
495         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
496         (gst_vorbis_enc_buffer_check_discontinuous),
497         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
498         * ext/vorbis/vorbisenc.h:
499         Keep track of the upstream segments and use the running time on that
500         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
501
502 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
503
504         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
505         Prevent overflows with big buffer when calculating the size of
506         the intermediate buffer by using gst_util_uint64_scale() instead of
507         plain arithmetics. Fixes bug #552801.
508
509 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
510
511         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
512
513         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
514         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
515         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
516         (gst_clock_overlay_get_property):
517         * ext/pango/gstclockoverlay.h:
518         API: Add ability to specify format for date/time display by
519         adding a "time-format" property.
520         Fixes bug #554879.
521
522 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
523
524         Patch by: Jan Gerber <j at oil21 dot org>
525
526         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
527         (gst_riff_create_video_template_caps):
528         Add FFV1 fourcc to support playback of FFMPEG lossless video
529         in AVI. Fixes bug #555319.
530
531 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
532
533         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
534
535         * gst-libs/gst/audio/gstbaseaudiosrc.c:
536         (gst_base_audio_src_create):
537         Implement skew clock slaving. Fixes #552559.
538
539 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
540
541         * gst-libs/gst/audio/multichannel.c:
542         * gst-libs/gst/audio/testchannels.c:
543         Fix include of config.h
544
545 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
546
547         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
548
549         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
550         (print_media), (gst_sdp_message_dump):
551         Fix parsing of the c= field containing multicast addresses.
552         Fixes #552199.
553         Add the connection info to the session or streams.
554         Fix parsing of the bandwidth.
555         Add debugging for the connections and bandwidths for a media.
556         Add debugging for the bandwidth of the session. 
557
558 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
559
560         * gst-libs/gst/rtp/gstbasertppayload.c:
561         (gst_basertppayload_change_state):
562         Configure the next seqnum and timestamp in the state change so that they
563         can be queried soon after.
564
565 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
566
567         * gst-libs/gst/rtp/gstbasertpdepayload.c:
568         (gst_base_rtp_depayload_chain):
569         Improve debugging of the rtptime.
570
571 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
572
573         * configure.ac:
574         Back to development -> 0.10.21.1
575
576 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
577
578         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
579         (plugin_init):
580         Add typefinding for FLAC without headers in the beginning.
581         This is already handled by flacdec and friends.
582
583 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
584
585         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
586         (plugin_init):
587         Add typefinder for MXF.
588
589 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
590
591         * tests/icles/Makefile.am:
592         Only build test-colorkey if GTK+ is available.
593
594 === release 0.10.21 ===
595
596 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
597
598         * configure.ac:
599           releasing 0.10.21, "We Could Be Wrong"
600
601 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
602
603         * configure.ac:
604         0.10.20.4 pre-release
605
606 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
607
608         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
609
610         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
611         Set the BOS flag on the BOS packet. Fixes #553244.
612
613 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
614
615         * gst-libs/gst/rtsp/gstrtspmessage.c:
616         (gst_rtsp_message_parse_request),
617         (gst_rtsp_message_parse_response):
618         Fix the g_return_val_if_fail() statements.
619
620 2008-09-22  Michael Smith <msmith@songbirdnest.com>
621
622         * gst-libs/gst/tag/gsttagdemux.c:
623           Fail to activate if there's insufficient data in the file to be usable,
624           preventing an assertion fail later. Fixes #552960
625
626 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
627
628         * gst-libs/gst/pbutils/descriptions.c:
629         * gst/typefind/gsttypefindfunctions.c:
630           Recognise Kate subtitle streams (#550582).
631
632 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
633
634         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
635           Remove trailing comma from enum list, which causes problems
636           with -pendantic (#550729).
637
638 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
639
640         * configure.ac:
641         0.10.20.2 pre-release
642
643         * po/LINGUAS:
644         * po/id.po:
645         * po/pt_BR.po:
646
647         New translations.
648
649 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
650
651         * gst-libs/gst/interfaces/propertyprobe.c:
652           (gst_property_probe_get_properties),
653           (gst_property_probe_get_property),
654           (gst_property_probe_probe_property),
655           (gst_property_probe_probe_property_name),
656           (gst_property_probe_needs_probe),
657           (gst_property_probe_needs_probe_name),
658           (gst_property_probe_get_values),
659           (gst_property_probe_get_values_name),
660           (gst_property_probe_probe_and_get_values),
661           (gst_property_probe_probe_and_get_values_name):
662           More sanity checks for our second-favourite interface.
663
664 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
665
666         * gst-libs/gst/interfaces/propertyprobe.c:
667           Check for NULL pointer, in the hope that this fixes #532864.
668
669 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
670
671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
672           No really, the next release is 0.10.21 (fix Since: tags in docs).
673
674 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
675
676         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
677         Disable a code path that is now called but causes a deadlock for some
678         reason and is unneeded.
679
680 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
681
682         * sys/xvimage/xvimagesink.c:
683         * sys/xvimage/xvimagesink.h:
684           Add a "draw-border" property that can be set to false to disable
685           drawing borders.
686           
687         * tests/icles/test-colorkey.c:
688         * tests/icles/Makefile.am:
689           Add new test application for the colorkey handling.
690
691 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
692
693         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
694         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
695         This will also be fixed for upcoming gst-ffmpeg release so that once
696         this release of -base is out, it will work with the latest gst-ffmpeg
697         release.
698
699 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
700
701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
702         (gst_riff_create_audio_template_caps):
703         Add Truespeech mapping for RIFF formats (AVI/WAV).
704         Fixes #550656
705
706 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
707
708         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
709         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
710         Fixes #550638.
711
712 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
713
714         * configure.ac:
715         * gst/subparse/Makefile.am:
716         * gst/subparse/gstsubparse.c:
717         * gst/subparse/samiparse.c:
718         * tests/check/elements/subparse.c:
719           Rework last change, so that we build subparse, but just disable the
720           sami parse functionality, if we're configured to not use xml. In the
721           tests only the sami test is disabled now.
722
723 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
724
725         * configure.ac:
726           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
727           test runs.
728
729 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
730
731         * po/POTFILES.in:
732           Add some more files with strings for translation.
733
734 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
735
736         * gst-libs/gst/tag/gstvorbistag.c:
737         * tests/check/libs/tag.c:
738           Use new geo location tags from core. Fixes #481169
739
740 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
741
742         * tests/check/elements/audioresample.c: (setup_audioresample),
743         (fail_unless_perfect_stream), (test_perfect_stream_instance),
744         (test_discont_stream_instance):
745         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
746         Add debugging for coherence.
747
748 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
749
750         Patch by: Jonathan Matthew  <notverysmart gmail com>
751
752         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
753           Add typefinder for PDF documents (which is nice to have, since it's a
754           common format, but also helps prevent false positives). Fixes #549814.
755
756 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
757
758         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
759         (no_more_pads_cb):
760         Fix nasty race where multiple decodebins could start pushing data before
761         we manage to configure the sinks, resulting in not-linked errors in
762         typical RTSP streaming cases.
763
764 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
765
766         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
767         Since we now call stop, we trigger this code path that causes a deadlock
768         is apparently not needed.
769
770 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
771
772         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
773         (gst_ring_buffer_stop):
774         Also allow the case where the ringbuffer was paused when we try to stop
775         it so that the basesrc stop function is still called.
776
777 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
778
779         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
780
781         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
782         Reprobe devices again instead of taking a cached list as new
783         devices could've been plugged in. Fixes bug #549062.
784
785 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
786
787         Patch by: Alessandro Dessina <alessandro nnva org>
788
789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
790         (gst_ogg_demux_activate_chain):
791         Don't add pads and activate them for skeleton streams. These are already
792         handled inside oggdemux. Fixes bug #537599.
793
794 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
795
796         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
797         Reset variable so that query and convert fail after going back to
798         READY. Fixes #548898.
799
800 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
801
802         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
803         If a buffer arrives with a timestamp before the timestamp+duration
804         of the previous buffer clip it instead of dropping it completely.
805         Slight improvement for the unfixable bug #548913.
806
807 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
808
809         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
810         Take the current timestamp instead of timestamp+duration for the offset.
811         This offset will later be used for calculating the timestamp and
812         otherwise vorbisdec will interpolate timestamps wrong if upstream
813         only sends timestamps and no granulepos.
814
815 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
816
817         * tests/examples/seek/seek.c:
818           Don't crash when having no visualisations.
819
820 2008-08-16  David Schleef  <ds@schleef.org>
821
822         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
823           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
824           Fixes #548065.
825
826 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
827
828         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
829         When cleaning up the caps fields also remove "depth" for the same
830         reason we remove "width".
831
832 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
833
834         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
835           Add Lead H.264 here as well.
836
837 2008-08-14  Julien Moutte  <julien@fluendo.com>
838
839         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
840         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
841
842 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
843
844         * gst-libs/gst/audio/gstbaseaudiosrc.c:
845         (gst_base_audio_src_create):
846         When not slaved to another clock also subtract the base_time from our
847         internal clock time to get the running time.
848
849 2008-08-12  David Schleef  <ds@schleef.org>
850
851         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
852           since it has no basis in libtheora.
853
854 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
855
856         * gst-libs/gst/interfaces/propertyprobe.h:
857           Remove double "interface" from doc-string.
858
859         * gst-libs/gst/interfaces/xoverlay.h:
860           Document interface.
861
862         * gst-libs/gst/riff/riff.c:
863           Add basic doc blobs.
864
865 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
866
867         * gst-libs/gst/audio/Makefile.am:
868           Don't try to build that example anymore.
869
870 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
871
872         * gst-libs/gst/audio/.cvsignore:
873         * gst-libs/gst/audio/Makefile.am:
874         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
875         * gst-libs/gst/audio/make_filter:
876           Move audiofiltertemplate to gst-template.
877
878 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
879
880         * docs/libs/gst-plugins-base-libs-sections.txt:
881         * gst-libs/gst/audio/gstaudiosrc.h:
882           More docs and shuffling. What can we do with the hundreds of #defines.
883
884 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
885
886         * gst-libs/gst/audio/audio.h:
887         * gst-libs/gst/audio/gstaudiofilter.h:
888         * gst-libs/gst/audio/gstringbuffer.h:
889         * gst-libs/gst/interfaces/propertyprobe.h:
890         * gst-libs/gst/tag/gsttagdemux.h:
891           Reducing number of dundocumented symbols.
892
893 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
894
895         * gst-libs/gst/audio/audio.c:
896           Fix doc comment syntax.
897
898         * gst-libs/gst/interfaces/propertyprobe.c:
899           Add more doc-comments and a FIXME: for the signal.    
900
901 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
902
903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
904         (gst_ogg_mux_request_new_pad):
905         * ext/ogg/gstoggmux.h:
906         Don't pretend to support NEWSEGMENT events, instead override the
907         GstCollectPads event function to return FALSE on NEWSEGMENT events
908         and do the normal work for other events.
909
910         This prevents elements like flacenc to seek to the start and rewrite
911         some data which then results in a broken Ogg packet.
912
913 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
914
915         Patch by: Frederic Crozat <fcrozat@mandriva.org>
916
917         * ext/alsa/gstalsaplugin.c: (plugin_init):
918         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
919         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
920         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
921         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
922         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
923         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
924         * gst/playback/gstdecodebin.c: (plugin_init):
925         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
926         * gst/playback/gstplayback.c: (plugin_init):
927         * gst/playback/gstqueue2.c: (plugin_init):
928         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
929         * sys/v4l/gstv4l.c: (plugin_init):
930         Make sure gettext returns translations in UTF-8 encoding rather
931         than in the current locale encoding (#546822).
932
933 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
934
935         * gst-libs/gst/pbutils/descriptions.c:
936           Add audio/x-qdm for qtdemux.
937
938 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
939
940         * ext/vorbis/vorbisdec.c:
941           Do not leak old taglist.
942
943 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
944
945         * tests/icles/test-scale.c:
946           Include <stdlib.h> for atoi().
947
948 2008-08-04  Andy Wingo  <wingo@pobox.com>
949
950         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
951         documentation fix.
952
953 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
954
955         * gst/adder/gstadder.c:
956           Cleanup lots of empty lines that came from gst-indent going havoc
957           before I added the INDENT_ON/OFF marker some time agao.
958
959 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
960
961         * configure.ac:
962         * gst-libs/gst/riff/riff-read.c:
963           Bump requirement to latest core and use new tag for riff formats.
964           Needed for #520694.
965
966 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
967
968         * tests/examples/dynamic/Makefile.am:
969         * tests/examples/dynamic/codec-select.c: (make_encoder),
970         (make_pipeline), (do_switch), (my_bus_callback), (main):
971         Add example app that dynamically switches between 3 'encoders'.
972
973 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
974
975         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
976         Add some more comments.
977
978 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
979
980         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
981         (gst_video_test_src_create):
982         Discard buffers of the wrong size after renegotiation, this is perfectly
983         possible with things like capsfilter that could suggest caps changes
984         upstream without knowing the size of the buffer.
985
986 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
987
988         * tests/icles/.cvsignore:
989         * tests/icles/Makefile.am:
990         * tests/icles/test-scale.c: (make_pipeline), (main):
991         Add dynamic rescaling tests for the new basetransform.
992
993 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
994
995         * gst/audioconvert/Makefile.am:
996           Dist recently-added gstfastrandom.h.
997
998 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
999
1000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1001         Fix a "may be used uninitialized in this function" which weirdly only
1002         appears on macosx (?).
1003
1004 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1005
1006         * gst-libs/gst/riff/riff-ids.h:
1007           Adding acid chunk for tempo and loop information.
1008
1009 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1010
1011         * sys/xvimage/Makefile.am:
1012           floor() needs linking to $(LIBM).
1013
1014 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1015
1016         * ext/gnomevfs/gstgnomevfssrc.c:
1017           Aggregate short reads and add some comments and debug logging.
1018           Fixes #537380
1019
1020 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1021
1022         * gst/playback/gstplaybasebin.c:
1023           Fix property doc markup (its not a signal).
1024
1025         * sys/xvimage/xvimagesink.c:
1026           Add since tag for new proeprties (also add sice tags fro the last two
1027           other additions).
1028
1029 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1030
1031         * sys/xvimage/xvimagesink.c:
1032         * sys/xvimage/xvimagesink.h:
1033           Add autofill/colorkey properties. Fixes #538656.
1034
1035 2008-07-28  David Schleef  <ds@schleef.org>
1036
1037         * sys/xvimage/xvimagesink.c:
1038           Fix rounding errors when converting colorbalance values
1039           between hardware and object property ranges.  Partial
1040           fix for #537889, however, there still seems to be a small
1041           drift problem that could be totem's fault.
1042
1043 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1044
1045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1046         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1047         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1048         This fixes a critical warning.
1049
1050 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1051
1052         * ext/ogg/gstoggmux.c:
1053         Allow muxing of CELT into Ogg streams.
1054
1055 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1056
1057         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1058         (plugin_init):
1059         Add simple typefinder for the CELT codec (www.celt-codec.org).
1060
1061 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1062
1063         Patch by: Jan Gerber <j at oil21 dot org>
1064
1065         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1066         Fix calculation of the start time from skeleton streams.
1067         Fixes bug #530068.
1068
1069 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1070
1071         * tests/examples/seek/seek.c:
1072           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1073
1074 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1075
1076         * gst/audioconvert/audioconvert.h:
1077         * gst/audioconvert/gstaudioquantize.c:
1078         (gst_audio_quantize_setup_dither),
1079         (gst_audio_quantize_free_dither):
1080         * gst/audioconvert/gstfastrandom.h:
1081         Implement a linear congruential generator as pseudo random number
1082         generator for the dither noise. This is about 2 times faster than
1083         using GLib's mersenne twister. Also this uses only integer math for
1084         generating integers while GLib internally uses floating point math.
1085
1086 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1087
1088         * configure.ac:
1089           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1090
1091 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1092
1093         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1094
1095         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1096           Use GST_STR_NULL to avoid crashes with libcs that don't
1097           like NULL strings in printf args (such as the win32 one).
1098           Fixes #544306.
1099
1100 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1101
1102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1103         Oops - set the size of the image used for probing back to 1x1, for
1104         consistency with ximagesink
1105
1106 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1107
1108         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1109         (gst_ximagesink_ximage_new):
1110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1111         (gst_xvimagesink_xvimage_new):
1112
1113         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1114         X server to attach to a shared memory segment after we've deleted it,
1115         with the result that MIT-SHM is disabled. Instead, remove it only after 
1116         X succeeds in attaching too.
1117
1118 2008-07-16  David Schleef  <ds@schleef.org>
1119
1120         * gst/audiotestsrc/gstaudiotestsrc.c:
1121         * gst/audiotestsrc/gstaudiotestsrc.h:
1122           Add 'ticks', a 1/30 second sine wave pulse every second.
1123
1124 2008-07-15  David Schleef  <ds@schleef.org>
1125
1126         * gst-libs/gst/video/video.c: Revert ABI change.
1127
1128 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1129
1130         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1131         Make it impossible to have NULL caps at the point where we set
1132         framerate and other things. Also don't return immediately for "3ivd"
1133         video and let framerate, etc be set. Might fix bug #542508.
1134
1135 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1136
1137         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1138         Video format can also be conveniently determined from (many)
1139         non-fixed caps.
1140
1141 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1142
1143         * gst/playback/gstplaybasebin.c:
1144         * gst/playback/gstplaybasebin.h:
1145         * gst/playback/gstplaybin.c:
1146         * gst/playback/gststreamselector.c:
1147         First stab at integrating DVD subpicture overlay into
1148         playbin. Successfully plugs and plays, but the queues need
1149         shrinking - 3 seconds of video is too much buffering.
1150
1151 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1152
1153         * gst/audioconvert/gstaudioconvert.c:
1154           Remove now obsolete note in the docs.
1155
1156 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1157
1158         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1159         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1160         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1161         * docs/plugins/gst-plugins-base-plugins.args:
1162         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1163         * docs/plugins/gst-plugins-base-plugins.interfaces:
1164         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1165         * docs/plugins/gst-plugins-base-plugins.signals:
1166         * docs/plugins/inspect/plugin-adder.xml:
1167         * docs/plugins/inspect/plugin-alsa.xml:
1168         * docs/plugins/inspect/plugin-audioconvert.xml:
1169         * docs/plugins/inspect/plugin-audiorate.xml:
1170         * docs/plugins/inspect/plugin-audioresample.xml:
1171         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1172         * docs/plugins/inspect/plugin-cdparanoia.xml:
1173         * docs/plugins/inspect/plugin-decodebin.xml:
1174         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1175         * docs/plugins/inspect/plugin-gdp.xml:
1176         * docs/plugins/inspect/plugin-gnomevfs.xml:
1177         * docs/plugins/inspect/plugin-libvisual.xml:
1178         * docs/plugins/inspect/plugin-ogg.xml:
1179         * docs/plugins/inspect/plugin-pango.xml:
1180         * docs/plugins/inspect/plugin-playback.xml:
1181         * docs/plugins/inspect/plugin-queue2.xml:
1182         * docs/plugins/inspect/plugin-subparse.xml:
1183         * docs/plugins/inspect/plugin-tcp.xml:
1184         * docs/plugins/inspect/plugin-theora.xml:
1185         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1186         * docs/plugins/inspect/plugin-uridecodebin.xml:
1187         * docs/plugins/inspect/plugin-video4linux.xml:
1188         * docs/plugins/inspect/plugin-videorate.xml:
1189         * docs/plugins/inspect/plugin-videoscale.xml:
1190         * docs/plugins/inspect/plugin-videotestsrc.xml:
1191         * docs/plugins/inspect/plugin-volume.xml:
1192         * docs/plugins/inspect/plugin-vorbis.xml:
1193         * docs/plugins/inspect/plugin-ximagesink.xml:
1194         * docs/plugins/inspect/plugin-xvimagesink.xml:
1195         * ext/alsa/gstalsamixer.c:
1196         * ext/alsa/gstalsasink.c:
1197         * ext/alsa/gstalsasrc.c:
1198         * ext/gio/gstgiosink.c:
1199         * ext/gio/gstgiosrc.c:
1200         * ext/gio/gstgiostreamsink.c:
1201         * ext/gio/gstgiostreamsrc.c:
1202         * ext/gnomevfs/gstgnomevfssink.c:
1203         * ext/gnomevfs/gstgnomevfssrc.c:
1204         * ext/ogg/gstoggdemux.c:
1205         * ext/ogg/gstoggmux.c:
1206         * ext/pango/gstclockoverlay.c:
1207         * ext/pango/gsttextoverlay.c:
1208         * ext/pango/gsttextrender.c:
1209         * ext/pango/gsttimeoverlay.c:
1210         * ext/theora/theoradec.c:
1211         * ext/theora/theoraenc.c:
1212         * ext/theora/theoraparse.c:
1213         * ext/vorbis/vorbisdec.c:
1214         * ext/vorbis/vorbisenc.c:
1215         * ext/vorbis/vorbisparse.c:
1216         * ext/vorbis/vorbistag.c:
1217         * gst/adder/gstadder.c:
1218         * gst/audioconvert/gstaudioconvert.c:
1219         * gst/audioresample/gstaudioresample.c:
1220         * gst/audiotestsrc/gstaudiotestsrc.c:
1221         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1222         * gst/gdp/gstgdpdepay.c:
1223         * gst/gdp/gstgdppay.c:
1224         * gst/playback/gstdecodebin2.c:
1225         * gst/playback/gstplaybin.c:
1226         * gst/playback/gstplaybin2.c:
1227         * gst/playback/gstqueue2.c:
1228         * gst/playback/gsturidecodebin.c:
1229         * gst/tcp/gstmultifdsink.c:
1230         * gst/tcp/gsttcpserversink.c:
1231         * gst/videorate/gstvideorate.c:
1232         * gst/videoscale/gstvideoscale.c:
1233         * gst/videotestsrc/gstvideotestsrc.c:
1234         * gst/volume/gstvolume.c:
1235         * sys/ximage/ximagesink.c:
1236         * sys/xvimage/xvimagesink.c:
1237           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1238           titles. Drop mentining that all our example pipelines are "simple"
1239           pipelines.
1240
1241 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1242
1243         * tests/examples/seek/Makefile.am:
1244         Fix out of tree build by adding all required CFLAGS.
1245
1246 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1247
1248         * gst/playback/gstdecodebin.c: (add_raw_queue):
1249         And ref the pad before returning it again when linking to the queue
1250         failed. Otherwise we will unref the pad twice later and things break.
1251
1252 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1253
1254         * gst/playback/gstdecodebin.c: (add_raw_queue):
1255         If linking the raw pad with a queue fails, try it without a queue
1256         instead of failing completely. This should never happen.
1257
1258 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1259
1260         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1261
1262         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1263         Add a queue after a demuxer if the demuxer outputs raw data. This was
1264         done before only for non-raw data but is required in this case too.
1265         Fixes bug #540215.
1266
1267         decodebin2 doesn't have this issue because all streams of a group
1268         go through multiqueue.
1269
1270 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1271
1272         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1273
1274         * gst-libs/gst/sdp/gstsdpmessage.c:
1275         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1276         that getaddrinfo() can be used. Fixes #541358.
1277
1278 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1279
1280         * gst/videotestsrc/gstvideotestsrc.c:
1281         (gst_video_test_src_class_init), (gst_video_test_src_init),
1282         (gst_video_test_src_set_property),
1283         (gst_video_test_src_get_property), (gst_video_test_src_create):
1284         * gst/videotestsrc/gstvideotestsrc.h:
1285         Cleanups, use default property values as defines.
1286         Add property to enable/disable peer buffer allocation.
1287
1288 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1289
1290         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1291         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1292         Enable unit tests on PPC again as the bugs are now fixed.
1293
1294 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1295
1296         * gst-libs/gst/riff/riff-ids.h:
1297         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1298         (gst_riff_create_audio_template_caps):
1299         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1300         Fixes bug #540351.
1301
1302 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1303
1304         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1305         (gst_ffmpeg_pixfmt_to_caps):
1306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1307         (gst_ffmpegcsp_get_unit_size):
1308         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1309         it on other formats. Also adjust the unit size only for that format
1310         to not include the palette. Fixes bug #540497.
1311
1312 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1313
1314         * gst/adder/gstadder.c:
1315           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1316
1317 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1318
1319         * ChangeLog:
1320           ChangeLog surgery.
1321   
1322         * tests/examples/seek/seek.c:
1323           Move variable into ifdef too.
1324         
1325
1326 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1327
1328         * tests/examples/seek/seek.c:
1329           Include config.h and check if we have X. Remove XInitThread(), don't
1330           think its needed. Fixes: #540334.
1331
1332 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1333
1334         Patch by: Sam Morris <sam at robots dot org to uk>
1335
1336         * gst-libs/gst/interfaces/mixertrack.c:
1337         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1338         (gst_mixer_track_set_property):
1339         API: Add "index" property to GstMixerTrack to differantiate between
1340         multiple mixer tracks with the same label.
1341
1342         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1343         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1344         Set the "index" property of GstMixerTrack to the index given by ALSA.
1345         Fixes bug #528299.
1346
1347 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1348
1349         * tests/examples/seek/Makefile.am:
1350         * tests/examples/seek/seek.c:
1351           Remove libgstvideo usage. Use gtk_get_option_group instead of
1352           gtk_init().
1353
1354 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1355
1356         * tests/check/Makefile.am:
1357           Name the test registry format neutral.
1358
1359 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1360
1361         * gst/playback/gstqueue2.c:
1362           Do not double notify. Remove the unsued return value.
1363
1364 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1365
1366         * ext/alsa/gstalsamixer.c:
1367           Also consider "speaker" as a name for master volume. If that doesn't
1368           help look for the first non-mono volume control that also has a
1369           playback switch.
1370
1371 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1372
1373         * ChangeLog:
1374           Forgot to save the ChangeLog :/
1375
1376 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1377
1378         * tests/examples/seek/Makefile.am:
1379         * tests/examples/seek/seek.c:
1380           Embedd the xwindow. Allow to play multiple files.
1381
1382 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1383
1384         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1385         (gst_ximagesink_setcaps):
1386         * sys/ximage/ximagesink.h:
1387         When the caps change, make sure to re-draw borders in
1388         force-aspect-ratio=true mode.
1389         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1390         Don't clear the border_draw flag until we actually draw the border.
1391         * tests/check/Makefile.am:
1392         Ignore alsasink/src during the states test too, so it doesn't fail
1393         when running without access to the sound device.
1394
1395 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1396
1397         * tests/examples/seek/seek.c:
1398           Fix crasher when playing a parse-launch line the 2nd time.
1399
1400 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1401
1402         * tests/check/pipelines/oggmux.c:
1403           Properly ifdef tests to fix compilation.
1404
1405 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1406
1407         * gst/playback/gstplay-marshal.list:
1408         * gst/playback/gstplaybin2.c:
1409           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1410           playbin2. This allows the user to get to the selector's sinkpads, and
1411           thus inspect a range of things - caps, tags, etc. 
1412
1413 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1414
1415         * gst/playback/gstplaybin2.c:
1416           Use a different constant for the convert-frame signal id.
1417           Fixes #537009.
1418
1419 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1420
1421         * gst/playback/gstplaybin2.c:
1422         * gst/playback/gstplaysink.c:
1423           Fix a whole bunch of typos in comments and log statements. 
1424
1425 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1426
1427         * sys/xvimage/xvimagesink.c:
1428           Don't set colour balance values on the Xv port if the user hasn't
1429           changed them (via properties or the interface). Avoids accumulating
1430           rounding errors for the common case.
1431           Partial fix for bug #537889.
1432
1433 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1434
1435         * gst/playback/gstdecodebin2.c:
1436           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1437           pads are drained.
1438
1439 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1440
1441         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1442         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1443         Report the encoder latency. Fixes #538232.
1444
1445 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1446
1447         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1448         (notify_source), (activate_group):
1449         Implement the source property, emit notify when it changes in the
1450         underlying uridecodebin.
1451
1452 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1453
1454         * tests/examples/seek/seek.c: (stop_cb):
1455         Free and clear the seek element list so that we don't use invalid
1456         references when seeking after recreating a gst-launch line.
1457
1458 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1459
1460         * gst-libs/gst/audio/gstbaseaudiosink.c:
1461         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1462         (gst_base_audio_sink_render):
1463         Report latency even if we are not live instead of hiding it.
1464         Take ts-offset and render-delay of the basesink into account when
1465         scheduling samples.
1466         Rework the clipping code so that we can take the various offsets into
1467         account and still do correct clipping.
1468
1469 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1470
1471         * configure.ac:
1472         Bump verion back to devel -> 0.10.20.1
1473
1474 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1475
1476         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1477         Don't increase the size of non-string image buffers by one as this
1478         might in theory confuse decoders. Still increase it by one for string
1479         image buffers to append '\0'.
1480
1481 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1482
1483         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1484         
1485         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1486         Fix a buffer memleak and remove a confusing and wrong debug output.
1487         Fixes bug #538663.
1488
1489 === release 0.10.20 ===
1490
1491 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1492
1493         * configure.ac:
1494           releasing 0.10.20, "Here I Go Again"
1495
1496 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1497
1498         * configure.ac:
1499         0.10.19.3 pre-release
1500
1501 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1502
1503         * gst-libs/gst/rtsp/gstrtspconnection.c:
1504         Fix build on win32.
1505         Patch By: David Schleef <ds@schleef.org>
1506         Fixes: #536874
1507
1508 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1509
1510         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1511         (gst_gio_base_src_create):
1512         * ext/gio/gstgiobasesrc.h:
1513         Try to read the requested number of bytes, even if the first
1514         read returns less than requested, until nothing is read anymore
1515         or we have the requested amount of bytes. This fixes playback of
1516         files via Samba as Samba only allows to read 64k at once.
1517
1518         Implement a caching algorithm that makes sure that we read at
1519         least 4k of data every time. Some elements will try to read a few
1520         bytes, then seek, read again a few bytes and so on and this is
1521         painfully slow as every operation has to go over DBus if GVfs is
1522         used as backend.
1523
1524         Fixes bug #536849 and #536848.
1525
1526         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1527         (gst_gio_src_check_get_range):
1528         Override check_get_range() to blacklist http/https URIs
1529         and whitelist file URIs. More to be added on demand.
1530
1531 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1532
1533         * configure.ac:
1534         0.10.19.2 pre-release
1535
1536 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1537
1538         * win32/common/libgstrtsp.def:
1539         * win32/common/libgsttag.def:
1540         Add new API functions to the dll exports
1541
1542 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1543
1544         * gst/playback/gstplaybasebin.c:
1545           Disconnect signals from decodebins we created before we remove it
1546           from playbin, to avoid crashes if the decodebin is eventually
1547           disposed after the playbin itself (possible if the app takes a
1548           reference on the decodebin).
1549           Fixes #536521.
1550
1551 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1552
1553         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1554           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1555           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1556           (h264_video_type_find), (mpeg_video_stream_type_find),
1557           (dv_type_find), (mmsh_type_find):
1558           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1559           copy caps for no good reason (this may be desirable to make it easier
1560           to detect leaks, but then it should probably be done for all caps
1561           in the typefinder somewhere).
1562
1563 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1564
1565         * tests/check/Makefile.am:
1566         Do not try to run the check tests for subparse unless it has been
1567         built.
1568
1569 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1570
1571         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1572         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1573         Do not try to run a test which requires vorbisenc unless we have
1574         actually built it.
1575
1576 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1577
1578         * gst-libs/gst/rtsp/gstrtspconnection.c:
1579         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1580         (gst_rtsp_connection_clear_auth_params),
1581         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1582         * gst-libs/gst/rtsp/gstrtspconnection.h:
1583         Add a couple of missing argument guards.
1584         Add a way of setting the DSCP for an RTSP connection.
1585         Add an accessor method for the ip member of GstRTSPConnection as all
1586         members are supposed to be private.
1587
1588 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1589
1590         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1591         Fixed accidental use of IPv4 options for all IPv6 addresses.
1592
1593 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1594
1595         * gst-libs/gst/interfaces/mixertrack.h:
1596           Document mixer track flags.
1597
1598 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1599
1600         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1601
1602         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1603         Don't set caps on the buffers that contain a copy of the buffer
1604         including the caps of them resulting in an always increasing refcount
1605         of the caps and insanely large caps. Instead include a buffer without
1606         caps in the new caps. Fixes bug #536475.
1607
1608 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1609
1610         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1611         Transform a given PAR to a range on the struct with the generic
1612         height/width instead of the struct with the possibly restricted
1613         height/width.
1614
1615 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1616
1617         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1618         Prefer the given format if it contains something stricter than [1,MAX]
1619         for height or width and only put a structure that requires rescaling
1620         as second. This makes it possible to use videoscale in pipelines where
1621         the source can actually produce the wanted height/width but usually
1622         selects a different one from the requested.
1623
1624 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1625
1626         Based on patch by: John Millikin <jmillikin gmail com>
1627
1628         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1629           (gst_vorbis_tag_add_coverart):
1630           Retrieve COVERART tags from vorbis comments (#512333)
1631
1632 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1633
1634         * gst-libs/gst/tag/tag.h:
1635         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1636           Don't forget to add new enum value here too (should probably use
1637           glib-mkenums here...).
1638
1639 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1640
1641         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1642         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1643         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1644           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1645           (gst_tag_image_data_to_image_buffer):
1646           Add two utility functions to avoid code duplication (#512333):
1647           API: add gst_tag_image_data_to_image_buffer()
1648           API: add gst_tag_list_add_id3_image()
1649           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1650
1651 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1652
1653         * win32/common/libgstaudio.def:
1654         Add gst_audio_check_channel_positions() to the exported symbols.
1655
1656 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1657
1658         * docs/libs/gst-plugins-base-libs-sections.txt:
1659         * gst-libs/gst/audio/multichannel.c:
1660         (gst_audio_check_channel_positions):
1661         * gst-libs/gst/audio/multichannel.h:
1662         API: Make gst_audio_check_channel_positions() public.
1663
1664         * tests/check/libs/audio.c: (GST_START_TEST):
1665         Add some simple checks for gst_audio_check_channel_positions().
1666
1667 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1668
1669         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1670           minrange and maxrange are scaled according to the frequency
1671           multiplier.
1672
1673 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1674
1675         * ext/pango/Makefile.am:
1676         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1677           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1678           Use gstvideo functions to calculate strides and plane offsets. Fixes
1679           rendering issue ('ghost' images of the text on the chroma planes)
1680           with widths or heights that are not multiples of 8 (#506659 and
1681           probably also #485729).
1682
1683         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1684           (main):
1685           Test with odd height/width too.
1686
1687 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1688
1689         * gst/adder/gstadder.c: (gst_adder_query_duration),
1690         (gst_adder_query_latency):
1691         When using gst_element_iterate_pads() one has to unref every pad
1692         after usage.
1693
1694 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1695
1696         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1697         (gst_base_audio_src_class_init):
1698         Add a gtk-doc chunk for the new properties to have a Since: indication.
1699
1700 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1701
1702         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1703         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1704         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1705         (gst_base_audio_src_change_state):
1706         Provide readable actual-buffer-time and actual-latency-time properties
1707         that reflect the configured ringbuffer values. Fixes #524724.
1708         API: GstBaseAudioSrc:actual-buffer-time
1709         API: GstBaseAudioSrc:actual-latency-time
1710
1711 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1712
1713         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1714         (gst_basertppayload_change_state):
1715         Simply converting the running time into an RTP timestamp by scaling it
1716         based on the clock-rate is good enough for making an RTP timestamp. This
1717         has the added benefit that we can later on expose a property with the
1718         RTP timestamp of running time 0, as is needed for RTSP servers to
1719         generate the response of the PLAY request.
1720
1721 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1722
1723         * gst/audioconvert/gstaudioconvert.c:
1724         (structure_has_fixed_channel_positions),
1725         (gst_audio_convert_transform_caps):
1726         Allow up to 11 positioned channels now that audioconvert can handle
1727         this but add no default positions for > 8 channels.
1728         
1729         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1730         Add some unit tests for the above change: Test conversion of
1731         11 positioned channels to stereo and the other way around, test
1732         conversion of 15 unpositioned channels in different ways.
1733
1734 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1735
1736         * win32/common/libgstaudio.def:
1737         Add gst_audio_clock_reset to the list of exported symbols.
1738
1739 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1740
1741         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1742         Remove wrong_channels_identification_header unit test as we now
1743         support 7 (and more channels).
1744
1745 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1746
1747         * gst/audioconvert/gstchannelmix.c:
1748         (gst_channel_mix_fill_one_other):
1749         If mixing left or right to center (or the other way around) only take
1750         the complete value if we don't already have the original position in
1751         the source.
1752
1753 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1754
1755         * gst-libs/gst/audio/multichannel.c:
1756         (gst_audio_check_channel_positions),
1757         (gst_audio_set_structure_channel_positions_list),
1758         (gst_audio_fixate_channel_positions):
1759         Allow rear center together with rear left/right and other previously
1760         conflicting channel positions. The reason why they weren't allowed
1761         was the channel mixing implementation in audioconvert.
1762         Also take this into account when fixing channel layouts.
1763
1764         Allow setting channel positions for 1/2 channels when using
1765         gst_audio_set_structure_channel_position().
1766
1767         * gst/audioconvert/gstchannelmix.c:
1768         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1769         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1770         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1771         Major rewrite of the channel mixing.
1772
1773         We now allow previously conflicting channel positions to appear
1774         together (rear center and rear left/right for example).
1775         Fixes bug #533817.
1776
1777         Rework the way channels are mixed together to take more possible
1778         channel positions into account, properly mix from/to side channels
1779         and don't assume that either center, left&right or nothing of a
1780         specific position is available anymore.
1781
1782         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1783         Adjust unit tests with non-standard 1/2 channel layouts to the more
1784         correct new behaviour.
1785
1786         Add a unit test for 5.1->Stereo downmixing.
1787
1788 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1789
1790         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1791         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1792         Add sane defaults for the 7 and 8 channel layouts as those are
1793         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1794         more than 8 channels instead of erroring out. Fixes bug #535356.
1795
1796 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1797
1798         * docs/plugins/Makefile.am:
1799         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1800         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1801         * ext/theora/theoraparse.c:
1802         Add theoraparse to the docs and fix some docs.
1803
1804 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1805
1806         * gst-libs/gst/cdda/gstcddabasesrc.c:
1807         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1808         Fix EOS condition and track addition check, the track.end sector is
1809         included in the track. Fixes #533265.
1810
1811 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1812
1813         Patch by: Mark Nauwelaerts <manauw at skynet be>
1814
1815         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1816         (gst_video_rate_flush_prev), (gst_video_rate_event),
1817         (gst_video_rate_chain):
1818         * gst/videorate/gstvideorate.h:
1819         React (more) to NEWSEGMENT
1820         Small adjustment in timestamp calculation to prevent mismatches
1821         Fixes #435633.
1822
1823 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1824
1825         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1826           Initialise error to NULL as we should.
1827
1828 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1829
1830         * gst/adder/gstadder.c: (gst_adder_query_duration),
1831         (gst_adder_query_latency), (gst_adder_query):
1832         Implement latency query.
1833
1834 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1835
1836         * gst/adder/gstadder.c: (gst_adder_query_duration):
1837         Correctly resync the iterator if gst_iterator_next() returns
1838         GST_ITERATOR_RESYNC.
1839
1840 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1841
1842         * win32/vs6/libgstpbutils.dsp:
1843           Add pbutils-enumtypes.c to sources (#518037).
1844
1845 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1846
1847         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1848         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1849         * gst-libs/gst/audio/gstaudioclock.h:
1850         Add method to inform the clock that the time starts from 0 again. We use
1851         this info to calculate a clock offset so that the time we report in
1852         internal_time is monotonically increasing, as required by the clock base
1853         class. Fixes #521761.
1854         API: GstAudioClock::gst_audio_clock_reset()
1855
1856         * gst-libs/gst/audio/gstbaseaudiosink.c:
1857         (gst_base_audio_sink_skew_slaving),
1858         (gst_base_audio_sink_change_state):
1859         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1860         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1861         Reset reported time when we (re)create the ringbuffer.
1862
1863 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1864
1865         * ext/alsa/gstalsamixertrack.c:
1866           (gst_alsa_mixer_track_update_alsa_capabilities):
1867           Make sure playback volumes aren't accidentally overwritten by
1868           capture volumes if an alsa mixer track has both playback and
1869           capture capabilities: we create two GstMixerTracks in that
1870           case, so make sure we query only the alsa capabilities that
1871           refer to the type of GstMixerTrack we created from the dual
1872           capability alsa element. Should fix issues with Audigy2 sound
1873           cards (#518082).
1874
1875 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1876
1877         * tests/check/pipelines/oggmux.c: (test_pipeline):
1878           Don't use deprecated function.
1879
1880 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1881
1882         * gst/playback/gstdecodebin2.c:
1883         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1884         Check for NULL cases and log them, creating ghostpads can, for example,
1885         fail when the pad returns wrong caps.
1886
1887         * gst/playback/gstplaybin2.c: (perform_eos):
1888         When pushing out the EOS event, collect the return value and warn when
1889         something failed.
1890
1891 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1892
1893         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1894         (gst_riff_create_video_template_caps):
1895         Add support for DVCPRO.
1896
1897 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1898
1899         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1900           Change default scaling method from nearest-neighbour to bilinear.
1901
1902 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1903
1904         * tests/check/libs/video.c:
1905           More checks.
1906
1907 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1908
1909         * gst/subparse/gstsubparse.c: (parser_state_init),
1910           (gst_sub_parse_format_autodetect), (handle_buffer):
1911         * gst/subparse/gstsubparse.h:
1912         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1913           Limit duration to a maximum of five seconds for tmplayer format where
1914           we can guess the duration only from the timestamp of the next line of
1915           text. We don't want to show a text for eternities just because nothing
1916           else is being said for a while.
1917
1918 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1919
1920         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1921         (gst_base_rtp_depayload_chain),
1922         (gst_base_rtp_depayload_handle_sink_event),
1923         (gst_base_rtp_depayload_push_full),
1924         (gst_base_rtp_depayload_change_state):
1925         Check sequence numbers, mark input buffers with a discont flag for the
1926         subclass when we detected a gap, drop duplicate buffers. We do this
1927         because one can use the element without a jitterbuffer in front and we
1928         don't want to feed the subclasses invalid or reordered data.
1929         Do an error when the subclass did not provide a process function instead
1930         of crashing.
1931         Some other small cleanups.
1932
1933 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1934
1935         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1936           May just as well use the precalculated uvstride here.
1937
1938 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1939
1940         * docs/plugins/Makefile.am:
1941         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1942         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1943         * docs/plugins/gst-plugins-base-plugins.args:
1944         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1945         * docs/plugins/gst-plugins-base-plugins.interfaces:
1946         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1947         * docs/plugins/inspect/plugin-adder.xml:
1948         * docs/plugins/inspect/plugin-alsa.xml:
1949         * docs/plugins/inspect/plugin-audioconvert.xml:
1950         * docs/plugins/inspect/plugin-audiorate.xml:
1951         * docs/plugins/inspect/plugin-audioresample.xml:
1952         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1953         * docs/plugins/inspect/plugin-cdparanoia.xml:
1954         * docs/plugins/inspect/plugin-decodebin.xml:
1955         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1956         * docs/plugins/inspect/plugin-gdp.xml:
1957         * docs/plugins/inspect/plugin-gio.xml:
1958         * docs/plugins/inspect/plugin-gnomevfs.xml:
1959         * docs/plugins/inspect/plugin-libvisual.xml:
1960         * docs/plugins/inspect/plugin-ogg.xml:
1961         * docs/plugins/inspect/plugin-pango.xml:
1962         * docs/plugins/inspect/plugin-playback.xml:
1963         * docs/plugins/inspect/plugin-queue2.xml:
1964         * docs/plugins/inspect/plugin-subparse.xml:
1965         * docs/plugins/inspect/plugin-tcp.xml:
1966         * docs/plugins/inspect/plugin-theora.xml:
1967         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1968         * docs/plugins/inspect/plugin-uridecodebin.xml:
1969         * docs/plugins/inspect/plugin-video4linux.xml:
1970         * docs/plugins/inspect/plugin-videorate.xml:
1971         * docs/plugins/inspect/plugin-videoscale.xml:
1972         * docs/plugins/inspect/plugin-videotestsrc.xml:
1973         * docs/plugins/inspect/plugin-volume.xml:
1974         * docs/plugins/inspect/plugin-vorbis.xml:
1975         * docs/plugins/inspect/plugin-ximagesink.xml:
1976         * docs/plugins/inspect/plugin-xvimagesink.xml:
1977         * ext/cdparanoia/gstcdparanoiasrc.c:
1978         * ext/ogg/gstoggdemux.c:
1979         * ext/ogg/gstoggdemux.h:
1980         * ext/ogg/gstoggmux.c:
1981         * ext/ogg/gstoggmux.h:
1982         * gst/audioconvert/audioconvert.c:
1983         * gst/audioconvert/audioconvert.h:
1984         * gst/audioconvert/gstaudioconvert.h:
1985         * gst/gdp/gstgdpdepay.h:
1986         * gst/gdp/gstgdppay.h:
1987         * gst/playback/gstdecodebin.c:
1988         * gst/playback/gstdecodebin2.c:
1989         * gst/playback/gstplaybin.c:
1990         * gst/playback/gstplaybin2.c:
1991         * gst/playback/gsturidecodebin.c:
1992         * gst/tcp/gstmultifdsink.c:
1993         * gst/tcp/gstmultifdsink.h:
1994         * gst/tcp/gsttcp.h:
1995
1996         Add some documentation comments, and some new headers to be scanned.
1997         Rename some internal enum declarations (audioconvert's DitherType and
1998         NoiseShapingType, GstUnitType from the TCP elements) to match the
1999         documented GObject type names so that the docs pick them up.
2000         Name the playbin2 docs markups properly so they get picked up. They'll
2001         need renaming back when/if playbin2 becomes playbin.
2002
2003         100% symbol coverage for the plugin docs, booya.
2004
2005 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2006
2007         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2008
2009         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2010         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2011
2012 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2013
2014         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2015
2016         * gst/playback/gstdecodebin.c: (remove_fakesink):
2017         Lock the fakesink before setting the state to NULL and removing it from
2018         the bin so that a concurrent state change cannot interfere. 
2019         Fixes #534331.
2020
2021 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2022
2023         * docs/Makefile.am:
2024         Fix installing plugin documentation when gtk-doc is disabled.
2025
2026 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2027
2028         * gst-libs/gst/rtsp/Makefile.am:
2029         Distribute, don't install md5.h
2030
2031 2008-05-21  Julien Moutte  <julien@fluendo.com>
2032
2033         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2034         instead of SOL_IP, works on more platforms.
2035         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2036         arguments.
2037
2038 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2039
2040         * ext/vorbis/vorbisdec.c:
2041         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2043         Some debug and comment fixes.
2044
2045         * tests/examples/dynamic/addstream.c: (main):
2046         Fix , to ;
2047
2048 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2049
2050         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2051         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2052         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2053         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2054         (cleanup_decodebin):
2055         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2056         (connect_element), (gst_decode_group_control_demuxer_pad):
2057         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2058         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2059         (mute_group_type):
2060         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2061         (gst_play_bin_set_property), (handoff), (gen_video_element),
2062         (gen_text_element), (gen_audio_element), (gen_vis_element),
2063         (remove_sinks), (add_sink), (setup_sinks):
2064         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2065         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2066         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2067         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2068         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2069         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2070         (gen_vis_chain), (gst_play_sink_reconfigure),
2071         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2072         (gst_play_sink_request_pad):
2073         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2074         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2075         (cb_newpad):
2076         * gst/playback/test6.c: (new_decoded_pad_cb):
2077         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2078         * tests/check/elements/audiorate.c: (test_injector_chain),
2079         (do_perfect_stream_test):
2080         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2081         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2082         * tests/check/elements/gnomevfssink.c:
2083         * tests/check/elements/textoverlay.c:
2084         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2085         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2086         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2087         * tests/check/pipelines/oggmux.c: (test_pipeline):
2088         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2089         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2090         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2091         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2092         * tests/examples/seek/seek.c: (make_mod_pipeline),
2093         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2094         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2095         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2096         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2097         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2098         (update_fill), (msg_buffering):
2099         Don't use bad gst_element_get_pad().
2100
2101 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2102
2103         * gst-libs/gst/riff/riff-media.c:
2104           Fix wrong method name in docs. Fix calculation of strf fields for
2105           broken mulaw/alaw.
2106   
2107         * gst-libs/gst/riff/riff-read.c:
2108           Whitespace fix and removing double ';'.
2109
2110 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2111
2112         * docs/design/part-playbin2.txt:
2113         Add some leftover doc.
2114
2115 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2116
2117         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2118         Fix copy & paste error in last commit.
2119
2120 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2121
2122         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2123         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2124         other channel positions when source has SIDE channels and dest doesn't
2125         or the other way around.
2126
2127 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2128
2129         Patch by: Henrik Eriksson <henriken at axis dot com>
2130
2131         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2132         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2133         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2134         (gst_multi_fd_sink_get_property):
2135         * gst/tcp/gstmultifdsink.h:
2136         Add support for DSCP QOS. Fixes #469933.
2137
2138 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2139
2140         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2141         Add another test that checks if conversion between standard 1 and 2
2142         channel layouts with and without positions set is working.
2143
2144 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2145
2146         * gst-libs/gst/audio/multichannel.c:
2147         (gst_audio_check_channel_positions):
2148         Allow non-standard 2 channel layouts.
2149         
2150         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2151         Add some tests for converting and remapping non-standard 1 and 2
2152         channel layouts.
2153
2154 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2155
2156         * gst/audioconvert/gstchannelmix.c:
2157         (gst_channel_mix_fill_normalize):
2158         Prevent division by zero if the channel mix matrix contains only
2159         zeroes.
2160
2161 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2162
2163         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2164
2165         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2166         Close a buffer memory leak. Fixes bug #534071.
2167
2168 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2169
2170         * gst-libs/gst/rtsp/gstrtsptransport.h:
2171         Make the GstRTSPTransport struct members public as there are no
2172         setters/getters and it's supposed to be changed directly.
2173         Fixes bug #533087.
2174
2175 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2176
2177         * gst/adder/gstadder.c:
2178         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2179         claim this on the pad template caps.
2180
2181 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2182
2183         * gst-libs/gst/audio/gstbaseaudiosink.c:
2184         (gst_base_audio_sink_sync_latency):
2185         We can only use our optimal calibration if we prerolled before the
2186         latency expired.
2187
2188 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2189
2190         * configure.ac:
2191           Require core CVS for GstBaseSrc buffer caps setting magic.
2192
2193 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2194
2195         * gst/audioconvert/gstaudioconvert.c:
2196         (gst_audio_convert_fixate_channels):
2197         Fix logic in last commit.
2198
2199 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2200
2201         * gst/audioconvert/gstaudioconvert.c:
2202         (gst_audio_convert_fixate_channels):
2203         Passthrough the channel positions if the number of output channels is
2204         the same as the number of input channels, the input had a channel
2205         layout and downstream requests no special one. We did this already for
2206         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2207
2208 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2209
2210         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2211         (gst_gnome_vfs_src_finalize),
2212         (gst_gnome_vfs_src_received_headers_callback),
2213         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2214         * ext/gnomevfs/gstgnomevfssrc.h:
2215         Set the ICY caps on the srcpad from where they get picked up by the base
2216         class now and set on the outgoing buffers.
2217
2218         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2219         (gst_base_audio_src_create):
2220         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2221         BaseSrc now sets the caps on outgoing buffers automatically.
2222
2223 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2224
2225         * gst-libs/gst/audio/gstbaseaudiosink.c:
2226         (gst_base_audio_sink_resample_slaving),
2227         (gst_base_audio_sink_skew_slaving),
2228         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2229         (gst_base_audio_sink_async_play),
2230         (gst_base_audio_sink_change_state):
2231         Change the way in which the ringbuffer is started when dealing with a
2232         slaved clock and latency. We now sync to the clock until we reach
2233         upstream latency before starting the ringbuffer. This has the effect
2234         that we can accurately align the master and slave clocks and let the
2235         rate correction code take care of the initial drift or rounding errors
2236         instead of leaving them uncorrected with the old approach.
2237
2238 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2239
2240         * gst/audioconvert/gstaudioconvert.c:
2241         (gst_audio_convert_fixate_channels):
2242         Correctly set the default channel positions when converting to 8
2243         channels.
2244
2245 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2246
2247         * configure.ac:
2248           Error out if we don't have the required version of core.
2249
2250 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2251
2252         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2253           Use data scan helper in aac typefinder and stop scanning
2254           for headers when we've found a type. Also fix potential invalid
2255           memory access when calculating the frame length.
2256
2257 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2258
2259         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2260           (mpeg_sys_is_valid_pack):
2261           Don't modify scan context when we return FALSE in ensure_data, so
2262           it's possible to continue scanning, and we don't end up with a NULL
2263           data pointer and a positive size, which might bite us the next time
2264           we're called. Small constification.
2265
2266 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2267
2268         * gst/adder/gstadder.c:
2269         Adder doesn't support 24 bit samples so don't claim it supports them
2270         in the pad template caps.
2271
2272 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2273
2274         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2275         (gst_base_rtp_depayload_chain):
2276         Validate the RTP packet before further processing it. It's just too
2277         dangerous to accept random packets and people are not forced to use a
2278         jitterbuffer or session manager to filter out the bad packets.
2279
2280         * gst-libs/gst/rtp/gstrtpbuffer.c:
2281         (gst_rtp_buffer_set_extension_data),
2282         (gst_rtp_buffer_get_payload_subbuffer):
2283         Small cleanups.
2284         When setting extension data in a buffer that is too small, we fail and
2285         we should not set the extension bit.
2286         Change GST_WARNINGS into g_warning because they really are
2287         programming errors.
2288
2289         * tests/check/libs/rtp.c: (GST_START_TEST):
2290         Catch the g_warnings now in the unit tests and that fact that failing to
2291         set extension data left the extension bit untouched.
2292
2293 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2294
2295         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2296           Revert previous change which made basetransform handle buffer_alloc
2297           and which breaks things badly in the non-passthrough case since it
2298           returned buffers with a different (ie. sometimes smaller) size than
2299           the size requested.
2300
2301 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2302
2303         Patch by: Bernard B <b-gnome at largestprime dot net>
2304
2305         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2306         Fix seqnum compare function for bordercase values and fix the docs
2307         again. Fixes #533075.
2308
2309         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2310         Add a testcase for seqnum compare function.
2311
2312 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2313
2314         * gst/adder/gstadder.c: (gst_adder_setcaps),
2315         (gst_adder_class_init):
2316         Correctly declare the supported endianness on the pad templates
2317         and check for correct endianness in the set caps function. Adder
2318         only supports native endianness.
2319         Also use gst_element_class_set_details_simple().
2320
2321 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2322
2323         * sys/xvimage/xvimagesink.c:
2324           Better debug logging in port value handling. Merging separate port
2325           value loops into one.
2326
2327 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2328
2329         Patch by: Hannes Bistry <hannesb at gmx dot de>
2330
2331         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2332         * gst/tcp/gsttcpserversink.c:
2333         (gst_tcp_server_sink_handle_server_read),
2334         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2335         Fix regression in clientsrc because we did not add the fd to the poll
2336         set anymore. Fixes #532364.
2337         Do some cleanups here and there.
2338
2339 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2340
2341         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2342         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2343         * gst/playback/gstplay-marshal.list:
2344         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2345         Use correct marshallers. GstCaps are a boxed type and no GObject
2346         subclass.
2347
2348 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2349
2350         * win32/common/libgstrtsp.def:
2351         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2352         symbols.
2353
2354 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2355
2356         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2357
2358         * tests/check/elements/audioresample.c:
2359         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2360         (live_switch_push), (GST_START_TEST):
2361         Add unit test for the latest basetransform negotiation changes.
2362         See bug #526768.
2363
2364 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2365
2366         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2367         Fix nv12<->nv21 conversion if stride is larger than width.
2368
2369 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2370
2371         Patch by: Jan Gerber <j at oil21 dot org>
2372
2373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2374         (gst_ogg_pad_parse_skeleton_fisbone):
2375         * ext/ogg/gstoggdemux.h:
2376         Parse presentation time from skeleton streams and use it as offset
2377         for the timestamps. Fixes bug #530068.
2378
2379 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2380
2381         * gst-libs/gst/audio/gstbaseaudiosink.c:
2382         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2383         Revert previous patch that attempted to more accurately calculate the
2384         initial offset between master and slave clock. The best thing we can do
2385         in general is take the time of both clocks as the diff since we don't
2386         know when the actual preroll happened.
2387
2388 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2389
2390         * gst-libs/gst/pbutils/install-plugins.c:
2391           Fix docs: type and missing word.
2392
2393 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2394
2395         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2396           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2397           for this instead; don't check if we've found enough markers after
2398           each and every step, it's enough to do that only if we've actually
2399           found a new marker.
2400           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2401
2402 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2403
2404         * gst/typefind/gsttypefindfunctions.c:
2405           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2406           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2407           (mpeg_video_stream_type_find):
2408           Move scan helper thingy to the beginning of the file so we can use
2409           it in other typefind functions. Rename it to something more
2410           generic. Also improve handling of things towards the end of the
2411           typefind data: peek as much as we can if we know the size of the
2412           data, rather than just min_size.
2413
2414 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2415
2416         * docs/libs/gst-plugins-base-libs-sections.txt:
2417         * gst-libs/gst/interfaces/colorbalance.c:
2418         * gst-libs/gst/interfaces/colorbalance.h:
2419         * gst-libs/gst/interfaces/colorbalancechannel.c:
2420         * gst-libs/gst/interfaces/colorbalancechannel.h:
2421         * gst-libs/gst/interfaces/tuner.c:
2422         * gst-libs/gst/interfaces/tunerchannel.c:
2423         * gst-libs/gst/interfaces/tunerchannel.h:
2424         * gst-libs/gst/interfaces/tunernorm.c:
2425         * gst-libs/gst/interfaces/tunernorm.h:
2426         * gst-libs/gst/video/video.c:
2427         * gst-libs/gst/video/video.h:
2428         Document the GstTuner and GstColorBalance interfaces, and some
2429         other random API functions that needed it. 70% symbol coverage, woo.
2430
2431 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2432
2433         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2434         Choose to allocate one less segment but require one additional segment
2435         as latency. 
2436
2437         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2438         No need to increment the number of segments in the source.
2439
2440         * gst-libs/gst/audio/gstbaseaudiosink.c:
2441         (gst_base_audio_sink_get_time), (clock_convert_external),
2442         (gst_base_audio_sink_resample_slaving),
2443         (gst_base_audio_sink_skew_slaving),
2444         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2445         (gst_base_audio_sink_async_play):
2446         Remove adding latency when returning the internal time while subtracting
2447         it again when we use the value a little later.
2448         When calculating the end timestamp, we are making a rounding error
2449         with the current algorithm. Ensure that we don't accumulate these
2450         rounding errors when aligning samples by not resampling at all if we
2451         don't need to. Fixes #419351.
2452         Make the initial calibration of the clock slaving a little more
2453         predictable and accurate. Also handle the case where we don't do
2454         clock slaving.
2455
2456 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2457
2458         Based on a patch by:
2459           Björn Benderius <bjoern dot benderius at axis dot com>
2460
2461         * gst/ffmpegcolorspace/avcodec.h:
2462         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2463         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2464         (gst_ffmpegcsp_avpicture_fill):
2465         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2466         * gst/ffmpegcolorspace/imgconvert_template.h:
2467         Add conversions from/to NV12 and NV21 and conversions between those
2468         two formats. Fixes bug #532166.
2469
2470 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2471
2472         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2473         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2474         which happens for example with files smaller than 128kb.
2475
2476 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2477
2478         Patch by: Wouter Cloetens <zombie at e2big dot org>
2479
2480         * gst-libs/gst/rtsp/Makefile.am:
2481         * gst-libs/gst/rtsp/gstrtspconnection.c:
2482         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2483         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2484         (add_auth_header), (gst_rtsp_connection_free),
2485         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2486         (gst_rtsp_connection_set_auth_param),
2487         (gst_rtsp_connection_clear_auth_params):
2488         * gst-libs/gst/rtsp/gstrtspconnection.h:
2489         Add Digest authorization support for RTSP connections. See #532065.
2490
2491         * gst-libs/gst/rtsp/md5.c:
2492         * gst-libs/gst/rtsp/md5.h:
2493         Yeap, another md5 implementation until we can depend on a glib that has
2494         support for it.
2495
2496 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2497
2498         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2499
2500         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2501         Let audioresample use the buffer allocation of basetransform instead
2502         of it's own stuff.
2503
2504         * tests/check/elements/audioresample.c: (alloc_only_48000),
2505         (GST_START_TEST), (audioresample_suite):
2506         Add unit test for the recent basetransform bugfix, where upstream
2507         changes caps to something that can't be passed through anymore.
2508
2509 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2510
2511         * win32/common/config.h.in:
2512           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2513           use the real thing than having "???" unconditionally.
2514
2515 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2516
2517         * gst-libs/gst/audio/gstbaseaudiosink.c:
2518         (gst_base_audio_sink_query):
2519         Report the latency with the new seglatency parameter.
2520
2521         * gst-libs/gst/audio/gstringbuffer.c:
2522         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2523         (gst_ring_buffer_acquire):
2524         * gst-libs/gst/audio/gstringbuffer.h:
2525         Add new field to the ringbufferspec to specify the expected latency
2526         between the underlying device read/write pointer, this is needed
2527         when writing sinks that sit a little closer to the hardware.
2528         Add some more docs for other fields.
2529
2530 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2531
2532         * gst/volume/gstvolume.c: (volume_transform_ip):
2533         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2534         reason instead of crashing later. Might fix bug #509125.
2535
2536 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2537
2538         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2539
2540         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2541         * gst/audioconvert/audioconvert.h:
2542         * gst/audioconvert/gstaudioconvert.c:
2543         (gst_audio_convert_parse_caps),
2544         (structure_has_fixed_channel_positions),
2545         (gst_audio_convert_transform_caps):
2546         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2547         Add support for more than 8 channels and NONE channel layouts. For
2548         more than 8 channels no channel conversion is supported yet, only
2549         format conversions are supported. Fixes bug #398033.
2550
2551         * tests/check/elements/audioconvert.c: (verify_convert),
2552         (GST_START_TEST), (audioconvert_suite):
2553         Add some unit tests by Tim for checking the NONE channel layouts
2554         and more than 8 channels and add some more unit tests for channel
2555         conversions.
2556
2557 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2558
2559         * gst/playback/gstdecodebin2.c: (connect_pad):
2560         When autoplugging fails, set the element back to NULL before
2561         unreffing it.
2562
2563 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2564
2565         * win32/common/libgstaudio.def:
2566         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2567         symbols.
2568
2569 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2570
2571         * gst/subparse/samiparse.c: (handle_start_sync),
2572         (end_sami_element), (characters_sami):
2573         Remove trailing, leading and double whitespaces.
2574         Correctly timestamp buffers and output the last buffer too.
2575
2576         * tests/check/elements/subparse.c: (GST_START_TEST),
2577         (subparse_suite):
2578         Add a simple unit test for SAMI parsing.
2579
2580 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2581
2582         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2583
2584         * gst/subparse/samiparse.c: (handle_start_sync),
2585         (start_sami_element), (end_sami_element), (characters_sami),
2586         (sami_context_reset):
2587         Only output characters inside the "sync" elements. There could be
2588         other elements like "style" that have some content but should
2589         not be printed. Fixes bug #467911.
2590
2591 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2592
2593         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2594         (set_active_source):
2595         * gst/playback/gstplaybasebin.h:
2596         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2597         (playbin_set_audio_mute):
2598         Allow setting -1 as current-audio to mute the current audio stream,
2599         similar to what is done for subtitles. Fixes bug #342294.
2600
2601 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2602
2603         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2604         It's SorensOn and not SorensEn.
2605
2606 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2607
2608         * gst-libs/gst/pbutils/descriptions.c: (formats):
2609           Fix description of video/x-flash-video.
2610
2611 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2612
2613         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2614         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2615         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2616         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2617         Remove some unused code.
2618
2619         * gst/audioconvert/gstaudioquantize.c:
2620         (gst_audio_quantize_free_noise_shaping):
2621         Don't return before freeing the noise shaping history.
2622
2623 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2624
2625         * tests/check/elements/subparse.c: (do_test),
2626           (test_tmplayer_style3b), (subparse_suite):
2627           Add unit test for the tmplayer variant from bug #530962.
2628
2629 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2630
2631         * gst/subparse/gstsubparse.c: (handle_buffer),
2632           (gst_sub_parse_sink_event):
2633         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2634           (tmplayer_parse_line):
2635           Fix parsing of tmplayer subtitle variant where every single line contains
2636           text and there isn't an empty line after each line to determine the
2637           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2638           making sure that we push out the last line of text without a duration if
2639           there's still text left in the buffer at the end.
2640
2641 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2642
2643         * gst/subparse/gstsubparse.c: (feed_textbuf):
2644           Fix detection of discontinuities based on the buffer offset (doesn't work
2645           so well if no buffer offset is set) and also check for the DISCONT buffer
2646           flag. This keeps the parser state from being reset after each buffer in
2647           the unit test.
2648
2649 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2650
2651         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2652           Further fine-tuning: don't absolutely require sequence or GOP headers
2653           (as introduced in the previous commit), but adjust the typefind
2654           probabilities returned accordingly if we don't see them. Also make sure
2655           picture header and first slice are somewhat close to each other (which
2656           is not perfect but still better than requiring a fixed offset or having
2657           no limit at all).
2658
2659 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2660
2661         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2662         (gst_basertppayload_sink_setcaps),
2663         (gst_basertppayload_sink_getcaps):
2664         Rename the setcaps/getcaps function internally to make it clear that
2665         they are called for the sink pad.
2666
2667 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2668
2669         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2670         (gst_base_rtp_depayload_class_init),
2671         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2672         (gst_base_rtp_depayload_packet_lost),
2673         (gst_base_rtp_depayload_set_gst_timestamp):
2674         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2675         Catch packet-lost events from the jitterbuffer and convert them into a
2676         vmethod call (lost-packet) so that depayloaders can do something smart.
2677         Also add a default packet-lost function that sends out a segment update
2678         to the decoders.
2679
2680 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2681
2682         * gst/playback/test4.c:
2683         * gst/playback/test5.c:
2684         * gst/playback/test6.c:
2685         * gst/playback/test7.c:
2686           Also include config.h when relying on defines from it. Fixes the
2687           build. Its been a please to serve :)
2688
2689 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2690
2691         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2692         (paint_setup_NV21), (paint_hline_NV12_NV21):
2693         Add support for NV12 and NV21 in videotestsrc
2694
2695 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2696
2697         * gst/videoscale/gstvideoscale.c:
2698         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2699         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2700         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2701         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2702         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2703         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2704         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2705         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2706         (vs_image_scale_linear_RGB555):
2707         Support 1x1 images as input and output as for example the BBC HQ new
2708         streams have 1x1 GIFs in the playlists for some reason.
2709
2710 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2711
2712         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2713           (try_to_link_1):
2714           If we can't activate one of the decoders we plugged in (such as,
2715           say, musepackdec) for some reason (it might not support push mode,
2716           for example), remove any pad probes that close_pad_link() might
2717           have set up. This makes sure we later don't try to remove a probe
2718           for a pad that doesn't exist any longer, and avoids nast warnings
2719           and probably other things too.
2720
2721 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2722
2723         * gst/typefind/gsttypefindfunctions.c:
2724           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2725           (plugin_init):
2726           Rework mpeg video stream typefinding a bit more: make sure sequence,
2727           GOP, picture and slice headers appear in the order they should and
2728           that we've in fact at least had one of each; fix picture header
2729           detection; decouple picture and slice header check - don't assume
2730           they're at a fixed offset, there may be extra data in between. Also,
2731           announce varying degrees of probability depending on what we found
2732           exactly (multiple pictures, at least one picture, just sequence and
2733           GOP headers). Finally, in _ensure_data(), take into account that we
2734           might be typefinding smaller amounts of data, such as the first
2735           buffer of a stream, so fall back to the minimum size needed as long
2736           as that's available, instead of erroring out if there's less than
2737           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2738           fuzzed file from #399342 as valid.
2739
2740 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2741
2742         * ext/theora/theoradec.c:
2743           Cool kids don't divide by zero.
2744           Treat PAR of x:0 as 1:1.
2745           Fixes #530719.
2746
2747 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2748
2749         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2750           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2751           (mpeg_video_stream_type_find):
2752           Refactor a bit: use context structure to track parsing offset and
2753           size of available data and make the code a bit clearer. Fixes bad
2754           memory access in #356937.
2755
2756 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2757
2758         * gst/playback/test4.c:
2759         * gst/playback/test5.c:
2760         * gst/playback/test6.c:
2761         * gst/tcp/gstmultifdsink.c:
2762           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2763           is defined.
2764
2765 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2766
2767         * gst-libs/gst/audio/gstbaseaudiosink.h:
2768         Clarify some docs.
2769
2770         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2771         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2772         (gst_base_audio_src_set_slave_method),
2773         (gst_base_audio_src_get_slave_method),
2774         (gst_base_audio_src_set_property),
2775         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2776         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2777         Add property and methods for selecting the clock slave method in the
2778         source, like in the sink.
2779         We only implement "none" and "re-timestamp" for now.
2780         API: gst_base_audio_src_set_slave_method()
2781         API: gst_base_audio_src_get_slave_method()
2782
2783 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2784
2785         * gst-libs/gst/rtp/gstrtpbuffer.c:
2786         Fix the docs about the seqnum compare function, it returns a difference.
2787
2788 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2789
2790         * ext/alsa/gstalsadeviceprobe.c:
2791         (gst_alsa_get_device_list): Don't return before freeing up
2792         the allocated structures.
2793
2794 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2795
2796         * gst/playback/gstplaybin.c:
2797           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2798
2799 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2800
2801         * ext/ogg/gstoggdemux.c:
2802           Revert the event part, that should not go in.
2803
2804 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2805
2806         * ext/ogg/gstoggdemux.c:
2807           Don't leak GstPluginFeatures when filtering.
2808
2809 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2810
2811         * sys/xvimage/xvimagesink.c:
2812           Add some logging for cases when grabbing the xv failed.
2813
2814 2008-04-21  David Schleef  <ds@schleef.org>
2815
2816         * ext/ogg/gstoggmux.c:
2817           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2818           packet.  Should conform to what we currently think is the
2819           final Ogg/Dirac muxing spec.
2820
2821 2008-04-21  David Schleef  <ds@schleef.org>
2822
2823         * sys/xvimage/xvimagesink.c:
2824           Fix typo that causes the overlay keying color to bright green
2825           on a 16-bit display.  Dark grey good.  Bright green bad.
2826
2827 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2828
2829         * ext/gnomevfs/gstgnomevfsuri.c:
2830           Add  FIXME comment about using uri-list for source and sink.
2831
2832 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2833
2834         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2835         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2836         vaargs functions to gint. Otherwise the fractions will get 0 set
2837         instead of the correct value on big endian systems. Fixes bug #529018.
2838
2839 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2840
2841         * ext/gnomevfs/gstgnomevfssink.c:
2842         (gst_gnome_vfs_sink_uri_get_protocols):
2843         * ext/gnomevfs/gstgnomevfssrc.c:
2844         (gst_gnome_vfs_src_uri_get_protocols):
2845         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2846         (gst_gnomevfs_get_supported_uris):
2847         Get the list of supported URI schemes in a threadsafe way and use the
2848         same list for the source and sink.
2849
2850 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2851
2852         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2853         (gst_gio_get_supported_protocols):
2854         Don't generate a new supported protocols list on each call but cache
2855         it. It's supposed to be static anyway, this way we only leak it once
2856         per process.
2857
2858         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2859         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2860         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2861         (gst_gio_sink_start):
2862         * ext/gio/gstgiosink.h:
2863         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2864         (gst_gio_src_class_init), (gst_gio_src_finalize),
2865         (gst_gio_src_set_property), (gst_gio_src_get_property),
2866         (gst_gio_src_start):
2867         * ext/gio/gstgiosrc.h:
2868         API: Add "file" properties where one can set a GFile as
2869         source/destination.
2870
2871         Add locking to the properties and use
2872         gst_element_class_set_details_simple() instead of a static
2873         GstElementDetails struct.
2874
2875 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2876
2877         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2878         (plugin_init):
2879         Add "mpp" and "mp+" as possible extensions for MusePack files.
2880
2881         Add typefinding for MusePack StreamVersion 8 files and include the
2882         stream version in the caps.
2883
2884 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2885
2886         * gst-libs/gst/rtp/gstrtppayloads.c:
2887         (gst_rtp_payload_info_for_name):
2888         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2889
2890 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2891
2892         * configure.ac:
2893           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2894           (NB: this only affects compilation of some of the examples).
2895           Remove some configure.ac cruft that's not needed any longer.
2896
2897 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2898
2899         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2900         Don't validate the payload if there isn't any.
2901         Fixes #525915
2902
2903 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2904
2905         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2906         Use g_atomic_int_set() instead of gst_atomic_int_set().
2907
2908 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2909
2910         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2911         Return NULL instead of a gchar * array with one NULL element if we
2912         don't get any supported URI schemes from GIO.
2913
2914 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2915
2916         * gst/audiotestsrc/gstaudiotestsrc.c:
2917           Remove cpp style commented old code.
2918
2919 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2920
2921         * gst/playback/gstdecodebin2.c:
2922           Fix signal docs.
2923
2924 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2925
2926         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2927           (gst_text_overlay_init):
2928           Fix textoverlay unit test again by making the supposed default
2929           value for the wait-text property the actual default value.
2930           Also fix Since: tag for new property.
2931
2932 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2933
2934         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2935           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2936           (gst_video_format_get_pixel_stride),
2937           (gst_video_format_get_component_width),
2938           (gst_video_format_get_component_height),
2939           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2940           (gst_video_format_convert):
2941           Add guards to these functions to ensure sane input values.
2942
2943         * tests/check/libs/video.c:
2944           Fix unit test not to create caps with width=0 and height=0.
2945
2946 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2947
2948         * docs/design/draft-keyframe-force.txt:
2949         Fix typo.
2950
2951         * gst/playback/gstqueue2.c: (update_buffering),
2952         (gst_queue_handle_src_query):
2953         Set buffering mode in the messages.
2954         Set buffering percent in the query.
2955
2956         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2957         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2958         Do some more fancy things based on the buffering method in use.
2959
2960 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2961
2962         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2963         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2964         (msg_buffering), (main):
2965         Add basic download reports to seek using the new buffering API.
2966
2967 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2968
2969         * gst/playback/gstqueue2.c: (update_buffering),
2970         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2971         (gst_queue_src_checkgetrange_function):
2972         Include extra buffering stats in the buffering message.
2973         Implement BUFFERING query.
2974
2975         * gst/playback/gsturidecodebin.c: (do_async_start),
2976         (do_async_done), (type_found), (setup_streaming), (setup_source),
2977         (gst_uri_decode_bin_change_state):
2978         Only add decodebin2 when the type is found in streaming mode.
2979         Make uridecodebin async to PAUSED even when we don't have decodebin2
2980         added yet.
2981
2982 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2983
2984         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2985         Filter cdda from the supported URI schemes. We can't support
2986         musicbrainz tags and everything else one expects from a cdda source
2987         with GIO. Fixes bug #526794.
2988
2989 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2990
2991         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2992         (gst_xvimagesink_buffer_alloc):
2993         Fix calculation of 'expected size' for YV12 buffers.
2994         Be a little more verbose in the debug output for buffer-alloc'ed
2995         buffers which turn out to have the wrong size.
2996
2997 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2998
2999         * NEWS:
3000         * RELEASE:
3001         * gst-plugins-base.doap:
3002           Merge other changes from 0.10.19 release branch.
3003
3004 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3005
3006         * gst-libs/gst/audio/gstbaseaudiosink.c:
3007           (gst_base_audio_sink_class_init):
3008         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3009           (gst_base_audio_src_class_init):
3010         * gst/playback/gstplayback.c: (plugin_init):
3011         * gst/volume/gstvolume.c: (plugin_init):
3012           Work around missing bits of thread-safety on older GLibs some
3013           more to avoid assertions when starting up multiple playbin
3014           objects concurrently (see #512382).
3015
3016 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3017
3018         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3019           Remove some more fields.
3020
3021 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3022
3023         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3024
3025         * configure.ac:
3026         Actually build dlls when cross-compiling with mingw32.
3027         Fixes bug #526247.
3028
3029 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3030
3031         * configure.ac:
3032           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3033
3034 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3035
3036         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3037         (msg_buffering), (connect_bus_signals), (main):
3038         Add statusbar.
3039         Add buffering support with feedback in the statusbar.
3040
3041 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3042
3043         * ext/ogg/gstoggmux.c:
3044           Fix sample pipeline description.
3045
3046 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3047
3048         * docs/plugins/Makefile.am:
3049         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3050         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3051         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3052           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3053
3054         * docs/plugins/gst-plugins-base-plugins.args:
3055         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3056         * docs/plugins/gst-plugins-base-plugins.interfaces:
3057         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3058         * docs/plugins/inspect/plugin-adder.xml:
3059         * docs/plugins/inspect/plugin-alsa.xml:
3060         * docs/plugins/inspect/plugin-audioconvert.xml:
3061         * docs/plugins/inspect/plugin-audiorate.xml:
3062         * docs/plugins/inspect/plugin-audioresample.xml:
3063         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3064         * docs/plugins/inspect/plugin-cdparanoia.xml:
3065         * docs/plugins/inspect/plugin-decodebin.xml:
3066         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3067         * docs/plugins/inspect/plugin-gdp.xml:
3068         * docs/plugins/inspect/plugin-gnomevfs.xml:
3069         * docs/plugins/inspect/plugin-libvisual.xml:
3070         * docs/plugins/inspect/plugin-ogg.xml:
3071         * docs/plugins/inspect/plugin-pango.xml:
3072         * docs/plugins/inspect/plugin-playback.xml:
3073         * docs/plugins/inspect/plugin-queue2.xml:
3074         * docs/plugins/inspect/plugin-subparse.xml:
3075         * docs/plugins/inspect/plugin-tcp.xml:
3076         * docs/plugins/inspect/plugin-theora.xml:
3077         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3078         * docs/plugins/inspect/plugin-uridecodebin.xml:
3079         * docs/plugins/inspect/plugin-video4linux.xml:
3080         * docs/plugins/inspect/plugin-videorate.xml:
3081         * docs/plugins/inspect/plugin-videoscale.xml:
3082         * docs/plugins/inspect/plugin-videotestsrc.xml:
3083         * docs/plugins/inspect/plugin-volume.xml:
3084         * docs/plugins/inspect/plugin-vorbis.xml:
3085         * docs/plugins/inspect/plugin-ximagesink.xml:
3086         * docs/plugins/inspect/plugin-xvimagesink.xml:
3087           Update introspection data.
3088
3089         * ext/ogg/gstoggmux.c:
3090           Document oggmux.
3091
3092         * gst/playback/gstdecodebin2.c:
3093           Don't use gtk-doc style comment start for private stuff, but make it
3094           formatted like this for consistency.
3095
3096 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3097
3098         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3099         (gst_decode_bin_init), (gst_decode_bin_dispose),
3100         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3101         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3102         (analyze_new_pad), (connect_pad), (expose_pad),
3103         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3104         (gst_decode_group_expose), (gst_decode_group_free),
3105         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3106         Remove fakesink hack, we can now implement this more elegantly.
3107         Added property to bypass typefinding.
3108         Removed underrun callback and demuxer pad probe, we now use the srcpad
3109         probe to expose groups.
3110         API::sink-caps property
3111
3112         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3113         Guard against multiple emissions of the no_more_pads signal, which
3114         happens when we are dealing with chained oggs.
3115
3116         * gst/playback/gsturidecodebin.c: (remove_decoders),
3117         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3118         (setup_source):
3119         For streams, use our own typefind element and plug our queue after it.
3120         We will need this to determine the type of buffering to use for the
3121         queue soon.
3122
3123 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3124
3125         * gst-libs/gst/audio/gstbaseaudiosink.c:
3126         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3127         Guard against over and underflows because of clock slaving.
3128         When we are using our own clock, still compensate for any calibrations
3129         that we might have done to our clock.
3130
3131 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3132
3133         * ext/theora/theoradec.c: (theora_handle_type_packet),
3134         (theora_dec_chain):
3135         Don't try to do anything fancy with the return code from pushing an
3136         event, it does not have enough information to turn it into a
3137         GST_FLOW_ERROR.
3138
3139 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3140
3141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3142         (gst_ogg_demux_chain_elem_pad):
3143         Add small debug line.
3144         Pass return code from the internal decoder instead of the too generic
3145         GST_FLOW_ERROR.
3146
3147 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3148
3149         * gst-libs/gst/cdda/Makefile.am:
3150         * gst-libs/gst/cdda/base64.c:
3151         * gst-libs/gst/cdda/base64.h:
3152         * gst-libs/gst/cdda/gstcddabasesrc.c:
3153         (gst_cddabasesrc_calculate_musicbrainz_discid):
3154         Use GLib's base64 implementation instead of our own.
3155
3156 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3157
3158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3159         (gst_ogg_demux_read_chain):
3160         Refix oggdemux, we only have a problem if we failed to find a chain and
3161         we are not EOF.
3162
3163 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3164
3165         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3166
3167         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3168         (gst_ogg_demux_read_chain):
3169         When we fail to find a BOS page and we and up with no chain, error out
3170         properly instead of segfaulting. Fixes #525665.
3171
3172 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3173
3174         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3175         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3176         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3177         no-more-pads...
3178
3179 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3180
3181         * gst/playback/gstqueue2.c: (update_out_rates),
3182         (gst_queue_open_temp_location_file),
3183         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3184         (gst_queue_handle_src_query), (gst_queue_set_property):
3185         Update the estimated input data when we push out a buffer.
3186         Add some debug info about the temp file.
3187         Only forward src events when we are not using a temp file.
3188         Don't block the duration query, we need to find something better.
3189         Don't leak the temp filename.
3190
3191 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3192
3193         * configure.ac:
3194         Require GLib 2.12 and liboil 0.3.14.
3195
3196         * gst/volume/gstvolume.c: (volume_process_double):
3197         Unconditionally use liboil 0.3.14 function.
3198
3199 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3200
3201         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3202         ms-gsm can have arbitrarty sample rates. See #481354.
3203
3204 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3205
3206         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3207         MP4S is generic MPEG-4, not a microsoft variant.
3208
3209 2008-03-27  Michael Smith <msmith@fluendo.com>
3210
3211         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3212           Check the body CRC (if set) when depayloading.
3213           Fixes #522401.
3214
3215 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3216
3217         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3218           Fix Since: version for new property.
3219
3220 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3221
3222         * gst-libs/gst/rtsp/gstrtspconnection.c:
3223         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3224         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3225         Don't error when poll_wait returns EAGAIN.
3226
3227 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3228
3229         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3230         The queue is never filled when there are no buffers in the queue at all.
3231         Fixes #523993.
3232
3233 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3234
3235         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3236         (init_group), (free_group), (gst_play_bin_init),
3237         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3238         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3239         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3240         (gst_play_bin_set_current_video_stream),
3241         (gst_play_bin_set_current_audio_stream),
3242         (gst_play_bin_set_current_text_stream),
3243         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3244         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3245         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3246         (activate_group), (deactivate_group), (setup_next_source),
3247         (save_current_group), (gst_play_bin_change_state):
3248         Update some docs.
3249         Add new locks and conds to protect pipeline creation and group
3250         switching.
3251         Implement the sub-uri property.
3252         Keep track of pending uridecodebin creation and configure the output
3253         pipeline after all streams are configured.
3254         Propagate subtitle encoding to the uridecodebins.
3255         Implement getting the video/audio/visualisation elements.
3256         Use input-selector for stream switching.
3257         If we are asked to do visualisation, prefer to autoplug raw sinks
3258         instead of sinks that accept encoded data.
3259
3260 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3261
3262         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3263         (gst_play_sink_init), (gst_play_sink_dispose),
3264         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3265         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3266         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3267         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3268         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3269         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3270         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3271         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3272         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3273         * gst/playback/gstplaysink.h:
3274         Add methods to get audio/video/vis elements.
3275         Add methods to set the font description for the overlay.
3276         Remove properties, we're using this element with its methods only.
3277         Add support for subtitles.
3278         Rearrange the locking a bit to not use the object lock for protecting
3279         the pipeline construction.
3280         Try to use the volume and mute property on the sink when its available.
3281         Implement the mute option with volume when the sink does not have a mute
3282         property.
3283         Only add volume element when the sink has no volume property.
3284         Only do visualisations with raw audio pads.
3285
3286 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3287
3288         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3289         (gst_text_overlay_init), (gst_text_overlay_set_property),
3290         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3291         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3292         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3293         (gst_text_overlay_change_state):
3294         * ext/pango/gsttextoverlay.h:
3295         Add property to configure waiting for text on the textpad or not, with
3296         the default behaviour being the old one (always wait for text before
3297         rendering the video). This default behaviour is usually not the best one
3298         because the text stream can very sparse and could require queueing a lot
3299         of video.
3300         Fix the flushing and EOS handing so that we don't mix up their meaning.
3301
3302 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3303
3304         * gst/playback/gsturidecodebin.c:
3305         (gst_uri_decode_bin_autoplug_factories),
3306         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3307         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3308         (gst_uri_decode_bin_set_property),
3309         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3310         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3311         (proxy_autoplug_factories_signal), (make_decoder),
3312         (source_new_pad), (setup_source):
3313         Add a readonly source property and notify.
3314         Add new lock for protecting the construction of the pipeline.
3315         Keep track of the decodebins we plugged.
3316         Correctly proxy the autoplug signal so that it actually continues.
3317         Proxy subtitle-encoding to the decodebins.
3318
3319 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3320
3321         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3322         (text_toggle_cb), (update_streams), (main):
3323         Rearrange some buttons in playbin2 and make some other boxes insensitive
3324         when needed.
3325         Add language codes to subtitle selection boxes when we gind the right
3326         tags for the streams.
3327
3328 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3329
3330         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3331         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3332         (gst_decode_bin_set_subs_encoding),
3333         (gst_decode_bin_get_subs_encoding),
3334         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3335         (deactivate_free_recursive):
3336         Protect caps property with the object lock.
3337         Protect encoding property with the object lock.
3338         Keep list of elements we added that have the subtitle-encoding property.
3339         Distribute the subtitle-encoding to all of the elements when it
3340         changes.
3341
3342 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3343
3344         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3345         Small debug improvement.
3346
3347         * gst-libs/gst/audio/gstbaseaudiosink.c:
3348         (gst_base_audio_sink_render):
3349         Fix bug in determining the sample start/stop position, we want to base
3350         this decision on the fact that we are going forwards or backwards, not
3351         slower or faster. This fixes some ugly resync warnings when playing at
3352         very slow speeds.
3353
3354 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3355
3356         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3357         Correctly set the supported URI schemes and don't leave
3358         some schemes in the middle or at the start at NULL.
3359
3360 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3361
3362         * tests/check/elements/gdpdepay.c:
3363           Make test compile without unused function/variable warnings on PPC.
3364  
3365 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3366
3367         * configure.ac:
3368         * ext/alsa/gstalsamixerelement.c:
3369         (gst_alsa_mixer_element_class_init):
3370         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3371         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3372         * ext/cdparanoia/gstcdparanoiasrc.c:
3373         (gst_cd_paranoia_src_class_init):
3374         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3375         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3376         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3377         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3378         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3379         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3380         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3381         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3382         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3383         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3384         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3385         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3386         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3387         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3388         (gst_audio_filter_template_class_init):
3389         * gst-libs/gst/audio/gstbaseaudiosink.c:
3390         (gst_base_audio_sink_class_init):
3391         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3392         (gst_base_audio_src_class_init):
3393         * gst-libs/gst/cdda/gstcddabasesrc.c:
3394         (gst_cdda_base_src_class_init):
3395         * gst-libs/gst/interfaces/mixertrack.c:
3396         (gst_mixer_track_class_init):
3397         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3398         (gst_base_rtp_depayload_class_init):
3399         * gst-libs/gst/rtp/gstbasertppayload.c:
3400         (gst_basertppayload_class_init):
3401         * gst/audioconvert/gstaudioconvert.c:
3402         (gst_audio_convert_class_init):
3403         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3404         * gst/audioresample/gstaudioresample.c:
3405         (gst_audioresample_class_init):
3406         * gst/audiotestsrc/gstaudiotestsrc.c:
3407         (gst_audio_test_src_class_init):
3408         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3409         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3410         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3411         (preroll_unlinked):
3412         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3413         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3414         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3415         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3416         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3417         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3418         (gst_stream_selector_class_init):
3419         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3420         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3421         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3422         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3423         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3424         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3425         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3426         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3427         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3428         * gst/videotestsrc/gstvideotestsrc.c:
3429         (gst_video_test_src_class_init):
3430         * gst/volume/gstvolume.c: (gst_volume_class_init):
3431         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3432         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3433         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3434         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3435         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3437         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3438         static strings (i.e. all). This gives us less memory usage,
3439         fewer allocations and thus less memory defragmentation. Depend
3440         on core CVS for this. Fixes bug #523806.
3441
3442 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3443
3444         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3445         Filter http and https protocols. GIO/GVfs handles them but it's
3446         impossible to implement iradio/icecast with it. Better use
3447         souphttpsrc or something else for this.
3448
3449         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3450         If getting the file informations by a query fails try it with the
3451         seek-to-end trick too.
3452
3453 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3454
3455         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3456         (gst_volume_base_init), (gst_volume_class_init),
3457         (volume_process_double), (volume_process_float),
3458         (volume_transform_ip), (plugin_init):
3459         memset buffers to zero if we get a GAP buffer. We usually see a
3460         buffer as one unit so let's handle it as one and don't care about
3461         volume changes while processing one buffer.
3462         Also clean up some stuff a bit.
3463
3464 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3465
3466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3467         (gst_audio_convert_create_silence_buffer),
3468         (gst_audio_convert_transform):
3469         Make audioconvert GAP-aware by outputting silence buffers when the
3470         input has the GAP flag set. This is up to 8x faster.
3471         Based on a patch by Stefan Kost. Fixes bug #517813.
3472
3473 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3474
3475         * gst/volume/gstvolume.c: (volume_process_double):
3476         Use oil_scalarmultiply_f64_ns() for double processing when it's
3477         available at compile time.
3478
3479 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3480
3481         * configure.ac:
3482         Fix lrint/lrintf checks to actually work. These functions are
3483         in libm on Linux at least so try to link to it.
3484
3485 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3486
3487         * configure.ac:
3488         Back to development - 0.10.18.1
3489
3490 === release 0.10.18 ===
3491
3492 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3493
3494         * configure.ac:
3495           releasing 0.10.18, "I will follow"
3496
3497 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3498
3499         * configure.ac:
3500         * win32/common/config.h:
3501         0.10.17.4 pre-release
3502
3503 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3504
3505         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3506         Use GST_STR_NULL when trying to print strings that could be NULL because
3507         this might crash on some platforms. See #520808.
3508
3509 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3510
3511         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3512
3513         * gst-libs/gst/rtsp/gstrtspconnection.c:
3514         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3515         (read_line), (gst_rtsp_connection_read_internal):
3516         Generic Windows fixes that makes libgstrtsp work on Windows when
3517         coupled with the new GstPoll API. See #520808.
3518
3519 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3520
3521         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3522
3523         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3524           If seeking to a new position succeeds don't simply return from
3525           create() without creating a buffer. Do this only in the case
3526           seeking to the new position fails. Fixes bug #523054.
3527
3528 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3529
3530         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3531           (gst_video_format_from_rgba32_masks):
3532           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3533           (#522635).
3534
3535         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3536           Add unit test for the RGB caps parsing and creation, checking for
3537           internal consistency of the new API and consistency of the API with
3538           the old GST_VIDEO_CAPS_* defines.
3539
3540 2008-03-14  David Schleef  <ds@schleef.org>
3541
3542         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3543           because -base is in freeze.
3544
3545 2008-03-14  David Schleef  <ds@schleef.org>
3546
3547         Patch by: William M. Brack
3548
3549         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3550
3551 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3552
3553         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3554         (gst_selector_pad_chain):
3555         * gst/playback/gststreamselector.h:
3556         Revert change that caused regression until a real fix is found.
3557         Fixes #522203.
3558
3559 2008-03-12  Michael Smith <msmith@fluendo.com>
3560
3561         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3562         * gst-libs/gst/audio/gstringbuffer.h:
3563           Rename recently added buffer types to make more sense.
3564         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3565         (gst_alsasink_write):
3566           Adapt for above API changes.
3567           Fixes bug #520523.
3568
3569 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3570
3571         * win32/common/libgstnetbuffer.def:
3572         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3573
3574 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3575
3576         * configure.ac:
3577         * win32/common/config.h:
3578         0.10.17.3 pre-release
3579
3580 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3581
3582         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3583         (gst_base_audio_src_create):
3584         Fix duration when no clock was provided. Fixes #520300.
3585
3586 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3587
3588         Patch by: Olivier Crete  <tester at tester ca>
3589
3590         * docs/libs/gst-plugins-base-libs-sections.txt:
3591         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3592         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3593         Add trivial function to compare GstNetAddress. See #520626.
3594         API: GstNetBuffer::gst_netaddress_equal
3595
3596 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3597
3598         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3599         Update mode property docs, it's deprecated now.
3600
3601 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3602
3603         * gst-libs/gst/rtsp/gstrtspconnection.c:
3604         (gst_rtsp_connection_create):
3605         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3606         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3607         * gst/tcp/gstmultifdsink.h:
3608         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3609         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3610         Remove GstPollMode from gstpoll constructor.
3611
3612 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3613
3614         * configure.ac:
3615         * win32/common/config.h:
3616         0.10.17.2 pre-release
3617
3618 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3619
3620         * gst/Makefile.am:
3621         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3622         them twice
3623
3624         * win32/common/libgstinterfaces.def:
3625         * win32/common/libgstrtp.def:
3626         Add new API to the defs
3627
3628 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3629
3630         Patch by: Mersad Jelacic  <mersad at axis dot com>
3631
3632         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3633         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3634         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3635         possible to specify the sample size in bits. (#509637)
3636
3637 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3638
3639         * tests/check/libs/mixer.c:
3640           Add a few simple checks for the new message types.
3641
3642 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3643
3644         * docs/libs/gst-plugins-base-libs-sections.txt:
3645         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3646           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3647           (gst_mixer_message_get_type),
3648           (gst_mixer_message_parse_option_changed),
3649           (gst_mixer_message_parse_options_list_changed):
3650         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3651           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3652           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3653           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3654           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3655           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3656
3657 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3658
3659         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3660           (gst_mixer_options_get_values):
3661         * gst-libs/gst/interfaces/mixeroptions.h:
3662           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3663           (_GstMixerOptions), (_GstMixerOptionsClass):
3664           API: add GstMixerOptions::get_values vfunc (#519906)
3665
3666 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3667
3668         * configure.ac:
3669         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3670         plug-ins are included/excluded. (#498222)
3671
3672 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3673
3674         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3675         Add typefinder for IMelody files, using audio/x-imelody.
3676         See bug #519516.
3677
3678 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3679
3680         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3681         * ext/alsa/gstalsasink.c: (set_hwparams):
3682         * ext/alsa/gstalsasrc.c: (set_hwparams):
3683         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3684         * ext/ogg/gstoggmux.h:
3685         * ext/ogg/gstogmparse.c:
3686         * gst-libs/gst/audio/audio.c:
3687         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3688         * gst-libs/gst/pbutils/missing-plugins.c:
3689         (gst_missing_uri_sink_message_new),
3690         (gst_missing_element_message_new),
3691         (gst_missing_decoder_message_new),
3692         (gst_missing_encoder_message_new):
3693         * gst-libs/gst/rtp/gstbasertppayload.c:
3694         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3695         (gst_rtcp_packet_bye_get_reason):
3696         * gst/audioconvert/gstaudioconvert.c:
3697         * gst/audioresample/gstaudioresample.c:
3698         * gst/ffmpegcolorspace/imgconvert.c:
3699         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3700         * gst/typefind/gsttypefindfunctions.c:
3701         * gst/videoscale/vs_4tap.c:
3702         * gst/videoscale/vs_4tap.h:
3703         * sys/v4l/gstv4lelement.c:
3704         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3705         * sys/v4l/v4l_calls.c:
3706         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3707         (gst_v4lsrc_try_capture):
3708         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3709         (gst_ximagesink_ximage_new):
3710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3711         (gst_xvimagesink_xvimage_new):
3712         * tests/check/elements/audioconvert.c:
3713         * tests/check/elements/audioresample.c:
3714         (fail_unless_perfect_stream):
3715         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3716         * tests/check/elements/decodebin.c:
3717         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3718         (setup_gdpdepay_streamheader):
3719         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3720         (setup_gdppay_streamheader):
3721         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3722         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3723         * tests/check/elements/textoverlay.c:
3724         * tests/check/elements/videorate.c: (setup_videorate):
3725         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3726         * tests/check/elements/volume.c: (setup_volume):
3727         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3728         * tests/check/elements/vorbistag.c:
3729         * tests/check/generic/clock-selection.c:
3730         * tests/check/generic/states.c: (setup), (teardown):
3731         * tests/check/libs/cddabasesrc.c:
3732         * tests/check/libs/video.c:
3733         * tests/check/pipelines/gio.c:
3734         * tests/check/pipelines/oggmux.c:
3735         * tests/check/pipelines/simple-launch-lines.c:
3736         (simple_launch_lines_suite):
3737         * tests/check/pipelines/streamheader.c:
3738         * tests/check/pipelines/theoraenc.c:
3739         * tests/check/pipelines/vorbisdec.c:
3740         * tests/check/pipelines/vorbisenc.c:
3741         * tests/examples/seek/scrubby.c:
3742         * tests/examples/seek/seek.c: (query_positions_elems),
3743         (query_positions_pads):
3744         * tests/icles/stress-xoverlay.c: (myclock):
3745         Correct all relevant warnings found by the sparse semantic code
3746         analyzer. This include marking several symbols static, using
3747         NULL instead of 0 for pointers and using "foo (void)" instead
3748         of "foo ()" for declarations.
3749
3750         * win32/common/libgstrtp.def:
3751         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3752
3753 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3754
3755         Patch by: José Alburquerque <jaalburqu svn gnome org>
3756
3757         * gst/playback/gstplaybin2.c:
3758           Make the function signature of the _get_*_tags() functions match
3759           the signature of the vfuncs they implement, ie. return a
3760           GstTagList rather than a GstStructure, which is more correct,
3761           even if one is typedef'ed to the other (#518940).
3762
3763 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3764
3765         * gst-libs/gst/rtsp/gstrtspconnection.c:
3766           Don't include unix headers unconditionally (fixes #518037).
3767
3768 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3769
3770         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3771           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3772           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3773           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3774           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3775           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3776           (gst_video_format_is_packed), (video_format_is_packed):
3777           Add unit test that makes sure that the strides, offsets and
3778           sizes returned for the various YUV formats by the new video API
3779           match the old reference implementation in videotestsrc.
3780
3781 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3782
3783         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3784           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3785           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3786           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3787           (gst_video_format_get_pixel_stride),
3788           (gst_video_format_get_component_width),
3789           (gst_video_format_get_component_height),
3790           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3791         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3792           (GST_VIDEO_FORMAT_Y42B):
3793           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3794
3795 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3796
3797         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3798           YV12 is I420 with swapped components 1 and 2, so the offset of
3799           component 1 for I420 should be the offset for component 2 for YV12
3800           and vice versa.
3801
3802 2008-02-29  Rene Stadler  <mail@renestadler.de>
3803
3804         * sys/v4l/gstv4lelement.c:
3805         Add missing semicolon to fix indentation.
3806
3807 2008-02-29  Julien Moutte  <julien@fluendo.com>
3808
3809         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3810         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3811         if we can do SPDIF output.
3812         * ext/alsa/gstalsa.h:
3813         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3814         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3815         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3816         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3817         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3818         to support AC3, EC3 and IEC958 buffers.
3819
3820 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3821
3822         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3823           (gst_mixer_message_parse_mute_toggled),
3824           (gst_mixer_message_parse_record_toggled),
3825           (gst_mixer_message_parse_volume_changed),
3826           (gst_mixer_message_parse_option_changed):
3827           De-cruft and fix message type assertions (NULL is not a really
3828           valid mixer message type string).
3829
3830 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3831
3832         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3833         When negotiating, actually start from a format that we can support
3834         instead of from the too generic template.
3835
3836 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3837
3838         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3839         Enable vis setting.
3840
3841         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3842         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3843         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3844         (gen_vis_chain):
3845         Implement vis switching while playing.
3846
3847 2008-02-28  David Schleef  <ds@schleef.org>
3848
3849         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3850
3851 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3852
3853         Patch by: Peter Kjellerstedt  <pkj at axis com>
3854
3855         * gst/tcp/Makefile.am:
3856         * gst/tcp/fdsetstress.c:
3857         * gst/tcp/gstfdset.c:
3858         * gst/tcp/gstfdset.h:
3859         Removed fdset and stress test, they are now known as GstPoll in
3860         core. 
3861
3862         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3863         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3864         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3865         (gst_multi_fd_sink_handle_client_write),
3866         (gst_multi_fd_sink_queue_buffer),
3867         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3868         (gst_multi_fd_sink_stop):
3869         * gst/tcp/gstmultifdsink.h:
3870         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3871         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3872         (gst_tcp_gdp_read_caps):
3873         * gst/tcp/gsttcp.h:
3874         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3875         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3876         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3877         * gst/tcp/gsttcpclientsink.h:
3878         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3879         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3880         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3881         * gst/tcp/gsttcpclientsrc.h:
3882         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3883         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3884         * gst/tcp/gsttcpserversink.h:
3885         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3886         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3887         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3888         * gst/tcp/gsttcpserversrc.h:
3889         Port to GstPoll. See #505417.
3890
3891 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3892
3893         Patch by: Peter Kjellerstedt  <pkj at axis com>
3894
3895         * gst-libs/gst/rtsp/gstrtspconnection.c:
3896         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3897         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3898         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3899         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3900         (gst_rtsp_connection_flush):
3901         * gst-libs/gst/rtsp/gstrtspconnection.h:
3902         Use GstPoll for the rtsp connection. See #505417.
3903
3904 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3905
3906         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3907         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3908         Add combo box for visualisations, populate it with a factory list
3909         of all visualisation plugins, configure vis plugin instance in
3910         playbin2. 
3911
3912 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3913
3914         * tests/check/libs/rtp.c: (GST_START_TEST):
3915         Add check for RTP buffer defaults, padding and marker bit API.
3916
3917 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3918
3919         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3920         Use memcpy() instead of upcasting a byte array to long *. This
3921         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3922         This should be ported to GCheckSum once we can use GLib 2.16.
3923         Partially fixes bug #500833.
3924
3925 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3926
3927         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3928           Push tag event after the newsegment event. Log the pointer of
3929           the buffer we're actually going to push rather than the buffer
3930           we're feeding to _make_metadata_writable().
3931
3932 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3933
3934         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3935         Comment smoke typefinder for now. The smokedec plugin needs one
3936         frame per buffer but we have no parser yet, thus it simply crashes
3937         in most situations.
3938
3939 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3940
3941         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3942         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3943
3944 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3945
3946         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3947         (plugin_init):
3948         Add midi typefinder, copied from the timidity plugin.
3949
3950 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3951
3952         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3953
3954         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3955         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3956           (subparse_suite):
3957           Forward slashes at the beginning and end of a line also signify
3958           italics (Fixes: #518162).
3959
3960 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3961
3962         * tests/check/gst-plugins-base.supp:
3963         Add a suppression for a cached value in GIO that wasn't moved
3964         while moving gio from -bad to -base.
3965
3966 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3967
3968         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3969
3970         * configure.ac:
3971         Don't hardcode -Wall and -Werror for configure checks, this fails
3972         with non-GCC compilers. Fixes bug #517991.
3973
3974 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3975
3976         * gst/audioconvert/gstaudioconvert.c:
3977         * gst/audioconvert/gstaudioquantize.c:
3978         * gst/audioconvert/gstaudioquantize.h:
3979           Make audioconvert gap aware. If noiseshaping is used, wait for
3980           noiseshaping to converge before marking as GAP. Fixes #517813.
3981
3982 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3983
3984         * gst/audiotestsrc/gstaudiotestsrc.c:
3985           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3986
3987 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3988
3989         * ext/gnomevfs/gstgnomevfssink.c:
3990         (gst_gnome_vfs_sink_handle_event):
3991         Return FALSE when seeking for a new segment fails instead
3992         of silently ignoring the failure and appending every buffer
3993         that comes for the new segment.
3994
3995 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3996
3997         * gst/playback/gstplaysink.c: (find_property),
3998         (gst_play_sink_find_property), (gen_video_chain),
3999         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4000         Recursively search the sink element for a last-frame property so that we
4001         can also find the property in autovideosink and friends that don't
4002         always proxy the internal sink properties.
4003
4004 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4005
4006         * gst-libs/gst/audio/multichannel.c:
4007           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4008           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4009           (gst_audio_set_structure_channel_positions_list),
4010           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4011           (gst_audio_fixate_channel_positions):
4012           Fix confusing terminology in docs and code: structure fields are
4013           'fields' and not 'properties'.
4014
4015 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4016
4017         * gst-libs/gst/audio/multichannel.c:
4018           (gst_audio_check_channel_positions), (add_list_to_struct):
4019           Give more useful warning messages if one of the channel
4020           layout enums passed to us is invalid and if the "channels"
4021           field in the caps has a GType we don't expect.
4022
4023 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4024
4025         * gst-libs/gst/audio/multichannel.c:
4026           Fix typo in docs blurb.
4027
4028 2008-02-19  Julien Moutte  <julien@fluendo.com>
4029
4030         Patch by: Josep Torra Valles <josep@fluendo.com>
4031
4032         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4033         typefind lookup to fix typefinding on HD clips.
4034
4035 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4036
4037         * gst/playback/gstscreenshot.c:
4038         * gst/playback/gstscreenshot.h:
4039           Fix up copyright (I rewrote the GStreamer-0.10 code for
4040           this from scratch back in the days).
4041
4042 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4043
4044         * gst/playback/Makefile.am:
4045         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4046         (create_element), (gst_play_frame_conv_convert):
4047         * gst/playback/gstscreenshot.h:
4048         Add screenshot conversion code from totem.
4049
4050         * gst/playback/gstplay-marshal.list:
4051         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4052         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4053         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4054         Implement frame property to get a color-unconverted snapshot.
4055         Implement convert-frame action signal to get a converted snapshot image.
4056         Configure connection speed in uridecodebin.
4057         Document some more properties.
4058
4059         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4060         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4061         (gst_play_sink_get_last_frame):
4062         * gst/playback/gstplaysink.h:
4063         Use last-buffer property of the video sink to get a video snapshot.
4064
4065         * tests/examples/seek/seek.c: (shot_cb), (main):
4066         Add snapshot button for playbin2 and use the frame property to save the
4067         frame as a png in the current directory.
4068
4069 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4070
4071         Patch by: Josep Torra Valles <josep at fluendo dot com>
4072
4073         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4074         (plugin_init):
4075         Add typefinding support for h264 elementary streams.
4076         Fixes bug #517420.
4077
4078 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4079
4080         * configure.ac:
4081           Require CVS of core for new API in collectpads.
4082
4083         * gst/adder/gstadder.c:
4084           Use new API to make adder sparse stream aware.
4085
4086 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4087
4088         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4089         (no_more_pads_cb):
4090         Get the object data correct so that we can remove our channels
4091         correctly.
4092
4093         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4094         (gen_vis_chain), (gst_play_sink_reconfigure),
4095         (gst_play_sink_request_pad):
4096         Add option to disable async behaviour in the sinks when possible. This
4097         makes it possible to avoid an audio queue when dealing with
4098         visualisations.
4099         Add option to add a queue for the audio path.
4100
4101         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4102         (main):
4103         Disable the vis checkbox to match the defaults of playbin2.
4104         Only get the stream info when we need to.
4105
4106 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4107
4108         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4109         (gst_gio_base_sink_set_stream):
4110         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4111         (gst_gio_base_src_set_stream):
4112         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4113         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4114         Don't use async operations as they require a running main loop.
4115         This makes us block again when closing streams and unable
4116         to mount the enclosing volume of an URI if it isn't yet.
4117
4118 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4119
4120         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4121         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4122         (gen_vis_chain), (gst_play_sink_reconfigure),
4123         (gst_play_sink_request_pad):
4124         Move tee in front of the audio and vis pipelines.
4125         Add queue for audio for now.
4126         Add visualisation support.
4127
4128         * tests/examples/seek/seek.c: (main):
4129         Visualisation is by default disabled.
4130
4131 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4132
4133         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4134         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4135         Improve debugging a bit.
4136
4137         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4138         * ext/gio/gstgiosink.h:
4139         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4140         * ext/gio/gstgiosrc.h:
4141         Try to mount the enclosing volume of a GFile if it isn't mounted
4142         yet. This requires us to wait for an async operation to finish, done
4143         with an nested GMainLoop. Authentication is not supported yet, will
4144         come later.
4145
4146 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4147
4148         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4149         (gst_play_bin_set_property), (gst_play_bin_get_property),
4150         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4151         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4152         (gst_play_sink_get_mute), (gen_audio_chain):
4153         * gst/playback/gstplaysink.h:
4154         Add mute property.
4155
4156         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4157         (gst_selector_pad_chain):
4158         * gst/playback/gststreamselector.h:
4159         Make sure we forward the event only once.
4160
4161         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4162         Add and implement the mute button for playbin2.
4163
4164 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4165
4166         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4167
4168         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4169         Add some more debug info.
4170         Make sure we never return a negative delay. Fixes #516246.
4171
4172 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4173
4174         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4175           Revert patch that makes the sink hold the object lock when
4176           calling snd_pcm_delay(), since it breaks playback for me.
4177
4178 2008-02-12  Julien Moutte  <julien@fluendo.com>
4179
4180         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4181         some seek flags when changing rate.
4182
4183 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4184
4185         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4186         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4187         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4188         Fix potential leaks.
4189
4190         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4191         Fix leak when there is no function configured.
4192
4193 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4194
4195         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4196         (gst_v4lsrc_buffer_finalize):
4197         Correctly chain up the finalize method.
4198
4199 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4200
4201         * ext/gio/gstgiostreamsink.c:
4202         * ext/gio/gstgiostreamsrc.c:
4203         Add documentation and example code for giostreamsink/giostreamsrc.
4204
4205         * tests/check/pipelines/gio.c: (GST_START_TEST):
4206         Ask the GMemoryOutputStream for the data instead of assuming that
4207         the pointer to the data stayed the same. It could've been realloc'ed.
4208
4209 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4210
4211         * ext/gio/gstgiosink.c:
4212         * ext/gio/gstgiosrc.c:
4213         Make the documentation of giosink/giosrc complete, large parts
4214         are based on the gnomevfssink/gnomevfssrc docs.
4215
4216 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4217
4218         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4219         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4220         * docs/plugins/gst-plugins-base-plugins.args:
4221         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4222         * docs/plugins/gst-plugins-base-plugins.interfaces:
4223         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4224         * docs/plugins/gst-plugins-base-plugins.signals:
4225         * docs/plugins/inspect/plugin-adder.xml:
4226         * docs/plugins/inspect/plugin-audioconvert.xml:
4227         * docs/plugins/inspect/plugin-audiorate.xml:
4228         * docs/plugins/inspect/plugin-audioresample.xml:
4229         * docs/plugins/inspect/plugin-decodebin.xml:
4230         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4231         * docs/plugins/inspect/plugin-gdp.xml:
4232         * docs/plugins/inspect/plugin-gio.xml:
4233         * docs/plugins/inspect/plugin-gnomevfs.xml:
4234         * docs/plugins/inspect/plugin-libvisual.xml:
4235         * docs/plugins/inspect/plugin-ogg.xml:
4236         * docs/plugins/inspect/plugin-pango.xml:
4237         * docs/plugins/inspect/plugin-playback.xml:
4238         * docs/plugins/inspect/plugin-queue2.xml:
4239         * docs/plugins/inspect/plugin-subparse.xml:
4240         * docs/plugins/inspect/plugin-theora.xml:
4241         * docs/plugins/inspect/plugin-uridecodebin.xml:
4242         * docs/plugins/inspect/plugin-videorate.xml:
4243         * docs/plugins/inspect/plugin-videoscale.xml:
4244         * docs/plugins/inspect/plugin-volume.xml:
4245         * docs/plugins/inspect/plugin-vorbis.xml:
4246         Add the GIO documentation again and while at that run make update.
4247
4248 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4249
4250         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4251         * ext/alsa/gstalsasink.c: (set_swparams):
4252         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4253           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4254           against libasound >= 1.0.16, since it's been deprecated in
4255           0.10.16, and alignment is always 1 then, apparently. (#512899)
4256
4257 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4258
4259         * gst/playback/gstplaybin.c: (gen_audio_element):
4260         * gst/playback/gstplaysink.c: (gen_audio_chain):
4261           Handle case where we can't create the volume element a bit
4262           better (#514307).
4263
4264 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4265
4266         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4267         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4268           Add support for https protocol. Fixes #510229.
4269
4270 2008-02-11  Julien Moutte  <julien@fluendo.com>
4271         
4272         Patch by: Alan Peevers <peeves@pacbell.net>
4273
4274         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4275         lock when calling alsa methods.
4276
4277 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4278
4279         * gst/typefind/gsttypefindfunctions.c:
4280           Bump rank of jpeg and png typefinders, which will return maximum
4281           probability in the most common cases (thus short-circuiting more
4282           expensive typefinders like the mp3 one for these two quite common
4283           image types).
4284
4285 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4286
4287         * ext/theora/theoraparse.c:
4288         Fix long description of the theora parser to be more verbose than just
4289         the type name.
4290
4291 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4292
4293         Patch by: Branko Čibej <brane at xbc dot nu>
4294
4295         * sys/xvimage/xvimagesink.c:
4296         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4297         Fixes bug #515654.
4298
4299 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4300
4301         * gst/playback/gstplaybasebin.c:
4302         Set is_dynamic as True if there are elements with both request
4303         and sometimes src pad templates instead of breaking out when it
4304         finds the first pad template that is a src.
4305
4306 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4307
4308         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4309         (update_streams), (video_combo_cb), (audio_combo_cb),
4310         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4311         Add some stream switching and volume gui for playbin2.
4312
4313 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4314
4315         * gst/playback/gstplay-marshal.list:
4316         Added marshal for streamselector Tags.
4317
4318         * gst/playback/gstplaybasebin.c: (set_active_source):
4319         Streamselector now selects pads based on the pad object instead of its
4320         name.
4321
4322         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4323         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4324         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4325         (gst_play_bin_get_text_tags),
4326         (gst_play_bin_set_current_video_stream),
4327         (gst_play_bin_set_current_audio_stream),
4328         (gst_play_bin_set_current_text_stream),
4329         (gst_play_bin_set_property), (gst_play_bin_get_property),
4330         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4331         Remove option to mute streams with the current-a/v/t property, we have
4332         this functionality in the flags.
4333         Add signals to notify when the number of A/V/T channels changed.
4334         Add action signals to get tags for the A/V/T streams.
4335         Implement setting the current A/V/T stream.
4336         Rearrange some things to simplify stream selection.
4337         Implement volume.
4338
4339         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4340         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4341         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4342         (activate_vis), (gst_play_sink_reconfigure):
4343         * gst/playback/gstplaysink.h:
4344         Add and implement volume setting methods.
4345
4346         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4347         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4348         (gst_selector_pad_event), (gst_stream_selector_class_init),
4349         (gst_stream_selector_init), (gst_stream_selector_finalize),
4350         (gst_stream_selector_set_property),
4351         (gst_stream_selector_get_property),
4352         (gst_stream_selector_get_linked_pad),
4353         (gst_stream_selector_request_new_pad):
4354         * gst/playback/gststreamselector.h:
4355         Add pad properties for tags and status of pads.
4356         Keep tags on pads.
4357         Make active pad selection based on pad object instead of name.
4358
4359 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4360
4361         * configure.ac:
4362           Revert last change as we now check in gtk-doc.m4 for sed.
4363
4364 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4365
4366         * configure.ac:
4367         Find and subst SED when building the docs.
4368
4369 2008-02-08  Julien Moutte  <julien@fluendo.com>
4370
4371         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4372         (main): Make sure bus signals are reconnected when pressing STOP
4373         and then PLAY again for a parse launch pipeline. Fix a ref leak
4374         on the bus.
4375         * win32/common/config.h: Updated.
4376
4377 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4378
4379         * configure.ac:
4380         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4381         pre-releases or releases.
4382
4383 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4384
4385         * configure.ac:
4386         * ext/gio/Makefile.am:
4387         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4388         reporting
4389
4390 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4391
4392         * docs/plugins/Makefile.am:
4393         Add the headers which need scanning for the GIO plugin. The rest of
4394         the docs still need migrating.
4395
4396 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4397
4398         * ext/Makefile.am:
4399         * tests/check/Makefile.am:
4400         * tests/check/pipelines/.cvsignore:
4401         Add gio in a few more places.
4402
4403 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4404
4405         * configure.ac:
4406         * ext/Makefile.am:
4407         * tests/check/Makefile.am:
4408         Move gio plugin from -bad and mark as experimental.
4409
4410 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4411
4412         * gst-libs/gst/interfaces/mixeroptions.c:
4413         * gst-libs/gst/interfaces/mixertrack.c:
4414         Comment out a couple of other things which break the build when
4415         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4416
4417 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4418
4419         * docs/libs/gst-plugins-base-libs-sections.txt:
4420           Fix pbutils header.
4421
4422 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4423
4424         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4425         Fix compiler warning.
4426
4427 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4428
4429         Patch by: Peter Kjellerstedt  <pkj at axis com>
4430
4431         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4432         Clear the addrinfo struct using memset. Fixes #514937.
4433
4434 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4435
4436         * gst/tcp/gstfdset.h:
4437         Remove unused field to same some memory.
4438
4439         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4440         Mark action signals as such.
4441
4442 2008-02-06  Michael Smith <msmith@fluendo.com>
4443
4444         * ext/theora/theoradec.c: (_theora_granule_frame),
4445         (_inc_granulepos):
4446           Increment granulepos for new-bitstream versions appropriately.
4447           Fixes #514623.
4448
4449 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4450
4451         * tests/examples/seek/seek.c: (do_seek),
4452         (rate_spinbutton_changed_cb), (update_streams), (main):
4453         Remove obsolete stream_time reset after flushing seek, core does that
4454         automatically now.
4455         Improve accuracy of speed spinbutton.
4456         Only do playbin2 stuff when we actually use it.
4457
4458 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4459
4460         * tests/check/Makefile.am:
4461           Revert previous change of the test environment's GST_PLUGIN_PATH.
4462           The problem is not with the plugins, but with element factories
4463           and only occurs if elements are split out from existing plugins
4464           or if plugins change name (see #512740).
4465
4466 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4467
4468         * tests/check/Makefile.am:
4469           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4470           with the core's plugins first and our local build directories last,
4471           since we might be building against an installed core, and that
4472           core's plugin directory may contain older or other versions of
4473           our own -base plugins, but we really do want to test our local
4474           ones (if there are multiple plugins or element factories with the
4475           same name, those inspected last will trump those read in earlier).
4476           Fixes #512740 for the most part.
4477
4478 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4479
4480         * configure.ac:
4481         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4482         Use gmtime_r if available as gmtime is not MT-safe.
4483         Fixes bug #511810.
4484
4485 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4486
4487         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4488         Cast glong to time_t as time_t might have a different type on
4489         other platforms, like FreeBSD, and we get a compiler warning
4490         otherwise. Fixes bug #511825.
4491
4492 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4493
4494         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4495         (get_group), (get_n_pads), (gst_play_bin_get_property),
4496         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4497         (autoplug_select_cb), (deactivate_group):
4498         Remove stream-info, we going for something easier.
4499         Refactor getting the current group.
4500         Implement getting the number of audio/video/text streams.
4501
4502         * gst/playback/gststreamselector.c:
4503         (gst_stream_selector_class_init), (gst_stream_selector_init),
4504         (gst_stream_selector_get_property),
4505         (gst_stream_selector_request_new_pad),
4506         (gst_stream_selector_release_pad):
4507         * gst/playback/gststreamselector.h:
4508         Add property for number of pads.
4509
4510         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4511         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4512         (text_toggle_cb), (update_streams), (msg_async_done),
4513         (msg_state_changed), (main):
4514         Block slider callback when updating the slider position.
4515         Add gui elements for controlling playbin2.
4516         Add callback for async_done that updates position/duration.
4517
4518 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4519
4520         * docs/plugins/Makefile.am:
4521         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4522         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4523         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4524         * docs/plugins/gst-plugins-base-plugins.interfaces:
4525         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4526           First round of plugin docs cleansups.
4527
4528         * docs/plugins/inspect/plugin-adder.xml:
4529         * docs/plugins/inspect/plugin-alsa.xml:
4530         * docs/plugins/inspect/plugin-audioconvert.xml:
4531         * docs/plugins/inspect/plugin-audiorate.xml:
4532         * docs/plugins/inspect/plugin-audioresample.xml:
4533         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4534         * docs/plugins/inspect/plugin-cdparanoia.xml:
4535         * docs/plugins/inspect/plugin-decodebin.xml:
4536         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4537         * docs/plugins/inspect/plugin-gdp.xml:
4538         * docs/plugins/inspect/plugin-gnomevfs.xml:
4539         * docs/plugins/inspect/plugin-libvisual.xml:
4540         * docs/plugins/inspect/plugin-ogg.xml:
4541         * docs/plugins/inspect/plugin-pango.xml:
4542         * docs/plugins/inspect/plugin-subparse.xml:
4543         * docs/plugins/inspect/plugin-tcp.xml:
4544         * docs/plugins/inspect/plugin-theora.xml:
4545         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4546         * docs/plugins/inspect/plugin-video4linux.xml:
4547         * docs/plugins/inspect/plugin-videorate.xml:
4548         * docs/plugins/inspect/plugin-videoscale.xml:
4549         * docs/plugins/inspect/plugin-videotestsrc.xml:
4550         * docs/plugins/inspect/plugin-volume.xml:
4551         * docs/plugins/inspect/plugin-vorbis.xml:
4552         * docs/plugins/inspect/plugin-ximagesink.xml:
4553         * docs/plugins/inspect/plugin-xvimagesink.xml:
4554           Regenerate.
4555
4556         * ext/ogg/Makefile.am:
4557         * ext/ogg/gstoggmux.c:
4558         * ext/ogg/gstoggmux.h:
4559           Add header for oggmux. the c-file needs a doc blob still.
4560
4561 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4562
4563         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4564
4565         * gst-libs/gst/rtp/gstrtpbuffer.c:
4566         (gst_rtp_buffer_set_extension_data):
4567         * gst-libs/gst/rtp/gstrtpbuffer.h:
4568         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4569         Add gst_rtp_buffer_set_extension_data() 
4570         Add a unit test for this addition. Fixes #511478.
4571         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4572
4573 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4574
4575         * configure.ac:
4576         Back to CVS
4577
4578 === release 0.10.17 ===
4579
4580 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4581
4582         * configure.ac:
4583           releasing 0.10.17, "Peanut Butter and Jelly"
4584
4585 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4586
4587         * gst-libs/gst/interfaces/mixeroptions.c:
4588         * gst-libs/gst/interfaces/mixertrack.c:
4589         Also remove the conditional registration of the signals
4590         that disappeared with the ABI change in 0.10.14
4591
4592 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4593
4594         * gst-libs/gst/rtsp/gstrtspconnection.c:
4595         Revert patch to gstrtspconnection.c for brown paper bag
4596         release of -base. Re-opens: #511825
4597
4598 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4599
4600         * gst-libs/gst/interfaces/mixeroptions.h:
4601         * gst-libs/gst/interfaces/mixertrack.h:
4602         Change the way these deprecated function pointers are removed
4603         so that the compiled ABI is unconditionally smaller. This 
4604         sets in stone an ABI break that actually occurred when the
4605         things were deprecated in 0.10.14, which seems to be the best
4606         fix as the only known users are oss-mixer and sunaudio-mixer in 
4607         gst-plugins-good.
4608         Fixes: #513018
4609
4610 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4611
4612         * win32/common/libgstpbutils.def:
4613           Export the two new _get_type() functions which are needed
4614           by the python bindings.
4615
4616 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4617
4618         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4619         Cast glong to time_t as time_t might have a different type on
4620         other platforms, like FreeBSD, and we get a compiler warning
4621         otherwise. Fixes bug #511825.
4622
4623 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4624
4625         * gst-libs/gst/audio/gstaudiofilter.c:
4626         (gst_audio_filter_class_init):
4627         Initialize the GstRingerBuffer class to get it's debug category
4628         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4629         category and otherwise we get some g_critical(). Fixes bug #512334.
4630
4631 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4632
4633         * configure.ac:
4634         Back to CVS
4635
4636 === release 0.10.16 ===
4637
4638 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4639
4640         * configure.ac:
4641           releasing 0.10.16, "Scheduled Interruption"
4642
4643 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4644
4645         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4646
4647         * gst-libs/gst/rtp/gstrtpbuffer.c:
4648         (gst_rtp_buffer_get_extension_data):
4649         Fix typos and wrong extension check. Fixes #511274.
4650
4651 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4652
4653         * po/sk.po:
4654         Oops - add new sk.po mentioned in the LINGUAS I just committed
4655
4656 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4657
4658         * po/LINGUAS:
4659         Add ca translation to the disted list.
4660
4661         * win32/vs6/libgstsdp.dsp:
4662         Convert line endings to CRLF
4663
4664 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4665
4666         * win32/MANIFEST:
4667         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4668
4669 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4670
4671         * win32/common/libgstsdp.def:
4672         * win32/common/libgstvideo.def:
4673         Add new API declarations
4674
4675 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4676
4677         * ext/theora/gsttheoradec.h:
4678         * ext/theora/gsttheoraparse.h:
4679         * ext/theora/theoradec.c:
4680         * ext/theora/theoraparse.c:
4681         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4682         and parser by inspecting the bitstream version of the incoming data.
4683
4684 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4685
4686         * configure.ac:
4687         * pkgconfig/Makefile.am:
4688         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4689         * pkgconfig/gstreamer-audio.pc.in:
4690         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4691         * pkgconfig/gstreamer-cdda.pc.in:
4692         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4693         * pkgconfig/gstreamer-fft.pc.in:
4694         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4695         * pkgconfig/gstreamer-floatcast.pc.in:
4696         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4697         * pkgconfig/gstreamer-interfaces.pc.in:
4698         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4699         * pkgconfig/gstreamer-netbuffer.pc.in:
4700         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4701         * pkgconfig/gstreamer-pbutils.pc.in:
4702         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4703         * pkgconfig/gstreamer-riff.pc.in:
4704         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4705         * pkgconfig/gstreamer-rtp.pc.in:
4706         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4707         * pkgconfig/gstreamer-rtsp.pc.in:
4708         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4709         * pkgconfig/gstreamer-sdp.pc.in:
4710         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4711         * pkgconfig/gstreamer-tag.pc.in:
4712         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4713         * pkgconfig/gstreamer-video.pc.in:
4714         Provide one pkg-config file for every gst-plugins-base library.
4715         This makes linking to those libraries much more intuitive and
4716         provides standard pkg-config behaviour for them. Fixes bug #499697.
4717
4718 2008-01-13  David Schleef  <ds@schleef.org>
4719
4720         * gst/videoscale/vs_4tap.c:
4721           Fix valgrind error on 4tap scaling method.
4722
4723 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4724
4725         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4726         Include Winsock2.h for VS6 and use a different way initialize
4727         hints structure so it can build with VS6.
4728         * win32/MANIFEST:
4729         * win32/vs6/libgstsdp.dsp:
4730         * win32/common/libgstsdp.def:
4731         Add new files for libgstsdp.
4732         * win32/vs6/grammar.dsp:
4733         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4734         * win32/vs6/gst_plugins_base.dsw:
4735         * win32/vs6/libgstdecodebin.dsp:
4736         * win32/vs6/libgstdecodebin2.dsp:
4737         * win32/vs6/libgstplaybin.dsp:
4738         * win32/vs6/libgstvolume.dsp:
4739         Add new dependencies to the link list.
4740
4741 2008-01-13  Julien Moutte  <julien@fluendo.com>
4742
4743         * win32/common/config.h:
4744         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4745         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4746         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4747         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4748         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4749         * win32/common/interfaces-enumtypes.c:
4750         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4751         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4752         (gst_mixer_track_flags_get_type),
4753         (gst_tuner_channel_flags_get_type):
4754         * win32/common/multichannel-enumtypes.c:
4755         (gst_audio_channel_position_get_type):
4756         * win32/common/pbutils-enumtypes.c:
4757         (gst_install_plugins_return_get_type):
4758         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4759         in the win32 build directory.
4760
4761 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4762
4763         * tests/check/Makefile.am:
4764         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4765
4766         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4767         * tests/check/elements/playbin.c:
4768         * tests/check/libs/mixer.c: (test_element_interface_supported),
4769         (gst_implements_interface_init):
4770         * tests/check/libs/rtp.c: (GST_START_TEST):
4771         Fix various assignment type mismatches.
4772
4773 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4774
4775         * configure.ac:
4776         * gst-libs/gst/rtsp/Makefile.am:
4777         Add test to see if hstrerror is available or if we need libresolv
4778         (Solaris) for it, then use it in libgstrtsp.
4779
4780 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4781
4782         * gst-libs/gst/tag/Makefile.am:
4783         Fix include path order
4784
4785 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4786
4787         * gst-libs/gst/pbutils/install-plugins.c:
4788         (gst_install_plugins_context_copy),
4789         (gst_install_plugins_context_get_type):
4790         * gst-libs/gst/pbutils/install-plugins.h:
4791         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4792         for bindings.
4793
4794 2008-01-11  Michael Smith <msmith@fluendo.com>
4795
4796         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4797         (_theora_granule_frame), (_theora_granule_start_time),
4798         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4799           Adapt for post-alpha meaning of granulepos, when we
4800           have a newer version of libtheora.
4801         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4802         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4803         (theora_enc_is_discontinuous), (theora_enc_chain):
4804           Likewise.
4805         * tests/check/Makefile.am:
4806           Link libtheora into theoraenc test so we can check which version of
4807           libtheora we're testing against.
4808         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4809         (check_buffer_granulepos),
4810         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4811         (theoraenc_suite):
4812           Adapt tests to check the values that are now defined for theora; make
4813           the tests backwards-adapt the passed values if we're running against an
4814           old libtheora.
4815           Fixes #497964
4816
4817 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4818
4819         * gst-libs/gst/audio/gstbaseaudiosink.c:
4820           (gst_base_audio_sink_class_init):
4821         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4822           (gst_base_audio_src_class_init):
4823           Ref audio clock class from a thread-safe context to make sure
4824           we're not bit by GObjects lack of thread-safety here (#349410),
4825            however unlikely that may be in practice.
4826
4827 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4828
4829         * autogen.sh:
4830           Add -Wno-portability to the automake parameters to stop warnings
4831           about GNU make extensions being used. We require GNU make in almost
4832           every Makefile anyway.
4833           
4834         * configure.ac:
4835           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4836           at the same time is required for per target flags.
4837
4838 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4839
4840         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4841           Post an error message if we can't pull as many bytes as we need
4842           for the tag. This makes sure the user gets to see a proper error
4843           message if a file with a partial ID3 tag is fed to decodebin, and
4844           not a 'no ID3 tag demuxer' error, which would be confusing
4845           (see #508138).
4846
4847 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4848
4849         * gst-libs/gst/pbutils/descriptions.c: (formats):
4850           Add description strings for ID3, APE, and ICY tags.
4851
4852 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4853
4854         * gst/playback/gstdecodebin.c: (try_to_link_1):
4855           Make sure we error out correctly if we can't activate one of
4856           the elements we've added.  Fixes #508138.
4857           
4858 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4859
4860         Patch by: Bastien Nocera <hadess at hadess net>
4861
4862         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4863           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4864           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4865           the volume is the same for all channels. This works around
4866           some problem in alsa that leaves us with inconsistent state
4867           for some reason (#486840).
4868
4869 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4870
4871         Patch by: Jerone Young <jerone at gmail com>
4872
4873         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4874           If there's no mixer track by the name of 'Master' or 'Front',
4875           check if there's one called 'PCM' before trying the generic
4876           fallback logic (fixes #506928, where we pick 'Mic' as master
4877           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4878
4879 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4880
4881         * gst/playback/gstplay-enum.c:
4882         (register_gst_autoplug_select_result),
4883         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4884         (gst_play_flags_get_type):
4885         * gst/playback/gstplay-enum.h:
4886         Add enums for configuration flags.
4887
4888         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4889         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4890         (gst_play_bin_get_property), (no_more_pads_cb),
4891         (autoplug_select_cb), (gst_play_bin_change_state):
4892         Merge mode with flags.
4893         Add more property getters/setters, defaults and docs.
4894         Add properties to get number of audio/video/text streams.
4895         Create sink object in _init so that we can always rely on it being
4896         there.
4897
4898         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4899         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4900         (activate_vis), (gst_play_sink_reconfigure),
4901         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4902         (gst_play_sink_change_state):
4903         * gst/playback/gstplaysink.h:
4904         Use flags to configure the sink pipelines.
4905         Add tee before audio pipeline so that we can use it for visualisations.
4906         Start working on integrating visualisations.
4907         Remove mode, we can do everything with the flags now.
4908         Add method to configue the sink pipeline.
4909
4910 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4911
4912         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4913           (check_buffer_timestamp), (check_buffer_duration):
4914           Turn these functions into macros so we can see right away
4915           where the failure occured.
4916
4917 2008-01-05  Julien Moutte  <julien@fluendo.com>
4918
4919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4920         debugging information to understand how X calculates the stride
4921         for XvImages.
4922
4923 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4924
4925         * gst/volume/Makefile.am:
4926         * gst/volume/gstvolume.c: (volume_choose_func),
4927         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4928         (volume_setup):
4929         * gst/volume/gstvolume.h:
4930         Use GstAudioFilter as base class for the volume element instead of
4931         plain GstBaseTransform.
4932
4933 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4934
4935         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4936         Don't set element details for the abstract GstAudioFilter class.
4937
4938 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4939
4940         * gst-libs/gst/audio/gstaudiofilter.c:
4941         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4942         Implement get_unit_size() vmethod of GstBaseTransform.
4943
4944 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4945
4946         * gst-libs/gst/pbutils/Makefile.am:
4947         * gst-libs/gst/pbutils/pbutils.h:
4948         Use glib-enum generator to have a proper enum GType for
4949         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4950
4951 2007-12-31  David Schleef  <ds@schleef.org>
4952
4953         * tests/check/Makefile.am:
4954         * tests/check/pipelines/theoraenc.c:
4955           Reenable theoraenc test, which fails on the buildbot but
4956           not locally.
4957
4958 2007-12-31  David Schleef  <ds@schleef.org>
4959
4960         * docs/libs/.cvsignore:
4961         * docs/plugins/.cvsignore:
4962           Add *-undeclared.txt to fix buildbot.
4963
4964 2007-12-31  David Schleef  <ds@schleef.org>
4965
4966         * tests/check/Makefile.am:
4967           Second attempt at disabling theoraenc test long enough to
4968           get buildbot to compile -base.
4969
4970 2007-12-31  David Schleef  <ds@schleef.org>
4971
4972         * tests/check/pipelines/theoraenc.c:
4973           Disable theoraenc test long enough to get the buildbot to
4974           compile a recent -base.
4975
4976 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4977
4978         * tests/examples/seek/seek.c: (stop_cb):
4979         Make sure we reset the slider value to 0.0 without racing against a
4980         possible g_idle that sets it to something else.
4981
4982 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4983
4984         * sys/ximage/ximagesink.c:
4985         fix typo
4986
4987 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4988
4989         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4990         * gst-libs/gst/rtsp/gstrtspdefs.h:
4991         Add Location header so that we can start implementing redirects.
4992         See #506025.
4993
4994 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4995
4996         * gst/subparse/gstssaparse.c:
4997         combine if's
4998
4999 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5000
5001         * gst/subparse/gstssaparse.c:
5002         remove duplicate log message
5003
5004 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5005
5006         * ext/libvisual/visual.c: (gst_visual_chain):
5007         Fix 'xyz may be used uninitialized' compiler warnings caused
5008         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5009         abort() in any case but properly report the error.
5010
5011 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5012
5013         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5014         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5015         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5016         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5017         (autoplug_select_cb), (activate_group), (deactivate_group),
5018         (setup_next_source), (save_current_group),
5019         (gst_play_bin_change_state):
5020         Code cleanups.
5021         Remove next-uri, we can use the uri property just fine.
5022         Fix some crasher.
5023         Unref uridecodebin when switching.
5024         Fix going to READY.
5025
5026         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5027         (gst_play_sink_init), (gst_play_sink_dispose),
5028         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5029         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5030         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5031         (gst_play_sink_set_property), (gst_play_sink_get_property),
5032         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5033         (gen_vis_element), (gst_play_sink_get_mode),
5034         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5035         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5036         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5037         (gst_play_sink_change_state):
5038         * gst/playback/gstplaysink.h:
5039         Add some locking to make things threadsafe.
5040
5041         * gst/playback/test7.c: (about_to_finish_cb):
5042         Fix test.
5043
5044 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5045
5046         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5047           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5048           (gst_video_scale_transform):
5049           Don't claim to be able to handle/transform caps that can't really
5050           be handled by the currently selected scaling method (here: RGB or
5051           packed YUV with 4-tap method). Also add locking to method property.
5052
5053         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5054           (test_basetransform_based):
5055           Some test pipelines for the above (not entirely valgrind clean yet
5056           apparently).
5057
5058 2007-12-21  David Schleef  <ds@schleef.org>
5059
5060         * gst-libs/gst/video/video.c:
5061         * gst-libs/gst/video/video.h:
5062           Add additional RGBA and RGB-24 video formats.
5063
5064 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5065
5066         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5067           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5068           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5069         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5070           (cddabasesrc_suite):
5071           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5072           deprecated in the future (see #498924).
5073
5074 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5075
5076         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5077           Don't leak event.
5078
5079 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5080
5081         * gst-libs/gst/riff/riff-read.c:
5082         Use GST_ROUND_UP_2 macro
5083
5084 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5085
5086         * gst/playback/.cvsignore:
5087           Ignore more.
5088
5089 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5090
5091         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5092         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5093           (set_active_source):
5094         * gst/playback/gstplaybasebin.h:
5095         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5096           (setup_sinks), (playbin_set_subtitles_visible):
5097           Make switching off of subtitles work. To avoid all kind of
5098           problems with unlinking of the subtitle input, we just keep
5099           the subtitle inputs linked as they are and tell textoverlay
5100           not to render them. Fixes #373011.
5101           Other subtitle switching issues (esp. when there are both
5102           external and in-stream subtitles) remain. They'll be solved
5103           in playbin2.
5104
5105 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5106
5107         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5108         Init the pad segment too.
5109
5110 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5111
5112         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5113         (gst_audioringbuffer_open_device),
5114         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5115         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5116         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5117         (gst_audio_sink_create_ringbuffer):
5118         Improve debug output.
5119
5120         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5121         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5122         Prevent some functions from doing things and failing when the
5123         ringbuffer is not yet acquired.
5124
5125 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5126
5127         * gst-libs/gst/interfaces/interfaces.h:
5128           Also remove interfaces.h from CVS as it is not needed anymore.
5129
5130 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5131
5132         * gst-libs/gst/interfaces/Makefile.am:
5133           interfaces.h is not used anymore so remove it from the build
5134           process.
5135
5136 2007-12-17  David Schleef  <ds@schleef.org>
5137
5138         * gst/videotestsrc/gstvideotestsrc.c:
5139         * gst/videotestsrc/gstvideotestsrc.h:
5140           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5141           for testing vertical refresh synchronization.
5142
5143 2007-12-17  David Schleef  <ds@schleef.org>
5144
5145         * docs/libs/gst-plugins-base-libs-sections.txt:
5146         * gst-libs/gst/video/video.c:
5147         * gst-libs/gst/video/video.h:
5148           Add new GstVideFormat enum and write a bunch of helper functions
5149           based around it.
5150
5151 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         * Makefile.am:
5154           Use new common/win32.mak.
5155
5156 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5157
5158         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5159         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5160         Add debug info.
5161         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5162         the parent state change function, just like the audiosink, because the
5163         parent waits for the element to finish its processing before completing
5164         the state change. This makes going to PAUSED a lot snappier.
5165         When going from READY to PAUSED, don't allow the ringbuffer to start
5166         yet.
5167
5168 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5169
5170         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5171         Yet another fix for broken software that produce files with an empty
5172         blockalign field. Instead of completely failing, make a second attempt
5173         at guessing the width/depth by looking at strf->size.
5174
5175 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5176
5177         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5178           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5179         * gst-libs/gst/pbutils/install-plugins.c:
5180           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5181         * gst-libs/gst/pbutils/missing-plugins.c:
5182           (gst_missing_plugin_message_get_installer_detail),
5183           (gst_missing_encoder_installer_detail_new):
5184         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5185         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5186           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5187           avoid compiler warnings (#503930).
5188
5189 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5190
5191         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5192         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5193         for jpeg video streams.
5194         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5195         for the above modification.
5196
5197 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5198
5199         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5200           (gst_x_overlay_handle_events):
5201           More guards (we don't want klass to end up being NULL).
5202
5203 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5204
5205         * configure.ac:
5206         * gst/volume/gstvolume.c: (gst_volume_init):
5207           Use new gst_base_transform_set_gap_aware() function as volume
5208           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5209           for this.
5210
5211 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5212
5213         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5214         Don't go to READY on EOS as this avoids testing of seeking and
5215         restarting after EOS, use the stop button when you want to READY.
5216         Don't try to do a flushing seek in segment-done, it does not make
5217         sense to use this for gapless playback and is not needed.
5218
5219 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5220
5221         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5222         (reset_rate_timer), (update_in_rates), (update_out_rates),
5223         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5224         (gst_queue_chain), (gst_queue_loop):
5225         Use separate timers for input and output rates.
5226         Pause measuring the output rate when we block for more data.
5227         See #503262.
5228
5229 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5230
5231         * gst/playback/gstqueue2.c: (gst_queue_chain):
5232         Pause the timer to measure the input rate when we block because the
5233         queue is filled. See #503262.
5234
5235 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5236
5237         Patch by: Peter Kjellerstedt  <pkj at axis com>
5238
5239         * gst-libs/gst/rtsp/gstrtspconnection.c:
5240         (gst_rtsp_connection_free):
5241         Close control sockets. Fixes #503440.
5242
5243 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5244
5245         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5246         Expose the right pad in the right place with the right element.
5247
5248 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5249
5250         * gst-libs/gst/pbutils/descriptions.c: (formats):
5251           Add description for 'private' dts caps (who come up with that name?).
5252
5253 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5254
5255         * Makefile.am:
5256           Add check-exports target and run it with 'make check'.
5257
5258         * configure.ac:
5259           Be stricter about what we export in our libraries: change regexp so that
5260           we only export _gst_foo(), but not __gst_foo().
5261
5262         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5263         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5264           Change internal functions to __gst_foo so they dont' get exported.
5265
5266         * win32/common/libgstaudio.def:
5267           Add missing symbols.
5268
5269 2007-12-11  David Schleef  <ds@schleef.org>
5270
5271         * ChangeLog: remove conflict markers
5272
5273 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5274
5275         * ext/gnomevfs/Makefile.am:
5276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5277           Use gst_tag_freeform_string_to_utf8() here, which also takes
5278           into account any character sets specified by the user via
5279           environment variables.
5280
5281 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5282
5283         * gst/audioconvert/Makefile.am:
5284         Also link to libm.
5285
5286 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5287
5288         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5289         No need for floating point operations here. avoids having to link
5290         against the math library too.
5291
5292 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5293
5294         * gst-libs/gst/pbutils/descriptions.c: (formats),
5295           (format_info_get_desc):
5296         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5297           (GST_START_TEST):
5298           Add one or two missing formats.  Generate ADPCM description
5299           dynamically depending on layout/format.
5300
5301 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5302
5303         * configure.ac:
5304           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5305
5306 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5307
5308         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5309
5310         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5311           Some .srt files start with chunk number 0 and not chunk number 1,
5312           recognise and accept those as well (fixes #502497).
5313
5314         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5315           (test_src):
5316           Add unit test for the above.
5317
5318 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5319
5320         * gst/playback/gstplay-enum.c:
5321         (register_gst_autoplug_select_result),
5322         (gst_autoplug_select_result_get_type):
5323         * gst/playback/gstplay-enum.h:
5324         Add missing files.
5325
5326 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5327
5328         * gst/playback/Makefile.am:
5329         Group decodebin2 and uridecodebin into the same plugin so that they
5330         can share the GEnumType.
5331
5332         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5333         (_gst_select_accumulator), (gst_decode_bin_class_init),
5334         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5335         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5336         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5337         Add signal to sort factories instead of the more awkward autoplug-select
5338         signal.
5339         Modify autoplug_select so that we can try, skip or expose the
5340         autopluggin of an element on a pad.
5341
5342         * gst/playback/gstfactorylists.c: (compare_ranks),
5343         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5344         (element_filter), (gst_factory_list_get_elements),
5345         (gst_factory_list_debug), (gst_factory_list_filter):
5346         * gst/playback/gstfactorylists.h:
5347         Simplify the API, allow getting elements based on mask.
5348
5349         * gst/playback/gstplay-marshal.list:
5350         Add some more marshallers.
5351
5352         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5353         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5354         (autoplug_select_cb), (activate_group):
5355         Add support for managing non-raw sinks by providing a custom element and
5356         sink list to decodebin2.
5357         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5358         decodebin2.
5359
5360         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5361         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5362         * gst/playback/gstplaysink.h:
5363         Add support for raw and non-raw sinks. 
5364         Add support to force sinks selected by playbin2.
5365         Don't plug raw converters for non-raw sinks.
5366
5367         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5368         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5369         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5370         (plugin_init):
5371         Use right accumulators.
5372         Proxy new signal.
5373
5374 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5375
5376         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5377         Use runnning time as the base time instead of the timestamp.
5378         Spotted by Saur on IRC.
5379
5380 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5381
5382         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5383         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5384
5385 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5386
5387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5388         (gst_ogg_demux_read_chain):
5389         If we find a new serial number but it does not contain a BOS page, make
5390         sure we initialize the chain to NULL because else we will try to scan it
5391         and crash. Fixes #500763
5392
5393 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5394
5395         * gst/playback/Makefile.am:
5396         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5397         (get_feature_array), (decoders_filter), (sinks_filter),
5398         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5399         (gst_factory_list_filter):
5400         * gst/playback/gstfactorylists.h:
5401         Refactor some common code to filter factories and check caps compat.
5402
5403         * gst/playback/gstdecodebin.c:
5404         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5405         (gst_decode_bin_init), (gst_decode_bin_dispose),
5406         (gst_decode_bin_autoplug_continue),
5407         (gst_decode_bin_autoplug_factories),
5408         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5409         (find_compatibles):
5410         * gst/playback/gstplaybin.c:
5411         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5412         (gst_play_bin_init), (gst_play_bin_finalize),
5413         (autoplug_factories_cb), (activate_group):
5414         * gst/playback/gstqueue2.c:
5415         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5416         (proxy_autoplug_continue_signal),
5417         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5418         (proxy_drained_signal):
5419         Add some more debug info and use factor filtering code.
5420
5421 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5422
5423         * gst/audiotestsrc/gstaudiotestsrc.c:
5424         * gst/volume/gstvolume.c:
5425         * gst/volume/gstvolume.h:
5426           Add GAP-flag support.
5427
5428 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5429
5430         * tests/examples/seek/seek.c: (main): Increase the range of the
5431         rate selector as I would like to test QOS behavior at higher
5432         forward and reverse playback speed like say 64x.
5433
5434 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5435
5436         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5437         (audioresample_query), (audioresample_query_type),
5438         (gst_audioresample_set_property):
5439         Implement latency query.
5440
5441 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5442
5443         * gst-libs/gst/audio/gstbaseaudiosink.c:
5444         (gst_base_audio_sink_drain):
5445         Our EOS time contains the base_time, _wait_eos() expects a running_time
5446         so we have to subtract the base_time again before calling the function.
5447         This fixes an EOS regression where the base_time was added twice and EOS
5448         took longer and longer in certain situations.
5449         Fixes #498767.
5450
5451 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5452
5453         * docs/libs/gst-plugins-base-libs-sections.txt:
5454         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5455         (gst_base_audio_sink_set_provide_clock),
5456         (gst_base_audio_sink_get_provide_clock),
5457         (gst_base_audio_sink_set_slave_method),
5458         (gst_base_audio_sink_get_slave_method),
5459         (gst_base_audio_sink_set_property),
5460         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5461         (gst_base_audio_sink_none_slaving),
5462         (gst_base_audio_sink_handle_slaving):
5463         * gst-libs/gst/audio/gstbaseaudiosink.h:
5464         Expose methods for some object properties so that subclasses can more
5465         easily configure them.
5466         Added slave method none, that completely disables slaving to the
5467         internal clock.
5468         API: gst_base_audio_sink_set_provide_clock()
5469         API: gst_base_audio_sink_get_provide_clock()
5470         API: gst_base_audio_sink_set_slave_method()
5471         API: gst_base_audio_sink_get_slave_method()
5472
5473         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5474         (gst_base_audio_src_set_provide_clock),
5475         (gst_base_audio_src_get_provide_clock),
5476         (gst_base_audio_src_set_property),
5477         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5478         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5479         Expose methods for some object properties so that subclasses can more
5480         easily configure them.
5481         API: gst_base_audio_src_set_provide_clock()
5482         API: gst_base_audio_src_get_provide_clock()
5483
5484 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5485
5486         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5487
5488         * gst-libs/gst/sdp/gstsdpmessage.c:
5489         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5490
5491 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5492
5493         * tests/check/libs/fft.c: (GST_START_TEST):
5494         Fix scaling to really have dB instead of something else.
5495
5496 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5497
5498         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5499         GTK version, use it.
5500
5501 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5502
5503         * tests/examples/seek/seek.c: (main): Try to support stable version
5504         of GTK.
5505
5506 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5507
5508         * gst/playback/README:
5509         * gst/playback/test7.c:
5510           Fix the build + little README update.
5511
5512 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5513
5514         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5515         Add playbin2 seek pipeline.
5516
5517 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5518
5519         * gst/playback/Makefile.am:
5520         * gst/playback/gstplayback.c: (plugin_init):
5521         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5522         (eos_cb), (about_to_finish_cb), (main):
5523         Add playbin2.
5524         Added gapless playback example.
5525
5526         * gst/playback/gstplaybasebin.c:
5527         * gst/playback/gstplaybasebin.h:
5528         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5529         * gst/playback/gstqueue2.c:
5530         * gst/playback/test.c:
5531         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5532         (pad_removed_cb):
5533         * gst/playback/gststreaminfo.h:
5534         Change email.
5535
5536         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5537         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5538         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5539         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5540         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5541         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5542         (drained_cb), (unlink_group), (activate_group),
5543         (setup_next_source), (gst_play_bin_change_state),
5544         (gst_play_bin2_plugin_init):
5545         Added raw first version of playbin2. Does chained oggs and gapless
5546         playback fine. No support for raw sinks yet. No visualisations or
5547         subtitles yet.
5548
5549         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5550         (gst_play_sink_class_init), (gst_play_sink_init),
5551         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5552         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5553         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5554         (gst_play_sink_set_property), (gst_play_sink_get_property),
5555         (post_missing_element_message), (free_chain), (add_chain),
5556         (activate_chain), (gen_video_chain), (gen_text_element),
5557         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5558         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5559         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5560         (gst_play_sink_send_event), (gst_play_sink_change_state):
5561         * gst/playback/gstplaysink.h:
5562         Added Element that abstracts the sinks and their pipelines for playbin2.
5563
5564 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5565
5566         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5567         (gst_selector_pad_class_init), (gst_selector_pad_init),
5568         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5569         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5570         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5571         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5572         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5573         (gst_stream_selector_init), (gst_stream_selector_set_property),
5574         (gst_stream_selector_get_linked_pad),
5575         (gst_stream_selector_getcaps),
5576         (gst_stream_selector_is_active_sinkpad),
5577         (gst_stream_selector_activate_sinkpad),
5578         (gst_stream_selector_get_linked_pads),
5579         (gst_stream_selector_request_new_pad),
5580         (gst_stream_selector_release_pad):
5581         * gst/playback/gststreamselector.h:
5582         Improve streamselector, make it select and unselect the current pad more
5583         intelligently. 
5584         Subclass GstPad for the sinkpads of the selector.
5585         Handle segments more correctly.
5586         Fix caps negotiation.
5587         Implement release_pad.
5588
5589 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5590
5591         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5592         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5593         (remove_fakesink):
5594         Add drained signal fired when decodebin finishes decoding the data.
5595         Remove deprecated STATE_DIRTY message.
5596
5597         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5598         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5599         (analyse_source), (proxy_drained_signal), (make_decoder),
5600         (source_new_pad), (value_list_append_structure_list),
5601         (handle_redirect_message), (handle_message):
5602         Proxy the new drained signal.
5603         Handle pad removed from decodebin.
5604         Handle redirect messages by sorting multiple redirections based on the
5605         connection speed.
5606
5607 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5608
5609         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5610
5611         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5612         Fix leaking headers. Fixes #496761.
5613
5614 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5615
5616         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5617
5618         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5619         (gst_ximagesink_change_state):
5620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5621         Don't leak the PAR on errors. Fixes #496731.
5622
5623 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5624
5625         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5626           (gst_tag_from_id3_user_tag):
5627           Add mapping for audio cd discid tags, so we can extract
5628           them from tags as well (see #347848). Also compare identifiers
5629           in ID3v2 TXXX frames in a case-insensitive way to increase
5630           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5631
5632 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5633
5634         * gst-plugins-base.doap:
5635         Oops, fix the release name.
5636
5637 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5638
5639         * gst-plugins-base.doap:
5640         Add 0.10.15 release
5641
5642 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5643
5644         * configure.ac:
5645         Back to CVS
5646
5647 === release 0.10.15 ===
5648
5649 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5650
5651         * configure.ac:
5652           releasing 0.10.15, "No need to argue"
5653
5654 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5655
5656         * win32/vs6/libgstfft.dsp:
5657         Convert line endings to DOS.
5658
5659 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5660
5661         * win32/vs6/gst_plugins_base.dsw:
5662         * win32/vs6/libgstfft.dsp:
5663         * win32/MANIFEST:
5664         Add a project file for fft plugin and remove socket
5665         based plugin which don't build from the workspace.
5666         * win32/vs6/libgstaudio.dsp:
5667         * win32/vs6/libgstrtp.dsp:
5668         * win32/vs6/libgsttag.dsp:
5669         Convert line endings back to DOS.
5670         Fixes #496724
5671
5672 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5673
5674         * win32/vs6/libgstinterfaces.dsp:
5675         * win32/vs6/libgstrtsp.dsp:
5676         Convert line endings back to DOS
5677
5678 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5679
5680         * gst-libs/gst/fft/kiss_fft_f32.h:
5681         * gst-libs/gst/fft/kiss_fft_f64.h:
5682         * gst-libs/gst/fft/kiss_fft_s16.h:
5683         * gst-libs/gst/fft/kiss_fft_s32.h:
5684         Don't include malloc.h which doesn't exist on Mac OSX.
5685         Instead, pull in glib.h and use g_malloc/g_free for 
5686         consistency. Fixes: #496548
5687
5688 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5689
5690         * gst/playback/gstdecodebin2.c:
5691           Dont leak ghostpad. Fixes #475451.
5692
5693 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5694
5695         * docs/design/design-decodebin.txt:
5696         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5697         Update some more docs and comments.
5698
5699 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5700
5701         Patch by: Sebastien Moutte  <sebastien moutte net>
5702
5703         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5704           (gst_rtcp_unix_to_ntp):
5705         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5706           Fix some C99-isms and and a missing function that some versions of
5707           MSVC don't like too much (#494346).
5708
5709         * win32/vs6/gst_plugins_base.dsw:
5710         * win32/vs6/libgstaudio.dsp:
5711         * win32/vs6/libgstrtp.dsp:
5712         * win32/vs6/libgsttag.dsp:
5713           Update vs6 projects files (#494346).
5714
5715 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5716
5717         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5718
5719         * win32/common/libgstaudio.def:
5720         * win32/common/libgstcdda.def:
5721         * win32/common/libgstinterfaces.def:
5722         * win32/common/libgstnetbuffer.def:
5723         * win32/common/libgstpbutils.def:
5724         * win32/common/libgstrtp.def:
5725         * win32/common/libgstrtsp.def:
5726         * win32/common/libgsttag.def:
5727         * win32/common/libgstvideo.def:
5728           More missing symbols to export (fixes #493986).
5729
5730 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5731
5732         * docs/libs/gst-plugins-base-libs-sections.txt:
5733         * gst-libs/gst/fft/gstfftf32.c:
5734         * gst-libs/gst/fft/gstfftf32.h:
5735         * gst-libs/gst/fft/gstfftf64.c:
5736         * gst-libs/gst/fft/gstfftf64.h:
5737         * gst-libs/gst/fft/gstffts16.c:
5738         * gst-libs/gst/fft/gstffts16.h:
5739         * gst-libs/gst/fft/gstffts32.c:
5740         * gst-libs/gst/fft/gstffts32.h:
5741         * tests/check/libs/fft.c: (GST_START_TEST):
5742         Remove the magnitude and phase calculation functions as these have
5743         very special use cases and can't even be used for the spectrum
5744         element. Also adjust the docs to mention some properties of the used
5745         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5746
5747 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5748
5749         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5750           (finish_source):
5751           Avoid crash when there are external subtitles (fixes #491722).
5752
5753 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5754
5755         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5756         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5757           'Could not open resource for writing' is not an acceptable
5758           error message when we can't open the audio device (see #492334),
5759           even less so when we're trying to open it to record something.
5760
5761 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5762
5763         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5764
5765         * win32/common/libgstrtp.def:
5766           Add some more missing symbols (#492813).
5767
5768 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5769
5770         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5771
5772         * tests/check/elements/audioconvert.c: (verify_convert):
5773           Add check to make sure that the out caps have a channel layout
5774           set on them where they should have one.
5775
5776 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5777
5778         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5779
5780         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5781         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5782           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5783           (#492306).
5784
5785         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5786           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5787           (it disappeared in GLib 2.14.0) (#492306).
5788
5789         * gst-libs/gst/sdp/Makefile.am:
5790         * gst-libs/gst/sdp/gstsdpmessage.c:
5791           Fix includes and LIBS for win32/Mingw (#492306).
5792
5793         * tests/examples/dynamic/addstream.c (pause_play_stream):
5794           Use more portable g_usleep() instead of sleep() (#492306).
5795
5796 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5797
5798         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5799
5800         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5801           (gst_ring_buffer_parse_caps):
5802           Return NULL instead of an enum that happens to be 0, fixes warning
5803           on MSVC (#492114).
5804
5805         * gst-libs/gst/audio/gstringbuffer.h:
5806           No trailing commas in enum list (for gcc-2.9x).
5807
5808         * gst/videotestsrc/videotestsrc.c: (random_char):
5809           Make information loss explicit instead of implicitly truncating to
5810           eight bits via the return value.  Fixes runtime error on MSVC when
5811           using the debug CRT (#492114).
5812
5813         * win32/common/config.h.in:
5814           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5815
5816         * win32/common/libgstinterfaces.def:
5817         * win32/common/libgstrtp.def:
5818           Export a few more symbols (#492114).
5819
5820 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5821
5822         * gst-libs/gst/audio/audio.c:
5823         * gst-libs/gst/audio/audio.h:
5824           Readd the deprecation guards, but preserve compilability.
5825
5826 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5827
5828         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5829           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5830           Preserve channel layout when fixating the number of channels in the
5831           output caps, or make sure there's a suitable channel position layout
5832           set on the caps if required. Fixes #430677.
5833
5834 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5835
5836         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5837           Make sure the pipeline really operates in push mode as it should
5838           in this case.
5839
5840 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5841
5842         * gst-libs/gst/audio/audio.h:
5843           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5844           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5845           (ie. normal cvs builds) will fail.
5846
5847 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5848
5849         * docs/libs/Makefile.am:
5850         * gst-libs/gst/audio/audio.c:
5851         * gst-libs/gst/audio/audio.h:
5852         * gst-libs/gst/interfaces/mixer.c:
5853           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5854
5855 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5856
5857         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5858           (test_channel_layout_value_intersect), (audio_suite):
5859           Add simple unit test to make sure GstValue intersection
5860           of channel layouts works the way I think it does.
5861
5862 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5863
5864         * docs/libs/gst-plugins-base-libs-sections.txt:
5865         * gst-libs/gst/audio/gstaudiofilter.h:
5866         * gst-libs/gst/interfaces/mixer.h:
5867         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5868         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5869         * gst-libs/gst/sdp/gstsdpmessage.c:
5870           Fix the docs according to what gtk-doc complained about.
5871
5872 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5873
5874         * tests/icles/stress-playbin.c:
5875           Fix the build.
5876
5877 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5878
5879         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5880         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5881           Post nice/more useful error message if we don't have a decoder for
5882           the primary type.
5883
5884 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5885
5886         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5887         Be a bit more useful, unblock the pads after we fired the no-more-pads
5888         signal so that we can use the signal to inspect and connect all pads
5889         without having to keep extra state outside of decodebin.
5890
5891 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5892
5893         * gst/playback/gsturidecodebin.c:
5894         (gst_uri_decode_bin_autoplug_continue),
5895         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5896         Implement default signal handler so that we return TRUE when nothing is
5897         connected.
5898
5899 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5900
5901         * gst-libs/gst/riff/riff-media.c:
5902         (gst_riff_wavext_add_channel_layout),
5903         (gst_riff_wave_add_default_channel_layout),
5904         (gst_riff_wavext_get_default_channel_mask),
5905         (gst_riff_create_audio_caps):
5906         Use the ALSA channel layout as default for wav files without channel
5907         layout information. This fixes playback of chan-id.wav on 5.1 systems
5908         for example. Also refactor the channel layout setting a bit and add
5909         more default channel orders. Fixes #489010.
5910
5911 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5912
5913         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5914           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5915           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5916           instead.
5917
5918 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5919
5920         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5921         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5922         (gst_decode_bin_set_subs_encoding),
5923         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5924         (gst_decode_bin_get_property), (analyze_new_pad):
5925         Move subtitle encoding property to decodebin2 so that it can set the
5926         property value on all elements that it autoplugs and that require it.
5927         Make caps refcounting more consistent in get/set.
5928
5929         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5930         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5931         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5932         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5933         (proxy_autoplug_continue_signal),
5934         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5935         (make_decoder):
5936         Proxy properties and relevant signals from the internal decodebin.
5937         Make properties MT safe.
5938
5939 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5940
5941         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5942         * gst-libs/gst/tag/tags.c:
5943           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5944           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5945
5946         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5947           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5948
5949         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5950           (gst_tag_to_vorbis_comments):
5951           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5952           just mapping everything I found in the wild) (#414539).
5953
5954 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5955
5956         Inspired by patch of: René Stadler <mail at renestadler dot de>
5957
5958         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5959         (gst_decode_bin_autoplug_continue),
5960         (gst_decode_bin_autoplug_factories),
5961         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5962         (find_compatibles):
5963         * gst/playback/gstplay-marshal.list:
5964         Remove the autoplug-sort signal and replace it with a binding friendly
5965         autoplug-select signal.
5966         Add an autoplug-factories signal that can be used to generate a list of
5967         factories to try to autoplug.
5968         Add the GstPad to the autoplugging signal args as it might be needed to
5969         make a good factory selection.
5970         Fix up the marshallers for this. Fixes #407282.
5971
5972 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5973
5974         * gst-libs/gst/tag/gsttagdemux.c:
5975           Don't abort with an assertion if we receive a seek event with
5976           a start type of NONE (see launchpad bug #155878).
5977
5978 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5979
5980         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5981         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5982         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5984         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5985         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5986         Make sure that before we clean up the X resources, we shutdown and join
5987         the event thread.
5988         Also make sure the event thread does not shut down immediatly after
5989         startup because the running variable is not yet correctly set.
5990         Fixes #378770. 
5991
5992 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5993
5994         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5995         Make the window for a race in typefind and shutting down smaller until
5996         we figure out the right locking here. Avoids #485753 usually.
5997
5998         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5999         Remove unneeded lock causing a race in typefind and shutting down.
6000         Fixes #485753.
6001
6002         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6003         Also remove sinks when going to NULL because we might not complete the
6004         state change to PAUSED, causing the PAUSED->READY state change not to
6005         happen.
6006
6007 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6008
6009         * gst-libs/gst/audio/gstbaseaudiosink.c:
6010         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6011         Also explicitly release the ringbuffer when going to NULL because it
6012         is required in the setcaps function, before the state change to PAUSED
6013         completes.
6014
6015 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6016
6017         * tests/icles/.cvsignore:
6018         * tests/icles/Makefile.am:
6019         * tests/icles/stress-playbin.c:
6020           Does what it says on the tin.
6021
6022 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6023
6024         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6025         Fix queue negotiation. See #486758.
6026
6027 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6028
6029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6030         (gst_xvimagesink_xwindow_new),
6031         (gst_xvimagesink_update_colorbalance),
6032         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6033
6034         Fix handling of some of the X atoms. If the last parameter is True,
6035         XInternAtom won't create the atom if it doesn't exist, and therefore
6036         might return None. This causes X errors on Xv implementations that
6037         don't provide the colour balance attributes.
6038
6039 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6040
6041         * gst-libs/gst/tag/gstvorbistag.c:
6042         * tests/check/libs/tag.c:
6043           Extract vorbis comment LICENSE tags correctly.
6044
6045 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6046
6047         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6048
6049         * gst-libs/gst/tag/gstid3tag.c:
6050         * tests/check/libs/tag.c:
6051           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6052
6053 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * gst-libs/gst/tag/gsttagdemux.c:
6056           Don't error out when a buggy downstream element doesn't
6057           handle the newsegment event we send properly (especially
6058           not without posting a meaningful error message on the
6059           bus). See bug #471370 and launchpad bug #136264.
6060
6061 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6062
6063         * gst-libs/gst/audio/gstbaseaudiosink.c:
6064         (gst_base_audio_sink_drain):
6065         Use new basesink method to make our EOS drain interruptable.
6066
6067 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6068
6069         * gst-libs/gst/rtp/gstrtppayloads.c:
6070         Fix silly search-replace oversight.
6071
6072 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6073
6074         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6075
6076         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6077         (gst_basertppayload_set_outcaps):
6078         Fix caps memleak. Fixes #484989.
6079
6080
6081 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6082
6083         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6084         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6085         Fix debug output.
6086
6087 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6088
6089         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6090         (gst_base_audio_src_create):
6091         Also handle the case where there is no clock set on the audio source,
6092         like in the unit tests.
6093
6094 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6095
6096         * gst-libs/gst/rtp/gstrtppayloads.c:
6097         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6098         to avoid compiler warnings
6099
6100 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6101
6102         * gst/playback/gstdecodebin.c: (type_found),
6103         (gst_decode_bin_change_state):
6104         * gst/playback/gstdecodebin2.c: (type_found),
6105         (gst_decode_bin_change_state):
6106         Don't disconnect the have_type signal because we never reconnect it
6107         later on. Instead keep a variable to see if we already detected a type.
6108
6109 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6110
6111         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6112         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6113         (type_found):
6114         Unlink the signal handler when we found the type, we're not going to do
6115         anything sensible with more type_found signals anyway.
6116
6117 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6118
6119         * gst-libs/gst/tag/gsttagdemux.c:
6120           Don't leak caps.
6121
6122 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6123
6124         * gst-libs/gst/tag/Makefile.am:
6125         * gst-libs/gst/tag/gsttagdemux.c:
6126         * gst-libs/gst/tag/gsttagdemux.h:
6127           API: add GstTagDemux base class for simple tag demuxers.
6128
6129         * docs/libs/gst-plugins-base-libs-docs.sgml:
6130         * docs/libs/gst-plugins-base-libs-sections.txt:
6131           Add GstTagDemux to docs.
6132
6133 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6134
6135         * gst-libs/gst/rtp/gstrtpbuffer.c:
6136         (gst_rtp_buffer_get_payload_subbuffer):
6137         Fix bug introduced with last commit which inverted the logic and
6138         caused all buffers to be dropped. Fixes #483620.
6139         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6140
6141 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6142
6143         * gst-libs/gst/rtp/gstrtpbuffer.c:
6144           Replace g_return_if_val (as it could be disabled), with regular return
6145           and warning.
6146
6147 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6148
6149         * tests/check/pipelines/simple-launch-lines.c:
6150           Print message name and not just number.
6151
6152 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6153
6154         * gst-libs/gst/audio/gstbaseaudiosink.c:
6155         (gst_base_audio_sink_async_play):
6156         When slaved to the clock, don't try to align a sample with the previous
6157         one when going to PLAYING again.
6158
6159 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6160
6161         * tests/examples/snapshot/snapshot.c:
6162           Fix the build.
6163
6164 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6165
6166         * gst-libs/gst/sdp/gstsdpmessage.h:
6167         Add RFC 3556 bandwidth modifiers.
6168
6169 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6170
6171         * docs/libs/gst-plugins-base-libs-docs.sgml:
6172         * docs/libs/gst-plugins-base-libs-sections.txt:
6173         * gst-libs/gst/rtp/gstrtppayloads.c:
6174         Update documentation.
6175
6176 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6177
6178         * gst-libs/gst/rtp/Makefile.am:
6179         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6180         (gst_rtp_payload_info_for_name):
6181         * gst-libs/gst/rtp/gstrtppayloads.h:
6182         Added new file and header to deal with payload info.
6183
6184         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6185         (gst_rtp_buffer_default_clock_rate):
6186         * gst-libs/gst/rtp/gstrtpbuffer.h:
6187         Payload specific stuff is move to new headers.
6188         Implement _default_clock rate using the new payload function.
6189
6190         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6191         (gst_sdp_parse_line):
6192         * gst-libs/gst/sdp/gstsdpmessage.h:
6193         Add some more comments.
6194
6195 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6196
6197         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6198         (sdp_check_header), (sdp_type_find), (plugin_init):
6199         Add typefind function for application/sdp.
6200         Remove some old dirac typefind code that was ifdeffed out.
6201
6202 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6203
6204         * win32/common/libgstaudio.def:
6205         Add new exported functions.
6206         * win32/vs6/grammar.dsp:
6207         Add autogeneration and copy of some autegenerated files from win32/common
6208         for rtsp library.
6209         * win32/vs6/libgstaudioconvert.dsp:
6210         Add gstaudioquantize.c to the build.
6211         * win32/vs6/libgstinterfaces.dsp:
6212         Add videoorientation.c to the build.
6213         * win32/vs6/libgstriff.dsp:
6214         Add libgsttag to the link libraries list.
6215         * win32/vs6/libgstvolume.dsp:
6216         Add liboil to the link.
6217         * win32/vs6/gst_plugins_base.dsw:
6218         * win32/vs6/libgstrtsp.dsp:
6219         * win32/common/libgstrtsp.def:
6220         Add files to build libgstrtsp library.
6221         
6222 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6223
6224         * tests/examples/snapshot/snapshot.c: (main):
6225         Print error when pipeline failed to construct.
6226
6227 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6228
6229         * configure.ac:
6230         * gst-libs/gst/tag/gstid3tag.c:
6231         * gst-libs/gst/tag/gstvorbistag.c:
6232           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6233           and ID3v2 tags.
6234
6235 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6236
6237         * gst-libs/gst/floatcast/floatcast.h:
6238           Don't include config.h in an installed public header, this
6239           might break compilation of applications that don't have such
6240           a header and doesn't necessarily do what it's supposed to do
6241           anyway (ie. check for the lrint/lrintf defines) (#442065).
6242           Add docs for the various macros and document how this header
6243           has to be used (link against libm, etc.); add a few FIXMEs;
6244           include math.h for non-c99 code path.  Based on patch by
6245           Jan Schmidt.
6246           
6247 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6248
6249         * configure.ac:
6250         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6251         of duplicating these macros in configure.ac.
6252
6253 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6254
6255         * po/hu.po:
6256         * po/sv.po:
6257         * po/uk.po:
6258           Updated translations to 0.10.14
6259
6260 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6261
6262         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6263
6264         * po/pl.po:
6265           Added Polish translation.
6266
6267 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6268
6269         translated by: Ilkka Tuohela <hile@iki.fi>
6270
6271         * po/fi.po:
6272           Added Finnish translation.
6273
6274 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6275
6276         translated by: Jorge González González <aloriel@gmail.com>
6277
6278         * po/es.po:
6279           Added Spanish translation.
6280
6281 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6282
6283         translated by: Mogens Jaeger <mogens@jaeger.tf>
6284
6285         * po/da.po:
6286           Added Danish translation.
6287
6288 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6289
6290         translated by: Funda Wang <fundawang@linux.net.cn>
6291
6292         * po/zh_CN.po:
6293           Added Chinese (simplified) translation.
6294
6295 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6296
6297         translated by: Alexander Shopov <ash@contact.bg>
6298
6299         * po/bg.po:
6300           Added Bulgarian translation.
6301
6302 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6303
6304         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6305         Fix compilation wrt printf arguments.
6306
6307 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6308
6309         * configure.ac:
6310         * tests/examples/Makefile.am:
6311         * tests/examples/snapshot/.cvsignore:
6312         * tests/examples/snapshot/Makefile.am:
6313         * tests/examples/snapshot/snapshot.c: (main):
6314         Add simple snapshot example program using appsink.
6315
6316 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6317
6318         * tests/check/generic/states.c:
6319           Improved state change unit test.
6320
6321 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6322
6323         * docs/plugins/.cvsignore:
6324         * tests/check/.cvsignore:
6325           Ignore registries in any format.
6326
6327 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6328
6329         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6330         (gst_base_rtp_depayload_chain),
6331         (gst_base_rtp_depayload_set_gst_timestamp):
6332         Only copy timestamp on outgoing packets if the depayloader did not set
6333         one.
6334         Also copy duration on outgoing packets.
6335
6336 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6337
6338         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6339         (gst_basertppayload_set_outcaps):
6340         Fix compilation because of missing %d in printf.
6341         When fixating caps, fixate what we can and throw away all remaining
6342         unfixed caps, subclasses should do something smart if they need to.
6343
6344 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6345
6346         * ext/gnomevfs/gstgnomevfssrc.c:
6347           Improve debug logs a bit and be more verbose if things go wrong.
6348
6349 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6350
6351         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6352         (gst_text_overlay_set_property):
6353         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6354         * gst-libs/gst/audio/gstbaseaudiosink.c:
6355         (gst_base_audio_sink_render):
6356         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6357         (gst_rtcp_unix_to_ntp):
6358         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6359         * gst/playback/gstqueue2.c:
6360         * tests/examples/seek/seek.c: (set_scale):
6361         Fix a bunch of compile warnings shown with Forte.
6362
6363         * gst/audiorate/gstaudiorate.c:
6364         Always pull in config.h before including any system headers.
6365
6366 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6367
6368         * gst/playback/gstqueue2.c: (update_buffering),
6369         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6370         (gst_queue_handle_sink_event), (gst_queue_chain),
6371         (gst_queue_push_one), (gst_queue_sink_activate_push),
6372         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6373         Also fix #476514 for queue2.
6374
6375 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6376
6377         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6378         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6379         (gst_base_rtp_depayload_chain),
6380         (gst_base_rtp_depayload_handle_sink_event),
6381         (gst_base_rtp_depayload_push_full),
6382         (gst_base_rtp_depayload_set_gst_timestamp),
6383         (gst_base_rtp_depayload_change_state):
6384         Remove code to deal with RTP to GST time conversion, we now just copy
6385         the GST timestamp we receive to the outgoing buffers.
6386         Handle segment and flushes correctly.
6387
6388         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6389         When we have no valid input timestamp, use the previous rtp timestamp on
6390         the outgoing RTP packet instead of the RTP base time.
6391
6392 2007-09-15  David Schleef  <ds@schleef.org>
6393
6394         * ext/alsa/gstalsa.c:
6395         * ext/alsa/gstalsadeviceprobe.c:
6396         * ext/alsa/gstalsamixer.c:
6397         * ext/alsa/gstalsasink.c:
6398         * ext/alsa/gstalsasrc.c:
6399           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6400
6401 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6402
6403         * gst-libs/gst/rtp/gstbasertppayload.c:
6404         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6405         Add some debug info when negotiating caps.
6406
6407 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6408
6409         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6410         A buffer with an empty payload is also a valid buffer.
6411
6412 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6413
6414         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6415         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6416         (gst_basertppayload_change_state):
6417         Make sure we start our RTP timestamp from the random base RTP
6418         timestamp even if the buffer timestamp starts from some random value.
6419
6420 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6421
6422         * configure.ac:
6423         * tests/examples/Makefile.am:
6424         * tests/examples/dynamic/.cvsignore:
6425         * tests/examples/dynamic/Makefile.am:
6426         * tests/examples/dynamic/addstream.c: (create_stream),
6427         (pause_play_stream), (message_received), (eos_message_received),
6428         (perform_step), (main):
6429         Add simple exmple app to demonstrate starting and pausing live and
6430         non-live bins in a PLAYING pipeline.
6431
6432 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6433
6434         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6435         typefind for QCP files (RFC #3625)
6436
6437 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6438
6439         * gst-libs/gst/audio/gstbaseaudiosink.c:
6440         (gst_base_audio_sink_init):
6441         Disable pull mode scheduling, we're not ready for it yet and it subtly
6442         breaks a lot of things.
6443
6444 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6445
6446         * tests/check/elements/libvisual.c:
6447           Test all libvisual plugins, not just the first one; this reproduces
6448           bug #450336 quite easily.  Looks like a problem with the 'jess'
6449           visualisation.
6450
6451 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6452
6453         * tests/check/Makefile.am:
6454         * tests/check/elements/.cvsignore:
6455         * tests/check/elements/libvisual.c:
6456           Add basic libvisual test case in an attempt to reproduce bug #450336.
6457           Doesn't reproduce that bug, but some other crasher instead (invalid
6458           free), at least with make elements/libvisual.forever and the bumscope
6459           plugin on x86-64/gutsy. Leaving test disabled for now.
6460
6461 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6462
6463         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6464
6465         * gst-libs/gst/rtsp/gstrtspconnection.c:
6466         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6467         (read_body), (gst_rtsp_connection_receive):
6468         Make sure we can not cancel in the middle of receiving a message.
6469         Fixes #475731.
6470
6471 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6472
6473         Patch by: Josep Torra Valles <josep@fluendo.com>
6474
6475         * gst/playback/gstplaybasebin.c:
6476           Increase upper limit for audio queue a bit; fixes preroll problem
6477           with playbin and decodebin2 when playing a quicktime trailer with
6478           multichannel audio via http (#464666).
6479
6480 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6481
6482         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6483         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6484         (gst_base_audio_src_provide_clock),
6485         (gst_base_audio_src_set_property),
6486         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6487         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6488         Allow othe clocks than the internal clock to be used for the pipeline.
6489         Add property to disable clock provide.
6490         API: GstBaseAudioSrc::provide-clock
6491
6492 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6493
6494         * gst/playback/gstdecodebin2.c:
6495           Don't leak request pads. Fixes #475395.
6496
6497 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6498
6499         Patch by: René Stadler <mail at renestadler dot de>
6500
6501         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6502         (gst_ximage_buffer_class_init):
6503         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6504         (gst_xvimage_buffer_class_init):
6505         Correctly chain up finalize with the parent class to prevent
6506         memory leaks. Fixes #474880.
6507
6508 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6509
6510         * gst/volume/gstvolume.c: (volume_choose_func):
6511         * tests/check/elements/volume.c: (GST_START_TEST):
6512         Revert the latest change: floating point samples are allowed to
6513         have any value, not only values in the range [-1,1]. Thanks to Andy
6514         Wingo for noticing.
6515         Also fix processing of int32 samples with volumes > 4 by making the
6516         unity value smaller which prevents overflows.
6517
6518 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6519
6520         * gst-libs/gst/rtp/gstrtpbuffer.c:
6521         * tests/check/libs/rtp.c:
6522           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6523
6524 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6525
6526         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6527
6528         * gst-libs/gst/rtp/gstrtpbuffer.c:
6529           Fix up GstRTPHeader helper struct so that compilers will not under
6530           any circumstances add padding in between our fields, as currently
6531           happens with MSVC on win32, because that would lead to us sending
6532           out RTP payloads with broken RTP headers (#471194).
6533           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6534           
6535         * tests/check/Makefile.am:
6536         * tests/check/libs/.cvsignore:
6537         * tests/check/libs/rtp.c:
6538           Add some simple unit tests for GstRTPBuffer. Some are disabled
6539           because the code tested still needs fixing (set_csrc() does not work).
6540
6541 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6542
6543         * win32/MANIFEST:
6544         * win32/common/gstrtsp-enumtypes.c:
6545         * win32/common/gstrtsp-enumtypes.h:
6546         * win32/common/interfaces-enumtypes.c:
6547         * win32/common/interfaces-enumtypes.h:
6548         * win32/common/multichannel-enumtypes.c:
6549           Add rtsp enumtypes (#474384) and update others.
6550
6551 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6552
6553         * configure.ac:
6554           Fix configure check for HAVE_LIBXML_HTML.
6555
6556 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6557
6558         * tests/check/libs/.cvsignore:
6559           Ignore more, in case the build bots work again one day.
6560
6561 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6562
6563         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6564
6565         * configure.ac:
6566         * gst-libs/gst/Makefile.am:
6567         * gst-libs/gst/fft/Makefile.am:
6568         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6569         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6570         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6571         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6572         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6573         * gst-libs/gst/fft/gstfft.h:
6574         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6575         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6576         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6577         * gst-libs/gst/fft/gstfftf32.h:
6578         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6579         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6580         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6581         * gst-libs/gst/fft/gstfftf64.h:
6582         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6583         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6584         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6585         * gst-libs/gst/fft/gstffts16.h:
6586         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6587         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6588         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6589         * gst-libs/gst/fft/gstffts32.h:
6590         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6591         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6592         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6593         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6594         * gst-libs/gst/fft/kiss_fft_f32.h:
6595         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6596         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6597         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6598         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6599         * gst-libs/gst/fft/kiss_fft_f64.h:
6600         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6601         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6602         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6603         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6604         * gst-libs/gst/fft/kiss_fft_s16.h:
6605         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6606         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6607         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6608         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6609         * gst-libs/gst/fft/kiss_fft_s32.h:
6610         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6611         (kiss_fftr_f32), (kiss_fftri_f32):
6612         * gst-libs/gst/fft/kiss_fftr_f32.h:
6613         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6614         (kiss_fftr_f64), (kiss_fftri_f64):
6615         * gst-libs/gst/fft/kiss_fftr_f64.h:
6616         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6617         (kiss_fftr_s16), (kiss_fftri_s16):
6618         * gst-libs/gst/fft/kiss_fftr_s16.h:
6619         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6620         (kiss_fftr_s32), (kiss_fftri_s32):
6621         * gst-libs/gst/fft/kiss_fftr_s32.h:
6622         * gst-libs/gst/fft/kiss_version:
6623         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6624         * pkgconfig/gstreamer-plugins-base.pc.in:
6625         Add libgstfft, a FFT library based on Kiss FFT which is
6626         BSD licensed. Supported sample formats are int16, int32,
6627         float and double. For those formats a real FFT and IFFT
6628         can be done, different windowing functions can be applied
6629         and functions for extracting the magnitude and phase exist.
6630         Fixes #468619.
6631
6632         * docs/libs/Makefile.am:
6633         * docs/libs/gst-plugins-base-libs-docs.sgml:
6634         * docs/libs/gst-plugins-base-libs-sections.txt:
6635         Integrate libgstfft into the docs.
6636
6637         * tests/check/Makefile.am:
6638         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6639         Add unit tests for libgstfft, currently only testing the FFT.
6640         Unit tests for IFFT will follow soon.
6641
6642 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6643
6644         Patch by: Peter Kjellerstedt  <pkj at axis com>
6645
6646         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6647         (gst_sdp_message_init), (gst_sdp_message_uninit),
6648         (is_multicast_address), (gst_sdp_message_as_text),
6649         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6650         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6651         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6652         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6653         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6654         (gst_sdp_media_init), (gst_sdp_media_uninit),
6655         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6656         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6657         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6658         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6659         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6660         * gst-libs/gst/sdp/gstsdpmessage.h:
6661         Separate INIT_ARRAY() and related macros into two versions, one for
6662         structures and one for pointers (e.g., INIT_ARRAY() and
6663         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6664         lists of emails and phone numbers.
6665         Add missing const as appropriate.
6666         Change all gint to guint since they all actually represent unsigned
6667         values.
6668         Do not use time as a variable name as it shadows the global time().
6669         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6670         Actually implement gst_sdp_message_add_time().
6671         Make gst_sdp_message_add_time() take repeat times as an argument.
6672         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6673         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6674         misspelled as badwidth).
6675         gst-indented and a little clean up. Fixes #471067.
6676
6677 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6678
6679         * gst/volume/gstvolume.c: (volume_choose_func),
6680         (volume_process_double), (volume_process_double_clamp),
6681         (volume_process_float_clamp):
6682         Correctly clamp float/double samples in the [-1.0,1.0] range to
6683         prevent weird effects.
6684         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6685         Add unit tests for all samples types that had none before.
6686
6687 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6688
6689         * gst-libs/gst/rtp/gstrtpbuffer.c:
6690           Need to include stdlib.h for abs() here too.
6691
6692 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6693
6694         * gst/playback/gststreaminfo.c:
6695           Fix build.
6696
6697 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6698
6699         * gst/playback/gststreaminfo.c:
6700           Clean up some half-disabled code and comment.
6701
6702 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6703
6704         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6705
6706         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6707         (gst_base_rtp_payload_audio_handle_event):
6708         Return FALSE from the event handler to let the parent class handle the
6709         event. Fixes #446766.
6710
6711         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6712         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6713         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6714
6715         * gst-libs/gst/rtp/gstbasertppayload.c:
6716         Bump the MTU to 1400.
6717
6718 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6719
6720         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6721         Add an audio/x-nsf typefind function for the nsfdec element.
6722
6723 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6724         * gst/playback/gstplaybasebin.c:
6725         Included "myth://" on stream_uris list for enable buffering to mythtv files
6726
6727 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6728
6729         * docs/libs/gst-plugins-base-libs-sections.txt:
6730         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6731         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6732         (gst_rtcp_unix_to_ntp):
6733         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6734         Fix parsing of RB blocks.
6735         Fix docs.
6736         Added helper functions to convert to/from UNIX and NTP time.
6737         API: gst_rtcp_ntp_to_unix()
6738         API: gst_rtcp_unix_to_ntp()
6739
6740         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6741         (gst_rtp_buffer_get_header_len),
6742         (gst_rtp_buffer_get_extension_data),
6743         (gst_rtp_buffer_get_payload_subbuffer),
6744         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6745         (gst_rtp_buffer_ext_timestamp):
6746         * gst-libs/gst/rtp/gstrtpbuffer.h:
6747         Fix some more docs.
6748         Implement handling of packets with extensions.
6749         Fix padding check in _validate().
6750         Added function to get extension data.
6751         API: gst_rtp_buffer_get_header_len()
6752         API: gst_rtp_buffer_get_extension_data()
6753
6754 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6755
6756         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6757         (gst_base_rtp_depayload_class_init),
6758         (gst_base_rtp_depayload_set_gst_timestamp):
6759         Add some more docs for the queue-delay property and fix a typo in a
6760         comment.
6761
6762         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6763         Fix typo.
6764
6765 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6766
6767         * gst-libs/gst/audio/gstbaseaudiosink.c:
6768         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6769         (gst_base_audio_sink_change_state):
6770         When skew slaving, try to hover around the middle of a segment so that
6771         we at most drift by half a segment.
6772         If we are aligning in the oposite direction of the clock skew, we don't
6773         have to resync.
6774
6775 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6776
6777         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6778         (gst_base_rtp_depayload_setcaps),
6779         (gst_base_rtp_depayload_set_gst_timestamp):
6780         Be less silly with the segment start, just apply the clock-base to the
6781         timestamp.
6782
6783 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6784
6785         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6786         (gst_base_rtp_depayload_class_init),
6787         (gst_base_rtp_depayload_finalize),
6788         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6789         (gst_base_rtp_depayload_handle_sink_event),
6790         (gst_base_rtp_depayload_set_gst_timestamp),
6791         (gst_base_rtp_depayload_change_state):
6792         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6793         Deprecate the queue handling thread thing and remove the code.
6794         Use new method to calculate the extended timestamp.
6795
6796 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6797
6798         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6799         (gst_rtcp_packet_sdes_copy_entry):
6800         Use g_strndup which does exactly what we want.
6801
6802         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6803         (gst_rtp_buffer_ext_timestamp):
6804         * gst-libs/gst/rtp/gstrtpbuffer.h:
6805         Add helper function to compare seqnums.
6806         Add helper function to calculate extended timestamps.
6807         API: gst_rtp_buffer_compare_seqnum()
6808         API: gst_rtp_buffer_ext_timestamp()
6809
6810 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6811
6812         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6813         (gst_rtcp_packet_sdes_get_entry),
6814         (gst_rtcp_packet_sdes_copy_entry):
6815         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6816         Fix and document SDES item data function.
6817         Add new function that makes a proper copy of SDES item data.
6818         API: gst_rtcp_packet_sdes_copy_entry()
6819
6820 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6821
6822         * configure.ac:
6823         * gst/Makefile.am:
6824           The tcp and subparse plugins are under gst, but not totaly free of
6825           dependencies. Handle selection inconfigure.ac, so that they show up
6826           on the final list of what is build and what is not. Maybe they should
6827           better be moved to ext.
6828
6829 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6830
6831         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6832
6833         * configure.ac:
6834         * gst/Makefile.am:
6835           Check if libxml provides HTML parser which subparse needs.
6836           Fixes #451970.
6837
6838 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6839
6840         * ext/alsa/gstalsa.c:
6841           Fix typo and compilation on big endian systems.
6842
6843 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6844
6845         * gst/subparse/gstssaparse.c:
6846           Convert SSA newline codes into actual newline characters (#470766).
6847
6848 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6849
6850         * docs/libs/gst-plugins-base-libs-sections.txt:
6851         * gst-libs/gst/pbutils/install-plugins.c:
6852         * gst-libs/gst/pbutils/install-plugins.h:
6853         * tests/check/libs/pbutils.c:
6854           API: also add gst_install_plugins_supported() while we're at it
6855           (see #470456).
6856
6857 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6858
6859         * docs/libs/gst-plugins-base-libs-sections.txt:
6860         * gst-libs/gst/pbutils/missing-plugins.c:
6861         * gst-libs/gst/pbutils/missing-plugins.h:
6862         * tests/check/libs/pbutils.c:
6863           API: add gst_missing_*_installer_detail_new() convenience API so
6864           that applications that know exactly what they're missing can request
6865           installer detail strings for those items directly instead of having
6866           to first create a dummy missing-plugin message and then get the
6867           installer detail string from that.  Fixes #470456.
6868
6869 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6870
6871         * gst/playback/gstdecodebin.c: (close_pad_link):
6872         We need to set up delayed-linking whenever the caps are non-fixed,
6873         not just when there are multiple types - use gst_pad_is_fixed()
6874         to test.
6875
6876 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         * gst-libs/gst/pbutils/missing-plugins.c:
6879           (gst_missing_plugin_message_get_installer_detail):
6880           Add missing separator in PID fallback case.
6881
6882 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6883
6884         * ext/alsa/Makefile.am:
6885         There is no GST_PLUGINS_BASE_LIBS defined.
6886         
6887         * ext/alsa/gstalsa.c:
6888         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6889         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6890         Add support for ALSA 24-bit formats.
6891         snd_pcm_delay can return an error code, especially
6892         during XRUNS. In that case, the best we can do is assume
6893         delay = 0.
6894
6895         * gst/audioconvert/Makefile.am:
6896         Add flags from -base before any more-remote dependencies.
6897
6898 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6899
6900         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6901
6902         * gst/volume/gstvolume.c: (volume_choose_func),
6903         (volume_update_real_volume), (gst_volume_set_volume),
6904         (gst_volume_init), (volume_process_int32),
6905         (volume_process_int32_clamp), (volume_process_int24),
6906         (volume_process_int24_clamp), (volume_process_int16),
6907         (volume_process_int16_clamp), (volume_process_int8),
6908         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6909         * gst/volume/gstvolume.h:
6910         Add support for int32, int24 and int8 to the volume element.
6911         Fixes #445529.
6912
6913 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6914
6915         * tests/examples/Makefile.am:
6916           Fix even more.
6917
6918 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6919
6920         * configure.ac:
6921         * docs/libs/Makefile.am:
6922         * docs/libs/gst-plugins-base-libs-docs.sgml:
6923         * docs/libs/gst-plugins-base-libs-sections.txt:
6924         * ext/gnomevfs/gstgnomevfssrc.c:
6925         * ext/gnomevfs/gstgnomevfssrc.h:
6926         * gst-libs/gst/Makefile.am:
6927         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6928         * pkgconfig/gstreamer-plugins-base.pc.in:
6929         * sys/v4l/v4lsrc_calls.c:
6930         * tests/examples/Makefile.am:
6931         * win32/common/config.h:
6932           Revert unwanted commit. many thanks to moap. I want a fix for 
6933           https://thomas.apestaart.org/moap/trac/ticket/239
6934
6935 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6936
6937         * gst/volume/gstvolume.c:
6938           Move passthrough below gst_object_sync_values(). Fixes #442654.
6939
6940 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6941
6942         * gst-libs/gst/audio/audio.c:
6943         Clarify the docs a little.
6944
6945 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6946
6947         * gst/volume/gstvolume.c:
6948           Enable liboil for float and add more details about problems with
6949           int16.
6950
6951 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6952
6953         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6954         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6955
6956 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6957
6958         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6959         When calculating the first timestamp of the buffers, don't go below 0
6960         and clip the samples because the offset was on the eos page.
6961         Fixes #466717.
6962
6963 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6964
6965         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6966         (gst_ogg_demux_collect_chain_info):
6967         Also submit the eos page when trying to find the first timestamp.
6968         See #466717.
6969
6970 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6971
6972         * gst-libs/gst/audio/audio.h:
6973         Use gst_util_uint64_scale() instead of doing the math
6974         with double for GST_FRAMES_TO_CLOCK_TIME() and
6975         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6976         prevents rounding errors. Fixes #467667.
6977
6978 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6979
6980         * gst-libs/gst/rtsp/gstrtspconnection.c:
6981         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6982         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6983         * gst-libs/gst/rtsp/gstrtspconnection.h:
6984         Small cleanups.
6985         On shutdown, don't read the control socket yet.
6986         Set timeout value correctly in all cases.
6987         Add function to check if the server accepts reads or writes.
6988         API: gst_rtsp_connection_poll()
6989
6990         * gst-libs/gst/rtsp/gstrtspdefs.h:
6991         Fix compilation with -pedantic.
6992         Add enum for _poll.
6993
6994 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6995
6996         Patch by: Olivier Crete  <tester at tester ca>
6997
6998         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6999         (gst_basertppayload_getcaps):
7000         * gst-libs/gst/rtp/gstbasertppayload.h:
7001         Add getcaps vfunc to basertppayload. See #465146.
7002
7003 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7004
7005         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7006         Only post buffering messages when we are a stream.
7007
7008 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7009
7010         * gst-libs/gst/pbutils/install-plugins.c:
7011         * gst-libs/gst/pbutils/missing-plugins.c:
7012           Small docs fix and addition.
7013
7014 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7015
7016         * tests/icles/.cvsignore:
7017         * tests/icles/Makefile.am:
7018         * tests/icles/test-textoverlay.c:
7019           Add a dumb little test for textoverlay alignments.
7020
7021 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7022
7023         Patch by: Dan Williams  <dcbw redhat com>
7024
7025         * ext/pango/gsttextoverlay.c:
7026         * ext/pango/gsttextoverlay.h:
7027           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7028           "silent" property so there's a Since tag in the API reference.
7029
7030 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7031
7032         * gst-libs/gst/rtp/gstbasertppayload.c:
7033         (gst_basertppayload_set_outcaps):
7034         * gst-libs/gst/rtp/gstbasertppayload.h:
7035         Improve caps negotiation so that downstream elements can confiure
7036         certain RTP properties by fixing them on the caps. See #465146.
7037         Add docs.
7038
7039 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7040
7041         * docs/libs/gst-plugins-base-libs-sections.txt:
7042         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7043         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7044           Mark as deprecated some macros which were presumably meant to be
7045           private API and accidentally exposed in the public header file.
7046           Also actually _init() lock (only works at the moment because the
7047           struct is zeroed out when created and the initial values in the
7048           mutex struct are zeroes too). (#459585)
7049
7050 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7051
7052         * docs/libs/Makefile.am:
7053           Remove cruft and do some cleanups.
7054
7055         * docs/libs/gst-plugins-base-libs-docs.sgml:
7056           Prepare for comming gtkdoc features (rebase against online docs).
7057
7058 2007-08-10  Michael Smith <msmith@fluendo.com>
7059
7060         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7061           Debug output fixes.
7062         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7063         (GST_START_TEST):
7064           Change the number of buffers used; 500 is too many and leads to
7065           timeouts.
7066
7067 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7068
7069         * gst/playback/gstqueue2.c:
7070         * gst/videorate/gstvideorate.c:
7071           Printf format fixes (#465028).
7072
7073 2007-08-09  Michael Smith <msmith@fluendo.com>
7074
7075         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7076           If we have a large (> 1 second) discontinuity, push a series of
7077           smaller buffers rather than a single very large buffer. Avoids
7078           unreasonably large single buffer allocations when encountering a
7079           large gap.
7080         * tests/check/elements/audiorate.c: (GST_START_TEST),
7081         (audiorate_suite):
7082           Add a test for this.
7083
7084 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7085
7086         * gst/playback/gstplaybasebin.c: (group_commit),
7087         (queue_remove_probe), (queue_threshold_reached):
7088
7089         Patch by: Josep Torra Valles <josep@fluendo.com>
7090         Fixes: #465015
7091         Make sure we remove the check_queues buffer probe from the 
7092         correct queue to avoid racily going back to "buffering 99%" when
7093         buffering is actually complete.
7094
7095         Also, fix the spelling of Josep's surname in the ChangeLog.
7096
7097 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7098
7099         * ext/ogg/gstoggmux.c:
7100           Do not leak oggmux instance.
7101         
7102         * ext/vorbis/vorbisenc.c:
7103           Also log values.
7104
7105 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7106
7107         * po/hu.po:
7108         * po/it.po:
7109         * po/nl.po:
7110         * po/uk.po:
7111         * po/vi.po:
7112           Updated translations.
7113
7114 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7115
7116         patch by: Yang Hong <hongyang@redflag-linux.com>
7117
7118         * ext/pango/gsttextoverlay.c:
7119         * ext/pango/gsttextoverlay.h:
7120           Add 'silent' property to GstTimeOverlay. Fixes #462979
7121
7122 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7123
7124         Patch by: Josep Torra Valles <josep@fluendo.com>
7125
7126         * docs/plugins/gst-plugins-base-plugins.args:
7127         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7128         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7129         (gst_uri_decode_bin_get_property), (gen_source_element):
7130         Add connection-speed property. Fixes #464690.
7131
7132 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7133
7134         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7135
7136         * configure.ac:
7137         * gst-libs/gst/rtsp/Makefile.am:
7138         * gst-libs/gst/rtsp/gstrtspconnection.c:
7139         (gst_rtsp_connection_connect):
7140         Fix compilation on windows. Fixes #464320.
7141
7142 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7143
7144         Patch by: Josep Torra Valles <josep@fluendo.com>
7145
7146         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7147         (gst_play_base_bin_init), (queue_threshold_reached),
7148         (gen_source_element), (setup_substreams),
7149         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7150         (gst_play_base_bin_get_streaminfo_value_array):
7151         * gst/playback/gstplaybasebin.h:
7152         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7153         (gst_play_bin_set_property), (gst_play_bin_get_property),
7154         (gst_play_bin_handle_redirect_message):
7155         Move connection-speed property from playbin to playbasebin so that we
7156         can also configure it in source elements that have the connection-speed
7157         property. Fixes #464028.
7158         Add some debug info here and there.
7159
7160 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7161
7162         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7163         Properly respond to conversion queries. Fixes #464079.
7164
7165 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7166
7167         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7168         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7169         (gst_audio_test_src_init_sine_table),
7170         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7171         * gst/audiotestsrc/gstaudiotestsrc.h:
7172         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7173         Also set the default volume to the default value specified in the
7174         GParamSpec.
7175
7176 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7177
7178         Patch by: Jens Granseuer <jensgr at gmx dot net>
7179
7180         * gst/audioconvert/gstaudioquantize.c:
7181         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7182
7183 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7184
7185         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7186         Add rdt manager for rdt transport.
7187         Fix parsing of RDT transport.
7188
7189 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7190
7191         * configure.ac:
7192         Back to CVS
7193
7194 === release 0.10.14 ===
7195
7196 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7197
7198         * configure.ac:
7199           releasing 0.10.14, "Light Years Ahead"
7200
7201 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7202
7203         * tests/check/libs/audio.c: (GST_START_TEST):
7204         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7205
7206 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7207
7208         * gst-libs/gst/audio/audio.c:
7209         When clipping a buffer with no timestamp, assume it is
7210         within the segment without warnings.
7211
7212         Fixes: #460978
7213
7214 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7215
7216         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7217         Fire the signal on the object, not the interface.
7218
7219 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7220
7221         * gst-libs/gst/rtsp/.cvsignore:
7222         Ber. Don't include the full path, idiot.
7223
7224 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7225
7226         * gst-libs/gst/rtsp/.cvsignore:
7227         Ignore generated files.
7228
7229 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7230
7231         * gst-libs/gst/interfaces/Makefile.am:
7232         * gst-libs/gst/interfaces/interfaces-marshal.list:
7233         * gst-libs/gst/interfaces/rtspextension.c:
7234         * gst-libs/gst/interfaces/rtspextension.h:
7235         * gst-libs/gst/rtsp/Makefile.am:
7236         * gst-libs/gst/rtsp/gstrtsp.h:
7237         * gst-libs/gst/rtsp/gstrtspextension.c:
7238         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7239         (gst_rtsp_extension_detect_server),
7240         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7241         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7242         (gst_rtsp_extension_configure_stream),
7243         (gst_rtsp_extension_get_transports),
7244         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7245         * gst-libs/gst/rtsp/gstrtspextension.h:
7246         * gst-libs/gst/rtsp/rtsp-marshal.list:
7247         Move the rtspextension.h interface into gstrtspextension.h
7248         as part of libgstrtsp instead of libgstinterfaces, because it's
7249         only for use within plugins, not applications. 
7250         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7251         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7252         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7253         is abstract.
7254
7255 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7256
7257         * gst-libs/gst/interfaces/Makefile.am:
7258         * gst-libs/gst/interfaces/interfaces-marshal.list:
7259         * gst-libs/gst/interfaces/rtspextension.c:
7260         (gst_rtsp_extension_iface_init),
7261         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7262         * gst-libs/gst/interfaces/rtspextension.h:
7263         Fix marshaller for the send signal.
7264         Add URL to stream selection interface method.
7265
7266 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7267
7268         * gst-libs/gst/riff/Makefile.am:
7269         Pull in our dependencies from -base before those from outside.
7270
7271 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7272
7273         * docs/libs/gst-plugins-base-libs-sections.txt:
7274         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7275         * gst-libs/gst/rtsp/gstrtspbase64.h:
7276         API: gst_rtsp_base64_decode_ip()
7277         Added function to decode Base64 in-place.
7278
7279 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7280
7281         * tests/check/libs/.cvsignore:
7282         Ignore the mixer test binary.
7283
7284 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7285
7286         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7287         Gratuitous comment change to trigger a rebuild on the buildbots.
7288
7289 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7290
7291         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7292         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7293         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7294         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7295         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7296         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7297         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7298         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7299         (gst_sdp_media_get_attribute_val):
7300         * gst-libs/gst/sdp/gstsdpmessage.h:
7301         Constify args where we can.
7302
7303 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7304
7305         * gst-libs/gst/interfaces/Makefile.am:
7306         * gst-libs/gst/interfaces/rtspextension.c:
7307         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7308         (gst_rtsp_extension_detect_server),
7309         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7310         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7311         (gst_rtsp_extension_configure_stream),
7312         (gst_rtsp_extension_get_transports),
7313         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7314         * gst-libs/gst/interfaces/rtspextension.h:
7315         Move interface for RTSP extensions from -good to here.
7316         Added helper methods to invoke interface methods.
7317
7318 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7319
7320         * docs/libs/gst-plugins-base-libs-sections.txt:
7321         * gst-libs/gst/rtsp/gstrtspdefs.h:
7322         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7323         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7324         (gst_rtsp_message_init_response),
7325         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7326         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7327         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7328         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7329         (gst_rtsp_message_get_body), (dump_key_value):
7330         * gst-libs/gst/rtsp/gstrtspmessage.h:
7331         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7332         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7333         (gst_rtsp_range_parse):
7334         * gst-libs/gst/rtsp/gstrtsprange.h:
7335         * gst-libs/gst/rtsp/gstrtsptransport.c:
7336         * gst-libs/gst/rtsp/gstrtspurl.c:
7337         Fix some more RTSP docs.
7338         Add some missing methods for dealing with messages.
7339
7340 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7341
7342         * docs/libs/gst-plugins-base-libs-docs.sgml:
7343         * docs/libs/gst-plugins-base-libs-sections.txt:
7344         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7345         * gst-libs/gst/rtsp/gstrtspbase64.h:
7346         * gst-libs/gst/rtsp/gstrtspconnection.c:
7347         (gst_rtsp_connection_connect), (add_auth_header),
7348         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7349         (read_body), (gst_rtsp_connection_receive),
7350         (gst_rtsp_connection_next_timeout),
7351         (gst_rtsp_connection_reset_timeout),
7352         (gst_rtsp_connection_set_auth):
7353         * gst-libs/gst/rtsp/gstrtspconnection.h:
7354         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7355         * gst-libs/gst/rtsp/gstrtspdefs.h:
7356         * gst-libs/gst/rtsp/gstrtspmessage.h:
7357         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7358         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7359         (gst_rtsp_range_parse):
7360         * gst-libs/gst/rtsp/gstrtspurl.h:
7361         Added beginnings of RTSP documentation.
7362
7363 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7364
7365         * docs/libs/Makefile.am:
7366         * docs/libs/gst-plugins-base-libs-docs.sgml:
7367         * docs/libs/gst-plugins-base-libs-sections.txt:
7368         * gst-libs/gst/sdp/gstsdp.h:
7369         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7370         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7371         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7372         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7373         (gst_sdp_message_get_attribute_val),
7374         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7375         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7376         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7377         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7378         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7379         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7380         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7381         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7382         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7383         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7384         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7385         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7386         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7387         (gst_sdp_media_get_attribute_val_n),
7388         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7389         (print_media), (gst_sdp_message_dump):
7390         * gst-libs/gst/sdp/gstsdpmessage.h:
7391         Document the SDP library.
7392         Add some of the missing SDPMedia methods.
7393
7394 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7395
7396         * configure.ac:
7397         * gst-libs/gst/Makefile.am:
7398         * gst-libs/gst/rtsp/Makefile.am:
7399         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7400         * gst-libs/gst/rtsp/gstrtspbase64.h:
7401         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7402         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7403         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7404         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7405         (parse_response_status), (parse_request_line), (parse_line),
7406         (gst_rtsp_connection_read), (read_body),
7407         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7408         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7409         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7410         (gst_rtsp_connection_set_auth):
7411         * gst-libs/gst/rtsp/gstrtspconnection.h:
7412         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7413         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7414         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7415         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7416         (gst_rtsp_find_method):
7417         * gst-libs/gst/rtsp/gstrtspdefs.h:
7418         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7419         (gst_rtsp_message_new), (gst_rtsp_message_init),
7420         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7421         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7422         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7423         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7424         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7425         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7426         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7427         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7428         (gst_rtsp_message_dump):
7429         * gst-libs/gst/rtsp/gstrtspmessage.h:
7430         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7431         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7432         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7433         * gst-libs/gst/rtsp/gstrtsprange.h:
7434         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7435         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7436         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7437         (range_as_text), (rtsp_transport_mode_as_text),
7438         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7439         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7440         (gst_rtsp_transport_free):
7441         * gst-libs/gst/rtsp/gstrtsptransport.h:
7442         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7443         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7444         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7445         * gst-libs/gst/rtsp/gstrtspurl.h:
7446         * gst-libs/gst/sdp/Makefile.am:
7447         * gst-libs/gst/sdp/gstsdp.h:
7448         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7449         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7450         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7451         (gst_sdp_attribute_init), (gst_sdp_message_new),
7452         (gst_sdp_message_init), (gst_sdp_message_uninit),
7453         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7454         (gst_sdp_media_uninit), (gst_sdp_media_free),
7455         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7456         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7457         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7458         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7459         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7460         (gst_sdp_message_get_attribute_val),
7461         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7462         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7463         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7464         (gst_sdp_media_get_attribute_val_n),
7465         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7466         (read_string), (read_string_del), (gst_sdp_parse_line),
7467         (gst_sdp_message_parse_buffer), (print_media),
7468         (gst_sdp_message_dump):
7469         * gst-libs/gst/sdp/gstsdpmessage.h:
7470         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7471         Move SDP and RTSP from helper objects in -good to a reusable library.
7472         Use a proper gst_ namespace.
7473
7474 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7475
7476         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7477         (vorbis_dec_flush_decode):
7478         Use the new buffer clipping function from gstaudio here.
7479
7480 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7481
7482         * docs/libs/gst-plugins-base-libs-sections.txt:
7483         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7484         * gst-libs/gst/audio/audio.h:
7485         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7486         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7487         Also add deprecation guards for gst_audio_structure_set_int() to the
7488         header.
7489
7490 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7491
7492         * docs/libs/gst-plugins-base-libs-sections.txt:
7493           Cleanup the docs.
7494
7495 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7496
7497         Patch by: Dan Williams <dcbw at redhat dot com>
7498
7499         * gst/playback/gstplaybasebin.c:
7500         (gst_play_base_bin_get_streaminfo_value_array):
7501         Don't return NULL when querying the stream info value array but instead
7502         return an empty array. Fixes #459204.
7503
7504 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7505
7506         * gst/playback/gsturidecodebin.c:
7507           Init debug category before using it.
7508
7509 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7510
7511         * gst-libs/gst/interfaces/mixer.h:
7512         Add padding vars in place of the signal pointers
7513         when building with DISABLE_DEPRECATED so that the
7514         interface structure doesn't change size.
7515
7516 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7517
7518         * docs/libs/gst-plugins-base-libs-sections.txt:
7519         * ext/alsa/gstalsamixer.c:
7520         * ext/alsa/gstalsamixer.h:
7521         * ext/alsa/gstalsamixerelement.c:
7522         * ext/alsa/gstalsamixertrack.c:
7523         * gst-libs/gst/interfaces/mixer.c:
7524         * gst-libs/gst/interfaces/mixer.h:
7525         * gst-libs/gst/interfaces/mixeroptions.c:
7526         * gst-libs/gst/interfaces/mixeroptions.h:
7527         * gst-libs/gst/interfaces/mixertrack.c:
7528         * gst-libs/gst/interfaces/mixertrack.h:
7529         * tests/check/Makefile.am:
7530         * tests/check/libs/mixer.c:
7531
7532         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7533         Fixes: #152864 
7534
7535         Add support for notifying mixer changes on the message bus, and
7536         implement it in alsamixer.
7537
7538         API: gst_mixer_get_mixer_flags
7539         API: gst_mixer_message_parse_mute_toggled
7540         API: gst_mixer_message_parse_record_toggled
7541         API: gst_mixer_message_parse_volume_changed
7542         API: gst_mixer_message_parse_option_changed
7543         API: GstMixerMessageType
7544         API: GstMixerFlags
7545
7546 2007-07-20  Michael Smith <msmith@fluendo.com>
7547
7548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7549         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7550           xcontext->im_format is only for testing XShm support (as the header
7551           file comments document). Use xvimage->im_format for everything else.
7552           Avoids spurious warnings on buffer allocation before setcaps.
7553
7554 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7555
7556         * tests/examples/volume/Makefile.am:
7557         * tests/icles/Makefile.am:
7558           We should use $(LIBM).
7559
7560 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7561
7562         * tests/icles/Makefile.am:
7563           This needs -lm.
7564
7565 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7566
7567         * gst-libs/gst/rtp/gstbasertppayload.c:
7568         (gst_basertppayload_class_init), (gst_basertppayload_init),
7569         (gst_basertppayload_set_property),
7570         (gst_basertppayload_get_property):
7571         Don't break ABI, restore previous ranges. Keep the default random
7572         selection of timestamp and seqnum offset but as soon as the app sets a
7573         specific value, use that one.
7574
7575 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7576
7577         Patch by: Bastien Nocera <hadess at hadess dot net>
7578
7579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7580         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7581         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7582         * sys/xvimage/xvimagesink.h:
7583         Add option to turn off double-buffering for debugging purposes.
7584         Fixes #437169.
7585
7586 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7587
7588         Patch by: Jorn Baayen <jorn at openedhand dot com>
7589
7590         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7591         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7592         (gst_ximagesink_init), (gst_ximagesink_class_init):
7593         * sys/ximage/ximagesink.h:
7594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7595         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7596         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7597         * sys/xvimage/xvimagesink.h:
7598         add 'handle-expose' property. Useful for video widgets which may want to
7599         be in control of Expose behaviour. Fixes #380625
7600
7601 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7602
7603         * gst-libs/gst/rtp/gstbasertppayload.c:
7604         (gst_basertppayload_class_init), (gst_basertppayload_init),
7605         (gst_basertppayload_event), (gst_basertppayload_push),
7606         (gst_basertppayload_set_property),
7607         (gst_basertppayload_get_property),
7608         (gst_basertppayload_change_state):
7609         * gst-libs/gst/rtp/gstbasertppayload.h:
7610         Fix ranges of rtp payloader properties so that the full range can be
7611         used in addition to -1 (random).
7612         Fix wrong seqnum reporting in caps.
7613         Fixes #420326.
7614
7615 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7616
7617         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7618         (gst_video_rate_query):
7619         Use boilerplate.
7620         Add latency query, might not be perfect yet but already works a lot
7621         better. Fixes #442557.
7622
7623 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7624
7625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7626         (gst_xvimagesink_setcaps):
7627         * sys/xvimage/xvimagesink.h:
7628         After a caps change, redraw our borders to avoid garbage left there
7629         when the image format changes to a smaller size, like 16:9 -> 4:3
7630         Also, hold the flow_lock a bit longer in the set_caps while we're
7631         fiddling with the xcontext.
7632
7633 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7634
7635         * Makefile.am:
7636         * configure.ac:
7637         * tests/Makefile.am:
7638         Remove bogus check for libcheck, since we check for
7639         gstreamer-check and it pulls in the required info from there, and we
7640         weren't actually _using_ the information for libcheck ourselves
7641         anyway.
7642
7643 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7644
7645         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7646         (gst_ffmpeg_caps_to_pixfmt):
7647         Fix the r_mask test for RGBA32 on little-endian.
7648         Fix a stupid typo that would have obviously broken 
7649         compilation on big-endian, if anyone was testing.
7650
7651 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7652
7653         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7654         (paint_hline_str4):
7655         * gst/videotestsrc/videotestsrc.h:
7656         Add alpha to the color struct.
7657         Use a default alpha value of 255 instead of 128.
7658
7659 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7660
7661         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7662         (setup_source):
7663         Clear the dynamic pads counter when starting a new uri. This makes
7664         reusing playbin work again.
7665         Fixes #454264.
7666
7667 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7668
7669         * configure.ac:
7670           Use pkg-config to locate check.
7671
7672 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7673
7674         * configure.ac:
7675         * tests/check/elements/volume.c: (GST_START_TEST):
7676           Fix 'make check' build against core CVS.
7677
7678 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7679
7680         * gst-libs/gst/interfaces/propertyprobe.c:
7681         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7682         * gst-libs/gst/tag/gstvorbistag.c:
7683           Make gtk-doc happy.
7684
7685 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7686
7687         * gst-libs/gst/audio/gstbaseaudiosink.c:
7688         (gst_base_audio_sink_callback):
7689           Quick hack to make audiosinks stop at EOS when operating in
7690           pull-mode; needs to be fixed properly some day.
7691
7692 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7693
7694         * docs/libs/gst-plugins-base-libs-sections.txt:
7695           Fix location of includes in the docs.
7696
7697 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7698
7699         * gst/ffmpegcolorspace/avcodec.h:
7700         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7701         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7702         (gst_ffmpegcsp_avpicture_fill):
7703         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7704         (img_get_alpha_info):
7705         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7706         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7707         end of the word. Partially fixes #451908
7708
7709 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7710
7711         * docs/libs/Makefile.am:
7712         * docs/plugins/Makefile.am:
7713           Simplify --extra-dir as gtkdoc scans recursively.
7714
7715 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7716
7717         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7718         (gst_adder_request_new_pad):
7719         Make getcaps more robust by not using the proxycaps function. This makes
7720         sure that we don't end up recursively calling getcaps upstream.
7721         See #316248.
7722
7723 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7724
7725         * gst/audioconvert/audioconvert.c:
7726         Include math.h to fix compilation.
7727
7728 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7729
7730         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7731         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7732         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7733         format, as produced by some dc1394 cameras like the iSight.
7734         See http://www.fourcc.org/yuv.php#IYU1
7735
7736 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7737
7738         * gst/audioconvert/Makefile.am:
7739         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7740         (check_default), (audio_convert_prepare_context),
7741         (audio_convert_clean_context), (audio_convert_convert):
7742         * gst/audioconvert/audioconvert.h:
7743         * gst/audioconvert/gstaudioconvert.c:
7744         (gst_audio_convert_dithering_get_type),
7745         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7746         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7747         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7748         * gst/audioconvert/gstaudioconvert.h:
7749         * gst/audioconvert/gstaudioquantize.c:
7750         (gst_audio_quantize_setup_noise_shaping),
7751         (gst_audio_quantize_free_noise_shaping),
7752         (gst_audio_quantize_setup_dither),
7753         (gst_audio_quantize_free_dither),
7754         (gst_audio_quantize_setup_quantize_func),
7755         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7756         * gst/audioconvert/gstaudioquantize.h:
7757         Implement dithering and noise shaping in audioconvert. By default now
7758         TPDF dithering (and no noise shaping) will be used when converting
7759         from a higher bit depth to 20 bit depth or smaller, otherwise
7760         everything will be as it is now.
7761         For the last audioconvert in a pipeline it would make sense to
7762         use some kind of noise shaping, enabling it by default for all
7763         conversions would give undesired results though. Fixes #360246.
7764         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7765         (GST_START_TEST):
7766         Adjust unit test for the new audioconvert.
7767
7768 2007-06-28  Wim Taymans  <wim@fluendo.com>
7769
7770         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7771         Use other metrics as well when estimating the buffer level.
7772
7773 2007-06-28  Wim Taymans  <wim@fluendo.com>
7774
7775         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7776         Small debug improvement.
7777
7778         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7779         (plugin_init):
7780         Tweak the rate estimation period.
7781         When calculating the buffer filledness in rate estimation mode, don't
7782         mix it with other metrics.
7783
7784 2007-06-28  Wim Taymans  <wim@fluendo.com>
7785
7786         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7787         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7788         When creating the groups, allow for a 5 second, unlimited buffers
7789         preroll phase after which we expose the group.
7790         When the group is exposed, use a small number of buffers up to a 2
7791         second limit. Also disconnect the overrun signal from multiqueue when we
7792         exposed the group because it is not needed anymore.
7793
7794 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7795
7796         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7797           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7798           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7799           (#451707); also, output some debugging info when dealing with
7800           freeform strings.
7801
7802         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7803           Add unit test for the above.
7804
7805 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7806
7807         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7808           Add description for Windows Media RTP caps.
7809
7810         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7811           Remove RTP fields that don't define the format from caps.
7812
7813 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7814
7815         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7816           Skip empty buffers, but not empty header buffers. That way the original
7817           vorbisdec unit test still passes (#451145); also, take into account
7818           that those empty packets might carry a granulepos.
7819
7820         * tests/check/Makefile.am:
7821         * tests/check/elements/vorbisdec.c:
7822         (_create_codebook_header_buffer), (_create_audio_buffer),
7823         (GST_START_TEST), (vorbisdec_suite):
7824           Add unit test that sends an empty packet.
7825
7826 2007-06-27  Wim Taymans  <wim@fluendo.com>
7827
7828         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7829         Don't error out on 0-sized packets, just emit a warning because this is
7830         not a fatal error. Fixes #451145.
7831
7832 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7833
7834         * docs/plugins/gst-plugins-base-plugins.args:
7835         * docs/plugins/gst-plugins-base-plugins.signals:
7836         * docs/plugins/inspect/plugin-adder.xml:
7837         * docs/plugins/inspect/plugin-alsa.xml:
7838         * docs/plugins/inspect/plugin-audioconvert.xml:
7839         * docs/plugins/inspect/plugin-audiorate.xml:
7840         * docs/plugins/inspect/plugin-audioresample.xml:
7841         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7842         * docs/plugins/inspect/plugin-cdparanoia.xml:
7843         * docs/plugins/inspect/plugin-decodebin.xml:
7844         * docs/plugins/inspect/plugin-decodebin2.xml:
7845         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7846         * docs/plugins/inspect/plugin-gdp.xml:
7847         * docs/plugins/inspect/plugin-gnomevfs.xml:
7848         * docs/plugins/inspect/plugin-libvisual.xml:
7849         * docs/plugins/inspect/plugin-ogg.xml:
7850         * docs/plugins/inspect/plugin-pango.xml:
7851         * docs/plugins/inspect/plugin-playbin.xml:
7852         * docs/plugins/inspect/plugin-subparse.xml:
7853         * docs/plugins/inspect/plugin-tcp.xml:
7854         * docs/plugins/inspect/plugin-theora.xml:
7855         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7856         * docs/plugins/inspect/plugin-video4linux.xml:
7857         * docs/plugins/inspect/plugin-videorate.xml:
7858         * docs/plugins/inspect/plugin-videoscale.xml:
7859         * docs/plugins/inspect/plugin-videotestsrc.xml:
7860         * docs/plugins/inspect/plugin-volume.xml:
7861         * docs/plugins/inspect/plugin-vorbis.xml:
7862         * docs/plugins/inspect/plugin-ximagesink.xml:
7863         * docs/plugins/inspect/plugin-xvimagesink.xml:
7864           Update docs with caps info.
7865
7866 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7867
7868         * po/POTFILES.in:
7869           Add more files with translatable strings (#450875).
7870
7871 2007-06-23  Edward Hervey  <edward@fluendo.com>
7872
7873         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7874         The chain should be freed if we error out here, else it will leak.
7875         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7876         (cleanup_decodebin):
7877         Don't forget to *properly* remove the signals, else it will leak.
7878
7879 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7880
7881         * MAINTAINERS:
7882         Updating all the maintainers files
7883
7884 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7885
7886         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7887         (main):
7888           Destroy and recreate parse-launch based pipeline after stop to be able
7889           to play again. Reorder some code and add more comments.
7890
7891 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7892
7893         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7894         When handling a delayed-caps notification case, mark
7895         the group as dynamic so that the nbdynamic count is
7896         incremented and decremented correctly. Fixes: #449156
7897         Patch by: Wim Taymans <wim@fluendo.com>
7898
7899 2007-06-19  Andy Wingo  <wingo@pobox.com>
7900
7901         * gst-libs/gst/audio/gstbaseaudiosink.c
7902         (gst_base_audio_sink_init): Enable pull-mode operation.
7903
7904 2007-06-19  Michael Smith <msmith@fluendo.com>
7905
7906         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7907           Change minimum rate back to 1000 to allow low-sample-rate wav files
7908           to play back.
7909
7910 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7911
7912         * po/vi.po:
7913           Update translations.
7914
7915 2007-06-15  David Schleef  <ds@schleef.org>
7916
7917         * gst/playback/gstqueue2.c:
7918           Fix compile error from ignored return value.
7919
7920 2007-06-15  Michael Smith <msmith@fluendo.com>
7921
7922         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7923           Update tmpbuf for all neccesary rows, not just one, as is required
7924           when downscaling.
7925           Fixes #402076.
7926
7927 2007-06-15  Michael Smith <msmith@fluendo.com>
7928
7929         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7930         (eos_buffer_probe):
7931           Add a test that ensures we set DELTA_UNIT on all non-header,
7932           non-video buffers, if we have a video stream.
7933         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7934         (gst_ogg_mux_process_best_pad):
7935           Move setting delta_pad to earlier, where we inspect all pads, so
7936           that leading audio pages don't get DELTA_UNIT unset if they come
7937           before the first DELTA_UNIT from video pages. Fixes the newly-added
7938           test. Fixes #385527.
7939
7940 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7941
7942         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7943           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7944           fails on the p5-ppc64 build bot and the failure looks like it is due
7945           to the same issue as #348114, ie. a compiler bug.
7946
7947 2007-06-13  Edward Hervey  <edward@fluendo.com>
7948
7949         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7950         Fix build on MacOSX.
7951
7952 2007-06-13  Wim Taymans  <wim@fluendo.com>
7953
7954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7955         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7956         Fix compilation on mingw. Fixes #446972.
7957
7958 2007-06-12  Wim Taymans  <wim@fluendo.com>
7959
7960         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7961
7962         * gst/playback/gstqueue2.c: (update_buffering),
7963         (gst_queue_locked_enqueue):
7964         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7965         also update the buffering status when receiving events. Fixes #446551.
7966
7967 2007-06-11  Wim Taymans  <wim@fluendo.com>
7968
7969         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7970
7971         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7972         (gst_queue_handle_src_query):
7973         Wait for preroll before attempting to forward a duration query upstream.
7974         Fixes #445505.
7975
7976 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7977
7978         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7979         (gst_base_rtp_depayload_set_gst_timestamp):
7980         Use G_GINT64_CONSTANT macro for int64 constant.
7981         * win32/common/libgstinterfaces.def:
7982         * win32/common/libgsttag.def:
7983         Add new exported functions.
7984
7985 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7986
7987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7988           The BOS page of the first Dirac video stream needs to come before
7989           the BOS page of any Vorbis streams or other audio streams, just like
7990           it is with Theora.
7991
7992 2007-06-07  Wim Taymans  <wim@fluendo.com>
7993
7994         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7995         Fix compilation.
7996
7997 2007-06-06  Wim Taymans  <wim@fluendo.com>
7998
7999         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8000
8001         * gst/playback/gstqueue2.c: (gst_queue_init),
8002         (gst_queue_handle_sink_event), (gst_queue_chain),
8003         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8004         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8005         (gst_queue_src_activate_pull):
8006         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8007         Does not yet completely work because duration queries upstream won't
8008         block yet.
8009
8010 2007-06-06  Wim Taymans  <wim@fluendo.com>
8011
8012         * configure.ac:
8013         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8014         Some more fseeko checks.
8015
8016 2007-06-06  Wim Taymans  <wim@fluendo.com>
8017
8018         * configure.ac:
8019         check for large file support.
8020
8021 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8022
8023         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8024
8025         * gst/subparse/gstsubparse.c: (parse_subrip),
8026         (subviewer_unescape_newlines), (parse_subviewer),
8027         (gst_sub_parse_data_format_autodetect),
8028         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8029         * gst/subparse/gstsubparse.h:
8030         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8031         * tests/check/elements/subparse.c: (GST_START_TEST),
8032         (subparse_suite):
8033         Add a unit test for both SubViewer formats.
8034
8035 2007-06-01  Michael Smith <msmith@fluendo.com>
8036
8037         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8038           Don't overflow intermediate values when seeking to large time values
8039           in audiotestsrc.
8040
8041 2007-06-05  Wim Taymans  <wim@fluendo.com>
8042
8043         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8044         (gst_queue_create_read), (gst_queue_read_item_from_file),
8045         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8046         Include stdio to define fseeko.
8047
8048 2007-06-05  Wim Taymans  <wim@fluendo.com>
8049
8050         Patch by: Edward Hervey  <edward@fluendo.com>
8051
8052         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8053         (gst_v4lsrc_query):
8054         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8055
8056 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8057
8058         * gst-libs/gst/riff/Makefile.am:
8059         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8060           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8061           our own implementation.
8062
8063 2007-06-05  Wim Taymans  <wim@fluendo.com>
8064
8065         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8066         (gst_base_rtp_depayload_setcaps),
8067         (gst_base_rtp_depayload_set_gst_timestamp),
8068         (gst_base_rtp_depayload_change_state):
8069         Handle timestamp wraparound.
8070
8071 2007-06-05  Wim Taymans  <wim@fluendo.com>
8072
8073         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8074         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8075         (gst_uri_decode_bin_change_state):
8076         Make sure we name srcpads uniquely even when using different internal
8077         decodebins.
8078         Signal no-more-pads when no more dynamic elements exist.
8079         Remove pads on cleanup.
8080
8081 2007-06-05  Wim Taymans  <wim@fluendo.com>
8082
8083         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8084
8085         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8086         (gst_queue_init), (gst_queue_finalize),
8087         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8088         (gst_queue_create_read), (gst_queue_read_item_from_file),
8089         (gst_queue_open_temp_location_file),
8090         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8091         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8092         (gst_queue_is_empty), (gst_queue_is_filled),
8093         (gst_queue_change_state), (gst_queue_set_temp_location),
8094         (gst_queue_set_property):
8095         Add support for filebased buffering. Fixes #441264.
8096
8097 2007-06-05  Wim Taymans  <wim@fluendo.com>
8098
8099         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8100         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8101         (caps_notify_group_cb), (gst_decode_group_new),
8102         (gst_decode_group_free):
8103         Add support for delayed caps fixation when autoplugging.
8104         Optimize cases where a multiqueue is not needed/wanted, like right after
8105         anything that is not a demuxer.
8106
8107 2007-06-05  Wim Taymans  <wim@fluendo.com>
8108
8109         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8110         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8111         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8112         consideratly speedup ogg chain detection by not trying to find a base
8113         timestamp for skeleton streams. 
8114
8115 2007-06-05  Wim Taymans  <wim@fluendo.com>
8116
8117         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8118         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8119         (gst_multi_fd_sink_remove_flush),
8120         (gst_multi_fd_sink_remove_client_link),
8121         (gst_multi_fd_sink_handle_client_write),
8122         (gst_multi_fd_sink_handle_clients):
8123         * gst/tcp/gstmultifdsink.h:
8124         Add support for remove_flush.
8125
8126 2007-06-05  Wim Taymans  <wim@fluendo.com>
8127
8128         * docs/design/draft-keyframe-force.txt:
8129         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8130         (theora_enc_chain):
8131         Add draft design for forcing keyframes in encoders and implement in
8132         theoraenc.
8133
8134 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8135
8136         * configure.ac:
8137           Back to CVS
8138
8139 === release 0.10.13 ===
8140
8141 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8142
8143         * configure.ac:
8144           releasing 0.10.13, "What's Going on?"
8145
8146 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8147
8148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8149         In riff, the depth is stored in the size field but it just means that
8150         the least significant bits are cleared. We can therefore just play
8151         the sample as if it had a depth == width. Fixes: #440997
8152
8153         Patch by: Wim Taymans <wim@fluendo.com> 
8154         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8155
8156 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8157
8158         * gst-libs/gst/floatcast/floatcast.h:
8159         Define inline when needed on win32 builds. Fixes: #441295
8160         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8161
8162 2007-05-29  Wim Taymans  <wim@fluendo.com>
8163
8164         * gst/playback/gstplaybasebin.c: (queue_overrun),
8165         (no_more_pads_full):
8166         Stop buffering when the group is commited because the queues filled up.
8167         Fixes #442024.
8168
8169 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8170
8171         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8172         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8173         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8174         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8175         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8176         * ext/alsa/gstalsamixer.h:
8177         * ext/alsa/gstalsamixerelement.c:
8178         (gst_alsa_mixer_element_interface_supported),
8179         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8180         (gst_alsa_mixer_element_set_property),
8181         (gst_alsa_mixer_element_get_property),
8182         (gst_alsa_mixer_element_change_state):
8183         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8184         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8185         (gst_mixer_option_changed):
8186         * gst-libs/gst/interfaces/mixer.h:
8187         Revert commits towards #152864 made so far. We'll pick it up again
8188         after the 0.10.13 release.
8189
8190 2007-05-24  Wim Taymans  <wim@fluendo.com>
8191
8192         * gst-libs/gst/audio/gstbaseaudiosink.c:
8193         (gst_base_audio_sink_render):
8194         After an interrupt (PAUSED/flush) assume that the next sample should not
8195         be aligned to the previous sample. Fixes #417992.
8196
8197 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8198
8199         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8200           Don't add channels and rate fields to the template caps for
8201           audio/x-dts, as wavparse might not always be able to set them,
8202           which would then lead to 'caps are not a real subset of the
8203           template caps' warnings.
8204
8205 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8206
8207         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8208         Handle unknown or invalid pads without crashing, as might occur if
8209         a media file like an mp3 is specified as a subtitle file.
8210         Fixes: #410039
8211
8212 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8213
8214         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8215         (setup_sinks):
8216         Block the subtitle bin output queue before ghosting it and linking,
8217         then unblock after. This avoids spurious not-linked errors caused 
8218         by the queue starting up (because it gets linked when it is ghosted). 
8219         Fixes: #350299
8220
8221 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8222
8223         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8224         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8225         file. Avoids flukes where the input gets typefound to some valid but
8226         useless type.
8227
8228 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8229
8230         * tests/check/Makefile.am:
8231         * tests/check/elements/.cvsignore:
8232         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8233         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8234           Add unit test for gnomevfssink seeking and position reporting for
8235           file:// URIs.
8236
8237 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8238
8239         Patch by: Mark Nauwelaerts <manauw at skynet be>
8240
8241         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8242         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8243         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8244         * ext/gnomevfs/gstgnomevfssink.h:
8245           Fix position reporting, especially after a seek (from upstream),
8246           see #412648.
8247
8248 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8249
8250         * ext/cdparanoia/gstcdparanoiasrc.c:
8251           Repair umlaut.
8252
8253 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8254
8255         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8256         Specify the full valid range for MP3 samplerates. Fixes a regression
8257         caused by extra header checks since the last release.
8258
8259 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8260
8261         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8263         Fix a locking-order bug I introduced with my changes the other day.
8264         Patch by Mike Smith.
8265
8266 2007-05-21  Michael Smith <msmith@fluendo.com>
8267
8268         * ext/theora/theoradec.c: (theora_handle_data_packet):
8269           Don't look inside 0-length packets (which indicate duplicated
8270           frames)
8271
8272 2007-05-21  Wim Taymans  <wim@fluendo.com>
8273
8274         * ext/cdparanoia/gstcdparanoiasrc.c:
8275         (gst_cd_paranoia_src_read_sector):
8276         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8277         (gst_base_audio_src_create):
8278         Small cleanups.
8279
8280         * ext/theora/theoradec.c: (theora_dec_sink_event):
8281         Fix typo.
8282
8283         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8284         (gst_base_rtp_depayload_set_gst_timestamp):
8285         Add some FIXME
8286
8287         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8288         And some debug info when a FIXME path is hit.
8289
8290 2007-05-21  Wim Taymans  <wim@fluendo.com>
8291
8292         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8293         (gst_base_rtp_audio_payload_class_init),
8294         (gst_base_rtp_audio_payload_init),
8295         (gst_base_rtp_audio_payload_finalize),
8296         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8297         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8298         (gst_base_rtp_payload_audio_handle_event):
8299         Some cleanups, remove minptime property as it is now in the parent
8300         class.
8301         Override parent class event function.
8302
8303         * gst-libs/gst/rtp/gstbasertppayload.c:
8304         (gst_basertppayload_class_init), (gst_basertppayload_init),
8305         (gst_basertppayload_event), (gst_basertppayload_set_property),
8306         (gst_basertppayload_get_property):
8307         * gst-libs/gst/rtp/gstbasertppayload.h:
8308         Add min-ptime property.
8309         Add handle-event vmethod. Fixes #415001.
8310
8311 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8312
8313         * gst-libs/gst/audio/gstbaseaudiosink.c
8314           (gst_base_audio_sink_change_state):
8315           Fix typo in comment.
8316
8317         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8318           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8319           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8320           close_link):
8321         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8322           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8323           Remove trailing whitespaces in comments.
8324
8325         * gst/volume/Makefile.am:
8326           Fix tabs.
8327
8328 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8329
8330         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8331
8332         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8333           set_option, get_option, _gst_reserved):
8334           Revert reordering functions (keep ABI).
8335
8336 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8337
8338         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8339         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8340         (gst_ximagesink_show_frame):
8341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8342         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8343         (gst_xvimagesink_show_frame):
8344         When we create our own window, indicate that we handle the 
8345         WM_DELETE client message from the window manager, so that it won't 
8346         kill our window (and our app) along with it. Handle ClientMessage,
8347         post an error on the bus, and close the window. Further buffers
8348         arriving will result in a FlowError because the window has been
8349         destroyed.
8350
8351         Fixes: #393975
8352
8353         Clean up the X event handling loop and make them the same for
8354         both xvimagesink and ximagesink while I'm at it.
8355
8356 2007-05-17  Wim Taymans  <wim@fluendo.com>
8357
8358         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8359         Make decodebin2 autoplug depayloaders too.
8360
8361         * gst/playback/gsturidecodebin.c: (source_new_pad):
8362         Set the newly created decoder in a usable state when autoplugging a
8363         dynamic source such as RTSP.
8364
8365 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8366
8367         * gst/playback/gststreaminfo.c: (cb_probe):
8368           Ignore video-codec tag for audio streams and ignore audio-codec tags
8369           for video streams. Should make codec name collection a bit more
8370           robust against sloppy demuxers that send tag events containing both
8371           tags down each pad.
8372
8373 2007-05-17  Wim Taymans  <wim@fluendo.com>
8374
8375         * gst/playback/gstqueue2.c: (update_rates):
8376         Tweak the buffering thresholds a little.
8377         Update the buffer size with the previously calculate rate instead of
8378         only when we calculate a new rate so that we get smoother buffering
8379         updates.
8380
8381         * gst/playback/Makefile.am:
8382         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8383         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8384         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8385         (gst_uri_decode_bin_get_property), (unknown_type),
8386         (add_element_stream), (no_more_pads_full), (no_more_pads),
8387         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8388         (gen_source_element), (has_all_raw_caps), (analyse_source),
8389         (remove_decoders), (make_decoder), (remove_source),
8390         (source_new_pad), (setup_source), (decoder_query_init),
8391         (decoder_query_duration_fold), (decoder_query_duration_done),
8392         (decoder_query_position_fold), (decoder_query_position_done),
8393         (decoder_query_latency_fold), (decoder_query_latency_done),
8394         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8395         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8396         (gst_uri_decode_bin_change_state), (plugin_init):
8397         New element that intergrates a source, optional buffering element and
8398         decodebin.
8399
8400 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8401
8402         * configure.ac:
8403           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8404           (also has a .pc file, so we don't need the fallback check any
8405           longer). Fixes #438840.
8406
8407 2007-05-17  Wim Taymans  <wim@fluendo.com>
8408
8409         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8410         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8411         (apply_segment), (apply_buffer), (update_buffering),
8412         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8413         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8414         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8415         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8416         (plugin_init):
8417         fix build.
8418
8419 2007-05-17  Wim Taymans  <wim@fluendo.com>
8420
8421         * gst/playback/Makefile.am:
8422         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8423         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8424         (gst_queue_getcaps), (gst_queue_bufferalloc),
8425         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8426         (apply_buffer), (update_buffering), (reset_rate_timer),
8427         (update_rates), (gst_queue_locked_flush),
8428         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8429         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8430         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8431         (gst_queue_loop), (gst_queue_handle_src_event),
8432         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8433         (gst_queue_src_activate_push), (gst_queue_change_state),
8434         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8435         On our way to playbin2 this is the new network queue that does buffering
8436         all by itself using high and low watermarks. It can also measure up and
8437         downstream bandwidth to optimally size the queue.
8438
8439 2007-05-17  Michael Smith <msmith@fluendo.com>
8440
8441         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8442         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8443           Use the segment->last_stop value to calculate the next timestamp to
8444           generate after a seek; not the segment->start value.
8445
8446 2007-05-15  David Schleef  <ds@schleef.org>
8447
8448         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8449           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8450
8451 2007-05-15  Wim Taymans  <wim@fluendo.com>
8452
8453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8454         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8455         Some more chained streaming ogg timestamp fixes.
8456
8457 2007-05-15  Wim Taymans  <wim@fluendo.com>
8458
8459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8460         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8461         (gst_ogg_demux_handle_page):
8462         Add some FIXMEs.
8463         Fix chain start/stop segment handling based on patch by
8464         <ahalda at cs dot mcgill dot ca> see #320984.
8465
8466 2007-05-15  Michael Smith <msmith@fluendo.com>
8467
8468         * configure.ac:
8469           We don't require a C++ compiler. So don't require one.
8470
8471 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8472
8473         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8474           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8475           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8476           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8477           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8478           gst_alsa_mixer_update_track):
8479           Apply some of the cleanup Tim suggested in #152864 afterwards.
8480
8481 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8482
8483         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8484
8485         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8486           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8487           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8488           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8489           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8490           gst_alsa_mixer_handle_source_callback,
8491           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8492           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8493           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8494           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8495           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8496           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8497         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8498         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8499           gst_alsa_mixer_element_interface_supported,
8500           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8501           gst_alsa_mixer_element_set_property,
8502           gst_alsa_mixer_element_get_property,
8503           gst_alsa_mixer_element_change_state):
8504         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8505         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8506           gst_mixer_option_changed):
8507         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8508           volume_changed, option_changed, _gst_reserved):
8509           Implement notification for alsamixer. Fixes #152864
8510
8511 2007-05-14  David Schleef  <ds@schleef.org>
8512
8513         * gst/videotestsrc/videotestsrc.c:
8514         * gst/videotestsrc/videotestsrc.h:
8515           Add support for video/x-raw-bayer.
8516
8517 2007-05-12  David Schleef  <ds@schleef.org>
8518
8519         * sys/xvimage/xvimagesink.c:
8520           Add some sanity checking for the XVImage size returned by X.
8521           Related to #377400.
8522
8523 2007-05-12  Wim Taymans  <wim@fluendo.com>
8524
8525         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8526         (gst_base_rtp_depayload_setcaps),
8527         (gst_base_rtp_depayload_set_gst_timestamp):
8528         Parse and use additional caps fields as described in updated
8529         application/x-rtp caps spec.
8530
8531 2007-05-12  Wim Taymans  <wim@fluendo.com>
8532
8533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8534         (gst_ogg_demux_collect_chain_info):
8535         If there is a stream in a chain without any data packets, ignore the
8536         stream in the total length calculations. Might be related to #436820.
8537
8538 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8539
8540         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8541         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8542         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8543         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8544         (plugin_init):
8545
8546         Consolidate and re-work our mpeg system stream detection to probe
8547         more packets and produce a higher confidence result. Fixes a
8548         regression caused by lowering the typefind probability last year
8549         - related to bug #397810. Remove the redundant MPEG-1 specific 
8550         typefind function, as the new one detects both MPEG-1 & MPEG-2
8551         happily.
8552
8553         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8554         little. 
8555
8556         Tested against my media test directory, with some improvements and
8557         no regressions.
8558
8559 2007-05-10  Wim Taymans  <wim@fluendo.com>
8560
8561         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8562         (queue_out_of_data):
8563         Connect to the new queue "pushing" signal instead of the broken
8564         "running" one.
8565
8566 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8567
8568         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8569         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8570         Move variable declaration before the first instruction.
8571         * gst/videotestsrc/videotestsrc.c:
8572         Define M_PI if it's not defined yet.
8573         * win32/common/libgstrtp.def:
8574         Add new exported functions.
8575
8576 2007-05-09  Michael Smith <msmith@fluendo.com>
8577
8578         * ext/theora/theoradec.c: (theora_handle_type_packet):
8579           gst_pad_push_event() does not return a GstFlowReturn!
8580
8581 2007-05-09  Wim Taymans  <wim@fluendo.com>
8582
8583         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8584         * tests/examples/seek/seek.c: (do_seek):
8585         Some small cosmetic changes.
8586
8587 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8588
8589         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8590           gst_adder_change_state):
8591         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8592           segment_pending, segment_position, segment_rate):
8593           Handle playback-rate on adder.
8594
8595 2007-05-07  Michael Smith <msmith@fluendo.com>
8596
8597         * ext/theora/gsttheoradec.h:
8598         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8599         (theora_dec_sink_event), (theora_handle_comment_packet),
8600         (theora_handle_type_packet), (theora_dec_change_state):
8601           Don't push events (newsegment, tags) before initialising the
8602           decoder.
8603           This is neccesary for seeking to work correctly in gnonlin.
8604
8605 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8606
8607         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8608         * gst/adder/gstadder.c:
8609         * gst/audiotestsrc/gstaudiotestsrc.c
8610           (gst_audio_test_src_create_white_noise):
8611         * gst/videotestsrc/gstvideotestsrc.c:
8612         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8613           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8614           volume_sink_template, volume_src_template, gst_volume_init,
8615           volume_process_double, volume_process_int16,
8616           volume_process_int16_clamp):
8617           Doc fixes and formatting.
8618
8619 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8620
8621         * tests/check/Makefile.am:
8622         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8623           Minimal check for volume's GstController usability; also another
8624           test for #422295.
8625
8626 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8627
8628         * gst-libs/gst/cdda/gstcddabasesrc.c:
8629         (gst_cdda_base_src_add_track):
8630           Fix it so that it (a) makes sense and (b) doesn't break
8631           everything cdda-related including the unit test.
8632
8633 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8634
8635         * gst-libs/gst/cdda/gstcddabasesrc.c:
8636         (gst_cdda_base_src_add_track):
8637           Fix build when disabling asserts.
8638
8639 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8640
8641         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8642           When XShm is not available, we might get row strides that are not
8643           rounded up to multiples of four; this is bad, because virtually
8644           every RGB-processing element in GStreamer assumes rowstrides are
8645           rounded up to multiples of four, so let's allocate at least enough
8646           memory to avoid crashes in this case. The image will still be
8647           displayed distorted though if this happens, so that still needs
8648           fixing (maybe by allocating a bigger image with an 'even' width
8649           and then clipping it appropriately when rendering - something for
8650           Xlib aficionados in any case).
8651
8652 2007-05-03  Michael Smith <msmith@fluendo.com>
8653
8654         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8655           If a buffer doesn't have a timestamp, assume it's contiguous with
8656           the previous buffer, and synthesise timestamps appropriately.
8657
8658 2007-05-03  Edward Hervey  <edward@fluendo.com>
8659
8660         * tests/check/elements/videorate.c: (GST_START_TEST):
8661         Set buffer timestamp to a valid value in order to test the buffer
8662         really does stay in videorate.
8663
8664 2007-05-03  Edward Hervey  <edward@fluendo.com>
8665
8666         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8667         There is no sensible way to handle incoming buffers which don't have a
8668         valid timestamp. We therefore discard them and wait for the next one.
8669
8670 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8671
8672         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8673         * gst/playback/gstdecodebin2.c: (plugin_init):
8674           Better error message for text files.
8675
8676 2007-04-29  Wim Taymans  <wim@fluendo.com>
8677
8678         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8679         Fix offset bug in generation RR packets.
8680
8681 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8682
8683         * ext/theora/theoradec.c: (_theora_granule_time),
8684         (theora_dec_push_forward), (theora_handle_data_packet),
8685         (theora_dec_decode_buffer): Calculate buffer duration correctly
8686         to generate a perfect stream (#433888).
8687         * gst/audioresample/gstaudioresample.c:
8688         (audioresample_check_discont): Glib provides ABS.
8689
8690 2007-04-27  Wim Taymans  <wim@fluendo.com>
8691
8692         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8693         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8694         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8695         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8696         (gst_rtcp_packet_bye_set_reason):
8697         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8698         Fix RB block parsing and writing.
8699         Add support for constructing BYE packets.
8700
8701 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8702
8703         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8704         (gst_base_audio_src_create):
8705         * po/POTFILES.in:
8706           When posting a warning message because samples were dropped, post
8707           something more intelligible than he default error message for clock
8708           errors which is just confusing in this context (#432984).
8709
8710 2007-04-25  Wim Taymans  <wim@fluendo.com>
8711
8712         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8713         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8714         (read_packet_header), (gst_rtcp_packet_move_to_next),
8715         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8716         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8717         (gst_rtcp_packet_sdes_get_item_count),
8718         (gst_rtcp_packet_sdes_first_item),
8719         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8720         (gst_rtcp_packet_sdes_first_entry),
8721         (gst_rtcp_packet_sdes_next_entry),
8722         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8723         (gst_rtcp_packet_sdes_add_entry):
8724         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8725         Implement code to write SR, RR and SDES packets.
8726
8727 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8728
8729         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8730
8731         * sys/ximage/ximagesink.c:
8732           Fix build if XShm is not available (#432362).
8733
8734 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8735
8736         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8737         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8738         pointers to random memory which are passed to g_free() when
8739         audio_convert_prepare_context() is called the first time.
8740
8741 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8742
8743         Patch by: Dan Williams <dcbw redhat com>
8744
8745         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8746           Don't leak incoming buffer if gst_pad_push() returns a
8747           non-OK flow. Fixes #432755.
8748          
8749         * tests/check/elements/videorate.c: (GST_START_TEST),
8750         (videorate_suite):
8751           Unit test for the above by Yours Truly.
8752
8753 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8754
8755         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8756         (gst_adder_sink_event), (gst_adder_collected):
8757           Fix non-flushing segmented seeks, Fixes #340060 for me
8758
8759 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8760
8761         Patch by: Olivier Crete  <tester at tester ca>
8762
8763         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8764         (gst_base_rtp_audio_payload_class_init),
8765         (gst_base_rtp_audio_payload_init),
8766         (gst_base_rtp_audio_payload_dispose):
8767           Chain up to parent class in dispose function; get rid of
8768           unnecessary 'diposed' flag in private structure (#415001).
8769
8770 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8771
8772         * docs/libs/gst-plugins-base-libs.types:
8773         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8774         (gst_base_rtp_audio_payload_class_init):
8775         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8776         * gst-libs/gst/rtp/gstbasertppayload.c:
8777           Some minor docs fixes and additions; also add missing 'Since' bits.
8778
8779 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8780
8781         Patch by: Zeeshan Ali  <zeenix gmail com>
8782
8783         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8784         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8785         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8786         (gst_base_rtp_audio_payload_push):
8787         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8788           The recently-added gst_base_rtp_audio_payload_push() should take an
8789           object of type GstBaseRTPAudioPayload as first argument (#431672).
8790
8791 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8792
8793         * gst/audioresample/gstaudioresample.c:
8794           Make more functions static, just because we can.
8795
8796 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8797
8798         * tests/check/elements/audioresample.c:
8799           Add unit test for audioresample shutdown crasher (#420106).
8800
8801 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8802
8803         * gst/subparse/gstsubparse.c:
8804         * gst/subparse/samiparse.c:
8805           Use GST_DISABLE_XML here
8806
8807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8808         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8809         (gst_xvimagesink_buffer_alloc),
8810         (gst_xvimagesink_navigation_send_event):
8811         * sys/xvimage/xvimagesink.h:
8812           Include stdlib.h when using atoi.
8813           
8814         * tests/check/elements/playbin.c: (playbin_suite):
8815           Use GST_DISABLE_REGISTRY here
8816
8817 2007-04-19  Michael Smith  <msmith@fluendo.com>
8818
8819         * ext/theora/gsttheoraenc.h:
8820         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8821         (theora_enc_sink_event), (theora_enc_change_state):
8822           Track initialisation state; don't try to use encoder state if we're
8823           not initialised (it'll segfault).
8824
8825 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8826
8827         * tests/check/pipelines/.cvsignore:
8828         Fix build.
8829
8830 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8831
8832         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8833         Allow random depths between 1 and 32 instead of only multiplies of 8.
8834
8835 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8836
8837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8838         Set the maximum number of channels for PCM and float in the correct
8839         place to have it also used when creating the template caps.
8840
8841 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8842
8843         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8844         Correctly support 4, 6 and 8 channels with normal PCM and float
8845         wav files.
8846
8847         Fix the depth and signedness calculation in extensible wav files and
8848         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8849         mask is found.
8850
8851         Add support for float, alaw and mulaw in extensible wav files.
8852
8853         This allows correct playback of all but 5 files from
8854         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8855         
8856         (gst_riff_create_audio_template_caps):
8857         Add voxware and float formats to the template caps.     
8858
8859 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8860
8861         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8862
8863         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8864         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8865
8866         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8867         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8868         Use the correct format strings for integer formats.
8869
8870 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8871
8872         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8873           Don't use pad_alloc_buffer_and_set_caps to create a small header
8874           packet, or, worse, to create a big temporary video buffer using the
8875           src pad.
8876
8877 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8878
8879         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8880         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8881           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8882           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8883
8884 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8885
8886         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8887           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8888           streamheader_suite):
8889           Add another test set up for failure
8890
8891 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8892
8893         * tests/check/Makefile.am:
8894         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8895           GST_START_TEST, streamheader_suite, main):
8896           Add a test for the streamheader bug Wim fixed.
8897
8898 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8899
8900         * ext/theora/theoradec.c: (theora_dec_sink_event):
8901         Fix misleading comment.
8902
8903 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8904
8905         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8906           More sanity checks for the header fields.
8907
8908 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8909
8910         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8911           Try encodings from all environment variables, not just those in the
8912           first environment variable that is set.
8913
8914 2007-04-12  Wim Taymans  <wim@fluendo.com>
8915
8916         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8917         (gst_video_rate_chain):
8918         Add some debug.
8919
8920         * tests/check/elements/videorate.c: (GST_START_TEST),
8921         (videorate_suite):
8922         Added check for videorate changing caps handling. Closes #421834.
8923
8924 2007-04-12  Michael Smith  <msmith@fluendo.com>
8925
8926         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8927           Use scale functions to avoid overflow when calculating duration of 
8928           vorbis buffers.
8929
8930 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8931
8932         * docs/libs/gst-plugins-base-libs-sections.txt:
8933         * gst-libs/gst/tag/tag.h:
8934         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8935           API: add gst_tag_freeform_string_to_utf8() (#405072).
8936
8937         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8938           Use gst_tag_freeform_string_to_utf8() here.
8939
8940 2007-04-12  Wim Taymans  <wim@fluendo.com>
8941
8942         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8943         (gst_gdp_pay_sink_event):
8944         Make sure we set the IN_CAPS flag correctly.
8945
8946         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8947         Get the IN_CAPS flag before we call functions that mess with the flags.
8948
8949 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8950
8951         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8952           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8953           Only stamp buffers with offset/offset_end right before they get
8954           pushed.  This ensures offset continuity, which was not the case
8955           before as shown by
8956           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8957
8958 2007-04-06  Wim Taymans  <wim@fluendo.com>
8959
8960         * gst/playback/gstplaybin.c: (add_sink),
8961         (gst_play_bin_change_state):
8962         Activate sync in playbin, we are ready to handle it for live streams.
8963
8964 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8965
8966         * tests/check/elements/playbin.c:
8967         (test_sink_usage_video_only_stream), (playbin_suite):
8968           Add small test for stream-info-value-array code paths.
8969
8970 2007-04-05  Wim Taymans  <wim@fluendo.com>
8971
8972         * gst-libs/gst/audio/gstbaseaudiosink.c:
8973         (gst_base_audio_sink_skew_slaving):
8974         Don't try to create invalid calibration parameters by making the
8975         internal time go backwards, instead make external time go forward.
8976
8977 2007-04-05  Wim Taymans  <wim@fluendo.com>
8978
8979         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8980
8981         * gst/playback/gstplaybasebin.c: (add_stream):
8982         Fix leak in add_stream(), when g_value_set_object() increases the
8983         refcount of streaminfo object. Fixes #426250.
8984
8985 2007-04-03  David Schleef  <ds@schleef.org>
8986
8987         * gst/videotestsrc/gstvideotestsrc.c:
8988         * gst/videotestsrc/gstvideotestsrc.h:
8989         * gst/videotestsrc/videotestsrc.c:
8990         * gst/videotestsrc/videotestsrc.h:
8991           Add a test pattern called "circular", which has concentric
8992           rings with varying radial frequency.  The main purpose of this
8993           pattern is to test fidelity loss in a filter or scaler element.
8994           Notably, this pattern is scale invariant, and is optimally viewed
8995           with a width (and height) of 400.
8996
8997 2007-04-03  Wim Taymans  <wim@fluendo.com>
8998
8999         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9000
9001         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9002         (deactivate_free_recursive):
9003         Decodebin2 doesn't unref pads it obtains in some occasions:
9004         - multiqueue src pads, when either connecting further or exposing
9005         - sink pads of new autoplugged elements
9006         - peer pads when recursively freeing elements
9007         Fixes #425455.
9008
9009 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9010
9011         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9012         Add audio/x-raw-float support, now that audioconvert support
9013         non-native endianness floats.
9014
9015 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9016
9017         * docs/libs/gst-plugins-base-libs-docs.sgml:
9018           gstreamer-plugins-base.pc doesn't exist, it's
9019           gstreamer-plugins-base-0.10.pc.
9020
9021 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9022
9023         Patch by: René Stadler <mail at renestadler dot de>
9024         with some minor changes
9025
9026         * gst-libs/gst/floatcast/floatcast.h:
9027         Use more efficient float endianness conversion functions that don't
9028         involve 2 function calls per value.
9029         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9030         (check_default), (audio_convert_prepare_context):
9031         * gst/audioconvert/gstaudioconvert.c:
9032         (gst_audio_convert_parse_caps), (make_lossless_changes):
9033         Support non-native endianness floats as input and output.
9034         Fixes #339838.
9035         * tests/check/elements/audioconvert.c: (verify_convert),
9036         (GST_START_TEST):
9037         Add unit tests for the non-native endianness float conversions.
9038
9039 2007-03-29  Wim Taymans  <wim@fluendo.com>
9040
9041         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9042         (gst_base_rtp_depayload_base_init),
9043         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9044         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9045         (gst_base_rtp_depayload_set_gst_timestamp),
9046         (gst_base_rtp_depayload_change_state),
9047         (gst_base_rtp_depayload_set_property),
9048         (gst_base_rtp_depayload_get_property):
9049         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9050         Add Private structure.
9051         Bring element code to 2007.
9052         Parse clock-base caps param and use it when generating the
9053         newsegment.
9054         Reset variables before going to PAUSED.
9055         Fix some docs.
9056
9057 2007-03-29  Wim Taymans  <wim@fluendo.com>
9058
9059         * docs/libs/gst-plugins-base-libs-docs.sgml:
9060         * docs/libs/gst-plugins-base-libs-sections.txt:
9061         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9062         (gst_base_rtp_audio_payload_get_adapter):
9063         Add RTCP docs.
9064         Fix some more docs.
9065
9066         * gst-libs/gst/rtp/Makefile.am:
9067         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9068         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9069         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9070         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9071         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9072         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9073         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9074         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9075         (gst_rtcp_packet_sr_get_sender_info),
9076         (gst_rtcp_packet_sr_set_sender_info),
9077         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9078         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9079         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9080         (gst_rtcp_packet_sdes_get_chunk_count),
9081         (gst_rtcp_packet_sdes_first_chunk),
9082         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9083         (gst_rtcp_packet_sdes_first_item),
9084         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9085         (gst_rtcp_packet_bye_get_ssrc_count),
9086         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9087         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9088         (gst_rtcp_packet_bye_get_reason_len),
9089         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9090         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9091         Add new helper object for parsing and creating RTCP messages.
9092
9093 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9094
9095         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9096         PCM samples with width=8 must be always unsigned, no matter what
9097         depth they have.
9098
9099 2007-03-29  Andy Wingo  <wingo@pobox.com>
9100
9101         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9102         perfect offsets also, not just timestamps.
9103
9104         * tests/check/elements/videorate.c (test_more): Test that given
9105         any incoming offsets, that videorate produces perfect offsets.
9106
9107 2007-03-29  Wim Taymans  <wim@fluendo.com>
9108
9109         * gst-libs/gst/riff/riff-ids.h:
9110         Add some more RIFF formats.
9111
9112 2007-03-29  Wim Taymans  <wim@fluendo.com>
9113
9114         * gst-libs/gst/rtp/gstrtpbuffer.c:
9115         (gst_rtp_buffer_default_clock_rate):
9116         * gst-libs/gst/rtp/gstrtpbuffer.h:
9117         Fix fixed payload names and docs.
9118         Added method to get the default clock rates of fixed payload types.
9119         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9120
9121 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9122
9123         * tests/check/pipelines/.cvsignore:
9124         Add new vorbisdec test to cvsignore.
9125
9126 2007-03-28  Wim Taymans  <wim@fluendo.com>
9127
9128         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9129         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9130         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9131         (gst_base_audio_sink_set_property),
9132         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9133         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9134         (gst_base_audio_sink_skew_slaving),
9135         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9136         (gst_base_audio_sink_async_play):
9137         * gst-libs/gst/audio/gstbaseaudiosink.h:
9138         Store private stuff in GstBaseAudioSinkPrivate.
9139         Add configurable clock slaving modes property.
9140         API:: GstBaseAudioSink::slave-method property
9141         Some more latency reporting tweaks.
9142         Added skew based clock slaving correction and make it the default until
9143         the resampling method is more robust.
9144
9145 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9146
9147         * gst/audioconvert/audioconvert.c:
9148         Add docs to the integer pack functions and implement proper
9149         rounding. Before we had rounding towards negative infinity, i.e.
9150         always the smaller number was taken. Now we use natural rounding,
9151         i.e. rounding to the nearest integer and to the one with the largest
9152         absolute value for X.5. The old rounding introduced some minor
9153         distortions. Fixes #420079
9154         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9155         Fix one unit test that assumed the old rounding and added unit tests
9156         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9157         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9158         rounding from signed int32 to signed/unsigned int16.
9159
9160 2007-03-27  Michael Smith  <msmith@fluendo.com>
9161
9162         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9163         (gst_audio_convert_transform_caps):
9164           Fix typo in debug line introduced recently, as pointed out on irc.
9165
9166 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9167
9168         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9169         * tests/check/libs/tag.c: (GST_START_TEST):
9170           Make sure we parse floating-point numbers in vorbis comments
9171           correctly with either '.' or ',' as separator, no matter what
9172           the current locale is. Add unit test for this too.
9173
9174 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9175
9176         Patch by: René Stadler  <mail at renestadler de>
9177
9178         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9179           When writing out floating-point numbers to vorbis comment tags, always
9180           use the same character as separator no matter what the current locale is
9181           (fixes #423051).
9182
9183         * tests/check/libs/tag.c: (GST_START_TEST):
9184           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9185
9186 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9187
9188         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9189           vorbis_handle_data_packet):
9190           Correctly set DURATION to generate a timestamp-continuous stream.
9191           One bug left at the end; see
9192           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9193         * tests/check/Makefile.am:
9194         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9195           Add a test to check this.  Without the above patch this test fails.
9196
9197 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9198
9199         * gst-libs/gst/rtp/Makefile.am:
9200         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9201
9202 2007-03-23  Michael Smith  <msmith@fluendo.com>
9203
9204         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9205         (gst_video_rate_reset), (gst_video_rate_chain):
9206           If videorate changes caps, we can no longer use the old buffer
9207           (which may have a different size, incompatible with our caps).
9208           So don't do that; just duplicate the new frame more times.
9209
9210 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9211
9212         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9213         Remove playbin's override of the set_clock vmethod. It's irrelevant
9214         after Wim's commit on the 19th.
9215
9216 2007-03-22  Wim Taymans  <wim@fluendo.com>
9217
9218         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9219         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9220         * ext/gnomevfs/gstgnomevfssrc.h:
9221         Don't cache file sizes. Fixes #341078.
9222
9223 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9224
9225         * gst/playback/gstplaybin.c: (add_sink):
9226           Use GST_PTR_FORMAT to log caps. 
9227
9228 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9229
9230         Patch by: Young-Ho Cha <ganadist at chollian net>
9231
9232         * gst/subparse/samiparse.c: (handle_start_font):
9233           Special-case some more colour names that pango doesn't handle by
9234           default. Fixes #420578.
9235
9236 2007-03-20  Michael Smith  <msmith@fluendo.com>
9237
9238         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9239           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9240           that marks EOS internally. After that, libvorbis will buffer all
9241           input data, and encode none of it, eventually leading to memory
9242           exhaustion.
9243
9244 2007-03-19  Wim Taymans  <wim@fluendo.com>
9245
9246         * gst/playback/gstdecodebin.c: (remove_fakesink):
9247         Don't post STATE_DIRTY anymore.
9248
9249         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9250         (gst_play_bin_change_state):
9251         Remove stream_time reset in seek handling, core does that now.
9252         Disable clocking for live pipelines by forcing a NULL clock to the
9253         complete pipeline, core is too smart now for our previous hack.
9254         We can always autoplug in PAUSED now.
9255
9256 2007-03-17  David Schleef  <ds@schleef.org>
9257
9258         * REQUIREMENTS:  Update this file, change the formatting to make
9259         it more consistent, plus more machine readable.
9260
9261 2007-03-16  Michael Smith  <msmith@fluendo.com>
9262
9263         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9264         (strip_width_64), (append_with_other_format):
9265           Previous fix was too simplistic, and broke the tests. Use a better
9266           approach; only strip 64 from widths for integer audio.
9267
9268 2007-03-16  Michael Smith  <msmith@fluendo.com>
9269
9270         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9271         (gst_audio_convert_transform_caps):
9272           We don't support 64 bit integer audio, so don't try to claim we can.
9273           Stops us producing caps don't match our template caps.
9274           Update comments.
9275
9276 2007-03-15  Michael Smith  <msmith@fluendo.com>
9277
9278         * gst/audioresample/gstaudioresample.c:
9279         (audioresample_check_discont), (audioresample_transform):
9280           Don't trigger discontinuities for very small imperfections; a filter
9281           flush will sound bad, and many plugins have rounding errors leading
9282           to these.
9283
9284 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9285
9286         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9287
9288         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9289         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9290         API: add "min-ptime" property to RTP base audio payloader.
9291         API: add gst_base_rtp_audio_payload_push().
9292         API: add gst_base_rtp_audio_payload_get_adapter().
9293         Fixes #415001
9294         Indentation/whitespace/documentation fixes.
9295
9296 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9297
9298         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9299         (audioresample_transform_size), (audioresample_do_output),
9300         (audioresample_transform), (audioresample_pushthrough): Handle
9301         discontinuous streams.
9302         * gst/audioresample/gstaudioresample.h:
9303         * tests/check/elements/audioresample.c:
9304         (test_discont_stream_instance), (GST_START_TEST),
9305         (audioresample_suite): Add a test for discontinuous streams.
9306         * win32/common/config.h: Updated.
9307
9308 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9309
9310         * po/af.po:
9311         * po/az.po:
9312         * po/cs.po:
9313         * po/en_GB.po:
9314         * po/it.po:
9315         * po/nb.po:
9316         * po/nl.po:
9317         * po/or.po:
9318         * po/sq.po:
9319         * po/sr.po:
9320         * po/sv.po:
9321         * po/uk.po:
9322         * po/vi.po:
9323           Update translations from translation project.
9324
9325 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9326
9327         * gst/audioresample/debug.h:
9328         * gst/audioresample/resample.c: (resample_init):
9329           Since I really am not interested in a debug line for each sample
9330           being processed, move the library's debugging to its own category,
9331           libaudioresample
9332
9333 2007-03-13  Michael Smith  <msmith@fluendo.com>
9334
9335         * ext/theora/theoradec.c: (theora_handle_type_packet):
9336           Since the plugin doesn't support anything other than 4:2:0 right
9337           now, post an error and fail if we get something else. Won't matter
9338           until libtheora supports the other pixel formats, but hopefully
9339           that'll be soon...
9340
9341 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9342
9343         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9344         Use gst_guint64_to_gdouble for conversion.
9345         * win32/MANIFEST:
9346         Add new files to the win32 MANIFEST.
9347         * win32/common/libgstaudio.def:
9348         * win32/common/libgstpbutils.def:
9349         Add new exported functions.
9350         * win32/vs6/gst_plugins_base.dsw:
9351         * win32/vs6/libgstdecodebin.dsp:
9352         * win32/vs6/libgstplaybin.dsp:
9353         Change the link to libgstpbutils.lib.
9354         * win32/vs6/libgstdecodebin2.dsp:
9355         Add a new project for decodebin2.
9356         * win32/vs6/libgstpbutils.dsp:
9357         Add a new project for pbutils.
9358
9359 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9360
9361         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9362           Also accept partial dates with only year and month,
9363           like 1999-12-00 (fixes #410396 even more).
9364
9365         * tests/check/libs/tag.c: (GST_START_TEST):
9366           Add unit test for the above.
9367
9368 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9369
9370         * tests/check/elements/subparse.c: (GST_START_TEST),
9371         (subparse_suite):
9372           Add unit test for MPL2 subtitle format (#413799).
9373
9374 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9375
9376         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9377
9378         * gst/subparse/Makefile.am:
9379         * gst/subparse/gstsubparse.c:
9380         (gst_sub_parse_data_format_autodetect),
9381         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9382         (gst_subparse_type_find):
9383         * gst/subparse/gstsubparse.h:
9384         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9385         * gst/subparse/mpl2parse.h:
9386           Add support for MPL2 subtitle format (#413799).
9387
9388 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9389
9390         * configure.ac:
9391           We require core CVS for the new buffer metadata copy functions.
9392
9393 2007-03-09  Wim Taymans  <wim@fluendo.com>
9394
9395         * gst-libs/gst/tag/gstid3tag.c:
9396         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9397         Fixes #414496.
9398
9399         Patch by: Alex Lancaster <alexl at users sourceforge net>
9400
9401 2007-03-09  Wim Taymans  <wim@fluendo.com>
9402
9403         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9404         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9405         Improve adapter usage and comments.
9406
9407 2007-03-09  Wim Taymans  <wim@fluendo.com>
9408
9409         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9410         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9411         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9412         Use new metadata copy function.
9413
9414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9415         (gst_ffmpegcsp_transform):
9416         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9417         Basetransform copied the metadata for us.
9418
9419 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9420
9421         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9422         (gst_text_overlay_video_event):
9423           Some more logging. Only accept newsegment events in TIME format and
9424           send a WARNING message if they are not in TIME format.
9425
9426         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9427         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9428         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9429         * gst/subparse/gstsubparse.h:
9430           No need to allocate GstSegment structure dynamically, just put it
9431           into the instance structure; ignore newsegment events in BYTE
9432           format and in particular don't let it overwrite our saved TIME
9433           segment from the last seek.
9434
9435 2007-03-09  Michael Smith  <msmith@fluendo.com>
9436
9437         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9438           Replace AC3 typefinder with one that isn't terrible, and actually
9439           works usefully.
9440
9441 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9442
9443         * gst/audioconvert/gstaudioconvert.c:
9444         (gst_audio_convert_transform):
9445           fix error category and translatable string
9446           
9447
9448 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9449
9450         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9451         * pkgconfig/gstreamer-plugins-base.pc.in:
9452           Fix up utils => pbutils here too.
9453
9454 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9455
9456         * gst/subparse/gstsubparse.c: (handle_buffer):
9457           Break out of loop in chain function as soon as possible if we get
9458           a non-OK flow return.
9459
9460 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9461
9462         * tests/check/elements/alsa.c: (GST_START_TEST):
9463         Unref the mixer if the state change fails too (if the
9464         alsa devices are inaccessible, for example)
9465
9466 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9467
9468         * tests/check/Makefile.am:
9469         Don't test libvisual elements in the states check, because libvisual
9470         seems to leak internally.
9471
9472         Re-enable the alsa and states tests now that there's new suppressions
9473         in gst.supp.
9474
9475         * tests/check/elements/alsa.c: (GST_START_TEST):
9476         Don't leak the alsamixer we instantiated.
9477
9478 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9479
9480         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9481         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9482         (gst_ximagesink_finalize):
9483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9484         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9485         Move some cleanup stuff from the state change handler into a _reset()
9486         function that can be called from _finalize(). This ensures that things
9487         get freed even if (for some reason) the NULL->READY state transition
9488         fails in the parent class.
9489         Even if a parent state change fails, process our downward state change
9490         logic instead of bailing out early.
9491         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9492
9493 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9494
9495         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9496         Extra log line.
9497
9498         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9499         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9500         Use pango_font_description_set_family_static instead of 
9501         pango_font_description_set_family to save a string copy (it was
9502         leaking due to the strdup anyway)
9503
9504         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9505         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9506         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9507         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9508         Chain up in finalize.
9509
9510 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9511
9512         * gst-libs/gst/interfaces/mixertrack.c:
9513         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9514         (gst_mixer_track_set_property):
9515           API: add "untranslated-label" property which should be set by
9516           implementations at construct time (#414645).
9517
9518         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9519         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9520           Set "untranslated-label" when constructing mixer track objects.
9521
9522         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9523           Unit test to check the above.
9524
9525 2007-03-07  Wim Taymans  <wim@fluendo.com>
9526
9527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9528         Fix confusing debug message.
9529
9530 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9531
9532         * gst-plugins-base.doap:
9533         update doap file with new version
9534
9535 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9536
9537         * configure.ac:
9538         Back to CVS
9539
9540 === release 0.10.12 ===
9541
9542 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9543
9544         * configure.ac:
9545           releasing 0.10.12, "Zombie Horde"
9546
9547 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9548
9549         * configure.ac:
9550         Bump version to 0.10.11.4 pre-release
9551
9552 2007-03-06  Wim Taymans  <wim@fluendo.com>
9553
9554         * gst-libs/gst/audio/gstbaseaudiosink.c:
9555         (gst_base_audio_sink_async_play):
9556         Fix regression that made GStreamer skip the first samples of audio.
9557         Fixes #414684.
9558
9559 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9560
9561         * configure.ac:
9562         Bump version to 0.10.11.3 pre-release
9563
9564 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9565
9566         * po/POTFILES.in:
9567           Update paths for the rename from utils to pbutils to fix the build.
9568
9569 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9570
9571         * gst-libs/gst/pbutils/Makefile.am:
9572           Change directory to install headers in from gst/utils to gst/pbutils
9573           as well.
9574
9575 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9576
9577         * configure.ac:
9578         * docs/libs/gst-plugins-base-libs-docs.sgml:
9579         * docs/libs/gst-plugins-base-libs-sections.txt:
9580         * gst-libs/gst/Makefile.am:
9581         * gst-libs/gst/interfaces/mixer.c:
9582         * gst-libs/gst/pbutils/Makefile.am:
9583         * gst-libs/gst/pbutils/descriptions.c:
9584         (gst_pb_utils_get_source_description),
9585         (gst_pb_utils_get_sink_description),
9586         (gst_pb_utils_get_decoder_description),
9587         (gst_pb_utils_get_encoder_description),
9588         (gst_pb_utils_get_element_description),
9589         (gst_pb_utils_add_codec_description_to_tag_list),
9590         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9591         * gst-libs/gst/pbutils/descriptions.h:
9592         * gst-libs/gst/pbutils/install-plugins.c:
9593         * gst-libs/gst/pbutils/install-plugins.h:
9594         * gst-libs/gst/pbutils/missing-plugins.c:
9595         (gst_missing_uri_source_message_new),
9596         (gst_missing_uri_sink_message_new),
9597         (gst_missing_element_message_new),
9598         (gst_missing_decoder_message_new),
9599         (gst_missing_encoder_message_new),
9600         (gst_missing_plugin_message_get_description):
9601         * gst-libs/gst/pbutils/missing-plugins.h:
9602         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9603         * gst-libs/gst/pbutils/pbutils.h:
9604         * gst-libs/gst/utils/Makefile.am:
9605         * gst-libs/gst/utils/base-utils.c:
9606         * gst-libs/gst/utils/base-utils.h:
9607         * gst-libs/gst/utils/descriptions.c:
9608         * gst-libs/gst/utils/descriptions.h:
9609         * gst-libs/gst/utils/install-plugins.c:
9610         * gst-libs/gst/utils/install-plugins.h:
9611         * gst-libs/gst/utils/missing-plugins.c:
9612         * gst-libs/gst/utils/missing-plugins.h:
9613         * gst-plugins-base.spec.in:
9614         * gst/playback/Makefile.am:
9615         * gst/playback/gstdecodebin.c:
9616         * gst/playback/gstdecodebin2.c:
9617         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9618         (gen_source_element):
9619         * gst/playback/gstplaybin.c: (plugin_init):
9620         * tests/check/Makefile.am:
9621         * tests/check/libs/pbutils.c: (GST_START_TEST),
9622         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9623         * tests/check/libs/utils.c:
9624           rename utils to pbutils
9625
9626 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9627
9628         * docs/plugins/Makefile.am:
9629         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9630         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9631         * docs/plugins/inspect/plugin-decodebin2.xml:
9632         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9633         Add documentation for decodebin2 that indicates that the API
9634         is still unstable.
9635
9636 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9637
9638         * configure.ac:
9639         Update to 0.10.11.2 (0.10.12 pre-release)
9640
9641 2007-03-01  Wim Taymans  <wim@fluendo.com>
9642
9643         * gst-libs/gst/audio/gstbaseaudiosink.c:
9644         (gst_base_audio_sink_async_play):
9645         base time is irrelevant here.
9646
9647 2007-03-01  Wim Taymans  <wim@fluendo.com>
9648
9649         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9650         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9651         Improve debugging.
9652
9653         * gst-libs/gst/audio/gstbaseaudiosink.c:
9654         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9655         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9656         Improve latency and clock slaving calculations.
9657         Improve slave clock calibration.
9658
9659         * gst-libs/gst/audio/gstringbuffer.c:
9660         (gst_ring_buffer_commit_full):
9661         When we are asked to render N sample to 0 bytes, return N.
9662
9663 2007-03-01  Wim Taymans  <wim@fluendo.com>
9664
9665         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9666         (gst_alsasink_write), (gst_alsasink_reset):
9667         * ext/alsa/gstalsasink.h:
9668         Remove unused dispose function.
9669         Rename lock to not interfere with alsasrc lock.
9670
9671         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9672         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9673         (gst_alsasrc_read), (gst_alsasrc_reset):
9674         * ext/alsa/gstalsasrc.h:
9675         Implement finalize function.
9676         Use lock to protect alsa access.
9677         Implement _reset.
9678         Fine tune sw params.
9679
9680 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9681
9682         * configure.ac:
9683           Convert to new AG_GST style.
9684
9685 2007-02-28  Wim Taymans  <wim@fluendo.com>
9686
9687         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9688
9689         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9690         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9691         Fix race condition when rapidly switching visualisations in playbin.
9692         Fixes #401029.
9693
9694 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9695
9696         * tests/check/Makefile.am:
9697         Include local stuff before system installed things in LDFLAGS and
9698         CFLAGS.
9699
9700 2007-02-28  Wim Taymans  <wim@fluendo.com>
9701
9702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9703         Improve debugging.
9704
9705 2007-02-28  Wim Taymans  <wim@fluendo.com>
9706
9707         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9708         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9709         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9710         Fix duration and timestamping, taking latency into account.
9711         Implement latency query.
9712
9713 2007-02-28  Wim Taymans  <wim@fluendo.com>
9714
9715         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9716         (gst_audio_clock_new):
9717         Fix clock name.
9718
9719         * gst-libs/gst/audio/gstbaseaudiosink.c:
9720         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9721         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9722         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9723         (gst_base_audio_src_create):
9724         Improve latency query code.
9725         Use proper clock names.
9726
9727 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9728
9729         * tests/check/generic/states.c: (GST_START_TEST):
9730           Copy the states.c test from core again
9731         * tests/check/Makefile.am:
9732           ignore cdio and cdparanoiasrc
9733
9734 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9735
9736         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9737         (double_hq), (audio_convert_get_func_index), (check_default),
9738         (audio_convert_prepare_context), (audio_convert_convert):
9739           Also make valgrind happy and avoid copying data in some cases.
9740
9741 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9742
9743         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9744         (double_hq), (audio_convert_get_func_index),
9745         (audio_convert_prepare_context), (audio_convert_convert):
9746         * gst/audioconvert/gstaudioconvert.c:
9747         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9748         (gst_audio_convert_transform_caps):
9749         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9750         (audioconvert_suite):
9751           Don't run inplace if that overwrites source data as we go. Add more
9752           tests. Fixes #339837 even more.
9753
9754 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9755
9756         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9757         (msg_segment_done): Fix various seeking bugs (Slider was not
9758         updating when doing a non flushing seek, Reverse playback 
9759         on segment seek was wrong).
9760
9761 2007-02-26  Wim Taymans  <wim@fluendo.com>
9762
9763         * tests/examples/seek/seek.c: (stop_seek):
9764         When we stop scrubbing, don't leave the pipeline PLAYING when we
9765         requested a PAUSED state.
9766
9767 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9768
9769         Patch by: René Stadler <mail at renestadler de>
9770
9771         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9772           Parse date strings in vorbis comments that have an invalid (zero)
9773           month or day (#410396).
9774
9775         * tests/check/libs/tag.c: (GST_START_TEST):
9776           Test case for the above.
9777
9778 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9779
9780         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9781
9782         * configure.ac:
9783         * ext/alsa/Makefile.am:
9784         * gst/audiotestsrc/Makefile.am:
9785           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9786
9787 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9788
9789         * gst/playback/gstplaybin.c:
9790           Improve docs: point out that the application needs to assist playbin
9791           with buffering.
9792
9793 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9794
9795         * gst-libs/gst/utils/install-plugins.c:
9796         * gst-libs/gst/utils/missing-plugins.c:
9797         * tests/check/libs/utils.c: (missing_msg_check_getters):
9798           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9799           to just 'gstreamer'. Document the caps string component of the
9800           decoder/encoder detail a bit better, since not everyone will be
9801           familiar with the GStreamer media type/caps system (but they better
9802           enjoy nested itemized lists).
9803
9804 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9807         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9808           Fix copying of GstNetBuffer (would crash before, or at least lead to
9809           invalid memory access, #410772), for now by copying the GstBuffer copy
9810           code from the core over here so we can copy the GstBuffer fields on a
9811           provided buffer instance (of type GstNetBuffer in this case). Would be
9812           better to fix this with some support by the core though (and in the long
9813           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9814
9815         * tests/check/Makefile.am:
9816           Enable unit test for GstNetBuffer.
9817
9818 2007-02-22  Andy Wingo  <wingo@pobox.com>
9819
9820         * gst-libs/gst/audio/gstbaseaudiosink.c
9821         (gst_base_audio_sink_init): Disable pull-mode activation until we
9822         figure out how to make audio sinks go to PLAYING.
9823
9824 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9825
9826         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9827         (double_hq), (audio_convert_get_func_index),
9828         (audio_convert_prepare_context), (audio_convert_convert):
9829         * gst/audioconvert/audioconvert.h:
9830         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9831         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9832         * gst/audioconvert/gstchannelmix.h:
9833         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9834           Add float as an intermediate format, as well as float mixing. Enable
9835           test that was failing before. Fixes #339837
9836
9837 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9838
9839         * tests/examples/seek/seek.c: (do_seek):
9840         Undo the previous commit: -1 as a stop time implies that the stop
9841         time is the end of file, clearing any previously configured segment.
9842
9843 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9844
9845         * tests/examples/seek/seek.c: (do_seek):
9846         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9847
9848 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9849
9850         * gst/volume/gstvolume.c: (volume_process_int16),
9851         (volume_process_int16_clamp), (volume_set_caps):
9852           Unbreak volume, value remains gint.
9853
9854 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9855
9856         * gst/volume/gstvolume.c: (volume_choose_func),
9857         (volume_update_real_volume), (gst_volume_set_volume),
9858         (gst_volume_init), (volume_process_double), (volume_process_float),
9859         (volume_process_int16), (volume_process_int16_clamp),
9860         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9861         * gst/volume/gstvolume.h:
9862           Extend float audio support (double) and some int->uint cleanups.
9863
9864 2007-02-20  Edward Hervey  <edward@fluendo.com>
9865
9866         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9867         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9868         (sort_end_pads), (gst_decode_group_expose),
9869         (gst_decode_group_hide):
9870         Don't free groups from the streaming threads. Just put them aside and
9871         free them in dispose.
9872
9873 2007-02-20  Edward Hervey  <edward@fluendo.com>
9874
9875         * gst/playback/gstdecodebin2.c: (connect_element),
9876         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9877         (sort_end_pads), (gst_decode_group_expose):
9878         Handle dynamic pads within groups.
9879         Sort pads before exposing them in order to make playbin happy.
9880         There still is a race with the multiqueue filling up. This should be
9881         solved separately.
9882         Fixes #398721
9883
9884 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9885
9886         * gst-libs/gst/utils/base-utils.c:
9887         * gst-libs/gst/utils/descriptions.c:
9888         * gst-libs/gst/utils/install-plugins.c:
9889         * gst-libs/gst/utils/missing-plugins.c:
9890           Some more docs (and descriptions for two subtitle formats).
9891
9892 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9893
9894         * gst-libs/gst/audio/audio.c:
9895           Fix documentation.
9896
9897 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9898
9899         Patch by: Yves Lefebvre  <ivanohe abacom com>
9900
9901         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9902           Don't leak caps. Fixes #408278.
9903
9904 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9905
9906         * ext/cdparanoia/gstcdparanoiasrc.h:
9907         * ext/ogg/gstoggdemux.h:
9908         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9909         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9910         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9911         * gst-libs/gst/audio/audio.h:
9912         * gst-libs/gst/audio/gstaudiofilter.h:
9913         * gst-libs/gst/interfaces/videoorientation.h:
9914         * gst/adder/gstadder.h:
9915           More docs coverage and some ChangeLog surgery (add missing names)
9916
9917 2007-02-15  Wim Taymans  <wim@fluendo.com>
9918
9919         * sys/ximage/ximagesink.c:
9920         (gst_ximagesink_calculate_pixel_aspect_ratio):
9921         * sys/xvimage/xvimagesink.c:
9922         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9923         Small constifications.
9924
9925 2007-02-15  Wim Taymans  <wim@fluendo.com>
9926
9927         * gst-libs/gst/audio/gstbaseaudiosink.c:
9928         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9929         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9930         (gst_base_audio_sink_async_play),
9931         (gst_base_audio_sink_change_state):
9932         Answer latency query.
9933         Use configured latency when syncing.
9934         Fix clock slaving.
9935
9936         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9937         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9938         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9939         Fix possible memleak.
9940         Implement latency query.
9941         Small cleanups.
9942
9943 2007-02-15  Wim Taymans  <wim@fluendo.com>
9944
9945         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9946         Ignore errors in reset, these are not fatal. They also grab the element
9947         lock which is already taking when this function is called. Fixes
9948         #405451.
9949
9950 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9951
9952         * configure.ac:
9953           Remove 'tests/examples/xerror/Makefile' from output files again.
9954
9955 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9956
9957         * configure.ac:
9958         * docs/plugins/Makefile.am:
9959           Also crossref against gst-plugins-base-libs.
9960
9961 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9962
9963         * configure.ac:
9964         * docs/libs/Makefile.am:
9965         * docs/plugins/Makefile.am:
9966           Add crossreferences to glib/gobject/gstream docs.
9967
9968         * gst-libs/gst/audio/audio.h:
9969           Source formatting.
9970
9971         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9972           Add own debug category.
9973
9974 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9975
9976         Patch by: René Stadler <mail at renestadler de>
9977
9978         * gst-libs/gst/tag/gstvorbistag.c:
9979           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9980           (#403597).
9981
9982 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9983
9984         * gst/playback/gstplaybasebin.c: (setup_source):
9985           When we have external subtitles and wait for the subtitle decodebin
9986           to get up and running, we set up a (sync) bus handler for the
9987           subtitle decodebin, so we can stop waiting when it posts an error
9988           message. However, we should do that before we set the subtitle
9989           decodebin's state to playing, otherwise things are racy and we might
9990           miss error messages posted before we had a chance to set up the bus.
9991           This should finally fix totem hanging on .txt pseudo-subtitle files.
9992           
9993 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9994
9995         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9996           Use gst_gdouble_to_guint64 for conversions.
9997         * win32/common/config.h.in:
9998           Add a define for GST_INSTALL_PLUGINS_HELPER
9999         * win32/common/libgstaudio.def:
10000         * win32/common/libgstcdda.def:
10001         * win32/common/libgstnetbuffer.def:
10002         * win32/common/libgstrtp.def:
10003         * win32/common/libgutils.def:
10004           Add new exported functions.
10005         * win32/vs6/gst_plugins_base.dsw:
10006         * win32/vs6/libgstdecodebin.dsp:
10007         * win32/vs6/libgstnetbuffer.dsp:
10008         * win32/vs6/libgstplaybin.dsp:
10009         * win32/vs6/libgstrtp.dsp:
10010         * win32/vs6/libgstvorbis.dsp:
10011         * win32/vs6/libgstcdda.dsp:
10012         * win32/vs6/libgstgdp.dsp:
10013         * win32/vs6/libgstutils.dsp:
10014           Update and add new project files.
10015
10016 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10017
10018         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10019         (subrip_remove_unhandled_tags), (parse_subrip):
10020           For SubRip (.srt) subtitles, ignore all markup tags we don't
10021           handle (like font tags, for example).
10022
10023         * tests/check/elements/subparse.c:
10024           Add test for this.
10025
10026 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10027
10028         * gst/playback/gstdecodebin.c: (add_fakesink),
10029         (gst_decode_bin_change_state):
10030         * gst/playback/gstdecodebin2.c: (add_fakesink),
10031         (gst_decode_bin_change_state):
10032           Don't error out if there is no fakesink in the NULL to READY state
10033           change, since when decodebin is re-used, we're only adding the
10034           fakesink element in READY to PAUSED.
10035
10036         * tests/check/elements/decodebin.c:
10037         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10038         (decodebin_suite):
10039           Minimal unit test to make sure we can use the same decodebin
10040           instance twice (at least with audiotestsrc input).
10041
10042 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10043
10044         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10045           Try to get devic-name from device string first, and from handle only
10046           as fallback (seems to yield better results and is more robust
10047           against buggy probing code on the application side).
10048
10049 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10050
10051         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10052
10053         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10054         (gst_alsa_find_device_name):
10055         * ext/alsa/gstalsa.h:
10056         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10057         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10058           Improve device-name detection a bit, especially in the case where
10059           the device is not actually open (#405020, #405024). Move common code
10060           into gstalsa.c instead of duplicating it.
10061
10062 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10063
10064         * gst/audioconvert/gstaudioconvert.c:
10065           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10066
10067 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10068
10069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10070         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10071         (gst_xvimagesink_interface_supported),
10072         (gst_xvimagesink_probe_get_properties),
10073         (gst_xvimagesink_probe_probe_property),
10074         (gst_xvimagesink_probe_needs_probe),
10075         (gst_xvimagesink_probe_get_values),
10076         (gst_xvimagesink_property_probe_interface_init),
10077         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10078         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10079         (gst_xvimagesink_get_type):
10080         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10081         for XVAdaptors so that one can choose the adaptor to use with 
10082         gstreamer-properties.
10083
10084 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10085
10086         * gst/audioconvert/gstaudioconvert.c:
10087           Also mention that a conversion from double to float is suboptimal still.
10088
10089 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10090
10091         * gst-libs/gst/audio/gstaudiofilter.c:
10092         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10093           Clear our formats structure and free the caps contained in it when
10094           shutting down.
10095
10096 2007-02-05  Andy Wingo  <wingo@pobox.com>
10097
10098         * gst-libs/gst/audio/gstbaseaudiosink.c
10099         (gst_base_audio_sink_callback): Update basesink->offset so that we
10100         pull monotonically increasing offsets instead of, um, seeking back
10101         to 0 each time. Fixes alsasrc ! alsasink!
10102
10103 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10104
10105         * gst/videoscale/gstvideoscale.c:
10106           A width and height of 1 makes us crash, so increase minimum size to
10107           2x2 pixels until someone feels like fixing this (#404512).
10108
10109 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10112           Add small test to make sure request pads are cleaned up properly
10113           even if oggmux never changes state out of NULL.
10114
10115 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10116
10117         * tests/check/libs/utils.c: (GST_START_TEST):
10118           Fix unit test. Turns out things work much better when you
10119           NULL-terminate string arrays. Should make p5 build bot happy again.
10120
10121 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10122
10123         * gst-libs/gst/audio/Makefile.am:
10124         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10125         (gst_audio_filter_template_base_init),
10126         (gst_audio_filter_template_class_init),
10127         (gst_audio_filter_template_init),
10128         (gst_audio_filter_template_set_property),
10129         (gst_audio_filter_template_get_property),
10130         (gst_audio_filter_template_setup),
10131         (gst_audio_filter_template_filter),
10132         (gst_audio_filter_template_filter_inplace), (plugin_init):
10133           Oops, forgot to commit fixed-up example.
10134
10135 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10136
10137         * docs/libs/gst-plugins-base-libs-sections.txt:
10138         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10139         (gst_audio_filter_class_init), (gst_audio_filter_init),
10140         (gst_audio_filter_set_caps),
10141         (gst_audio_filter_class_add_pad_templates):
10142         * gst-libs/gst/audio/gstaudiofilter.h:
10143           Port GstAudioFilter to 0.10. This change technically breaks
10144           API and ABI (and thus also every library developer's heart),
10145           but seems justifiable on the grounds that the base class was
10146           completely unusable before (ie. would crash immediately when
10147           actually used). Fixes #403963 (and eventually also #403572).
10148           Also document all of this a bit.
10149
10150 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10151
10152         * gst-libs/gst/utils/install-plugins.c:
10153         (gst_install_plugins_spawn_child):
10154         * tests/check/libs/utils.c:
10155         (test_base_utils_install_plugins_do_callout):
10156           Lowering log level to see why things fail on the p5 build bot;
10157           fix some typos in unit test messages.
10158
10159 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10160
10161         * tests/check/libs/utils.c:
10162         (test_base_utils_install_plugins_do_callout):
10163           Don't hard-code temp directory for test helper; use GLib functions
10164           to write out file and do error checking etc.
10165
10166 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10167
10168         * gst-libs/gst/utils/Makefile.am:
10169         * gst-libs/gst/utils/base-utils.h:
10170         * gst-libs/gst/utils/install-plugins.c:
10171         (gst_install_plugins_context_set_xid),
10172         (gst_install_plugins_context_new),
10173         (gst_install_plugins_context_free),
10174         (gst_install_plugins_get_helper),
10175         (gst_install_plugins_spawn_child),
10176         (gst_install_plugins_return_from_status),
10177         (gst_install_plugins_installer_exited),
10178         (gst_install_plugins_async), (gst_install_plugins_sync),
10179         (gst_install_plugins_return_get_name),
10180         (gst_install_plugins_installation_in_progress):
10181         * gst-libs/gst/utils/install-plugins.h:
10182           API: add API for applications to initiate installation of missing
10183           plugins, ie. gst_install_plugins_async() primarily.
10184           Based on libgimme-codec by Ryan Lortie.
10185
10186         * configure.ac:
10187           Add --with-install-plugins-helper configure option so distros can specify
10188           the path of the helper script or program to call when plugin installation
10189           is requested (distros: please do any argument munging in this helper
10190           script instead of patching GStreamer to pass arguments differently
10191           to another program directly).
10192
10193         * docs/libs/gst-plugins-base-libs-docs.sgml:
10194         * docs/libs/gst-plugins-base-libs-sections.txt:
10195           Build and document new API.
10196
10197         * tests/check/libs/utils.c: (result_cb),
10198         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10199         (libgstbaseutils_suite):
10200           Some simple checks for the new API.
10201
10202 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10203
10204         * tests/check/elements/audioconvert.c: (test_float_conversion):
10205           Add small test for 32bit float <=> 64bit float conversion (works
10206           only one way so far, 32=>64 produces structured noise).
10207
10208 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10209
10210         * gst/audioconvert/gstaudioconvert.c:
10211         (set_structure_widths_32_and_64), (make_lossless_changes):
10212           We don't support floats with a width of 40, 48 or 56 bits.
10213
10214 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10215
10216         * gst/audioconvert/audioconvert.c: (float), (double),
10217         (audio_convert_get_func_index):
10218         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10219         (make_lossless_changes):
10220           Support for 64-bit float audio in audioconvert (#339837)
10221
10222 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10223
10224         Patch by: Holger Wansing  <linux wansing-online de>
10225
10226         * po/LINGUAS:
10227         * po/de.po:
10228           Add German translation (#352069).
10229
10230 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10231
10232         reviewed by: Wim Taymans <wim@fluendo.com>
10233
10234         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10235         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10236         Use newly added GstCollectPads API to free the allocated resources in
10237         the GstOggPad structures (#402393).
10238
10239 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10240
10241         * gst/playback/gstplaybin.c: (gen_vis_element):
10242           Add audioresample+audioconvert in front of the visualisation
10243           element, so that elements like libvisual 0.4 that don't support all
10244           samplerates can work.
10245
10246           Fixes: #402505
10247
10248 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10249
10250         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10251         (gst_play_base_bin_get_streaminfo_value_array):
10252           Take some locks and make a copy of the streaminfo value array we
10253           maintain while holding the lock, so that the application can
10254           retrieve the stream-info as a value array in a thread-safe way.
10255
10256 2007-01-30  Wim Taymans  <wim@fluendo.com>
10257
10258         * gst/audioconvert/gstaudioconvert.c:
10259         Don't fail on 0 sized buffers. Fixes #396835.
10260
10261 2007-01-29  David Schleef  <ds@schleef.org>
10262
10263         * gst/typefind/gsttypefindfunctions.c:
10264           Detect BBCD as video/x-dirac, so we can play raw dirac
10265           streams.
10266
10267 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10268
10269         * ext/theora/theoraenc.c: (theora_enc_chain):
10270           Check return value of theora_encode_header(), or we might try to
10271           allocate a random number of bytes. theora_encode_header() can fail
10272           if libtheora has been compiled with encoding support disabled.
10273           Fixes #398110.
10274
10275 2007-01-29  Wim Taymans  <wim@fluendo.com>
10276
10277         * tests/check/gst/.cvsignore:
10278         Do as buildbot says.
10279
10280 2007-01-29  Wim Taymans  <wim@fluendo.com>
10281
10282         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10283         Fix strides in libvisual. Gst uses X strides.
10284         Inspired by: <ed at catmur dot co dot uk> and 
10285         <tim at centricular dot net>
10286         Fixes #401118.
10287
10288 2007-01-27  Wim Taymans  <wim@fluendo.com>
10289
10290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10291         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10292         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10293         (gst_ogg_demux_perform_seek),
10294         (gst_ogg_demux_bisect_forward_serialno),
10295         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10296         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10297         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10298         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10299         * ext/ogg/gstoggdemux.h:
10300         Properly propagate streaming errors when we are scanning the file for
10301         chains so that we don't crash when shut down. Might fix some crashers
10302         when quickly switching oggs in RB such as #332503 and #378436.
10303
10304 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10305
10306         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10307           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10308           error code as well.
10309
10310 2007-01-25  Wim Taymans  <wim@fluendo.com>
10311
10312         * gst/playback/gstplaybasebin.c: (remove_source):
10313         Don't try to disconnect a signal from a finalized object.
10314
10315 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10316
10317         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10318           Cast lock macro parameters to make sure we're actually accessing the
10319           lock member at the right class level. Free list itself in _dispose()
10320           as well and NULL it in case dispose gets called multiple times.
10321
10322 2007-01-25  Edward Hervey  <edward@fluendo.com>
10323
10324         * gst/playback/gstdecodebin2.c:
10325         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10326         Free GstDecodeGroups no longer used.
10327         (gst_decode_group_expose):
10328         Don't unlock too many times !
10329         (deactivate_free_recursive):
10330         Free iterator once we're done with it.
10331         Fix for recursively deactivating elements (stop at ghostpads).
10332
10333 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10334
10335         * gst/playback/gstplaybin.c: (handoff):
10336           Fix up caps on the frame buffer before we save it and potentially
10337           make it accessible to other threads via g_object_get; also use
10338           gst_buffer_replace() instead of gst_mini_object_replace().
10339
10340 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10341
10342         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10343           Make getting the current frame thread-safe.
10344
10345 2007-01-25  Edward Hervey  <edward@fluendo.com>
10346
10347         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10348         (gst_decode_group_new), (gst_decode_group_free):
10349         Set queues to bigger sizes to cope with HD contents.
10350         Fix some mutex freeing and add comment about MT safe methods.
10351
10352 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10353
10354         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10355         (gst_text_overlay_text_event):
10356           Don't unnecessarily ref (and then leak) upstream events if the text
10357           pad is not linked. Fixes #399948.
10358
10359         * tests/check/gst-plugins-base.supp:
10360           Add suppression for pango on edgy/x86 for textoverlay test.
10361
10362 2007-01-24  Wim Taymans  <wim@fluendo.com>
10363
10364         * gst-libs/gst/rtp/gstrtpbuffer.h:
10365         Add some more fixed payloads.
10366
10367 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10368
10369         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10370           Error out properly if we get an error from libogg while reading the
10371           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10372
10373 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10374
10375         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10376           Don't leak mutex.
10377
10378         * tests/check/elements/playbin.c:
10379         (test_sink_usage_video_only_stream),
10380         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10381         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10382         (test_missing_suburisource_handler),
10383         (test_missing_primary_decoder), (playbin_suite):
10384           Run all tests once with decodebin and once with decodebin2.
10385           One test does not pass yet with decodebin2.
10386
10387 2007-01-23  Edward Hervey  <edward@fluendo.com>
10388
10389         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10390         Fix the cases where oggmux doesn't properly figure out that all
10391         sinkpads have gone EOS, and therefore doesn't push out the remaining
10392         buffers and the final EOS event.
10393         Fixes #363379
10394
10395 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10396
10397         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10399         Don't lock on navigation event push, just on keysym to string.
10400         Fixes #397673 again.
10401
10402 2007-01-22  Edward Hervey  <edward@fluendo.com>
10403
10404         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10405         (get_current_group), (group_demuxer_event_probe),
10406         (gst_decode_group_expose), (deactivate_free_recursive),
10407         (gst_decode_group_free):
10408         Cleanups.
10409         Don't forget to emit 'no-more-pads' once a group is exposed.
10410         Cleanup elements from a DecodeGroup once we remove it.
10411         Protect call to gst_decode_group_expose() with the decodebin lock.
10412
10413 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10414
10415         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10417         Looking at Xorg code i can't figure out if that XKeysymToString
10418         function is thread sensible or not. Lock it just in case as
10419         recommended by Radek Doulik <rodo at ximian dot com>.
10420
10421 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10422
10423         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10425         Lock that X Call as well. Fixes #397673.
10426
10427 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10428
10429         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10430           Don't go into an endless loop if the file starts with 00 00 01 2X,
10431           like quicktime redirect files might. Fixes #396042.
10432
10433         * tests/check/Makefile.am:
10434         * tests/check/gst/.cvsignore:
10435         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10436         (typefindfunctions_suite):
10437           Add unit test for the above.
10438
10439 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10440
10441         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10442           On second thought, use "depth" field rather than "bpp" field.
10443
10444 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10445
10446         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10447           Camtasia caps apparently need a bpp field (#398875).
10448
10449 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10450
10451         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10452         (gen_source_element), (gst_play_base_bin_change_state):
10453           Attempt at a better error message in case we don't have the required
10454           URI handler installed; post missing-plugin message also when we're
10455           missing an URI handler for the subtitle URI; clean up properly also
10456           when an error occurs and we never made it to PAUSED state.
10457
10458         * tests/check/elements/playbin.c: (GST_START_TEST),
10459         (playbin_suite):
10460           Check that we're also getting a missing-plugin messsage for a
10461           missing subtitle URI handler (and clean up properly).
10462
10463 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10466           Plug a few reference leaks.
10467
10468 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10469
10470         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10471           Lower probability a bit if the marker isn't right at the start,
10472           to decrease the chance of false positives.
10473
10474 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10475
10476         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10477           Small mpeg2 system stream typefinding improvement: make typefinder
10478           probe a bit into the stream instead of just looking for a marker
10479           at the beginning. Fixes #397810.
10480
10481 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10482
10483         * gst/audioconvert/gstchannelmix.c:
10484           Remove compatibility cruft for prehistoric GLib versions.
10485
10486 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10487
10488         * gst/playback/Makefile.am:
10489         * gst/playback/gstdecodebin.c: (close_pad_link):
10490         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10491         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10492         (gst_play_base_bin_handle_message_func), (unknown_type):
10493           Let decodebin be the element to post missing-plugin messages for
10494           missing decoders (rather than playbin); make playbin implement
10495           GstBin::handle_message so we can suppress missing-plugin messages
10496           for types we're not handling on purpose (don't want to bring up an
10497           installer in those cases).
10498
10499 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10502         * gst-libs/gst/tag/gstvorbistag.c:
10503         (gst_tag_list_to_vorbiscomment_buffer):
10504         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10505           Fix potentially unaligned access (#397207).
10506
10507 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10508
10509         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10510         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10511         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10512         (main):
10513           Allow to toggle looping while it plays. Fix callback prototype. Clean
10514           up code a bit more. Add copyright header.
10515
10516 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10517
10518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10519           Red and blue mask was swapped (spotted by Dan Williams).
10520
10521 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10522
10523         * gst-libs/gst/tag/gstid3tag.c:
10524         * gst-libs/gst/tag/gstvorbistag.c:
10525           Use new beats-per-minute tag from core.
10526
10527 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10528
10529         * po/POTFILES.in:
10530           Add new files with translatable strings, so they actually make it
10531           into the template file one day.
10532
10533 2007-01-12  Andy Wingo  <wingo@pobox.com>
10534
10535         * gst-libs/gst/audio/gstbaseaudiosink.c
10536         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10537         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10538         stuff, as the base class handles this now. Actually tell the ring
10539         buffer to start.
10540         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10541         How did this work before? Maybe I'm not as awesome a programmer as
10542         I think.
10543
10544         * gst-libs/gst/audio/gstbaseaudiosrc.c
10545         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10546         of a pad function.
10547
10548 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10549
10550         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10551           Remove more fields so that the application can better blacklist
10552           formats that have been tried before.
10553
10554 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10555
10556         * gst-libs/gst/audio/mixerutils.h:
10557           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10558           used when compiling with c++ compilers as well.
10559
10560 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10561
10562         * gst/typefind/gsttypefindfunctions.c:
10563           Fix comment.
10564
10565 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10566
10567         * gst/playback/gstplaybin.c: (post_missing_element_message),
10568         (gen_video_element), (gen_text_element), (gen_audio_element),
10569         (gen_vis_element):
10570           Post missing-plugin messages also when we error out because
10571           converters, textoverlay or auto*sinks are missing (#161922).
10572
10573 2007-01-10  Wim Taymans  <wim@fluendo.com>
10574
10575         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10576         (is_demuxer_element), (new_caps):
10577         * gst/playback/gstplaybasebin.c: (source_new_pad):
10578         Fix the case where we try to ref a NULL element when we delay a link
10579         because of unfixed caps.
10580         Set the state of autoplugged decodebins to PAUSED.
10581         RTSP now works in playbin, we can remove it from the blacklist.
10582
10583 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10584
10585         * gst/playback/Makefile.am:
10586         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10587         (unknown_type), (setup_subtitle), (gen_source_element):
10588         * gst/playback/gstplaybin.c: (plugin_init):
10589           Post missing-plugin messages on the bus for missing sources and
10590           missing decoders/demuxers/depayloaders; fix error code used when
10591           we're missing an URI handler source; for media types that we are not
10592           handling on purpose at the moment, don't print "don't know how to
10593           handle xyz" messages to the terminal or post missing-plugin
10594           messages on the bus.
10595
10596         * tests/check/elements/playbin.c: (create_playbin),
10597         (GST_START_TEST), (gst_codec_src_uri_get_type),
10598         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10599         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10600         (gst_codec_src_init_type), (gst_codec_src_base_init),
10601         (gst_codec_src_create), (gst_codec_src_class_init),
10602         (gst_codec_src_init), (plugin_init), (playbin_suite):
10603           Add some tests for the missing-plugin stuff.
10604
10605 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10606
10607         * configure.ac:
10608         * gst-libs/gst/Makefile.am:
10609         * gst-libs/gst/utils/Makefile.am:
10610         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10611         * gst-libs/gst/utils/base-utils.h:
10612         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10613         (find_format_info), (caps_are_rtp_caps),
10614         (gst_base_utils_get_source_description),
10615         (gst_base_utils_get_sink_description),
10616         (gst_base_utils_get_decoder_description),
10617         (gst_base_utils_get_encoder_description),
10618         (gst_base_utils_get_element_description),
10619         (gst_base_utils_add_codec_description_to_tag_list),
10620         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10621         * gst-libs/gst/utils/descriptions.h:
10622         * gst-libs/gst/utils/missing-plugins.c:
10623         (missing_structure_get_type), (copy_and_clean_caps),
10624         (gst_missing_uri_source_message_new),
10625         (gst_missing_uri_sink_message_new),
10626         (gst_missing_element_message_new),
10627         (gst_missing_decoder_message_new),
10628         (gst_missing_encoder_message_new),
10629         (missing_structure_get_string_detail),
10630         (missing_structure_get_caps_detail),
10631         (gst_missing_plugin_message_get_installer_detail),
10632         (gst_missing_plugin_message_get_description),
10633         (gst_is_missing_plugin_message):
10634         * gst-libs/gst/utils/missing-plugins.h:
10635           API: add new libgstbaseutils library with functions
10636           - to create and parse missing-plugins messages
10637           - that provide (translated) descriptions for caps/decoders/sources/etc.
10638           Closes #392393.
10639
10640         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10641         * pkgconfig/gstreamer-plugins-base.pc.in:
10642           Add new lib.
10643
10644         * docs/libs/gst-plugins-base-libs-docs.sgml:
10645         * docs/libs/gst-plugins-base-libs-sections.txt:
10646           Generate docs for new lib and API.
10647
10648         * tests/check/Makefile.am:
10649         * tests/check/libs/.cvsignore:
10650         * tests/check/libs/utils.c: (missing_msg_check_getters),
10651         (GST_START_TEST), (libgstbaseutils_suite):
10652           Add some basic unit tests.
10653
10654 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10655
10656         * ext/ogg/Makefile.am:
10657           Dist gstoggdemux.h to fix 'make distcheck'.
10658
10659         * sys/v4l/Makefile.am:
10660           Fix 'make distcheck' even more.
10661
10662 2007-01-09  Wim Taymans  <wim@fluendo.com>
10663
10664         * docs/plugins/Makefile.am:
10665         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10666         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10667         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10668         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10669         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10670         (gst_ogg_demux_perform_seek):
10671         * ext/ogg/gstoggdemux.h:
10672         Added docs.
10673         Add some more comments.
10674         Small cleanups.
10675
10676 2007-01-09  Wim Taymans  <wim@fluendo.com>
10677
10678         * ext/theora/theoradec.c:
10679         * ext/vorbis/vorbisdec.c:
10680         * gst-libs/gst/audio/gstringbuffer.c:
10681         (gst_ring_buffer_commit_full):
10682         * gst-libs/gst/audio/gstringbuffer.h:
10683         * gst-libs/gst/rtp/gstrtpbuffer.c:
10684         * gst-libs/gst/tag/gstvorbistag.c:
10685         Small documentation updates/fixes
10686
10687 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10688
10689         * configure.ac:
10690           Require core CVS HEAD for Andy's basesrc/sink API additions.
10691
10692 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10693
10694         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10695
10696         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10697         (plugin_init):
10698           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10699           on flac.sf.net (there appear to be other versions of the first
10700           ogg page in the wild) (#391365).
10701
10702 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10703
10704         * configure.ac:
10705           Check if localtime_r() is available.
10706
10707         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10708           If localtime_r() is not available, fall back to localtime(). Should
10709           fix build on MingW (#393310).
10710
10711 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10712
10713         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10714         * gst/subparse/gstsubparse.h:
10715           Remove spurious 1000 subtrahend when calculating the timestamp from
10716           the frame number and the frame rate . Also, use the frames/second
10717           value specified in the first line of the file, if one is specified
10718           there. Should fix #357503.
10719
10720         * tests/check/elements/subparse.c: (do_test),
10721         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10722         (subparse_suite):
10723           Add some basic unit tests for the microdvd subtitle format.
10724
10725 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10726
10727         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10728
10729         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10730         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10731         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10732         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10733         (gst_xvimagesink_set_xwindow_id),
10734         (gst_xvimagesink_set_event_handling),
10735         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10736         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10737         Fixes: #390076.
10738         Add an adaptor property to select a specific XV adaptor.
10739         * sys/xvimage/xvimagesink.h:
10740
10741 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10742
10743         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10744         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10745         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10746         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10747         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10748         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10749         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10750         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10751         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10752         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10753         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10754         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10755         Use flow_lock much more to protect every access to xwindow.
10756         Try to catch erros while creating images in case some drivers are
10757         just generating an XError when the requested image is too big.
10758         Should fix : #354698, #384008, #384060.
10759         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10760         Implement some stress testing of setting window xid.
10761
10762 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10763
10764         * win32/common/libgsaudio.def:
10765           Add new exported function.
10766         * win32/common/libgstogg.dsp:
10767           Add gstoggaviparse.c to the build.
10768         * win32/common/libgstvideoscale.dsp:
10769           Add vs_4tap.c to the build.
10770         * win32/common/libgstvorbis.dsp:
10771           Add vorbistag.c to the build.
10772         
10773 2007-01-06  Andy Wingo  <wingo@pobox.com>
10774
10775         * gst-libs/gst/audio/gstbaseaudiosink.c
10776         (gst_base_audio_sink_class_init)
10777         (gst_base_audio_sink_init): 
10778         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10779         to baseaudiosink, and tell basesink that we can work in pull mode.
10780         This way the ring buffer thread drives the pipeline directly, if
10781         pull mode is possible. There is some lingering nastiness regarding
10782         capsnego, however.
10783         (gst_base_audio_sink_callback): Implement the callback to pull
10784         data. This interface is a bit light, though -- it should get a
10785         GstFlowReturn return value at least.
10786
10787 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10788
10789         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10790         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10791         * gst/playback/gstdecodebin2.c:
10792         (gst_decode_group_check_if_blocked):
10793           Printf format and missing argument fixes.
10794
10795 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10796
10797         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10798         (gst_ogm_parse_change_state):
10799         Activate pads before adding them to the element.
10800
10801 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10802
10803         * tests/examples/seek/scrubby.c: (main):
10804         * tests/examples/seek/seek.c: (main):
10805           Call g_thread_init() first thing in main() (see #391278).
10806
10807 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         * tests/check/Makefile.am:
10810         * tests/check/libs/.cvsignore:
10811         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10812         (netbuffer_suite):
10813           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10814           for the time being, since it's broken, see #393099.
10815
10816 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10817
10818         * tests/check/Makefile.am:
10819           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10820
10821 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10822
10823         * configure.ac:
10824           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10825           so that GST_BASE_CFLAGS can go inbetween them, making sure
10826           we use uninstalled gst-libs headers
10827         * docs/libs/Makefile.am:
10828         * ext/alsa/Makefile.am:
10829         * ext/cdparanoia/Makefile.am:
10830         * ext/gnomevfs/Makefile.am:
10831         * ext/libvisual/Makefile.am:
10832         * ext/ogg/Makefile.am:
10833         * ext/theora/Makefile.am:
10834         * ext/vorbis/Makefile.am:
10835         * gst-libs/gst/audio/Makefile.am:
10836         * gst-libs/gst/cdda/Makefile.am:
10837         * gst-libs/gst/interfaces/Makefile.am:
10838         * gst-libs/gst/riff/Makefile.am:
10839         * gst-libs/gst/rtp/Makefile.am:
10840         * gst-libs/gst/tag/Makefile.am:
10841         * gst/adder/Makefile.am:
10842         * gst/audioconvert/Makefile.am:
10843         * gst/audiorate/Makefile.am:
10844         * gst/audioresample/Makefile.am:
10845         * gst/playback/Makefile.am:
10846         * gst/tcp/Makefile.am:
10847         * gst/videoscale/Makefile.am:
10848         * gst/volume/Makefile.am:
10849         * sys/ximage/Makefile.am:
10850         * sys/xvimage/Makefile.am:
10851         * tests/icles/Makefile.am:
10852           adapt
10853
10854 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10855
10856         * gst-libs/gst/interfaces/xoverlay.c:
10857         (gst_x_overlay_handle_events):
10858         * gst-libs/gst/interfaces/xoverlay.h:
10859         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10860         (gst_ximagesink_set_xwindow_id),
10861         (gst_ximagesink_set_event_handling),
10862         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10863         (gst_ximagesink_get_property), (gst_ximagesink_init),
10864         (gst_ximagesink_class_init):
10865         * sys/ximage/ximagesink.h:
10866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10867         (gst_xvimagesink_set_xwindow_id),
10868         (gst_xvimagesink_set_event_handling),
10869         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10870         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10871         (gst_xvimagesink_class_init):
10872         * sys/xvimage/xvimagesink.h:
10873         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10874         Add a method to the XOverlay interface to allow disabling of 
10875         event handling in x[v]imagesink elements. This will let X events
10876         propagate to parent windows which can be usefull in some cases.
10877         Be carefull that the application is then responsible of pushing
10878         navigation events and expose events to the video sink.
10879         Fixes: #387138.
10880
10881 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10882
10883         * gst-libs/gst/tag/gstvorbistag.c:
10884         * tests/check/libs/tag.c: (GST_START_TEST):
10885           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10886           (fixes #392070).
10887
10888 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * configure.ac:
10891         * docs/Makefile.am:
10892         * docs/design/Makefile.am:
10893           Dist design docs.
10894
10895 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10896
10897         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10898         typo. Fixes: #390063.
10899
10900 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10901
10902         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10904         caps leak.
10905         * win32/common/config.h: Updated.
10906
10907 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10908
10909         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10910         (setup_gdpdepay_streamheader):
10911         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10912         (setup_gdppay_streamheader):
10913           Fix the dp tests, but activating the pads for the streamheader tests
10914           too and cleaning up conditionaly
10915
10916 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10917
10918         * gst/ffmpegcolorspace/avcodec.h:
10919         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10920         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10921         (gst_ffmpegcsp_avpicture_fill):
10922         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10923         (img_get_alpha_info):
10924         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10925         other end of the word. Fixes: #387073.
10926
10927         Add some inconsequential branch hints in a couple of places.
10928
10929 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10930
10931         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10932         (gst_ffmpeg_caps_to_smpfmt):
10933           The "signed" field in raw audio caps is of boolean type, trying to
10934           extract the value with _get_int() will fail (fix to keep in sync with
10935           the copy in gst-ffmpeg)
10936
10937 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10938
10939         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10940         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10941         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10942         (cleanup_gdpdepay):
10943         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10944         * tests/check/elements/subparse.c: (teardown_subparse):
10945         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10946         * tests/check/elements/videorate.c: (cleanup_videorate):
10947         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10948         * tests/check/elements/volume.c: (cleanup_volume):
10949         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10950         (cleanup_vorbisdec):
10951         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10952         (cleanup_vorbistag):
10953           consistent pad (de)activation
10954
10955 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10956
10957         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10958           Forgot to register the extensions.
10959
10960 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10961
10962         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10963         (plugin_init):
10964           Add typefinder for VIVO files (my christmas present to the 90s).
10965
10966 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10967
10968         * gst/playback/gstdecodebin.c: (type_found):
10969           Special-case the text/plain media type: we only want to recognise it
10970           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10971           parser, but not if the entire stream is of text/plain type. If the
10972           entire stream is text/plain, we should just error out.
10973
10974           This fixes playback of audio files with lyrics in totem. Totem can't
10975           distinguish between text files and subtitle files and passes any
10976           .txt file with the same basename as the main file to playbin as
10977           suburi, and playbin will then throw a 'subtitle found, but no video
10978           stream' error, which isn't entirely helpful. See #380342.
10979
10980           Also, with this change we'll show a slightly more correct error
10981           message in case totem passes a playlist file to us (although a
10982           custom error message wording instead of the default text would
10983           probably not be a bad idea either).
10984
10985           Same problem also needs to be fixed for playbin+decodebin2.
10986
10987         * tests/check/Makefile.am:
10988         * tests/check/elements/decodebin.c: (src_handoff_cb),
10989         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10990         (decodebin_suite):
10991           Add simple unit test for decodebin for the above.
10992
10993 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10994
10995         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10996         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10997           Refuse to change state to READY when we failed to create any of the
10998           required elements in our instance init function.
10999
11000 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11001
11002         * docs/libs/gst-plugins-base-libs-sections.txt:
11003           Small docs fixes/updates.
11004
11005         * gst-libs/gst/video/gstvideosink.h:
11006           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11007           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11008           removed from the base sink API between 0.9.6 and 0.9.7).
11009           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11010           accessor macros, so we don't do a runtime GObject type check every
11011           time we use them.
11012
11013 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11014
11015         * Makefile.am:
11016         * gst-plugins-base.doap:
11017         * gst-plugins-base.spec.in:
11018           add doap file
11019
11020 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         Patch by: Jens Granseuer <jensgr at gmx net>
11023
11024         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11025         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11026         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11027         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11028         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11029           Declare variables at the beginning of a block. Fixes #383195.
11030
11031 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11032
11033         * configure.ac:
11034         Bump version nano - back to CVS.
11035
11036
11037 === release 0.10.11 ===
11038
11039 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11040
11041         * configure.ac:
11042           releasing 0.10.11, "Dumb things"
11043
11044 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11045
11046         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11047         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11048         Handle the case where an element has multiple pads with 
11049         unfixed caps as well as still possibly producing more dynamic 
11050         pads by storing each case as a distinct entry in the dynamic list.
11051         Fixes #38223 again.
11052
11053 2006-12-04  Wim Taymans  <wim@fluendo.com>
11054
11055         * gst/playback/gstdecodebin.c: (close_pad_link):
11056         Fix #382223, add more dynamic caps handling.
11057
11058 2006-12-04  Wim Taymans  <wim@fluendo.com>
11059
11060         * gst-libs/gst/audio/gstringbuffer.h:
11061         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11062         (gst_netaddress_set_ip4_interface),
11063         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11064         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11065         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11066         (gst_netaddress_get_ttl):
11067         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11068         * gst/playback/gstdecodebin.c: (close_pad_link):
11069         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11070         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11071         * win32/common/config.h:
11072
11073 2006-12-01  Michael Smith  <msmith@fluendo.com>
11074
11075         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11076           Delete bad debug code.
11077           Fixes #381219
11078
11079 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11080
11081         * gst/videoscale/vs_4tap.c:
11082         * win32/MANIFEST:
11083         * win32/common/config.h:
11084         * win32/vs8/libgstvideoscale.vcproj:
11085         Fix compilation on win32 under VS8
11086         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11087         Partially fixes #381175
11088
11089 2006-11-30  Michael Smith  <msmith@fluendo.com>
11090
11091         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11092         (GST_START_TEST):
11093           It would be very bad if, after a discont buffer, we thought every
11094           single following buffer was also discont. So, add to the test to
11095           ensure that this isn't the case.
11096           
11097         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11098           ... it was the case. So fix it.
11099
11100 2006-11-28  Wim Taymans  <wim@fluendo.com>
11101
11102         * gst/playback/gstplaybasebin.c: (check_queue_event):
11103         Improve debug.
11104
11105         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11106         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11107         padtemplate caps. Refixes #357577.
11108
11109 2006-11-28  Wim Taymans  <wim@fluendo.com>
11110
11111         * gst/playback/gstplaybasebin.c: (check_queue_event),
11112         (queue_threshold_reached), (queue_out_of_data),
11113         (gen_preroll_element):
11114         Add event probe to see when EOS is in a queue and we can disable the
11115         underrun signals. Fixes #357577.
11116
11117 2006-11-28  Edward Hervey  <edward@fluendo.com>
11118
11119         * gst/playback/Makefile.am:
11120         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11121         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11122         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11123         (gst_decode_bin_init), (gst_decode_bin_dispose),
11124         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11125         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11126         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11127         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11128         (connect_element), (expose_pad), (type_found),
11129         (pad_added_group_cb), (pad_removed_group_cb),
11130         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11131         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11132         (are_raw_caps), (multi_queue_overrun_cb),
11133         (multi_queue_underrun_cb), (gst_decode_group_new),
11134         (get_current_group), (group_demuxer_event_probe),
11135         (gst_decode_group_control_demuxer_pad),
11136         (gst_decode_group_control_source_pad),
11137         (gst_decode_group_check_if_blocked),
11138         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11139         (gst_decode_group_hide), (gst_decode_group_free),
11140         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11141         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11142         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11143         (plugin_init):
11144         New decodebin2 element.
11145         Closes #370092
11146         * gst/playback/gstplay-marshal.list:
11147         Added marshallers for new signals in decodebin2
11148         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11149         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11150         is set.
11151
11152 2006-11-28  Wim Taymans  <wim@fluendo.com>
11153
11154         * gst/playback/gstplaybasebin.c: (setup_source),
11155         (gst_play_base_bin_change_state):
11156         Disable rtsp:// uris for the release, it's not good enough yet.
11157         Remove unused var.
11158
11159 2006-11-26  Wim Taymans  <wim@fluendo.com>
11160
11161         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11162         (theora_dec_push_forward), (theora_dec_push_reverse),
11163         (theora_handle_data_packet), (theora_dec_decode_buffer),
11164         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11165         (theora_dec_chain_forward), (theora_dec_chain):
11166         Implement reverse playback.
11167
11168         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11169         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11170         (vorbis_dec_chain_forward):
11171         Clear buffers used for reverse playback in _reset.
11172         No need to set the eos flag, we clip samples using the segment.
11173
11174 2006-11-24  Wim Taymans  <wim@fluendo.com>
11175
11176         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11177         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11178         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11179         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11180         Some cleanups.
11181         Handle continued pages in reverse mode.
11182
11183 2006-11-24  Wim Taymans  <wim@fluendo.com>
11184
11185         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11186         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11187         (vorbis_dec_flush_decode):
11188         Small cleanups.
11189         Don't try to add invalid timestamps.
11190         Clipping will unref the buffer.
11191
11192 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11193
11194         * gst/adder/gstadder.h:
11195         * gst/audiotestsrc/gstaudiotestsrc.h:
11196           remove obsolete _factory_init protos
11197
11198 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11199
11200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11201           Fix spacing in debug message.
11202
11203 2006-11-23  Wim Taymans  <wim@fluendo.com>
11204
11205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11206         (gst_ogg_demux_chain):
11207         Don't just ignore return values from _pad_push().
11208         Small debug improvements.
11209
11210 2006-11-23  Michael Smith  <msmith@fluendo.com>
11211
11212         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11213           If our incoming buffer is marked as DISCONT, then increment the page
11214           number (so that the discontinuity is marked in the final ogg
11215           bitstream) and flush the previous page.
11216
11217 2006-11-22  Michael Smith  <msmith@fluendo.com>
11218
11219         * ext/theora/gsttheoraenc.h:
11220         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11221         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11222         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11223         (theora_enc_chain), (theora_enc_change_state):
11224           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11225
11226         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11227         (GST_START_TEST), (theoraenc_suite):
11228           Enable discontinuity test, fix it.
11229
11230 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11231
11232         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11233         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11234         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11235         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11236         (gst_text_overlay_change_state):
11237         * ext/pango/gsttextoverlay.h:
11238           Some textoverlay fixes: for one, in the video chain function,
11239           actually wait for a text buffer to come in if there is none at the
11240           moment and there should be one; also, deal more gracefully with
11241           incoming buffers that do not have a timestamp or duration; discard
11242           text buffer when not needed any longer. Fixes #341681.
11243
11244         * tests/check/Makefile.am:
11245         * tests/check/elements/.cvsignore:
11246         * tests/check/elements/textoverlay.c:
11247         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11248         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11249         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11250         (test_video_waits_for_text_send_text_newsegment_thread),
11251         (test_video_waits_for_text_shutdown_element),
11252         (test_render_continuity_push_video_buffers_thread),
11253         (textoverlay_suite):
11254           Add some unit tests for textoverlay.
11255
11256 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11257
11258         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11259           Avoid integer underflow when the found probability for mp3 is
11260           smaller than the 'penalty' we subtract if there's not a clean
11261           mp3 header sync at offset 0.
11262
11263 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11264
11265         * docs/libs/gst-plugins-base-libs-sections.txt:
11266           Add some new symbols to the docs
11267
11268 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11269
11270         * tests/check/Makefile.am:
11271         * tests/check/elements/ffmpegcolorspace.c:
11272         (ffmpegcolorspace_suite):
11273           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11274           (for now not for valgrinding though, since it takes too long).
11275
11276 2006-11-20  Wim Taymans  <wim@fluendo.com>
11277
11278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11279         (gst_ffmpeg_pixfmt_to_caps):
11280         Fix RGBA32 caps. Fixes #357038.
11281
11282 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11283
11284         * gst-libs/gst/interfaces/mixertrack.h:
11285           Add FIXME so we can add some padding here in 0.11
11286
11287 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11288
11289         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11290           Fix GstBaseRTPAudioPayload structure so the whole GObject
11291           inheritance business actually works (parent class instance structure
11292           must always come first in the derived class instance structure).
11293
11294 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11295
11296         * gst/videotestsrc/Makefile.am:
11297         * tests/check/Makefile.am:
11298           Make sure our checks and the videotestsrc plugin link against the
11299           local uninstalled gst libs and not any installed gst libs that
11300           might happen to exist as well.
11301
11302         * tests/check/elements/adder.c: (message_received),
11303         (test_event_message_received), (test_play_twice_message_received):
11304         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11305           Fix compiler warnings when compiling against core with disabled
11306           debugging system.
11307
11308 2006-11-16  Michael Smith  <msmith@fluendo.com>
11309
11310         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11311         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11312           Fix audiorate, so that it accurately sets offsets and timestamps.
11313           Doesn't change the fundamental algorithmic decisions; so should be
11314           safe.
11315
11316         * tests/check/Makefile.am:
11317           Enable audiorate test now that it passes.
11318
11319 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11320
11321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11322           clear xv when going to NULL, remove // commented non-existant proto
11323
11324         * tests/examples/seek/seek.c: (main):
11325           add missing tooltip description for scrub and play_scrub
11326
11327 2006-11-14  David Schleef  <ds@schleef.org>
11328
11329         * configure.ac:
11330           Bump liboil requirement to 0.3.8.
11331         * gst-libs/gst/riff/riff-media.c:
11332           Add Dirac fourcc.
11333         * gst/videoscale/vs_image.h:
11334         * gst/videoscale/vs_scanline.h:
11335           Use liboil's stdint.h.
11336         * gst/videotestsrc/videotestsrc.c:
11337           Remove liboil related ifdef's, since they aren't needed now, and
11338           won't work with future versions.
11339
11340 2006-11-14  David Schleef  <ds@schleef.org>
11341
11342         * gst/videoscale/Makefile.am:
11343         * gst/videoscale/gstvideoscale.c:
11344         * gst/videoscale/gstvideoscale.h:
11345         * gst/videoscale/vs_4tap.c:
11346         * gst/videoscale/vs_4tap.h:
11347         * gst/videoscale/vs_image.c:
11348         * gst/videoscale/vs_image.h:
11349         * gst/videoscale/vs_scanline.c:
11350         * gst/videoscale/vs_scanline.h:
11351           Add a 4-tap image scaler.  Theoretically looks much prettier.
11352           The tap calculation could use some improvement.
11353
11354 2006-11-14  Wim Taymans  <wim@fluendo.com>
11355
11356         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11357
11358         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11359         (gst_riff_parse_strf_iavs):
11360         * gst/subparse/gstsubparse.c: (convert_encoding):
11361         * gst/tcp/gstmultifdsink.c:
11362         (gst_multi_fd_sink_handle_client_write):
11363         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11364         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11365         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11366         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11367         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11368         (gst_ximagesink_ximage_new):
11369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11370         Various gsize and gssize printf fixes. Fixes #372507.
11371
11372 2006-11-13  Wim Taymans  <wim@fluendo.com>
11373
11374         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11375         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11376         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11377         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11378         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11379         * ext/vorbis/vorbisdec.h:
11380         First stab at vorbis reverse playback.
11381
11382 2006-11-13  Wim Taymans  <wim@fluendo.com>
11383
11384         * gst-libs/gst/audio/gstbaseaudiosink.c:
11385         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11386         * gst-libs/gst/audio/gstbaseaudiosink.h:
11387         Make the clock sync code more accurate wrt resampling and playback
11388         at different rates.
11389         
11390         * gst-libs/gst/audio/gstringbuffer.c:
11391         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11392         * gst-libs/gst/audio/gstringbuffer.h:
11393         Use better algorithm to interpolate sample rates. 
11394
11395 2006-11-13  Michael Smith  <msmith@fluendo.com>
11396
11397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11398           Improve a debug line slightly.
11399
11400         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11401           Call gst_riff_init() in plugin_init, to avoid getting errors from
11402           the debug system (unrelated changes to another plugin made this turn
11403           up; not sure why).
11404
11405 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11406
11407         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11408
11409         * win32/common/libgsttag.def:
11410           Add missing symbol (#366492).
11411
11412 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11413
11414         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11415           Don't unref a NULL pad.
11416
11417 2006-11-09  Wim Taymans  <wim@fluendo.com>
11418
11419         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11420         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11421         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11422         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11423         (gst_ogg_demux_loop):
11424         Implement first stab at reverse playback.
11425
11426 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11427
11428         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11429         (gst_riff_create_video_template_caps):
11430           add h263/h264 variants to the caps, Fixes #363118
11431
11432 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11433
11434         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11435         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11436           Use g_strerror instead of strerror so we get UTF-8.
11437
11438 2006-11-03  David Schleef  <ds@schleef.org>
11439
11440         * ext/ogg/gstoggdemux.c:
11441         * ext/ogg/gstoggmux.c:
11442           Add/remove KW-DIRAC header here, since it is ogg-specific.
11443
11444 2006-11-03  Michael Smith  <msmith@fluendo.com>
11445
11446         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11447           Recognise more mpeg4 elementary video streams.
11448
11449 2006-11-02  Edward Hervey  <edward@fluendo.com>
11450
11451         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11452         Lower the probability of mp3 typefinding functions if we don't find a
11453         valid mp3 header at the start of the file.
11454         Closes #369482
11455
11456 2006-11-02  Wim Taymans  <wim@fluendo.com>
11457
11458         * ext/theora/gsttheoradec.h:
11459         * ext/theora/theoradec.c: (gst_theora_dec_init),
11460         (theora_dec_sink_event), (theora_dec_chain_forward),
11461         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11462         (theora_dec_chain):
11463         Document and partially implement an algorithm for doing reverse playback
11464         of theora video.
11465
11466 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11469
11470         * win32/common/config.h:
11471         * win32/common/interfaces-enumtypes.c:
11472         * win32/common/libgsttag.def:
11473         * win32/vs8/gst-plugins-base.sln:
11474         * win32/vs8/libgstaudioresample.vcproj:
11475         * win32/vs8/libgstinterfaces.vcproj:
11476         * win32/vs8/libgstogg.vcproj:
11477         * win32/vs8/libgstriff.vcproj:
11478         * win32/vs8/libgsttag.vcproj:
11479         * win32/vs8/libgsttheora.vcproj:
11480         * win32/vs8/libgstvideoscale.vcproj:
11481         * win32/vs8/libgstvorbis.vcproj:
11482           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11483           to libgsttag.def; add missing dependencies for some vs8 projects;
11484           re-arrange placement of .def files in vs8 projects (#366334).
11485
11486 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11487
11488         * ext/ogg/gstogg.c:
11489           Remove unused variable.
11490
11491         * ext/ogg/gstoggdemux.c:
11492           Fix Wim's surname in plugin description.
11493
11494 2006-10-31  Wim Taymans  <wim@fluendo.com>
11495
11496         * gst-plugins-base.spec.in:
11497         spec new .h file. Fixes #368310.
11498
11499 2006-10-31  Michael Smith  <msmith@fluendo.com>
11500
11501         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11502         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11503         (gst_multi_fd_sink_get_stats),
11504         (gst_multi_fd_sink_remove_client_link),
11505         (gst_multi_fd_sink_queue_buffer),
11506         (gst_multi_fd_sink_handle_clients):
11507         * gst/tcp/gstmultifdsink.h:
11508           Make using the remove or clear signals threadsafe.
11509           Make calling get-stats with an invalid fd not segfault.
11510           Fixes 368273.
11511
11512 2006-10-31  Wim Taymans  <wim@fluendo.com>
11513
11514         * gst-libs/gst/rtp/Makefile.am:
11515         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11516         (gst_base_rtp_audio_payload_init):
11517         Fix and activate base audio payloader.
11518
11519 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11520
11521         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11522         (plugin_init):
11523           Add typefinder for QuickTime Image Files (see #366156).
11524
11525 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11526
11527         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11528           Another typo fix (#366212).
11529
11530 2006-10-27  Wim Taymans  <wim@fluendo.com>
11531
11532         * gst/volume/gstvolume.c: (volume_transform_ip):
11533         Use stream time to synchronize volume property instead of rather random
11534         timestamps. This is needed when gnonlin does its time shifting.
11535
11536 2006-10-27  Wim Taymans  <wim@fluendo.com>
11537
11538         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11539
11540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11541         Remove the pad from the element in release_pad. Fixes #364812.
11542
11543 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11544
11545         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11547           Explicitly create our custom buffer classes at a thread-safe
11548           location as well, since g_type_class_ref() doesn't seem to be
11549           entirely thread-safe either (#365501; also see #349410).
11550
11551 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11552
11553         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11554         (gst_riff_parse_info):
11555           If strings in INFO chunk are not UTF-8, do something similar to
11556           what we do for ID3v1 tags: check a number of environment variables
11557           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11558           character sets to try, otherwise try the current locale and/or fall
11559           back on ISO-8859-1. Fixes #360552.
11560
11561 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11562
11563         * gst/videotestsrc/gstvideotestsrc.c:
11564         (gst_video_test_src_pattern_get_type),
11565         (gst_video_test_src_set_pattern):
11566         * gst/videotestsrc/gstvideotestsrc.h:
11567         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11568         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11569         (gst_video_test_src_checkers8):
11570         * gst/videotestsrc/videotestsrc.h:
11571           Add a bunch of exciting new checkers patterns.
11572
11573 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11574
11575         * gst/subparse/Makefile.am:
11576         * gst/subparse/gstsubparse.c:
11577         (gst_sub_parse_data_format_autodetect),
11578         (gst_sub_parse_format_autodetect), (handle_buffer),
11579         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11580         * gst/subparse/gstsubparse.h:
11581         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11582         (parse_tmplayer):
11583         * gst/subparse/tmplayerparse.h:
11584           Add support for TMPlayer-type subtitles (#362845).
11585
11586         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11587         (GST_START_TEST), (subparse_suite):
11588           Add some basic unit tests for the above.
11589
11590 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11591
11592         * tests/check/elements/audiorate.c: (test_injector_base_init),
11593         (test_injector_class_init), (test_injector_chain),
11594         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11595         (GST_START_TEST), (audiorate_suite):
11596           More tests for audiorate: inject buffers to check behaviour when
11597           buffers overlap.
11598
11599 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11600
11601         * tests/check/Makefile.am:
11602         * tests/check/elements/.cvsignore:
11603         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11604         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11605           Add some basic unit tests for audiorate. Disabled at the moment
11606           since it doesn't pass yet (see bug #363119).
11607
11608 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11609
11610         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11611         (parse_subrip), (handle_buffer):
11612           Add missing closing tags for markup and fix broken markup,
11613           otherwise pango won't render anything (fixes #357531). Also,
11614           make sure the text we send out is always NUL-terminated
11615           (better safe than sorry etc.).
11616
11617         * tests/check/elements/subparse.c: (test_srt_do_test),
11618         (test_srt):
11619           Some more tests for .srt incl. tests for the above stuff.
11620
11621 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11622
11623         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11625         Patch by: Stefan Kost  <ensonic@users.sf.net>
11626         Try to redraw borders only when needed. Apparently this consumes
11627         resources on small devices... :-O (#363607)
11628
11629 2006-10-20  Michael Smith  <msmith@fluendo.com>
11630
11631         * gst/tcp/gstmultifdsink.c:
11632         (gst_multi_fd_sink_client_queue_buffer):
11633           If caps change, then update the client's idea of the caps so that we
11634           don't end up re-sending streamheaders for every single buffer after
11635           the caps change.
11636
11637 2006-10-20  Michael Smith  <msmith@fluendo.com>
11638
11639         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11640         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11641           Set caps on pushed buffers; fix up refcounting of caps objects.
11642
11643 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11644
11645         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11646         (plugin_init):
11647           Typefind mmsh header data packet to application/x-mmsh (#362625).
11648
11649 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * tests/check/Makefile.am:
11652         * tests/check/elements/.cvsignore:
11653         * tests/check/elements/subparse.c: (buffer_from_static_string),
11654         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11655         (GST_START_TEST), (subparse_suite):
11656           Add very simple unit test for subparse.
11657
11658 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11659
11660         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11661         (parse_subrip):
11662           Strip trailing newlines from subtitle text output.
11663
11664 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11665
11666         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11667         (gst_sub_parse_change_state):
11668           Fix memleak; clear subparse->textbuf n state change function.
11669
11670 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11671
11672         * gst/subparse/gstsubparse.c:
11673         (gst_sub_parse_data_format_autodetect):
11674           Don't require subrip (.srt) files to start with a chunk number of 1.
11675
11676 2006-10-18  Wim Taymans  <wim@fluendo.com>
11677
11678         * gst-libs/gst/audio/gstbaseaudiosink.c:
11679         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11680         * gst-libs/gst/audio/gstbaseaudiosink.h:
11681         Extract rate from the NEWSEGMENT event.
11682         Use commit_full to also take rate adjustment into account when writing
11683         samples to the ringbuffer.
11684         
11685         * gst-libs/gst/audio/gstringbuffer.c:
11686         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11687         (gst_ring_buffer_read):
11688         * gst-libs/gst/audio/gstringbuffer.h:
11689         Added _commit_full() to also take rate into account.
11690         Use simple interpolation algorithm to resample audio.
11691         API: gst_ring_buffer_commit_full()
11692
11693         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11694         * tests/examples/seek/seek.c: (segment_done):
11695         Don't try to seek with 0.0 rate, just pause instead.
11696         Remove bogus debug line.
11697
11698 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11699
11700         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11701         (setup_source):
11702           Catch async errors when starting up the subtitle bin, so we can
11703           stop waiting and continue with the main film instead of hanging
11704           forever. Fixes #339366.
11705
11706         * tests/check/elements/playbin.c: (playbin_suite):
11707           Enable unit test for the above.
11708
11709 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11710
11711         * tests/check/Makefile.am:
11712         * tests/check/elements/.cvsignore:
11713         * tests/check/elements/playbin.c: (GST_START_TEST),
11714         (gst_red_video_src_uri_get_type),
11715         (gst_red_video_src_uri_get_protocols),
11716         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11717         (gst_red_video_src_uri_handler_init),
11718         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11719         (gst_red_video_src_create), (gst_red_video_src_class_init),
11720         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11721           Some small and basic unit tests for playbin; not very useful yet,
11722           but at least a start.
11723
11724 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11725
11726         * gst/playback/gstplaybin.c: (setup_sinks):
11727           The old pad activation spiel.
11728
11729 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11730
11731         * gst/playback/gstplaybasebin.c: (setup_source):
11732           Don't hang forever if the subbin already fails to start up in 
11733           the state change to PAUSED (#339366).
11734
11735 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11736
11737         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11738         (gst_tuner_set_channel), (gst_tuner_get_channel),
11739         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11740         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11741         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11742         (gst_tuner_find_channel_by_name):
11743           Fix some function guards, add some more function guards.
11744
11745 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11746
11747         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11748         (remove_element_chain):
11749         Don't return a pad from get_our_ghost_pad unless it is actually the
11750         one we want.
11751         Change a cast in remove_element_chain slightly.
11752
11753 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11754
11755         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11756         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11757         Segment seeking needs to use the rate and set stop to -1.
11758
11759 2006-10-13  Wim Taymans  <wim@fluendo.com>
11760
11761         * gst-libs/gst/audio/gstbaseaudiosink.c:
11762         (gst_base_audio_sink_setcaps):
11763         Don't crash when ringbuffer is not yet created.
11764         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11765         Fixes #361634.
11766
11767         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11768         * gst/playback/gststreamselector.c:
11769         (gst_stream_selector_request_new_pad):
11770         Activate pads befre adding them to running elements.
11771
11772 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11773
11774         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11775         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11776         updater when we start grabing the slider. Don't wait for the
11777         pipeline to be PAUSED.
11778
11779 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11780
11781         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11782         (gst_mixer_set_volume), (gst_mixer_get_volume),
11783         (gst_mixer_set_mute), (gst_mixer_set_option),
11784         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11785         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11786         (gst_mixer_option_changed):
11787           Guard mixer interface functions against bogus arguments.
11788
11789 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11790
11791         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11792         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11793         (msg_state_changed), (main): Use state-changed messages to trigger
11794         start/stop of scale update timer. Indeed the scale slider was
11795         jumping here and there because the update timer was activated 
11796         before seek completed. This fixes instant applying of rate changes
11797         by pressing the spinbutton like a crazy man !
11798
11799 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11802
11803         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11804         (gst_basertppayload_finalize):
11805           Fix two small memory leaks (#361456).
11806
11807 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11808
11809         * tests/examples/seek/seek.c: (do_seek),
11810         (rate_spinbutton_changed_cb): When changing spinbutton we try
11811         to change the rate on the fly.
11812
11813 2006-10-10  Wim Taymans  <wim@fluendo.com>
11814
11815         * gst-libs/gst/riff/riff-ids.h:
11816         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11817         (gst_riff_create_audio_template_caps):
11818         Add WMS caps.
11819
11820 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11821
11822         Patch by: Josep Torra Valles <josep@fluendo.com>
11823
11824         * ext/gnomevfs/gstgnomevfssink.c:
11825         * ext/gnomevfs/gstgnomevfssrc.c:
11826         Fix URI interface implementation return type.
11827         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11828         Fix what looks like a copy/paste issue when assigning values.
11829         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11830         (gst_audio_filter_template_get_type):
11831         Cast to prevent Forte warnings.
11832         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11833         Fix URI interface implementation return type.
11834         gst_pad_query_position requires a signed integer pointer as
11835         3rd parameter, GstClockTime is unsigned.
11836         * gst/audioconvert/audioconvert.c:
11837         Fix integer overflow when treated as signed.
11838         * gst/audioresample/resample.c: (resample_add_input_data):
11839         Cast to prevent warnings on Forte.
11840         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11841         Fix integer overflow when treated as signed.
11842         * gst/ffmpegcolorspace/imgconvert_template.h:
11843         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11844         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11845         (cleanup_decodebin):
11846         Who initialises a guint to -1!
11847         Cast function pointers to prevent warnings on Forte.
11848         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11849         (queue_threshold_reached):
11850         Cast function pointers correctly to prevent warnings on Forte.
11851         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11852         Cast function pointers correctly to prevent warnings on Forte.
11853         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11854         Obvious change to unsigned, 0xEF > max signed char.
11855         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11856         GstClockTime is unsigned, initialise correctly.
11857         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11858         Cast so pointer arithemetic doesn't cause warnings on Forte.
11859         * gst/videorate/gstvideorate.c:
11860         Use correct return value.
11861         * tests/examples/seek/scrubby.c:
11862         GstClockTime is unsigned, initialise correctly.
11863
11864 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11865
11866         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11867
11868         * gst/typefind/gsttypefindfunctions.c:
11869           Recognise XML files and XML-like files shorter than 256 bytes as
11870           well (fixes #359237).
11871
11872 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11873
11874         Patch by: Renato Filho <renato.filho@indt.org.br>
11875         
11876         * gst/typefind/gsttypefindfunctions.c:
11877         Added typefind functions to video/x-nuv media.
11878         
11879 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * gst-libs/gst/interfaces/xoverlay.c:
11882         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11883           Some more guards against invalid input.
11884
11885 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11886
11887         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11888         Useless goto.
11889         * tests/examples/seek/seek.c: (do_seek),
11890         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11891         seek example to experiment with rates != 1.0 (reverse playback !)
11892
11893 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11894
11895         * gst-libs/gst/interfaces/xoverlay.c:
11896           Unref message in doc-example (spotted by Robert McQueen)
11897
11898 2006-10-06  Wim Taymans  <wim@fluendo.com>
11899
11900         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11901         (mpeg1_parse_header), (mpeg1_sys_type_find):
11902         printf fix.
11903
11904 2006-10-06  Wim Taymans  <wim@fluendo.com>
11905
11906         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11907         (close_pad_link):
11908         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11909         Activate dynamic pads before adding them to the element.
11910
11911 2006-10-06  Michael Smith  <msmith@fluendo.com>
11912
11913         * gst-libs/gst/floatcast/floatcast.h:
11914           Fix obviously-bogus macros; use the correct types.
11915
11916 2006-10-06  Wim Taymans  <wim@fluendo.com>
11917
11918         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11919         (gst_base_rtp_depayload_change_state):
11920         Also call parent state change function to activate pads.
11921
11922         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11923         (mpeg1_parse_header), (mpeg1_sys_type_find):
11924         Add some more debug info in mpeg typefinding.
11925
11926 2006-10-06  Michael Smith  <msmith@fluendo.com>
11927
11928         * ext/theora/theoradec.c: (theora_dec_chain):
11929           Zero byte theora packets are valid and well-defined; don't warn on
11930           them.
11931
11932 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11933
11934         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11935         (gst_multi_fd_sink_get_stats), (find_limits),
11936         (gst_multi_fd_sink_queue_buffer):
11937           API: add dropped_buffers to the get-stats GValueArray
11938
11939 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11940
11941         * ext/alsa/gstalsadeviceprobe.c:
11942         (gst_alsa_device_property_probe_get_values):
11943         * ext/alsa/gstalsasink.c: (set_hwparams):
11944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11945         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11946         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11947         (gst_ogg_mux_process_best_pad):
11948         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11949         (gst_ogg_parse_chain):
11950         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11951         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11952         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11953         (gst_vorbis_enc_buffer_check_discontinuous):
11954         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11955         * gst-libs/gst/audio/gstbaseaudiosink.c:
11956         (gst_base_audio_sink_render):
11957         * gst-libs/gst/cdda/gstcddabasesrc.c:
11958         (gst_cdda_base_src_handle_track_seek):
11959         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11960         (gst_base_rtp_depayload_push_full):
11961         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11962         * gst/audioresample/resample.c: (resample_input_pushthrough):
11963         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11964         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11965         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11966         (wavpack_type_find):
11967         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11968         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11969         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11970         * tests/check/elements/volume.c: (GST_START_TEST):
11971           Printf format fixes.
11972
11973 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11974
11975         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11976           Fix a simple mistake (see the docs)
11977           Fixes #359580
11978
11979 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11980
11981         * docs/plugins/Makefile.am:
11982         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11983         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11984         * docs/plugins/gst-plugins-base-plugins.args:
11985         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11986         * docs/plugins/inspect/plugin-adder.xml:
11987         * docs/plugins/inspect/plugin-alsa.xml:
11988         * docs/plugins/inspect/plugin-audioconvert.xml:
11989         * docs/plugins/inspect/plugin-audiorate.xml:
11990         * docs/plugins/inspect/plugin-audioresample.xml:
11991         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11992         * docs/plugins/inspect/plugin-cdparanoia.xml:
11993         * docs/plugins/inspect/plugin-decodebin.xml:
11994         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11995         * docs/plugins/inspect/plugin-gdp.xml:
11996         * docs/plugins/inspect/plugin-gnomevfs.xml:
11997         * docs/plugins/inspect/plugin-libvisual.xml:
11998         * docs/plugins/inspect/plugin-ogg.xml:
11999         * docs/plugins/inspect/plugin-pango.xml:
12000         * docs/plugins/inspect/plugin-playbin.xml:
12001         * docs/plugins/inspect/plugin-subparse.xml:
12002         * docs/plugins/inspect/plugin-tcp.xml:
12003         * docs/plugins/inspect/plugin-theora.xml:
12004         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12005         * docs/plugins/inspect/plugin-video4linux.xml:
12006         * docs/plugins/inspect/plugin-videorate.xml:
12007         * docs/plugins/inspect/plugin-videoscale.xml:
12008         * docs/plugins/inspect/plugin-videotestsrc.xml:
12009         * docs/plugins/inspect/plugin-volume.xml:
12010         * docs/plugins/inspect/plugin-vorbis.xml:
12011         * docs/plugins/inspect/plugin-ximagesink.xml:
12012         * docs/plugins/inspect/plugin-xvimagesink.xml:
12013           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12014
12015 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12016
12017         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12018
12019         * ext/vorbis/Makefile.am:
12020         * ext/vorbis/vorbis.c: (plugin_init):
12021         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12022         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12023         * ext/vorbis/vorbisparse.h:
12024         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12025         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12026         (gst_vorbis_tag_parse_packet):
12027         * ext/vorbis/vorbistag.h:
12028           Add new vorbistag element which derives from vorbisparse
12029           and is essentially the same as well, only that it implements
12030           the GstTagSetter interface and can modify the stream's
12031           vorbiscomment on the fly (#335635).
12032
12033         * tests/check/Makefile.am:
12034         * tests/check/elements/.cvsignore:
12035         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12036         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12037         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12038         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12039           Add unit test for new vorbistag element.
12040
12041 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12042
12043         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12044         (vorbis_parse_push_headers), (vorbis_parse_chain):
12045           Set BOS flag in packet structure to fix 'jump depends
12046           on unitialized value' errors in valgrind; various minor
12047           clean-ups.
12048
12049 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12050
12051         * gst/playback/gstdecodebin.c: (close_pad_link):
12052         Fix typo in a debug statement.
12053
12054         * gst/playback/gstplaybasebin.c: (probe_triggered),
12055         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12056         (gen_source_element), (source_new_pad), (analyse_source),
12057         (setup_source):
12058         When handling no_more_pads in new_decoded_pad, make sure to treat
12059         subtitle pads correctly. Fixes playback with subtitle files.
12060
12061         Move a recurring message to LOG level.
12062
12063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12064         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12065         which ends up as -1 when cast to an int. Make the logic handle the
12066         max value as an unsigned mask and only change the colorkey when it's
12067         a value we recognise.
12068
12069 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12070
12071         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12072         Removed empty * between paragraphs
12073
12074 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12075
12076         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12077         * gst-libs/gst/rtp/README:
12078         Moved some documentation into .c file
12079
12080 2006-09-29  Wim Taymans  <wim@fluendo.com>
12081
12082         * gst/playback/gstdecodebin.c: (no_more_pads):
12083         Fix compilation.
12084
12085 2006-09-29  Wim Taymans  <wim@fluendo.com>
12086
12087         * gst/playback/gstdecodebin.c: (new_caps):
12088         Remove g_print
12089
12090         * gst/playback/gstplaybin.c:
12091         Add some docs.
12092
12093 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12094
12095         * tests/check/Makefile.am:
12096           Re-enable cddabasesrc test to see if it works again
12097           now.
12098
12099 2006-09-29  Wim Taymans  <wim@fluendo.com>
12100
12101         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12102         (gen_source_element):
12103         Handle invalid URIs a bit more gracefully.
12104
12105 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12106
12107         * tests/check/pipelines/oggmux.c:
12108           Remove obsolete comment.
12109
12110 2006-09-29  Michael Smith  <msmith@fluendo.com>
12111
12112         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12113         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12114         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12115         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12116         (gst_ogg_mux_collected):
12117           Commit patch from James "Doc" Livingston, adds proper EOS handling
12118           in oggmux. GStreamer can, for the first time ever, create a valid
12119           Ogg file! Yay!
12120
12121         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12122         (oggmux_suite):
12123           Reenable tests now that they pass.
12124
12125 2006-09-29  Wim Taymans  <wim@fluendo.com>
12126
12127         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12128         Stop reading commands when EOF (we read 0) as well.
12129
12130 2006-09-28  Wim Taymans  <wim@fluendo.com>
12131
12132         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12133         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12134         (find_dynamic), (unlinked), (close_link):
12135         Implement delayed caps linking needed for element with a lot of
12136         different caps on the src pads that get fixed at runtime.
12137         Improve management of dynamic elements.
12138
12139         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12140         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12141         (gen_preroll_element), (remove_groups), (unknown_type),
12142         (add_element_stream), (no_more_pads_full), (no_more_pads),
12143         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12144         (new_decoded_pad), (setup_subtitle), (array_has_value),
12145         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12146         (analyse_source), (remove_decoders), (make_decoder),
12147         (remove_source), (setup_source), (finish_source), (prepare_output),
12148         (gst_play_base_bin_change_state):
12149         * gst/playback/gstplaybasebin.h:
12150         Use more _CAST instead of full type checking casts.
12151         Small cleanups, plug some leaks.
12152         Handle dynamic sources.
12153         Add some helper functions to create lists of strings used for
12154         blacklisting and other stuff.
12155         Refactor some code dealing with analysing the source.
12156         Re-enable sources without pads (like cd:// or other selfcontained
12157         elements).
12158
12159 2006-09-28  Wim Taymans  <wim@fluendo.com>
12160
12161         * gst-libs/gst/audio/gstbaseaudiosink.c:
12162         (gst_base_audio_sink_render):
12163         When we have a timestamp, we can still perform clipping.
12164         When we have no clock, we must play the sample ASAP.
12165
12166 2006-09-28  Wim Taymans  <wim@fluendo.com>
12167
12168         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12169         Set caps on outgoing buffers.
12170
12171         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12172         (gst_video_rate_event), (gst_video_rate_chain):
12173         * gst/videorate/gstvideorate.h:
12174         Fix videorate some more. Fixes #357977
12175
12176 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12177
12178         * tests/check/elements/adder.c: (adder_suite):
12179           Don't set timeout to 6 seconds when we're running
12180           in valgrind ... (and how is 6 seconds longer than
12181           the default anyway?)
12182
12183 2006-09-28  Wim Taymans  <wim@fluendo.com>
12184
12185         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12186         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12187         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12188         Keep sink and src segment to keep track of time and support more
12189         input formats.
12190         Fix bogus next_offset and run_time calculation, don't understand how
12191         this could have worked before. Fixes #357976.
12192         Remove some unneeded vars.
12193
12194 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12195
12196         * gst/playback/gstplaybin.c: (remove_sinks):
12197           Only remove visualisation from visbin if there is a visbin (or:
12198           don't throw warnings when closing totem without playing a file).
12199
12200 2006-09-27  Wim Taymans  <wim@fluendo.com>
12201
12202         * gst-libs/gst/audio/gstbaseaudiosink.c:
12203         (gst_base_audio_sink_render):
12204         Add some more info in a WARNING.
12205
12206         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12207         (gst_base_audio_src_create):
12208         Handle PAUSE in create function, use new -core addition to
12209         wait for playing. Fixes pausing and resuming capture from an
12210         audiosrc.
12211
12212         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12213         (gst_ring_buffer_read):
12214         Constify some more.
12215         Caller supports interrupted reads now.
12216
12217 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12218
12219         * tests/check/Makefile.am:
12220           Another attempt to make the gen64 buildbot happy.
12221
12222 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12223
12224         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12225
12226         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12227         (gst_visual_chain), (gst_visual_change_state):
12228           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12229           correctly. Fixes #357800
12230
12231 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12232
12233         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12234           Add timeout to _get_state() so we see which pipeline it is
12235           that causes trouble on the gen64 build bot.
12236
12237 2006-09-27  Wim Taymans  <wim@fluendo.com>
12238
12239         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12240         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12241         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12242         (gst_base_rtp_depayload_set_gst_timestamp):
12243         the source pad always uses fixed caps.
12244
12245 2006-09-27  Wim Taymans  <wim@fluendo.com>
12246
12247         * docs/libs/gst-plugins-base-libs-docs.sgml:
12248         * docs/libs/gst-plugins-base-libs-sections.txt:
12249         * gst-libs/gst/audio/gstaudioclock.c:
12250         * gst-libs/gst/audio/gstaudioclock.h:
12251         * gst-libs/gst/audio/gstaudiosink.c:
12252         * gst-libs/gst/audio/gstaudiosink.h:
12253         * gst-libs/gst/audio/gstaudiosrc.c:
12254         * gst-libs/gst/audio/gstbaseaudiosink.c:
12255         (gst_base_audio_sink_render):
12256         * gst-libs/gst/audio/gstbaseaudiosink.h:
12257         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12258         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12259         * gst-libs/gst/audio/gstringbuffer.h:
12260         Added docs for the audio libs.
12261
12262 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12263
12264         * tests/check/Makefile.am:
12265           Temporarily disable test that fails on the bots for unknown reasons.
12266
12267 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12268
12269         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12270         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12271         Moved AudioCodecType into priv
12272         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12273
12274 2006-09-25  Wim Taymans  <wim@fluendo.com>
12275
12276         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12277         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12278         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12279         (new_pad):
12280         Cleanups and small leak fixes.
12281         Added Depayloaders to valid list of autopluggable elements.
12282
12283 2006-09-25  Wim Taymans  <wim@fluendo.com>
12284
12285         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12286         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12287         (gen_video_element), (gen_text_element), (gen_audio_element),
12288         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12289         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12290         Detect NO_PREROLL state change returns and disable clock distribution to
12291         the sinks so that sync is disabled.
12292         Avoid some type checking and do simple casts instead.
12293         Small cleanups, fix some FIXMEs.
12294         Be more robust when linking user specified elements, catch an report
12295         errors. Fixes #357404.
12296         Fix some leaks in the error paths.
12297
12298 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12299
12300         * ChangeLog:
12301           ChangeLog surgery for missing bug-number
12302
12303 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12304
12305         Patch by: Peter Kjellerstedt  <pkj at axis com>
12306
12307         * gst/playback/test.c:
12308           Fix compilation with uClibc and -Werror (#357591).
12309
12310 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12311
12312         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12313           Parse dates that are followed by a time as well (#357532).
12314
12315         * tests/check/libs/tag.c: (test_vorbis_tags):
12316           Add unit test for this.
12317
12318 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12319
12320         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12321         (gst_audio_convert_transform_caps):
12322         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12323         * gst/videotestsrc/videotestsrc.h:
12324           A few array const-ifications.
12325
12326 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12327
12328         * tests/check/Makefile.am:
12329           See if this makes the build bots happy.
12330
12331         * tests/check/libs/cddabasesrc.c:
12332           UTF8-ise my name.
12333
12334 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12335
12336         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12337
12338         * gst/subparse/samiparse.c: (handle_start_font),
12339         (fix_invalid_entities):
12340           More case-insensitivity for certain tags; recognise entities with
12341           decimal codes as special entities as well (#357330).
12342
12343 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12344
12345         * gst-libs/gst/Makefile.am:
12346           Need to build tag directory before cdda.
12347
12348 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12349
12350         * docs/libs/gst-plugins-base-libs-sections.txt:
12351         * gst-libs/gst/cdda/Makefile.am:
12352         * gst-libs/gst/cdda/gstcddabasesrc.c:
12353         (gst_cdda_base_src_base_init):
12354         * gst-libs/gst/cdda/gstcddabasesrc.h:
12355         * gst-libs/gst/tag/tag.h:
12356         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12357         (gst_tag_register_musicbrainz_tags):
12358           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12359           depend on libgsttag. This is required so we can extract/read tags like
12360           DISCID without depending on libgstcddabasesrc (which used to register
12361           them).
12362
12363         * gst-libs/gst/tag/gstvorbistag.c:
12364           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12365           tags (also see #347848).
12366
12367         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12368           Log vorbis comments we are actually writing. Const-ify array.
12369
12370 2006-09-23  Wim Taymans  <wim@fluendo.com>
12371
12372         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12373         Improve buffering a bit by avoiding a deadlock because we cannot assume
12374         the underrun is always called.
12375
12376 2006-09-23  Wim Taymans  <wim@fluendo.com>
12377
12378         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12379
12380         * gst-libs/gst/riff/riff-ids.h:
12381         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12382         (gst_riff_create_audio_template_caps):
12383         Added MPEG-4 AAC and id and caps. Fixes #357289
12384         Added WMA9 Lossless id.
12385
12386 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12387
12388         * ext/gnomevfs/gstgnomevfssrc.c:
12389           Fix misleading docs addition.
12390
12391         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12392           Get rid of compiler warning the right way.
12393
12394 2006-09-22  Wim Taymans  <wim@fluendo.com>
12395
12396         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12397         (gst_base_rtp_depayload_finalize),
12398         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12399         (gst_base_rtp_depayload_push_full),
12400         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12401         (gst_base_rtp_depayload_process),
12402         (gst_base_rtp_depayload_set_gst_timestamp),
12403         (gst_base_rtp_depayload_queue_release):
12404         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12405         Small cleanups.
12406         Fix some leaks.
12407         Refactored the process method and added methods to push from the process
12408         vmethod.
12409         Use _scale functions.
12410         API: gst_base_rtp_depayload_push_ts
12411         API: gst_base_rtp_depayload_push
12412
12413         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12414         timestamps are uint.
12415
12416 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12417
12418         * gst-libs/gst/interfaces/xoverlay.c:
12419           Remove unused statement from doc example.
12420
12421 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12422
12423         * gst-libs/gst/interfaces/videoorientation.c:
12424         (gst_video_orientation_iface_init),
12425         (gst_video_orientation_get_hflip),
12426         (gst_video_orientation_get_vflip),
12427         (gst_video_orientation_get_hcenter),
12428         (gst_video_orientation_get_vcenter),
12429         (gst_video_orientation_set_hflip),
12430         (gst_video_orientation_set_vflip),
12431         (gst_video_orientation_set_hcenter),
12432         (gst_video_orientation_set_vcenter):
12433           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12434           in ChangeLog)
12435
12436 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12437
12438         * tests/check/Makefile.am:
12439         * tests/check/elements/.cvsignore:
12440         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12441         (create_rgb_conversions), (rgb_conversion_free),
12442         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12443         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12444           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12445           but disable for now since it doesn't pass (something wrong with
12446           RGBA somewhere).
12447
12448 2006-09-21  Wim Taymans  <wim@fluendo.com>
12449
12450         * gst/playback/gstplaybasebin.c: (group_commit),
12451         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12452         (queue_out_of_data), (gen_preroll_element),
12453         (preroll_remove_overrun), (probe_triggered):
12454         Refactor handling of overrun detection.
12455         Separate handling of group completion and deadlock detection when doing
12456         network buffering. This should fix some deadlocks that were not detected
12457         because the group was completed.
12458         Add more comments, improve debugging.
12459
12460 2006-09-21  Wim Taymans  <wim@fluendo.com>
12461
12462         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12463         * tests/check/libs/audio.c:
12464         Some more compilation fixes.
12465
12466 2006-09-21  Wim Taymans  <wim@fluendo.com>
12467
12468         * gst-libs/gst/audio/gstringbuffer.c:
12469         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12470         (gst_ring_buffer_read):
12471         Early morning compilation fix.
12472
12473 2006-09-20  Wim Taymans  <wim@fluendo.com>
12474
12475         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12476         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12477         * tests/check/elements/videorate.c: (GST_START_TEST):
12478         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12479         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12480         Fix some warnings.
12481
12482 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12483
12484         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12485         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12486         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12487           Handcrafted merge to help CVS understanding what I changed and what
12488           not.
12489
12490 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12491
12492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12493         (gst_xvimagesink_get_times):
12494           change colorkey behaviour back according to #354773 comment 6/7
12495
12496 2006-09-19  Michael Smith  <msmith@fluendo.com>
12497
12498         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12499         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12500         (gst_multi_fd_sink_recover_client),
12501         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12502         (gst_multi_fd_sink_get_property):
12503         * gst/tcp/gstmultifdsink.h:
12504           Implement stubbed out properties unit-type, units-soft-max,
12505           units-max, to allow specifying maximum sizes in units other than
12506           buffers.
12507           Fixes #355935
12508
12509 2006-09-19  Wim Taymans  <wim@fluendo.com>
12510
12511         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12512         (gst_riff_create_audio_template_caps):
12513         Reorder the audio formats a bit for clarity.
12514         Detect and create caps for MSGSM and MSN (WAV49).
12515         Fixes #356596.
12516
12517         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12518         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12519         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12520         Small cleanups, move error handling out of normal flow for clarity.
12521
12522 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12523
12524         * docs/libs/gst-plugins-base-libs-docs.sgml:
12525         * docs/libs/gst-plugins-base-libs.types:
12526         * gst-libs/gst/interfaces/Makefile.am:
12527         * gst-libs/gst/interfaces/videoorientation.c:
12528         (gst_video_orientation_get_type),
12529         (gst_video_orientation_iface_init),
12530         (gst_video_orientation_get_hflip),
12531         (gst_video_orientation_get_vflip),
12532         (gst_video_orientation_get_hcenter),
12533         (gst_video_orientation_get_vcenter),
12534         (gst_video_orientation_set_hflip),
12535         (gst_video_orientation_set_vflip),
12536         (gst_video_orientation_set_hcenter),
12537         (gst_video_orientation_set_vcenter):
12538         * gst-libs/gst/interfaces/videoorientation.h:
12539           API: Add new interface to control video orientation (fixes #354908)
12540
12541 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12542
12543         * gst/videotestsrc/gstvideotestsrc.c:
12544           Use G_UNLIKELY in _create and log one more detail.
12545           
12546         (gst_video_test_src_get_times), (gst_video_test_src_create):
12547         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12548           Use gst_util_uint64_scale_int in _get_times().
12549
12550 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12551
12552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12553           Give better warning message (add object and detail).
12554
12555 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12556
12557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12558         (gst_xvimagesink_get_times):
12559           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12560           #354773), use gst_util_uint64_scale_int in _get_times()
12561
12562 2006-09-18  Michael Smith  <msmith@fluendo.com>
12563
12564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12565           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12566           always true, leading to dropping all timestamps.
12567
12568 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12569
12570         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12571         (gst_visual_chain), (gst_visual_change_state):
12572           update to work also with libvisual 0.4 API, fix double unref (#355914)
12573           
12574         * tools/gst-launch-ext.1.in:
12575         * tools/gst-visualise.1.in:
12576           remove references to old man-pages
12577
12578         * tests/examples/seek/seek.c: (main):
12579           add real meadi-buttons, add tool-tips for the seek-options, arrange
12580           seek options in a table
12581
12582 2006-09-18  Michael Smith  <msmith@fluendo.com>
12583
12584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12585         (gst_ogg_mux_push_buffer):
12586           Don't generate out-of-order timestamps from oggmux, instead clamp
12587           output timestamps to be >= the previously output ts.
12588           Fixes #355595
12589
12590 2006-09-18  Michael Smith  <msmith@fluendo.com>
12591
12592         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12593         (gst_multi_fd_sink_class_init):
12594           Updates, fixes, and typo corrections for multifdsink. No functional
12595           changes.
12596
12597 2006-09-17  Michael Smith  <msmith@fluendo.com>
12598
12599         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12600           Don't crash on truncated files - check that we got an 8 byte buffer
12601           before trying to memcmp it.
12602
12603 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12604
12605         * gst/playback/gstplaybasebin.c: (get_active_source):
12606           Make stream-switching appear instant to the application
12607           (ie. make sure that a g_object_get on 'current-foo' returns
12608           the stream previously set with g_object_set(). Totem needs
12609           this to update stream-related meta-info (like audio-codec)
12610           correctly when switching streams.
12611
12612 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12613
12614         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12615         (gst_alsa_mixer_ensure_track_list):
12616           Try harder to guess which mixer track is the master mixer
12617           track (instead of just taking the first one that has a pvolume).
12618           Fixes #342228.
12619
12620 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12621
12622         reviewed by: <delete if not using a buddy>
12623
12624         * gst-libs/gst/audio/audio.h:
12625         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12626
12627 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12628
12629         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12630         (gst_audio_convert_transform_caps):
12631           Get structure-name just once.
12632
12633 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12634
12635         * tests/check/elements/audioresample.c: (GST_START_TEST):
12636         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12637         * tests/check/elements/volume.c: (GST_START_TEST):
12638         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12639         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12640         (test_pipeline), (GST_START_TEST):
12641         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12642         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12643           Fix big batch of compiler warnings.
12644
12645 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12646
12647         * ext/gnomevfs/gstgnomevfssrc.c:
12648           Add docs about icydemux usage in connection with gnomevfssrc
12649
12650         * ext/libvisual/visual.c:
12651         * ext/ogg/gstoggaviparse.c:
12652         * ext/ogg/gstoggdemux.c:
12653         * ext/ogg/gstoggmux.c:
12654         * ext/ogg/gstoggparse.c:
12655         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12656         * gst-libs/gst/audio/gstaudiosink.c:
12657         * gst-libs/gst/audio/gstaudiosrc.c:
12658         * gst/audiorate/gstaudiorate.c:
12659           More G_OBJECT macro fixing.
12660
12661         * gst/audiotestsrc/gstaudiotestsrc.h:
12662           Fix wrong info in header due to copy & paste
12663
12664 2006-09-15  Wim Taymans  <wim@fluendo.com>
12665
12666         * gst-libs/gst/audio/gstbaseaudiosink.c:
12667         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12668         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12669         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12670         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12671         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12672         Do the delay calculation in the source/sink base classes as this is
12673         specific for the capture/playback mode.
12674         Try to fixate a bit better, like round depth up to a multiple of 8
12675         bigger than width.
12676         Handle underruns correctly by marking DISCONT on buffers and adjusting
12677         timestamps to handle the gap.
12678         Set offset/offset_end correctly on buffers.
12679
12680         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12681         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12682         (gst_ring_buffer_read):
12683         Remove resync and underrun recovery from the ringbuffer.
12684         Fix ringbuffer read code on under/overrun.
12685
12686 2006-09-15  Wim Taymans  <wim@fluendo.com>
12687
12688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12689         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12690         (queue_threshold_reached), (gst_play_base_bin_set_property),
12691         (gst_play_base_bin_get_property):
12692         * gst/playback/gstplaybasebin.h:
12693         Don't use a 0 low watermark when buffering, it is catching starvation
12694         way too late. Instead, use a 3 second queue with 30 and 95
12695         percent low/high watermarks. 
12696         Added queue-min-threshold property to configure low watermark.
12697         Use new _buffering message API.
12698         Make queue_threshold variable big enough to store a uint64 time value.
12699         API: playbin::queue-min-threshold property.
12700
12701 2006-09-15  Wim Taymans  <wim@fluendo.com>
12702
12703         * configure.ac:
12704         We require 0.10.10.1 now because of _wait_preroll().
12705
12706         * gst-libs/gst/audio/gstbaseaudiosink.c:
12707         (gst_base_audio_sink_render):
12708         Use gst_base_sink_wait_preroll().
12709
12710 2006-09-15  Wim Taymans  <wim@fluendo.com>
12711
12712         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12713         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12714         Use DEBUG_OBJECT more.
12715
12716 === release 0.10.10 ===
12717
12718 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12719
12720         patch by: Michael Smith <msmith at fluendo dot com>
12721
12722         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12723         (gst_multi_fd_sink_client_queue_buffer),
12724         (gst_multi_fd_sink_new_client):
12725         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12726         (multifdsink_suite):
12727           Fix implementation of sync-method 'next-keyframe'
12728           Closes #354594
12729
12730 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12731
12732         patch by: Wim Taymans <wim at fluendo dot com>
12733
12734         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12735         This patch removes the RANDOM flag that was incorrectly introduced with
12736         revision 1.91.  Fixes #354590
12737
12738 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12739
12740         * tests/check/Makefile.am:
12741           Random variation in Makefile line to see if it makes the
12742           gen64-base-full bot any happier.
12743
12744 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12745
12746         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12747           Disable test that fails at the moment (killed after timeout).
12748
12749 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12750
12751         Patch by: James Livingston  <doclivingston at gmail.com>
12752
12753         * tests/check/Makefile.am:
12754         * tests/check/pipelines/.cvsignore:
12755         * tests/check/pipelines/oggmux.c: (get_page_codec),
12756         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12757         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12758         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12759         (test_theora_vorbis), (oggmux_suite):
12760           Add simple unit test for oggmux from #337026 with checking for the
12761           EOS flags disabled for the time being.
12762
12763 2006-09-04  Wim Taymans  <wim@fluendo.com>
12764
12765         patch by: Alessandro Dessina <alessandro nnva org>
12766
12767         * ext/ogg/gstoggmux.c:
12768         Add cmml caps to oggmux. Fixes #353912
12769
12770 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12771
12772         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12773           Returning a return value often helps. In this case, we
12774           don't need the return value anyway, so just get rid of it.
12775           Should make build bots much happier.
12776
12777 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12778
12779         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12780         (paint_get_structure), (gst_video_test_src_get_size),
12781         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12782         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12783         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12784         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12785         * gst/videotestsrc/videotestsrc.h:
12786           Add support for AYUV and the various RGBA formats. Initialise
12787           fields of paintinfo structs allocated on the stack.
12788
12789         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12790         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12791         (check_rgb_buf), (videotestsrc_suite):
12792           Add unit tests for videotestsrc's RGB output.
12793
12794 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12795
12796         * gst/videotestsrc/gstvideotestsrc.c:
12797         (gst_video_test_src_pattern_get_type),
12798         (gst_video_test_src_set_pattern):
12799         * gst/videotestsrc/gstvideotestsrc.h:
12800         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12801         (gst_video_test_src_black), (gst_video_test_src_white),
12802         (gst_video_test_src_red), (gst_video_test_src_green),
12803         (gst_video_test_src_blue):
12804         * gst/videotestsrc/videotestsrc.h:
12805           Add more uni-colour patterns ("white", "red", "green", and "blue").
12806
12807 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12808
12809         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12810           Fix stride for YVYU, should be word-aligned (#353658).
12811
12812 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12813
12814         * gst/adder/gstadder.c: (gst_adder_src_event):
12815           Fix build.
12816
12817 2006-08-31  Edward Hervey  <edward@fluendo.com>
12818
12819         * gst/adder/gstadder.c: (forward_event_func),
12820         (gst_adder_src_event), (gst_adder_collected),
12821         (gst_adder_change_state):
12822         * gst/adder/gstadder.h:
12823         Remember the start position asked in the incoming seeks, so we can
12824         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12825         of assuming it will always be 0).
12826
12827 2006-08-31  Edward Hervey  <edward@fluendo.com>
12828
12829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12830         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12831         (gst_ogg_demux_loop):
12832         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12833
12834 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12835
12836         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12837         (gst_ffmpegcsp_get_unit_size):
12838           Return FALSE instead of returning a random false unit
12839           size when the format isn't known/supported (even if
12840           this shouldn't happen under normal circumstances).
12841
12842 2006-08-29  Wim Taymans  <wim@fluendo.com>
12843
12844         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12845
12846         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12847         (gst_gnome_vfs_src_start):
12848         Try harder to get the size from a uri by using _info_uri() when
12849         _info_from_handle() does not give us enough info. 
12850         Also follow symlinks when getting the size.
12851         Partially Fixes #332864.
12852
12853 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12854
12855         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12856
12857         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12858         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12859         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12860         (gst_alsa_mixer_set_record):
12861         * ext/alsa/gstalsamixertrack.c:
12862         (gst_alsa_mixer_track_update_alsa_capabilities),
12863         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12864         (gst_alsa_mixer_track_update):
12865         * ext/alsa/gstalsamixertrack.h:
12866           Improve and fix mixer track handling, in particular better handling
12867           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12868           separate track objects for tracks that have both capture and playback
12869           volume (and label them differently as well so they're not mistakenly
12870           assumed to be duplicates); classify mixer tracks that only affect
12871           the audible volume of something (rather than the capture volume)
12872           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12873           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12874           (following the meaning documented in the mixer interface header
12875           file); add support for alsa's exclusive cswitch groups; update/sync
12876           state/flags better if mixer settings are changed by another
12877           application. Fixes #336075.
12878
12879 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         * gst/playback/gstplaybin.c:
12882           Improve docs: add section about BUFFERING messages sent by playbin.
12883
12884 2006-08-29  Michael Smith  <msmith@fluendo.com>
12885
12886         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12887         (gst_vorbis_enc_buffer_check_discontinuous),
12888         (gst_vorbis_enc_chain):
12889           Ignore explicit DISCONT marked on buffers (which is often spurious,
12890           particularly when using multiple segments), in favour of solely
12891           using the timestamps/durations.
12892
12893 2006-08-29  Edward Hervey  <edward@fluendo.com>
12894
12895         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12896         Don't rely on incoming buffers offset anymore, since it is completely
12897         broken when using multiple segments.
12898         Instead convert the incoming buffers timestamp to running time, and
12899         then convert that value to the offsets.
12900         Also inform GstSegment of the last outputted stop position, which is
12901         needed if we received several segments with an unknown stop value.
12902
12903 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12904
12905         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12906           fix buffer unreffing on a header push failure
12907
12908 2006-08-28  Wim Taymans  <wim@fluendo.com>
12909
12910         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12911         (gst_audio_rate_chain):
12912         Make the metadata of the buffer writable before changing its
12913         flags.
12914
12915 2006-08-28  Wim Taymans  <wim@fluendo.com>
12916
12917         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12918         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12919         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12920         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12921         Fix audiorate some more.
12922         Reset and resync counters on flush and READY.
12923         Handle the DISCONT flag correctly.
12924         Use GstSegment to track position.
12925         Fail when not negotiated.
12926         Fixes #353234.
12927
12928 2006-08-25  Michael Smith  <msmith@fluendo.com>
12929
12930         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12931           Fix spelling.
12932           Remove accidently included debug line.
12933
12934 2006-08-25  Wim Taymans  <wim@fluendo.com>
12935
12936         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12937         Small cleanups.
12938         If a buffer is received with no caps, make the buffer metadata
12939         writable and set the caps, making sure that we don't screw up the
12940         refcounts.
12941
12942 2006-08-25  Michael Smith  <msmith@fluendo.com>
12943
12944         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12945         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12946           Fix memory leaks and misleading debug messages, add a couple of
12947           comments.
12948
12949         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12950         (gst_multi_fd_sink_render):
12951           Do not use gst_buffer_make_writable() in a basesink render method,
12952           as it may incorrectly unref the buffer. Instead, use convoluted
12953           dance to avoid copying the buffer except when we need to.
12954
12955 2006-08-25  Michael Smith  <msmith@fluendo.com>
12956
12957         * ext/vorbis/vorbisenc.c:
12958         (gst_vorbis_enc_buffer_check_discontinuous):
12959           Allow very small discontinuities in the timestamps. These we can't
12960           do anything useful with anyway (because vorbis's timestamps have
12961           only sample granularity), and are commonly produced by elements with
12962           minor bugs. Allow up to 1/2 a sample out.
12963           Fixes #351742.
12964
12965 2006-08-24  Wim Taymans  <wim@fluendo.com>
12966
12967         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12968         (play_scrub_toggle_cb), (main):
12969         Add a checkbox to enable play scrubbing. Makes it possible to disable
12970         normal scrubbing.
12971
12972 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12973
12974         * tests/check/elements/.cvsignore:
12975           make buildbot happy
12976
12977 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12978
12979         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12980         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12981         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12982         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12983         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12984         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12985         (gst_ogm_text_parse_strip_trailing_zeroes),
12986         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12987         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12988           Refactor ogm parse, do better input checking, misc. clean-ups.
12989           Cache incoming events and push them once the source pad has
12990           been created. Don't pass unterminated strings to sscanf().
12991           Strip trailing zeroes from subtitle text output, since they
12992           are not valid UTF-8. Don't push vorbiscomment packets on
12993           the subtitle text pad. Output perfect streams if possible.
12994
12995 2006-08-23  Wim Taymans  <wim@fluendo.com>
12996
12997         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12998         Waits for tasks to settle down so that we clean up correctly for 
12999         valgrind.
13000
13001 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13002
13003         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13004           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13005           actually return return value in taglists_are_equal.
13006
13007 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13008
13009         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13010           Fix crash due to broken bitstream parsing on x86-64: can't make
13011           any assumptions about sizeof(struct) due to alignment/packing
13012           differences on different architectures. Fixes #351790.
13013
13014 2006-08-22  Wim Taymans  <wim@fluendo.com>
13015
13016         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13017         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13018         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13019         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13020         (gst_riff_parse_info):
13021         Protect public functions against bad input.
13022         Do some cleanups.
13023         Fix documentation.
13024
13025 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13026
13027         * gst-libs/gst/riff/riff-ids.h:
13028         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13029           Add voxware audio IDs (even if we can't play it) (#351795).
13030
13031 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13032
13033         * gst-libs/gst/riff/riff-media.c:
13034         (gst_riff_create_video_template_caps),
13035         (gst_riff_create_audio_template_caps),
13036         (gst_riff_create_iavs_template_caps):
13037           Const-ify some arrays and use G_N_ELEMENTS instead
13038           of wasting oodles of RAM on terminator bits.
13039
13040 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13041
13042         * gst-libs/gst/tag/gstvorbistag.c:
13043         (gst_tag_list_to_vorbiscomment_buffer):
13044         * tests/check/libs/tag.c: (GST_START_TEST):
13045           And the same for _to_vorbiscomment_buffer(): allow
13046           id_data_len == 0 for speex.
13047
13048 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13049
13050         * configure.ac:
13051         * docs/plugins/Makefile.am:
13052         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13053         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13054         * docs/plugins/inspect/plugin-gdp.xml:
13055         * gst/gdp/Makefile.am:
13056         * tests/check/Makefile.am:
13057           Move GDP plugin to -base from -bad.  Closes #347783.
13058
13059 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13060
13061         * gst-libs/gst/tag/gstvorbistag.c:
13062         (gst_tag_list_from_vorbiscomment_buffer):
13063           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13064           Also add some checks to make sure we don't memcmp() beyond the end of
13065           vorbiscomment buffer if the ID to check for is larger than the buffer.
13066
13067         * tests/check/libs/tag.c: (GST_START_TEST):
13068           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13069
13070 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13071
13072         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13073         (gst_vorbis_enc_set_metadata):
13074           Use vorbis comment utility functions from libgsttag
13075           instead of re-inventing the wheel (partially fixes #347091).
13076
13077 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13078
13079         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13080         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13081         as some that won't.
13082
13083 2006-08-21  Wim Taymans  <wim@fluendo.com>
13084
13085         * docs/libs/Makefile.am:
13086         * docs/libs/gst-plugins-base-libs-sections.txt:
13087         * docs/libs/gst-plugins-base-libs.types:
13088         Don't try to GObject scan the netbuffer as it's not a GObject.
13089         Fixes #351308.
13090
13091         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13092         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13093         Document GstNetBuffer.
13094
13095 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13096
13097         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13098         (audioconvert_suite):
13099           Add testcase for caps-size-explosion
13100
13101 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13102
13103         * gst/audioconvert/gstaudioconvert.c:
13104         (gst_audio_convert_get_unit_size), (set_structure_widths):
13105           Lower debug, use g_assert in _get_unit_size
13106
13107         * gst/audioresample/gstaudioresample.c:
13108         (audioresample_get_unit_size):
13109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13110         (gst_ffmpegcsp_get_unit_size):
13111         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13112           use g_assert in _get_unit_size
13113
13114 2006-08-18  Wim Taymans  <wim@fluendo.com>
13115
13116         * docs/libs/gst-plugins-base-libs-sections.txt:
13117         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13118         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13119         (gst_rtp_buffer_get_payload_buffer):
13120         * gst-libs/gst/rtp/gstrtpbuffer.h:
13121         Document GstRTPBuffer.
13122         Added function to efficiently strip payload headers.
13123         API: gst_rtp_buffer_get_payload_subbuffer()
13124
13125 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13126
13127         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13128         (gst_tag_to_vorbis_comments):
13129           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13130           tags and deserialise them properly as well (#347091).
13131           Add some more gtk-doc blurbs and also some g_return_if_fail().
13132
13133         * tests/check/libs/tag.c: (GST_START_TEST),
13134         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13135           More tests.
13136
13137 2006-08-17  Wim Taymans  <wim@fluendo.com>
13138
13139         * ext/ogg/Makefile.am:
13140         * ext/ogg/gstogg.c: (plugin_init):
13141         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13142         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13143         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13144         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13145         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13146         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13147         Added ogg-in-avi parser element. Fixes #140139.
13148
13149         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13150         Fixed a bug in oggdemux debug code.
13151
13152         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13153         (gst_riff_create_audio_template_caps):
13154         Recognise Ogg in the AVI extensible wave format.
13155
13156 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13157
13158         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13159           Make buffer durations add up (duration should be next_ts-ts for
13160           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13161           from CVS.
13162
13163         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13164         (test_buffer_timestamps), (cddabasesrc_suite):
13165           Add unit test for the above.
13166
13167         * tests/check/Makefile.am:
13168           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13169           to see what happens.
13170
13171 2006-08-16  Wim Taymans  <wim@fluendo.com>
13172
13173         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13174         (gst_alsasink_open):
13175         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13176         (gst_alsasrc_open):
13177         Avoid setting and using a NULL device name.
13178         Print more info when we fail to open a device.
13179
13180 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13181
13182         * docs/libs/gst-plugins-base-libs-sections.txt:
13183         * gst-libs/gst/tag/tag.h:
13184         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13185           API: add gst_tag_parse_extended_comment() (#351426).
13186
13187         * tests/check/Makefile.am:
13188         * tests/check/libs/.cvsignore:
13189         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13190           Add unit test for gst_tag_parse_extended_comment().
13191
13192 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13193
13194         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13196           Fix leak (#351502).
13197
13198 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13199
13200         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13201         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13202         * docs/plugins/gst-plugins-base-plugins.args:
13203         * gst/playback/gstplaybin.c:
13204           Document playbin.
13205           
13206         * docs/plugins/inspect/plugin-adder.xml:
13207         * docs/plugins/inspect/plugin-alsa.xml:
13208         * docs/plugins/inspect/plugin-audioconvert.xml:
13209         * docs/plugins/inspect/plugin-audiorate.xml:
13210         * docs/plugins/inspect/plugin-audioresample.xml:
13211         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13212         * docs/plugins/inspect/plugin-cdparanoia.xml:
13213         * docs/plugins/inspect/plugin-decodebin.xml:
13214         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13215         * docs/plugins/inspect/plugin-gnomevfs.xml:
13216         * docs/plugins/inspect/plugin-ogg.xml:
13217         * docs/plugins/inspect/plugin-pango.xml:
13218         * docs/plugins/inspect/plugin-playbin.xml:
13219         * docs/plugins/inspect/plugin-subparse.xml:
13220         * docs/plugins/inspect/plugin-tcp.xml:
13221         * docs/plugins/inspect/plugin-theora.xml:
13222         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13223         * docs/plugins/inspect/plugin-video4linux.xml:
13224         * docs/plugins/inspect/plugin-videorate.xml:
13225         * docs/plugins/inspect/plugin-videoscale.xml:
13226         * docs/plugins/inspect/plugin-videotestsrc.xml:
13227         * docs/plugins/inspect/plugin-volume.xml:
13228         * docs/plugins/inspect/plugin-vorbis.xml:
13229         * docs/plugins/inspect/plugin-ximagesink.xml:
13230         * docs/plugins/inspect/plugin-xvimagesink.xml:
13231           Update to CVS version.
13232
13233 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13234
13235         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13236         (gst_play_bin_set_property), (gst_play_bin_get_property),
13237         (value_list_append_structure_list),
13238         (gst_play_bin_handle_redirect_message),
13239         (gst_play_bin_handle_message):
13240           API: GstPlayBin::connection-speed
13241           Add "connection-speed" property; re-order redirect messages with
13242           multiple redirect locations depending on the minimum bitrate if
13243           that information is available and a connection speed is set
13244           (#350399).
13245
13246 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13247
13248         * gst/playback/gstplaybin.c:
13249           Update max volume to the same value that the volume element uses.
13250
13251 2006-08-14  Wim Taymans  <wim@fluendo.com>
13252
13253         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13254         Less uglyness..
13255
13256 2006-08-14  Wim Taymans  <wim@fluendo.com>
13257
13258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13259         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13260         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13261         Add some more debug info.
13262         Don't crash when a seek failed.
13263         Actually return the result of the seek instead of TRUE.
13264         Ignore multiple BOS pages with the same serial so that we don't create
13265         the same stream multiple times.
13266         Post an error when we fail to do the initial seek.
13267
13268 2006-08-13  Wim Taymans  <wim@fluendo.com>
13269
13270         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13271         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13272         Small code cleanup.
13273
13274         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13275         (gst_alsa_mixer_new):
13276         Remove hack that always set the device to hw:0*.
13277         Properly find the card name for whatever device was configured.
13278         Do some better debugging.
13279         Fixes #350784.
13280
13281         * ext/alsa/gstalsamixerelement.c:
13282         (gst_alsa_mixer_element_set_property),
13283         (gst_alsa_mixer_element_change_state):
13284         Cleanups.
13285         Handle setting of a NULL device name better.
13286
13287 2006-08-11  Wim Taymans  <wim@fluendo.com>
13288
13289         * gst/adder/gstadder.c:
13290         Don't clip float values. Fixes #350900.
13291
13292 2006-08-11  Andy Wingo  <wingo@pobox.com>
13293
13294         * gst/tcp/gsttcp.c: Really fix the build?
13295
13296         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13297         fixes the build.
13298
13299 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13300
13301         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13302           Float caps shouldn't have a "signed" field.
13303
13304 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13305
13306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13307           Implement SEEKING query in its most basic form, so that we can
13308           at least check if we're seekable or not (#350655).
13309
13310 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13311
13312         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13313           The checks here are not even close to anything that would
13314           justify MAXIMUM probability, lowering to POSSIBLE until someone
13315           fixes the checks (case at hand: quicktime redirection files
13316           might start with 00 00 01 XX and pass the checks here just
13317           fine, see #350399).
13318
13319 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13320
13321         Patch by: Sjoerd Simons  <sjoerd at luon net>
13322
13323         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13324           Better detection for multipart/x-mixed-replace: accept leading
13325           whitespaces before the boundary marker as well (as our very own
13326           multipartmux used to produce) (#349068).
13327
13328 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13329
13330         Patch by: Young-Ho Cha  <ganadist at chollian net>
13331
13332         * gst-libs/gst/riff/riff-ids.h:
13333         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13334         (gst_riff_create_audio_template_caps):
13335           Detect DTS audio streams (#350157).
13336
13337 2006-08-05  Andy Wingo  <wingo@pobox.com>
13338
13339         * ext/theora/gsttheoraparse.h:
13340         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13341         (theora_parse_dispose, theora_parse_set_property)
13342         (theora_parse_get_property, theora_parse_munge_granulepos)
13343         (theora_parse_push_buffer, theora_parse_change_state):
13344         API: GstTheoraParse::synchronization-points
13345         Add a property 'synchronization-points' to fix badly synchronized oggs.
13346
13347 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13348
13349         * tests/check/Makefile.am:
13350         * tests/check/libs/.cvsignore:
13351         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13352         (fixed_caps_have_channel_positions), (GST_START_TEST),
13353         (audio_suite), (main):
13354           Add a few tests for the channel position stuff in libgstaudio.
13355
13356 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13357
13358         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13359         (gst_alsa_detect_channels):
13360         * ext/alsa/gstalsasink.c:
13361           Add support for cards that (only) do more than 8 channels,
13362           like the Delta 44 (#345188).
13363
13364         * gst-libs/gst/audio/multichannel.c:
13365         (gst_audio_check_channel_positions):
13366         * gst-libs/gst/audio/multichannel.h:
13367           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13368           unspecified channel position and cannot be combined with any
13369           of the other audio channel positions; adjust position layout
13370           checks accordingly (#345188).
13371
13372 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13373
13374         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13375           Recognise ancient RealAudio files (see #349779).
13376
13377 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13378
13379         Patch by: Jens Granseuer  <jensgr at gmx net>
13380
13381         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13382           Add typefinder for Interplay's MVE format (#348973).
13383
13384 2006-08-02  Wim Taymans  <wim@fluendo.com>
13385
13386         Patch by: Marcel Moreaux <marcelm at luon dot net>
13387
13388         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13389         (gst_base_rtp_depayload_add_to_queue):
13390         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13391         Handle RTP sequence number rollover.
13392         Disable jitterbuffer by default.
13393
13394 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13395
13396         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13397         (audioresample_set_caps):
13398         Don't leak references to the incoming caps. Clean them up when
13399         stopping.
13400
13401         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13402         (gst_video_scale_finalize):
13403         Don't leak our temporary pixel buffer.
13404
13405         * tests/check/Makefile.am:
13406         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13407         (GST_START_TEST), (simple_launch_lines_suite):
13408
13409         Fix leaks and re-enable the test for valgrind checking.
13410
13411 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13412
13413         Patch by: Sjoerd Simons  <sjoerd at luon net>
13414
13415         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13416         (plugin_init):
13417           Add typefind function for multipart/x-mixed-replace (#348916).
13418
13419 2006-07-28  Wim Taymans  <wim@fluendo.com>
13420
13421         * gst/adder/gstadder.c: (gst_adder_setcaps),
13422         (gst_adder_query_duration):
13423         Fix leak in duration query.
13424         Reflow some docs and notes.
13425
13426 2006-07-28  Michael Smith  <msmith@fluendo.com>
13427
13428         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13429         (vorbisenc_suite):
13430           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13431           aspect of it.
13432
13433 2006-07-28  Michael Smith  <msmith@fluendo.com>
13434
13435         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13436         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13437         (gst_vorbis_enc_push_buffer),
13438         (gst_vorbis_enc_buffer_check_discontinuous),
13439         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13440         * ext/vorbis/vorbisenc.h:
13441           Handle discontinuities in the input vorbis stream correctly,
13442           so that the output is properly timestamped (and has good granulepos
13443           values). Needs some oggmux fixes too.
13444
13445 2006-07-27  Wim Taymans  <wim@fluendo.com>
13446
13447         patch by: Kai Vehmanen <kv2004 eca cx>
13448
13449         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13450         (gst_base_rtp_depayload_chain),
13451         (gst_base_rtp_depayload_handle_sink_event),
13452         (gst_base_rtp_depayload_change_state):
13453         Don't send multiple newsegments with different formats.
13454         Fixes #348677.
13455
13456 2006-07-26  Wim Taymans  <wim@fluendo.com>
13457
13458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13459         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13460         Make seeking in ogg more accurate again by doing the more correct
13461         granuletime to stream time conversion.
13462
13463 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13464
13465         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13466         (gst_multi_fd_sink_new_client):
13467           debug a little more understandably
13468           do not use goto as a substitute for break, especially if
13469           break is also being used
13470
13471 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13472
13473         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13474         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13475           Remove GLib-2.6 compatibility cruft.
13476
13477 2006-07-24  Wim Taymans  <wim@fluendo.com>
13478
13479         * gst-libs/gst/audio/gstbaseaudiosink.c:
13480         (gst_base_audio_sink_render):
13481         Don't try to align a sample to an unknown value.
13482
13483 2006-07-24  Wim Taymans  <wim@fluendo.com>
13484
13485         * gst-libs/gst/audio/gstbaseaudiosink.c:
13486         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13487         When the audio clock is slaved to another clock, never try to align
13488         samples but trust the rate interpolation algorithm.
13489
13490 2006-07-24  Wim Taymans  <wim@fluendo.com>
13491
13492         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13493         Don't try to calculate silence samples, base class does this much
13494         better now.
13495
13496         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13497         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13498         (gst_ring_buffer_acquire):
13499         Calculate silence samples correctly.
13500
13501         * gst-libs/gst/audio/gstringbuffer.h:
13502         Add _CAST macro.
13503
13504 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13505
13506         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13507           Limit search for the first markup tag to the first few kB of
13508           the file. If we don't find one there, it's highly unlikely that
13509           this is an XML(-ish) file.
13510
13511 2006-07-21  Andy Wingo  <wingo@pobox.com>
13512
13513         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13514         test to the one in vorbisenc. Also commented out.
13515
13516         * tests/check/pipelines/vorbisenc.c: 
13517         (test_discontinuity): New test, commented out until Mike lands
13518         some elite vorbisenc patches.
13519
13520         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13521         Bufferstraw was actually factored out of these tests. Now we share
13522         code yay.
13523
13524         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13525         for bufferstraw addition to gstcheck.
13526
13527 2006-07-21  Wim Taymans  <wim@fluendo.com>
13528
13529         * ext/theora/theoradec.c: (clip_buffer):
13530         Better clipping.
13531
13532 2006-07-21  Wim Taymans  <wim@fluendo.com>
13533
13534         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13535         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13536         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13537         Fix leak.
13538         Avoid type casting when we can.
13539
13540         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13541         Fix mem leak.
13542
13543 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13544
13545         * ext/alsa/gstalsamixerelement.c:
13546         (gst_alsa_mixer_element_change_state):
13547           Make state change fail if the specified device can't be opened
13548           for some reason.
13549
13550 2006-07-20  Wim Taymans  <wim@fluendo.com>
13551
13552         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13553         (cb_newpad), (main):
13554         Example of a small audio/video player using decodebin.
13555
13556 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13557
13558         * gst-libs/gst/riff/riff-ids.h:
13559           Add 'fact' chunk id
13560
13561 2006-07-19  Wim Taymans  <wim@fluendo.com>
13562
13563         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13564         (gst_base_rtp_depayload_chain),
13565         (gst_base_rtp_depayload_change_state):
13566         Don't assert when not negotiated but post a meaningfull 
13567         error message. Fixes #347918.
13568
13569         * gst-libs/gst/rtp/gstbasertppayload.c:
13570         Add comment about better default MTU size.
13571
13572         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13573         Small cleanups, start docs.
13574
13575 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13576
13577         Patch by: Martin Szulecki
13578
13579         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13580           If "device-name" is requested and the device is not
13581           open, try to temporarily open it to obtain this
13582           information (#342494).
13583
13584 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13585
13586         * gst-libs/gst/tag/gstid3tag.c:
13587           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13588
13589         * gst-libs/gst/tag/gsttageditingprivate.h:
13590         * gst-libs/gst/tag/gstvorbistag.c:
13591           Some more random const-ifications.
13592
13593 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13594
13595         * gst-libs/gst/riff/riff-ids.h:
13596         * gst-libs/gst/riff/riff-media.c:
13597         (gst_riff_create_video_template_caps):
13598           Add more FOURCCs (sort list to make stuff easier to find),
13599           add comment what those 16 bytes in struct _gst_riff_strh according to
13600           one avi-dumper are
13601
13602 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13603
13604         * gst-libs/gst/audio/multichannel.c:
13605         (gst_audio_check_channel_positions),
13606         (gst_audio_fixate_channel_positions):
13607           Const-ify two arrays.
13608
13609 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13610
13611         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13612           Fix typo, so that alsasink also advertises 8 channels
13613           if that's supported (tags: can, worms, open, alsa, ph34r).
13614
13615 2006-07-17  Wim Taymans  <wim@fluendo.com>
13616
13617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13618         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13619         *sigh*, when is the compiler going to warn when the comments
13620         are out-of-sync with the code.. Refix case of busted theora
13621         headers with 0 granule pos.
13622
13623 2006-07-14  Wim Taymans  <wim@fluendo.com>
13624
13625         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13626         (gst_base_rtp_depayload_wait),
13627         (gst_base_rtp_depayload_change_state),
13628         (gst_base_rtp_depayload_set_property),
13629         (gst_base_rtp_depayload_get_property):
13630         Fix 99% cpu load by waiting for absolute times on the
13631         clock. Fixes #347300.
13632
13633 2006-07-14  Andy Wingo  <wingo@pobox.com>
13634
13635         * ext/theora/gsttheoraparse.h: 
13636         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13637         (theora_parse_push_headers, theora_parse_clear_queue)
13638         (theora_parse_drain_queue_prematurely, )
13639         (theora_parse_sink_event, theora_parse_change_state): Queue events
13640         until we initialized our state, like in vorbisparse.
13641
13642         * ext/vorbis/vorbisparse.h: 
13643         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13644         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13645         (vorbis_parse_drain_queue_prematurely, )
13646         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13647         until we have initialized our state. Fixes seeking after an
13648         initial pad block.
13649
13650 2006-07-14  Andy Wingo  <wingo@pobox.com>
13651
13652         Patch by: Iain Holmes <iaingnome@gmail.com>
13653         
13654         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13655
13656 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13657
13658         * configure.ac:
13659         Bump nano back to CVS
13660
13661 === release 0.10.9 ===
13662
13663 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13664
13665         * configure.ac:
13666           releasing 0.10.9, "I walk the line"
13667
13668 2006-07-14  Michael Smith  <msmith@fluendo.com>
13669
13670         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13671           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13672           (commonly happens when running this test under valgrind) when trying
13673           to remove the buffer probe.
13674
13675 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13676
13677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13678         Fix missing g_unlock from the previous commit
13679
13680 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13681
13682         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13683         (gst_ximagesink_change_state):
13684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13685         (gst_xvimagesink_change_state):
13686         Implement a locking order to ensure we always take the object lock
13687         before the x_lock and never vice-versa.
13688
13689 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13690
13691         * gst/playback/gstdecodebin.c: (find_compatibles):
13692         Fix a caps leak when linking (#347304)
13693
13694         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13695         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13696         (gst_ximagesink_change_state):
13697         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13698         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13699         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13700         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13701         Don't leak shared memory resources. Use the object lock to protect
13702         against the xcontext disappearing while returning a buffer from the
13703         pipeline. (#347304)
13704
13705 2006-07-12  Edward Hervey  <edward@fluendo.com>
13706
13707         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13708         (vorbis_handle_comment_packet):
13709         gst_tag_list_merge() returns a new object. Take that into account when
13710         using it. This avoids memleak.
13711         Revert previous commit which is not needed.
13712
13713 2006-07-12  Edward Hervey  <edward@fluendo.com>
13714
13715         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13716         Reset the decoder in finalize so that all fields get cleared.
13717
13718 2006-07-12  Wim Taymans  <wim@fluendo.com>
13719
13720         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13721         (gst_base_audio_src_set_clock),
13722         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13723         Don't try to post an error message when setting the clock fails
13724         as this can happen when adding an element to a bin which will then
13725         deadlock. Fixes #347296.
13726
13727 2006-07-12  Edward Hervey  <edward@fluendo.com>
13728
13729         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13730         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13731         (vorbis_handle_type_packet):
13732         Post tag messages on the bus even if we're not initialized.
13733         If we're not initialized, we still postpone the event pushing of tags.
13734
13735 2006-07-12  Wim Taymans  <wim@fluendo.com>
13736
13737         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13738         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13739         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13740         Revert last two changes that broke the freeze.
13741
13742 2006-07-12  Wim Taymans  <wim@fluendo.com>
13743
13744         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13745         basesink calculates silence sample correctly for us.
13746
13747 2006-07-12  Wim Taymans  <wim@fluendo.com>
13748
13749         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13750         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13751         Calculate correct silence samples so we don't fill our ringbuffer
13752         with noise.
13753
13754 2006-07-12  Edward Hervey  <edward@fluendo.com>
13755
13756         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13757         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13758         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13759         * ext/vorbis/vorbisdec.h:
13760         Delay sending events (newsegment, tags) until the decoder is properly
13761         initialized.
13762         Fixes #347295
13763
13764 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13765
13766         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13767         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13768           Patch from #347221 adding a test for audioconvert
13769           channel remappings.
13770
13771 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13772
13773         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13774         (gst_ssa_parse_parse_line):
13775           Don't include the terminating NUL in the buffer size,
13776           it's only there for extra paranoia (would add random
13777           '*' characters at the end of each subtitle since the
13778           terminator itself is not valid UTF-8 technically).
13779           Also fix indenting after boilerplate macro.
13780
13781 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13782
13783         * gst/playback/gstdecodebin.c: (close_pad_link):
13784           Also emit 'unknown-type' signal (which should really be
13785           called unhandled-type) if we found potential decoders/demuxers
13786           in the registry but none of them worked in the end (as in the
13787           case where the plugins don't exist any longer but are still
13788           listed in the registry). Fixes #329798.
13789
13790 2006-07-08  Andy Wingo  <wingo@pobox.com>
13791
13792         * theoraparse.c (theora_parse_push_buffer)
13793         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13794         Add some more debugging. Fix granulepos reconstruction in the face
13795         of discontinuities.
13796
13797 2006-07-06  Wim Taymans  <wim@fluendo.com>
13798
13799         * gst-libs/gst/audio/gstbaseaudiosink.c:
13800         (gst_base_audio_sink_class_init),
13801         (gst_base_audio_sink_provide_clock):
13802         Use gobject_class instead of G_OBJECT_CLASS (klass)
13803
13804         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13805         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13806         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13807         (gst_base_audio_src_get_time),
13808         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13809         (gst_base_audio_src_create_ringbuffer):
13810         Fix latency and buffer-time constants and properties ala basesink.
13811         Implement pull based scheduling. Fixes #346527.
13812         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13813         one segment.
13814         Refuse slaving to another clock instead of silently not working.
13815         Only provide a clock when we are actually able to do so.
13816         Various small cleanups and compiler hints.
13817
13818 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13819
13820         Patch by: Lutz Mueller <lutz at topfrose de>
13821
13822         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13823         (plugin_init):
13824           Add typefinding for text/html (#346581).
13825
13826 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13827
13828         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13829         (xml_check_first_element), (xml_type_find), (smil_type_find):
13830           Fix SMIL typefinding, make xml_check_first_element() more
13831           useful.
13832
13833 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13834
13835         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13836         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13837         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13838         * gst/playback/gstplaybasebin.h:
13839           Protect list of elements with a subtitle-encoding property and
13840           the subtitle encoding member itself with a lock of their own
13841           instead of using the object lock. This prevents a dead-lock in
13842           the element-remove callback in some circumstances when shutting
13843           down playbin.
13844
13845 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13846
13847         * win32/common/libgsttag.def:
13848         Export some new functions.
13849         * win32/vs6/libgstogg.dsp:
13850         Add a link to libgsttag-0.10.lib.
13851
13852 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13853
13854         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13855           Some const-ification.
13856
13857 2006-07-04  Wim Taymans  <wim@fluendo.com>
13858
13859         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13860         Improve checking if we are dealing with a stream. Added some
13861         more uris that need buffering.
13862
13863 2006-07-03  Edward Hervey  <edward@fluendo.com>
13864
13865         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13866         Remove unused variable.
13867
13868 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13869
13870         * Makefile.am:
13871           include lcov.mak
13872         * configure.ac:
13873           add GCOV_LIBS to GST_LIBS
13874
13875 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13876
13877         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13878
13879         * ext/alsa/gstalsasrc.c:
13880           Add 32 bps to template caps and increase channels range
13881           from [1,2] to [1,MAX]. See #346326.
13882
13883 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13884
13885         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13886           Recognise 'WMVA' video codec fourcc (#345879).
13887           
13888 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13889          
13890         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13891           Fixed nasty memory leak
13892
13893 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13894
13895         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13896         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13897           fix logging
13898
13899 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13900
13901         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13902         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13903         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13904         Protect remove_fakesink using a mutex, so that we don't try and
13905         remove the fakesink simultaneously from multiple threads.
13906
13907         When going from READY to PAUSED, restore the fakesink, so that
13908         it is there when decodebin gets reused.
13909
13910 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13911
13912         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13913         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13914         * gst-libs/gst/rtp/gstbasertppayload.c:
13915         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13916         * gst/tcp/gstmultifdsink.c:
13917         * gst/tcp/gsttcpclientsink.c:
13918         * gst/tcp/gsttcpclientsrc.c:
13919         * gst/tcp/gsttcpserversink.c:
13920         * gst/tcp/gsttcpserversrc.c:
13921         * gst/videorate/gstvideorate.c:
13922         * gst/videotestsrc/gstvideotestsrc.c:
13923         * sys/v4l/gstv4ljpegsrc.c:
13924         * sys/v4l/gstv4lmjpegsink.c:
13925         * sys/v4l/gstv4lsrc.c:
13926         * tests/examples/seek/scrubby.c:
13927         * tests/examples/seek/seek.c:
13928           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13929
13930 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13931
13932         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13933           Second field in GEnumValue shouldn't be a description,
13934           but a stringified version of the enum value.
13935
13936 2006-06-22  Wim Taymans  <wim@fluendo.com>
13937
13938         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13939         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13940         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13941         Avoid type checking in buffer casts.
13942         Avoid caps copy in buffer_alloc when we can.
13943         Use pad_peer_accept.
13944
13945 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13946
13947         * gst-libs/gst/tag/tag.h:
13948           Oops, make that 'Since: 0.10.9'.
13949
13950 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13951
13952         * docs/libs/gst-plugins-base-libs-sections.txt:
13953         * gst-libs/gst/tag/tag.h:
13954         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13955         (gst_tag_image_type_get_type):
13956           API: add GstTagImageType enum to describe images contained
13957           in image tags (#345641).
13958
13959 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13960
13961         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13962           Fix warnings with gst-inspect: "buffers-min" property
13963           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13964           typo in property description.
13965
13966 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13967
13968         Patch by: Cody Russell <bratsche at gnome org>
13969
13970         * gst/audioresample/gstaudioresample.c:
13971         (gst_audioresample_class_init):
13972         * gst/playback/gststreamselector.c:
13973         (gst_stream_selector_class_init):
13974         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13975         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13976         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13977         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13978         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13979         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13980         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13981         * gst/videotestsrc/gstvideotestsrc.c:
13982         (gst_video_test_src_class_init):
13983         * gst/volume/gstvolume.c: (gst_volume_class_init):
13984           Avoid unnecessary class cast check in class_init
13985           functions (#337747).
13986
13987 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13988
13989         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13990         (gst_text_overlay_video_chain):
13991           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13992           and doesn't validate its input either (and neither did
13993           textoverlay it seems). Let's do that then and fix #345206.
13994
13995 2006-06-19  Wim Taymans  <wim@fluendo.com>
13996
13997         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13998         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13999         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14000         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14001         (find_syncframe), (find_limits), (assign_value),
14002         (count_burst_unit), (gst_multi_fd_sink_new_client),
14003         (gst_multi_fd_sink_handle_client_write),
14004         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14005         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14006         (gst_multi_fd_sink_change_state):
14007         * gst/tcp/gstmultifdsink.h:
14008         Added shiny new burst-on-connect methods.
14009         Add properties to control the minimal amount of data queued.
14010         Small cleanups.
14011         API: bytes-min property
14012         API: time-min property
14013         API: buffers-min property
14014         API: burst-unit property
14015         API: burst-value property
14016         API: add-full signal
14017
14018         * gst/tcp/gsttcp-marshal.list:
14019         Added new marshaller code for the new signal.
14020
14021         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14022         (multifdsink_suite):
14023         Added testcases for new burst methods.
14024
14025 2006-06-19  Edward Hervey  <edward@fluendo.com>
14026
14027         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14028         Implement clipping for accurate seeking.
14029         Closes #345225
14030
14031 2006-06-19  Wim Taymans  <wim@fluendo.com>
14032
14033         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14034
14035         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14036         (gst_video_scale_transform):
14037         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14038
14039 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14040
14041         * configure.ac:
14042           Fix --disable-external (can't set conditionals conditionally,
14043           #343602).
14044
14045 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14046
14047         * tests/check/elements/audioresample.c: (test_reuse),
14048         (audioresample_suite):
14049           Add test case for bug #342789 fixed below.
14050
14051 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14052
14053         * gst/audioresample/gstaudioresample.c:
14054         (gst_audioresample_class_init), (gst_audioresample_init),
14055         (audioresample_start), (audioresample_stop),
14056         (gst_audioresample_set_property), (gst_audioresample_get_property):
14057           Implement GstBaseTransform::start and ::stop so that audioresample
14058           can clear its internal state properly and be reused instead of
14059           causing non-negotiated errors with playbin under some circumstances
14060           (#342789).
14061
14062         * tests/check/elements/audioresample.c: (setup_audioresample),
14063         (cleanup_audioresample):
14064           Need to set element state here so that ::start and ::stop are
14065           called.
14066
14067 2006-06-16  Wim Taymans  <wim@fluendo.com>
14068
14069         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14070
14071         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14072         Parse extra data better, apparently it's right behind
14073         the normal strf header size. Fixes #343500.
14074
14075 2006-06-16  Wim Taymans  <wim@fluendo.com>
14076
14077         * ext/alsa/gstalsasink.c: (set_hwparams):
14078         If we fail to set the buffer_time and period_time alsa
14079         parameters, post a warning and leave alsa select a 
14080         default instead of failing. Fixes #342085
14081
14082 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14083
14084         * docs/libs/gst-plugins-base-libs-sections.txt:
14085         * gst-libs/gst/cdda/gstcddabasesrc.h:
14086           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14087           out in the header file and shouldn't be listed in the docs.
14088
14089         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14090           Must dereference pointer to fourcc in the debug statement.
14091
14092 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14093
14094         * docs/libs/Makefile.am:
14095         * docs/libs/gst-plugins-base-libs-docs.sgml:
14096         * docs/libs/gst-plugins-base-libs-sections.txt:
14097         * docs/libs/gst-plugins-base-libs.types:
14098         add remaining symbols into correct setions
14099         
14100         * gst-libs/gst/audio/gstringbuffer.c:
14101         fix incomplete docs
14102         
14103         * gst-libs/gst/audio/gstringbuffer.h:
14104         comment out not yet implemented function
14105         
14106         
14107         * gst-libs/gst/floatcast/floatcast.h:
14108         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14109         add short descriptions
14110         
14111         
14112         * gst-libs/gst/interfaces/propertyprobe.c:
14113         fix return value docs   
14114         
14115         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14116         simplify debug logging
14117         
14118         * gst-libs/gst/riff/riff-read.h:
14119         sync function prototype and docs
14120         
14121         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14122         remove left over symbol
14123
14124 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14125
14126         * autogen.sh:
14127         * configure.ac:
14128         * docs/Makefile.am:
14129           Use GST_PLUGIN_DOCS macro in configure.ac, add
14130           --enable-plugin-docs default to autogen.sh and use
14131           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14132
14133 2006-06-15  Wim Taymans  <wim@fluendo.com>
14134
14135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14136         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14137         (gst_ogg_demux_loop):
14138         Combine GstFlowReturn from the source pads to give a
14139         meaningfull result to the upstream peer or to stop the
14140         processing task in case of errors.
14141
14142 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14143
14144         * gst/playback/gststreaminfo.c: (cb_probe):
14145           Try GST_TAG_CODEC as fallback when extracting the
14146           codec name; more debug info.
14147
14148 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14149
14150         * ext/ogg/Makefile.am:
14151         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14152           Extract language tags from ogm subtitle streams, so that
14153           the subtitle menu choices are labelled correctly in
14154           Totem (fixes #344708).
14155
14156 2006-06-14  Wim Taymans  <wim@fluendo.com>
14157
14158         Patch by: Alessandro Decina <alessandro at nnva dot org>
14159
14160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14161         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14162         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14163         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14164         Fix various leaks. Fixes #343699.
14165         Add x-smoke mime type.
14166
14167 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14168
14169         * gst-libs/gst/riff/riff-ids.h:
14170           Add IDs for 'bext' chunks (see #343837).
14171
14172 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14173
14174         Patch by: Young-Ho Cha  <ganadist at chollian net>
14175
14176         * gst/subparse/samiparse.c: (sami_context_pop_state),
14177         (handle_start_font), (end_sami_element):
14178           Honour font face tags in SAMI subtitles (#344503).
14179
14180 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14181
14182         * po/POTFILES.in:
14183           add missing files containing translatable strings
14184
14185 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14186
14187         * docs/libs/tmpl/.cvsignore:
14188           we don't want those *.sgml files in CVS either
14189
14190 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14191
14192         * docs/libs/.cvsignore:
14193         * tests/check/elements/.cvsignore:
14194         * tests/check/libs/.cvsignore:
14195           ignore more
14196
14197 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14198
14199         * docs/libs/Makefile.am:
14200           also commiting the changed Makefile.am (added more libs to the
14201           doc-build)
14202
14203 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14204
14205         * docs/libs/gst-plugins-base-libs-docs.sgml:
14206         * docs/libs/gst-plugins-base-libs-sections.txt:
14207         * docs/libs/gst-plugins-base-libs.types:
14208           first batch of reordering things, add index & hierarchy
14209
14210 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14211
14212         * configure.ac:
14213           use GST_PKG_CHECK_MODULES, cleans up output
14214
14215 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14216
14217         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14218           Add support for burn:// URIs (#343385); const-ify things a bit,
14219           use G_N_ELEMENTS instead of hard-coded array size.
14220
14221 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14222
14223         Patch by: Young-Ho Cha  <ganadist at chollian net>
14224
14225         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14226           Fix up broken entities before passing them to libxml *sigh*.
14227           (#343303).
14228           
14229 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14230
14231         * configure.ac:
14232           back to TRUNK
14233
14234 === release 0.10.8 ===
14235
14236 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14237
14238         * configure.ac:
14239           releasing 0.10.8, "Moar gij ziet mij nie"
14240
14241 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14242
14243         * configure.ac:
14244         * po/af.po:
14245         * po/az.po:
14246         * po/cs.po:
14247         * po/en_GB.po:
14248         * po/hu.po:
14249         * po/it.po:
14250         * po/nb.po:
14251         * po/nl.po:
14252         * po/or.po:
14253         * po/sq.po:
14254         * po/sr.po:
14255         * po/sv.po:
14256         * po/uk.po:
14257         * po/vi.po:
14258         * win32/common/config.h:
14259           0.10.7.2 prerelease
14260
14261 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14262
14263         * docs/libs/tmpl/gstaudio.sgml:
14264         * docs/libs/tmpl/gstcolorbalance.sgml:
14265         * docs/libs/tmpl/gstmixer.sgml:
14266         * docs/libs/tmpl/gstringbuffer.sgml:
14267         * docs/libs/tmpl/gsttuner.sgml:
14268         * docs/libs/tmpl/gstxoverlay.sgml:
14269         * gst-libs/gst/audio/audio.c:
14270         * gst-libs/gst/audio/gstringbuffer.c:
14271         * gst-libs/gst/interfaces/colorbalance.c:
14272         * gst-libs/gst/interfaces/mixer.c:
14273         * gst-libs/gst/interfaces/tuner.c:
14274         * gst-libs/gst/interfaces/xoverlay.c:
14275           move last template doc snippets to source code and delete them
14276
14277 2006-06-06  Michael Smith  <msmith@fluendo.com>
14278
14279         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14280         (theora_parse_drain_queue):
14281           Mark DELTA_UNIT on non-keyframes.
14282
14283 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14284
14285         * gst-libs/gst/audio/gstbaseaudiosink.c:
14286         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14287         * gst-libs/gst/audio/gstbaseaudiosink.h:
14288         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14289         (gst_ring_buffer_samples_done):
14290         * gst-libs/gst/audio/gstringbuffer.h:
14291         Document better the fact that latency_time and buffer_time are values
14292         stored in microseconds, and not the usual GStreamer nanoseconds.
14293         Change the variables (compatibly) that store them from GstClockTime 
14294         to guint64 to make it more clear that they're not storing clock times.
14295         Also, remove the bogus property description that says the user can
14296         specify -1 to get the default value, since that's never been the case.
14297
14298         When computing the default segment size for the ring buffer, make it
14299         an integer number of samples.
14300
14301         When the sub-class indicates a delay greater than the number of
14302         samples we've written return 0 from the audio sink get_time method.
14303
14304 2006-06-02  Michael Smith  <msmith@fluendo.com>
14305
14306         * tests/check/elements/audioconvert.c: (set_channel_positions),
14307         (get_float_mc_caps), (get_int_mc_caps):
14308         * tests/check/elements/audioresample.c:
14309         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14310         * tests/check/elements/videorate.c:
14311         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14312         * tests/check/elements/volume.c:
14313         * tests/check/elements/vorbisdec.c:
14314         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14315           Don't busy-wait in tests; this was causing test timeouts very
14316           frequently when running under valgrind.
14317
14318 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14319
14320         * gst/tcp/README:
14321         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14322         (gst_multi_fd_sink_remove_client_link),
14323         (gst_multi_fd_sink_client_queue_caps),
14324         (gst_multi_fd_sink_client_queue_buffer),
14325         (gst_multi_fd_sink_handle_client_write),
14326         (gst_multi_fd_sink_render):
14327         * gst/tcp/gstmultifdsink.h:
14328           make multifdsink properly deal with streamheader:
14329           - streamheader is taken from caps
14330           - buffers marked with IN_CAPS are not sent
14331           - streamheaders are sent, on connection, from the caps of the
14332             buffer where the client gets positioned to
14333           - further streamheader changes are done every time the client
14334             will receive a buffer with different caps
14335         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14336         (gst_multifdsink_create_streamheader):
14337           add tests for this
14338
14339 2006-06-02  Michael Smith  <msmith@fluendo.com>
14340
14341         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14342           Reinstate limit on channel count. Vorbis does not define the meaning
14343           of > 6 channels, so they're just independent channels. Gstreamer
14344           currently has no mechanism to represent N independent channels.
14345
14346 2006-06-02  Michael Smith  <msmith@fluendo.com>
14347
14348         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14349           Don't arbitrarily restrict channel counts and rate in vorbis.
14350           In terms of effects likely on real-world files, this fixes 96kHz
14351           playback of vorbis.
14352
14353 2006-06-02  Michael Smith  <msmith@fluendo.com>
14354
14355         * gst/audioconvert/audioconvert.c: (float):
14356           More correct float->int conversion.
14357
14358 2006-06-02  Michael Smith  <msmith@fluendo.com>
14359
14360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14361           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14362           value. Fixes g-critical on trying to play back ogg containing
14363           unknown codec.
14364
14365 2006-06-02  Wim Taymans  <wim@fluendo.com>
14366
14367         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14368         (setup_source):
14369         * gst/playback/gstplaybasebin.h:
14370         Make the subtitle detection work from any thread so we don't
14371         deadlock. Fixes #343397.
14372
14373 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14374
14375         * gst/volume/Makefile.am:
14376           Seriously, it's not *that* hard to get compilation right.  Even
14377           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14378
14379 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14380
14381         * gst/volume/gstvolume.c: (volume_choose_func),
14382         (volume_update_real_volume), (gst_volume_class_init),
14383         (gst_volume_init), (volume_process_float), (volume_process_int16),
14384         (volume_process_int16_clamp), (volume_set_caps),
14385         (volume_transform_ip), (plugin_init):
14386         * gst/volume/gstvolume.h:
14387         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14388         another property desc., remove unused param from process function
14389         
14390         * tests/check/elements/volume.c: (volume_suite):
14391         reactivate the passthrough test
14392
14393 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14394
14395         * ext/alsa/gstalsamixerelement.h:
14396         * ext/alsa/gstalsamixeroptions.h:
14397         * ext/alsa/gstalsamixertrack.h:
14398         * ext/gnomevfs/gstgnomevfssink.h:
14399         * ext/gnomevfs/gstgnomevfssrc.h:
14400         * ext/theora/gsttheoradec.h:
14401         * ext/theora/gsttheoraenc.h:
14402         * ext/theora/gsttheoraparse.h:
14403         * ext/vorbis/vorbisparse.h:
14404         * gst-libs/gst/audio/gstaudioclock.h:
14405         * gst-libs/gst/audio/gstaudiofilter.h:
14406         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14407         * gst/audioconvert/gstaudioconvert.h:
14408         * gst/audioresample/gstaudioresample.h:
14409         * gst/audiotestsrc/gstaudiotestsrc.h:
14410         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14411         * gst/playback/gststreamselector.h:
14412         * gst/tcp/gstmultifdsink.h:
14413         * gst/tcp/gsttcpclientsink.h:
14414         * gst/tcp/gsttcpclientsrc.h:
14415         * gst/tcp/gsttcpserversink.h:
14416         * gst/tcp/gsttcpserversrc.h:
14417         * gst/videorate/gstvideorate.h:
14418         * gst/videoscale/gstvideoscale.h:
14419         * gst/videotestsrc/gstvideotestsrc.h:
14420         * gst/volume/gstvolume.h:
14421         * sys/v4l/gstv4ljpegsrc.h:
14422         * sys/v4l/gstv4lmjpegsink.h:
14423         * sys/v4l/gstv4lmjpegsrc.h:
14424         * sys/v4l/gstv4lsrc.h:
14425         * sys/ximage/ximagesink.h:
14426         * sys/xvimage/xvimagesink.h:
14427         * tests/old/testsuite/alsa/sinesrc.h:
14428         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14429
14430 2006-05-31  Wim Taymans  <wim@fluendo.com>
14431
14432         * ext/libvisual/visual.c: (gst_visual_reset),
14433         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14434         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14435         Handle DISCONT.
14436         Use running time before doing QoS.
14437         Handle mono too.
14438
14439 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14440
14441         * docs/libs/Makefile.am:
14442           set a magic variable to indicate we know the docs are incomplete
14443
14444 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14445
14446         * win32/common/libgstvideo.def:
14447           export gst_video_calculate_display_ratio
14448         * win32/vs6/libgstvideoscale.dsp:
14449           add link to libgstvideo-0.10.lib
14450
14451 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14452
14453         * gst/playback/gstplaybasebin.c: (gen_source_element):
14454           Throw a more comprehensible error for rtsp:// URIs (rather
14455           than erroring out with a negotiation error later on) until
14456           we fix playbin to handle rtspsrc etc.
14457
14458 2006-05-30  Wim Taymans  <wim@fluendo.com>
14459
14460         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14461         (gst_text_overlay_text_event):
14462         Added some FIXMEs.
14463
14464 2006-05-30  Wim Taymans  <wim@fluendo.com>
14465
14466         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14467         (gst_adder_request_new_pad), (gst_adder_release_pad):
14468         * gst/adder/gstadder.h:
14469         Implement release_request_pad.
14470         Make padcounter atomic.
14471
14472         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14473         Added check for release_pad in adder.
14474
14475 2006-05-30  Wim Taymans  <wim@fluendo.com>
14476
14477         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14478         Fix build again.
14479
14480 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14481
14482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14483         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14484         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14485         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14486         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14487         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14488         (gst_ogg_demux_bisect_forward_serialno),
14489         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14490         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14491           add more debugging
14492           clean up printf formats for granulepos and serialno
14493
14494 2006-05-30  Michael Smith  <msmith@fluendo.com>
14495
14496         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14497         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14498         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14499         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14500         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14501         * ext/vorbis/vorbisenc.h:
14502           Multi-channel caps negotiation, so we can do proper multichannel
14503           vorbis encoding, negotiated through audioconvert.
14504
14505 2006-05-30  Wim Taymans  <wim@fluendo.com>
14506
14507         * tests/check/elements/adder.c: (test_event_message_received),
14508         (test_play_twice_message_received), (GST_START_TEST),
14509         (adder_suite):
14510         Added check to show that #339935 is fixed with ongoing
14511         adder and collectpads fixes.
14512
14513 2006-05-29  Wim Taymans  <wim@fluendo.com>
14514
14515         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14516         Don't leak pad name.
14517
14518 2006-05-29  Wim Taymans  <wim@fluendo.com>
14519
14520         * gst/adder/gstadder.c: (gst_adder_query_duration),
14521         (forward_event_func), (forward_event), (gst_adder_src_event):
14522         Fix adder seeking.
14523         Make query/seeking code threadsafe.
14524
14525         * tests/check/Makefile.am:
14526         * tests/check/elements/adder.c: (test_event_message_received),
14527         (GST_START_TEST), (test_play_twice_message_received):
14528         Fix adder test case.
14529
14530 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14531
14532         Patch by: Young-Ho Cha  <ganadist at chollian net>
14533
14534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14535         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14536         (set_encoding_element), (decodebin_element_added_cb),
14537         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14538         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14539         * gst/playback/gstplaybasebin.h:
14540           Add 'subtitle-encoding' property to playbin, so applications can
14541           force a subtitle encoding for non-UTF8 subtitles (#342268).
14542
14543         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14544         (gst_sub_parse_set_property):
14545           Rename recently-added 'encoding' property to 'subtitle-encoding'
14546           (so it can be proxied by playbin/decodebin in a generic way
14547           with less danger of false positives).
14548
14549 2006-05-29  Michael Smith  <msmith@fluendo.com>
14550
14551         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14552         (append_with_other_format), (set_structure_widths),
14553         (gst_audio_convert_transform_caps):
14554           Patch from #341562: give more specific audio caps in get_caps, so
14555           that basetransform  can make better decisions on what caps to
14556           negotiate.
14557
14558 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14559
14560         * tests/check/elements/volume.c:
14561         make it compile again
14562
14563 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14564
14565         * tests/check/elements/volume.c: (volume_suite):
14566         disable test until #343196 gets resolved
14567
14568 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14569
14570         * gst/adder/gstadder.c: (gst_adder_get_type):
14571         Make it easier to copy&paste
14572         
14573         * gst/volume/Makefile.am:
14574         * gst/volume/gstvolume.c: (volume_update_real_volume),
14575         (gst_volume_set_volume), (gst_volume_set_mute),
14576         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14577         (volume_transform_ip), (volume_update_mute),
14578         (volume_update_volume):
14579         * gst/volume/gstvolume.h:
14580         Add own debug category, move duplicate code to helper function, fix
14581         property texts, add more comments and prepare ffor liboil-goodness
14582         
14583         * tests/check/Makefile.am:
14584         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14585         add test for mute and passtrough case, be a bit more verbose to track
14586         failure
14587         
14588         * tests/check/generic/states.c: (GST_START_TEST):
14589         catch elements that fail to instantiate
14590
14591 2006-05-28  Edward Hervey  <edward@fluendo.com>
14592
14593         * tests/check/pipelines/simple-launch-lines.c:
14594         * tests/check/pipelines/theoraenc.c:
14595         * tests/check/pipelines/vorbisenc.c:
14596         Comment out tests using parse_launch() if core was built without
14597         parsing capabilities.
14598
14599 2006-05-27  Edward Hervey  <edward@fluendo.com>
14600
14601         * tests/check/Makefile.am:
14602         Extra bonus points for whoever explains to ensonic that you are meant
14603         to test unit tests thoroughly before commiting them, especially if
14604         you know it's going to break.
14605         De-activated element/adder tests.
14606
14607 2006-05-27  Edward Hervey  <edward@fluendo.com>
14608
14609         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14610         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14611         Marking caps conversion issues as GST_WARNING is way too verbose,
14612         Moving them to GST_LOG.
14613
14614 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14615
14616         * README:
14617           Replace current README (containing the release notes from
14618           some 0.9.x version) with a proper README taken from the core.
14619
14620 2006-05-26  Wim Taymans  <wim@fluendo.com>
14621
14622         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14623         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14624         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14625         (vorbis_dec_change_state):
14626         Small cleanups.
14627         Add some FIXMEs
14628         Clip output samples to segment boundaries.
14629
14630 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14631
14632         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14633         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14634         Improve the errors produced on bad output, including some human
14635         readable description strings.
14636         Handle the (theoretical for ximagesink) case where the XServer 
14637         has a different idea about the size required for a particular 
14638         frame and gives us too small a memory allocation.
14639
14640 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14641
14642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14643         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14644         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14645         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14646         Improve the errors produced on bad output, including some human 
14647         readable description strings.
14648         Handle RGB Xv formats properly by transforming them into our 
14649         big-endian caps description.
14650         Use gst_caps_truncate to ensure that we never try and choose a
14651         non-fixed caps in buffer_alloc.
14652         Handle the case where the XServer has a different idea about the size
14653         required for a particular frame and gives us too small a memory
14654         allocation.
14655         Use -1 to indicate 'no image format', because 0 is a valid XServer
14656         image format number.
14657         Put RGB Xv formats at the end of the caps, so that we always prefer
14658         YUV format frames.
14659         Iterate the available Xv Encodings to determine the maximum width and
14660         height, and then return that in our caps.
14661         (Closes #315312, #337544)
14662
14663 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14664
14665         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14666         When there is only one unfinished pad and it receives an event that
14667         doesn't match our requirements, we need to set alldone=FALSE so that
14668         the fakesink is not removed yet.
14669
14670 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14671
14672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14673           Use gst_type_find_helper_for_buffer() to find the type
14674           of stream from the first packet.
14675
14676         * configure.ac:
14677           Bump requirements to core CVS (needed for vorbis
14678           typefinding to work).
14679
14680 2006-05-24  Edward Hervey  <edward@fluendo.com>
14681
14682         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14683         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14684         contain.  Else they play perfectly fine with qtdemux.
14685
14686 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14687
14688         * ext/theora/theoradec.c:
14689         * ext/theora/theoraenc.c:
14690         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14691         * gst/audiorate/gstaudiorate.c:
14692           make more debug catagories static
14693         
14694         * tests/check/Makefile.am:
14695         * tests/check/elements/adder.c: (message_received),
14696         (test_event_message_received), (GST_START_TEST),
14697         (test_play_twice_message_received), (adder_suite):
14698           added test case for using element twice, extra bonus points for anyone
14699           who can make these test run reliably
14700
14701 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14702
14703         * ext/theora/theoradec.c: (theora_dec_chain):
14704           Make work with time-stamped input buffers that do not
14705           have a granulepos in BUFFER_OFFSET_END (like theora
14706           buffers coming from matroskademux). Fixes #342448.
14707
14708 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14709
14710         Patch by: Peter Kjellerstedt  <pkj at axis com>
14711
14712         * gst/tcp/Makefile.am:
14713           fdstresstest doesn't need Gtk+, fix compilation if 
14714           gtk is not available (#342566).
14715
14716 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14717          
14718         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14719           80 line columns
14720           Removed redundant floor()
14721
14722 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14723
14724         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14725           On second thought, just skip JUNK chunks automatically, so
14726           the caller doesn't have to handle this. Fixes #342345.
14727           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14728           not GST_FLOW_ERROR.
14729
14730 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14731
14732         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14733           Don't bail out on JUNK chunks with a size of 0 (would try to
14734           pull_range 0 bytes before, which sources don't like too much).
14735           See #342345.
14736
14737 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14738
14739         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14741         Use the gstutil scaling function to preserve 64 bits while calculating
14742         output width and height from the display-aspect-ratio. (A continuation
14743         of #341542)
14744
14745 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14746
14747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14748         (gst_xvimagesink_buffer_alloc):
14749         * sys/xvimage/xvimagesink.h:
14750         When performing buffer allocations, remember the caps and image format
14751         we return so that if the same caps are asked for next time we can
14752         return them immediately without doing any caps intersections.
14753
14754 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14755          
14756         * gst-libs/gst/rtp/README:
14757           Some new documentation
14758         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14759           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14760         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14761         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14762           New RTP audio base payloader class. Supports frame or sample based
14763           codecs.  Not enabled in Makefile.am until approved.
14764
14765 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14766
14767         * tests/check/elements/alsa.c: (test_device_property_probe):
14768           Fix test case: don't try to free NULL GValueArray when there
14769           are no devices.
14770
14771 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14772
14773         * tests/check/Makefile.am:
14774         * tests/check/elements/alsa.c: (test_device_property_probe),
14775         (alsa_suite), (main):
14776           Add simple test that runs a device property probe on alsasrc,
14777           alsasink and alsamixer. Disable valgrind check for now (too
14778           many leaks in libasound, and valgrind ignored my suppressions
14779           additions).
14780
14781 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14782
14783         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14784         (gst_alsa_device_property_probe_probe_property),
14785         (gst_alsa_device_property_probe_needs_probe),
14786         (gst_alsa_device_property_probe_get_values),
14787         (gst_alsa_type_add_device_property_probe_interface):
14788         * ext/alsa/gstalsadeviceprobe.h:
14789         * ext/alsa/gstalsamixerelement.c:
14790         (gst_alsa_mixer_element_init_interfaces):
14791         * ext/alsa/gstalsamixerelement.h:
14792           Clean up and simplify alsa device probing. Make it actually work
14793           for multiple classes. Don't cache results any longer.
14794
14795         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14796         (gst_alsasink_init):
14797         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14798         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14799         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14800           Make alsasink and alsasrc implement the GstPropertyProbe interface
14801           for device probing (#342181).
14802           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14803
14804 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14805
14806         * gst/subparse/samiparse.c: (handle_start_font):
14807           Don't ignore return value of strtol (++compiler_happiness).
14808
14809 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14810
14811         Patch by: Young-Ho Cha  <ganadist chollian net>
14812
14813         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14814         (gst_sub_parse_class_init), (gst_sub_parse_init),
14815         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14816         (convert_encoding):
14817         * gst/subparse/gstsubparse.h:
14818           Add 'encoding' property (#341681).
14819
14820         * gst/subparse/samiparse.c: (characters_sami):
14821           Output is pango markup, so we need to escape text
14822           between tags (#342143).
14823
14824 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14825
14826         * gst-libs/gst/audio/multichannel.c:
14827         (gst_audio_check_channel_positions):
14828           It's okay to have caps with channels=1 and a channel position
14829           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14830           (deinterleavers might want to keep the position in the caps,
14831           so that they can be re-interleaved again properly later).
14832           Leave check for unexpected 2-channel layouts intact for now.
14833
14834 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14835
14836         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14837         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14838         basesrc can do its job correctly.
14839
14840 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14841
14842         * ext/alsa/Makefile.am:
14843         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14844         (gst_alsa_detect_formats), (get_channel_free_structure),
14845         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14846         (gst_alsa_probe_supported_formats):
14847         * ext/alsa/gstalsa.h:
14848         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14849           Refactor and improve caps probing code: probe signedness
14850           when we probe the supported formats/widths; set endianness
14851           to the one we actually probed for (ie. cpu endianness).
14852           
14853         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14854         (gst_alsasrc_close):
14855         * ext/alsa/gstalsasrc.h:
14856           Implement caps probing for alsasrc.
14857
14858 2006-05-15  Wim Taymans  <wim@fluendo.com>
14859
14860         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14861         (theora_dec_src_query), (theora_dec_src_event),
14862         (theora_dec_sink_event), (theora_handle_comment_packet),
14863         (theora_handle_data_packet), (theora_dec_change_state):
14864         Cleanups, add some G_LIKELY.
14865         Use segment helpers instead of our own wrong code.
14866         Clear queued buffers on seek and READY.
14867
14868         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14869         (vorbis_dec_convert), (vorbis_dec_src_query),
14870         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14871         (vorbis_handle_comment_packet), (vorbis_dec_push),
14872         (vorbis_handle_data_packet), (vorbis_dec_chain),
14873         (vorbis_dec_change_state):
14874         * ext/vorbis/vorbisdec.h:
14875         Remove old useless packetno variable.
14876         Do position query properly.
14877         Add some G_LIKELY.
14878         Do cleanup of queued buffers in new helper function
14879         and use it.
14880
14881 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14882
14883         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14884           Query supported sample rates. Fixes #341732.
14885
14886 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14887
14888         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14889         (gst_decode_bin_change_state): Make decodebin reusable
14890         when going from PAUSE_TO_READY and then back to PAUSED.
14891         Fixes #331678.
14892
14893 2006-05-15  Wim Taymans  <wim@fluendo.com>
14894
14895         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14896         (vorbis_dec_convert), (vorbis_dec_src_query),
14897         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14898         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14899         (vorbis_dec_clean_queued), (vorbis_dec_push),
14900         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14901         Cleanups. Use refcounting and DEBUG_OBJECT.
14902         Reset segment on flush, use code methods instead of our
14903         own wrong version.
14904         Fix potential memleak.
14905
14906 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14907
14908         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14909         (gst_alsasink_init):
14910         * ext/alsa/gstalsasink.h:
14911           Don't leak allocated snd_output_t structure if there's
14912           more than one alsasink instance at a time (#341873).
14913           Also fix GObject macros in header file.
14914           
14915 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         * gst/subparse/gstsubparse.c:
14918         (gst_sub_parse_data_format_autodetect):
14919           Don't use libxml functions in the typefinding code.
14920
14921 2006-05-15  Wim Taymans  <wim@fluendo.com>
14922
14923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14924         Fix seeking performance in the case where a non-header 
14925         packet has a 0 granulepos (busted theora case). 
14926         Fixes #341719
14927         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14928          the first place, you limelight stealer you)
14929
14930 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14931
14932         * gst/subparse/gstsubparse.c:
14933         (gst_sub_parse_data_format_autodetect):
14934           Improve SAMI typefinding: handle case where there are
14935           whitespaces or newlines in front of the first <SAMI>
14936           tag (#169936).
14937
14938 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14939
14940         * configure.ac:
14941           Build video4linux plugin even if there's no XVIDEO, just
14942           without implementing the GstXOverlay interface (#334002).
14943          
14944 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14945
14946         * configure.ac:
14947         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14948         (plugin_init):
14949           Add tentative support for libvisual-0.4 (#336881).
14950
14951 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14952
14953         Patch by: Young-Ho Cha <ganadist at chollian net>
14954
14955         * gst/subparse/samiparse.c: (handle_start_font):
14956           Need to map "silver" colour explicitly (#169936).
14957
14958 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14959
14960         Patch by: Young-Ho Cha  <ganadist at chollian net>
14961
14962         * gst/subparse/Makefile.am:
14963         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14964         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14965         (gst_sub_parse_format_autodetect), (feed_textbuf),
14966         (gst_subparse_type_find), (plugin_init):
14967         * gst/subparse/gstsubparse.h:
14968         * gst/subparse/samiparse.c:
14969         * gst/subparse/samiparse.h:
14970           Add support for SAMI subtitles (#169936).
14971
14972 2006-05-14  Michael Smith  <msmith@fluendo.com>
14973
14974         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14975           Fix #341696: crash when mixing L+R+C to mono or stereo.
14976         * tests/check/Makefile.am:
14977         * tests/check/elements/audioconvert.c: (set_channel_positions),
14978         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14979         (audioconvert_suite):
14980           Add test for the above, including some generic framework bits for
14981           testing multichannel things.
14982
14983 === release 0.10.7 ===
14984
14985 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14986
14987         * configure.ac:
14988           releasing 0.10.7, "Leave the gun"
14989
14990 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14991
14992         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14994         Fix the build.
14995
14996 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14997
14998         * docs/libs/gst-plugins-base-libs-docs.sgml:
14999         * docs/libs/gst-plugins-base-libs-sections.txt:
15000         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15001         * gst-libs/gst/video/video.h:
15002         * gst/videoscale/Makefile.am:
15003         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15005         * tests/check/Makefile.am:
15006         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15007         (main):
15008           Fix integer overflow problem with pixel-aspect-ratio calculations
15009           in videoscale and xvimagesink (#341542)
15010
15011 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15012
15013         * gst-libs/gst/tag/gstid3tag.c:
15014           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15015
15016 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15017
15018         * win32/MANIFEST:
15019           update win32 files listing
15020
15021 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15022
15023         patch by: Sjoerd Simons (sjoerd@luon.net)
15024
15025         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15026         (group_create), (group_destroy), (add_stream),
15027         (gst_play_base_bin_get_property),
15028         (gst_play_base_bin_get_streaminfo_value_array):
15029         * gst/playback/gstplaybasebin.h:
15030           API: GstPlayBaseBin::stream-info-value-array property
15031           use a more bindings-friendly way of exposing streaminfo
15032           using a GValueArray.  Tested in ipython.
15033           Closes #341114
15034
15035 2006-05-11  Wim Taymans  <wim@fluendo.com>
15036
15037         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15038         (queue_underrun_cb), (queue_filled_cb):
15039         Also catch queue underruns but don't do anything yet.
15040         Refactor and comment queue enlarging code a bit.
15041
15042         * gst/playback/gstplaybasebin.c: (queue_overrun),
15043         (queue_threshold_reached), (queue_out_of_data),
15044         (gen_preroll_element):
15045         If a queue over/underruns check that we don't create nasty
15046         deadlocks when the min-threshold is not reached but the
15047         max-bytes is. In those cases disable max-bytes when we
15048         know that the queue is fed timed data.
15049         Add more comments.
15050
15051 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15052
15053         * gst/playback/gstplaybin.c: (gen_audio_element):
15054           Make playbin automatically plug an 'audioresample'
15055           element before the audio sink as well. This solves
15056           problems with sinks that only accept a very specific
15057           sample rate, like esdsink (e.g. #340379).
15058
15059 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15060
15061         * gst/playback/gstplaybasebin.c: (gen_source_element):
15062           Make http sources send special headers so that we receive
15063           icecast metadata if the http stream is an icecast stream
15064           (otherwise the server will just ignore them). This also
15065           means that from now on users will need the 'icydemux'
15066           element from gst-plugins-good installed if they want to
15067           listen to icecast radio streams. (#341432, #333657).
15068
15069 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15070
15071         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15072         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15073           remove stupid example from docs - it should come with a simple
15074           C program instead.
15075           Clean up/fix docs
15076         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15077         (fail_if_can_read), (GST_START_TEST),
15078         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15079           add a test for changing streamheader which exposes a bug in
15080           multifdsink
15081
15082 2006-05-11  Michael Smith  <msmith@fluendo.com>
15083
15084         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15085         (gst_gnome_vfs_src_received_headers_callback):
15086         * ext/gnomevfs/gstgnomevfssrc.h:
15087           Don't set icy-caps unless we have a sane interval value. Move
15088           interval to a local variable; we never use it outside this function.
15089
15090 2006-05-11  Wim Taymans  <wim@fluendo.com>
15091
15092         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15094         Register special buffer types along with the objects so
15095         that they are not registered at runtime from N different
15096         streaming threads since they are not threadsafe.
15097
15098 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15099
15100         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15101         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15102           add two more tests, one doing streamheader
15103
15104 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15105
15106         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15107           clean up the bufqueue when shutting down
15108         * tests/check/Makefile.am:
15109         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15110         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15111         (main):
15112           add a test for the leak that was just fixed
15113
15114 2006-05-10  Wim Taymans  <wim@fluendo.com>
15115
15116         * gst/adder/gstadder.c: (gst_adder_setcaps),
15117         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15118         (gst_adder_src_event), (gst_adder_sink_event),
15119         (gst_adder_class_init), (gst_adder_finalize),
15120         (gst_adder_request_new_pad), (gst_adder_collected):
15121         * gst/adder/gstadder.h:
15122         Updated some docs. Added comments and FIXMEs all over the place.
15123         Improve debugging info.
15124         Fix leak on finalize by not calling the parent.
15125         Implement duration query.
15126         Make event forwarding threadsafe.
15127         Correctly send NEWSEGMENT at start and after flush.
15128         Handle EOS correctly.
15129         Post error when not negotiated.
15130
15131         * tests/check/elements/adder.c: (GST_START_TEST):
15132         Added FIXME in the test.
15133
15134 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15135
15136         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15137         (gst_text_overlay_halign_get_type),
15138         (gst_text_overlay_wrap_mode_get_type):
15139         * ext/theora/theoradec.c: (theora_handle_type_packet),
15140         (theora_handle_data_packet):
15141         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15142         (theora_enc_sink_setcaps), (theora_enc_chain):
15143         * gst-libs/gst/cdda/gstcddabasesrc.c:
15144         (gst_cdda_base_src_mode_get_type):
15145         * gst/audiotestsrc/gstaudiotestsrc.c:
15146         (gst_audiostestsrc_wave_get_type):
15147         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15148         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15149         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15150         (gst_sync_method_get_type), (gst_unit_type_get_type),
15151         (gst_client_status_get_type):
15152         * gst/videoscale/gstvideoscale.c:
15153         (gst_video_scale_method_get_type):
15154         * gst/videotestsrc/gstvideotestsrc.c:
15155         (gst_video_test_src_pattern_get_type):
15156         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15157         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15158         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15159         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15160         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15161         (paint_setup_RGB565), (paint_setup_xRGB1555):
15162           Const-ify GEnumValue and GFlagsValue arrays. Use
15163           GST_ROUND_UP_* macros instead of home-made ones.
15164
15165 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15166
15167         * configure.ac:
15168           Require core CVS for the new newsegment stuff.
15169
15170 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15171
15172         Patch by: Sjoerd Simons  <sjoerd at luon net>
15173
15174         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15175           Register nick for enum value (#341160).
15176
15177 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15178
15179         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15180         (plugin_init):
15181          backout typefind patch #340375
15182          
15183         * tests/check/elements/adder.c: (message_received),
15184         (GST_START_TEST), (adder_suite):
15185           redo, signal-handling of test
15186
15187 2006-05-09  Wim Taymans  <wim@fluendo.com>
15188
15189         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15190         (gst_adder_collected):
15191         * gst/adder/gstadder.h:
15192         Remove bogus segment merging and forwarding, we don't
15193         care about timestamps anyway and we just produce a
15194         continuous stream. 
15195         Also create a nice NEWSEGMENT event when we start.
15196         Use _scale_int some more.
15197
15198 2006-05-09  Edward Hervey  <edward@fluendo.com>
15199
15200         * tests/icles/stress-xoverlay.c:
15201         Fix if core was built without parsing support.
15202
15203 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15204
15205         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15206           Add SEDG (Samsung MPEG-4) fourcc.
15207
15208 2006-05-09  Edward Hervey  <edward@fluendo.com>
15209
15210         * tests/icles/stress-xoverlay.c:
15211         * tests/examples/volume/volume.c:
15212         Fix if core was built without parsing support.
15213
15214         * tests/examples/seek/seek.c:
15215         Disable the parse_launch example if core was built without parsing
15216         support.
15217
15218 2006-05-08  Edward Hervey  <edward@fluendo.com>
15219
15220         * autogen.sh: (CONFIGURE_DEF_OPT): 
15221         libtoolize on Darwin/MacOSX is called glibtoolize
15222
15223 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15224
15225         * tests/check/Makefile.am:
15226         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15227           Disable the adder test, until the build-slaves posses the kindness to 
15228           either like it or to give valid reason for not doing so 
15229
15230 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15231
15232         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15233         (adder_suite):
15234           Shuffle NULL state change around and raise timeout more
15235
15236 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15237
15238         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15239         (mp4_type_find), (plugin_init):
15240           Add typefind to distinguish between "audio/x-m4a" and new type
15241           "video/mp4". Fixes #340375
15242
15243         * tests/check/elements/adder.c: (adder_suite):
15244           Raise timeout to make buildbot happy
15245
15246 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15247
15248         * gst/adder/gstadder.c: (gst_adder_sink_event),
15249         (gst_adder_request_new_pad), (gst_adder_change_state):
15250         * gst/adder/gstadder.h:
15251         * tests/check/Makefile.am:
15252         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15253         (adder_suite), (main):
15254           Add sink-event handling to adder. It tries to merge incomming
15255           newsegment-events. Added test to check if segment_done is comming
15256           through. Fixes #340060
15257
15258 2006-05-05  Andy Wingo  <wingo@pobox.com>
15259
15260         * ext/theora/theoraparse.c (gst_theora_parse_init)
15261         (theora_parse_src_convert, theora_parse_src_query):
15262         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15263         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15264         query functions on the source pads of the theora and vorbis parse
15265         elements. Fixes position querying when doing a remux.
15266
15267 2006-05-05  Michael Smith  <msmith@fluendo.com>
15268
15269         * ext/theora/theoraparse.c: (parse_granulepos),
15270         (theora_parse_drain_queue_prematurely),
15271         (theora_parse_queue_buffer), (theora_parse_sink_event):
15272           Fix flushing.
15273           Fix invalid granulepos outputs when starting with a non-keyframe.
15274
15275 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15276
15277         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15278         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15279         Rearrange MPEG system stream detection, fixing some memleaks in the
15280         process.
15281         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15282         they clean up their data correctly.
15283         Remove unused ogganx caps and move the 'is_annodex' check to inside
15284         the 'is_ogg' if statement.
15285
15286 2006-05-05  Wim Taymans  <wim@fluendo.com>
15287
15288         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15289         Properly remove ghostpads. Fixes #340392
15290
15291 2006-05-04  David Schleef  <ds@schleef.org>
15292
15293         * gst/typefind/gsttypefindfunctions.c:
15294
15295 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15296
15297         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15298         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15299
15300         When typefinding an MP3 in push-based mode, don't penalise the
15301         probability down to 74% when we found 5 valid frames just because we
15302         can't peek the end of the file.
15303
15304         Make the probability for detecting MPEG Transport Streams based on the
15305         number of sequential headers we successfully detected.
15306
15307 2006-05-03  Wim Taymans  <wim@fluendo.com>
15308
15309         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15310         (vorbis_dec_push), (vorbis_dec_chain):
15311         Still produce an error when we receive an empty packet.
15312
15313 2006-05-03  Wim Taymans  <wim@fluendo.com>
15314
15315         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15316         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15317         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15318         Mark buffers with DISCONT after seek and after activating new
15319         chains.
15320
15321         * ext/theora/gsttheoradec.h:
15322         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15323         (theora_get_query_types), (theora_dec_sink_event),
15324         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15325         (theora_dec_change_state):
15326         Fix frame counter.
15327         Detect and mark DISCONT buffers.
15328
15329         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15330         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15331         (vorbis_dec_change_state):
15332         * ext/vorbis/vorbisdec.h:
15333         Use GstSegment.
15334         Detect and mark DISCONT buffers.
15335         Don't crash on 0 sized buffers.
15336
15337 2006-05-03  Wim Taymans  <wim@fluendo.com>
15338
15339         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15340         (volume_transform_ip):
15341         Increase "volume" property to 10.0. Fixes #340369.
15342         Set the process function to NULL when capsnego fails so that
15343         we properly error out.
15344
15345 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15346
15347         * gst/playback/gstplaybin.c: (add_sink):
15348         * gst/playback/test.c: (main):
15349         * gst/playback/test5.c: (dump_element_stats):
15350         * gst/playback/test6.c: (main):
15351           free caps using gst_caps_unref, don't leak caps-strings
15352
15353 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15354
15355         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15356         (plugin_init):
15357           Refine musepack typefinding a bit. Return MAXIMUM
15358           probability when we detect stream version 7 to make
15359           sure the mpeg audio typefinder doesn't trump us.
15360
15361 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15362
15363         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15364           Protect against unexpected NULL strf_data buffer.
15365
15366 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15367
15368         * tests/check/elements/audioconvert.c: (verify_convert),
15369         (GST_START_TEST):
15370           interpret the out[] buffer in the order the bytes are actually
15371           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15372           Other tests should use BYTE_ORDER since the array is filled in
15373           with actual values
15374
15375 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15376
15377         * tests/check/elements/audioconvert.c: (verify_convert),
15378         (GST_START_TEST):
15379           when a test fails, give an indication of which it is
15380
15381 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15382
15383         * gst-libs/gst/cdda/gstcddabasesrc.c:
15384           compile fix; strtol() needs <stdlib.h>
15385
15386 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15387
15388         * ext/alsa/gstalsamixerelement.c:
15389         * ext/alsa/gstalsasrc.c:
15390         * ext/cdparanoia/gstcdparanoiasrc.c:
15391         * ext/gnomevfs/gstgnomevfssink.c:
15392         * ext/gnomevfs/gstgnomevfssrc.c:
15393         * ext/ogg/gstoggdemux.c:
15394         * ext/ogg/gstoggmux.c:
15395         * ext/ogg/gstoggparse.c:
15396         * ext/ogg/gstogmparse.c:
15397         * ext/pango/gstclockoverlay.c:
15398         * ext/pango/gsttextoverlay.c:
15399         * ext/pango/gsttextrender.c:
15400         * ext/pango/gsttimeoverlay.c:
15401         * ext/theora/theoradec.c:
15402         * ext/theora/theoraenc.c:
15403         * ext/vorbis/vorbisdec.c:
15404         * ext/vorbis/vorbisenc.c:
15405         * gst-libs/gst/audio/gstaudiofilter.c:
15406         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15407         * gst/audioconvert/gstaudioconvert.c:
15408         * gst/audiorate/gstaudiorate.c:
15409         * gst/audioresample/gstaudioresample.c:
15410         * gst/audiotestsrc/gstaudiotestsrc.c:
15411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15412         * gst/playback/gstdecodebin.c:
15413         * gst/playback/gstplaybin.c:
15414         * gst/playback/gststreamselector.c:
15415         * gst/subparse/gstsubparse.c:
15416         * gst/tcp/gstmultifdsink.c:
15417         * gst/tcp/gsttcpclientsink.c:
15418         * gst/tcp/gsttcpclientsrc.c:
15419         * gst/tcp/gsttcpserversink.c:
15420         * gst/tcp/gsttcpserversrc.c:
15421         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15422         * gst/videorate/gstvideorate.c:
15423         * gst/videoscale/gstvideoscale.c:
15424         * gst/videotestsrc/gstvideotestsrc.c:
15425         * gst/volume/gstvolume.c:
15426         * sys/v4l/gstv4ljpegsrc.c:
15427         * sys/v4l/gstv4lmjpegsink.c:
15428         * sys/v4l/gstv4lmjpegsrc.c:
15429         * sys/v4l/gstv4lsrc.c:
15430         * sys/ximage/ximagesink.c:
15431         * sys/xvimage/xvimagesink.c:
15432         * tests/check/libs/cddabasesrc.c:
15433           make GstElementDetails const
15434
15435 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15436
15437         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15438         (gst_adder_init):
15439           send events from src-pad to all sink-pads fixes #338657
15440
15441 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15442
15443         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15444         (alsasink_parse_spec):
15445           query width capabilities from alsa, fixes #338919
15446
15447 2006-04-28  Wim Taymans  <wim@fluendo.com>
15448
15449         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15450         (gst_multi_fd_sink_remove_client_link):
15451         * gst/tcp/gstmultifdsink.h:
15452         Fix race condition in multifdsink that can lead to spurious 
15453         duplicate clients. this patch adds a new signal that is fired when
15454         multifdsink has removed all references to the fd.
15455         Fixes #339574.
15456         Updated documentation.
15457         API: client-fd-removed signal added
15458
15459 2006-04-28  Michael Smith  <msmith@fluendo.com>
15460
15461         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15462           When asking g_value_array_new to prealloc elements, we may as well
15463           ask for the right number of elements.
15464
15465 2006-04-28  Wim Taymans  <wim@fluendo.com>
15466
15467         * gst-libs/gst/audio/gstbaseaudiosink.c:
15468         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15469         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15470         patch to make timestamp checking more tollerant to rounding 
15471         errors given that real discontinuities are to be marked on
15472         buffers. Fixes some asf files and #338778.
15473         Also avoid some crashers when we receive an event in the 
15474         NULL state.
15475
15476 2006-04-28  Michael Smith  <msmith@fluendo.com>
15477
15478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15479         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15480         (gst_gnome_vfs_src_get_property),
15481         (gst_gnome_vfs_src_send_additional_headers_callback),
15482         (gst_gnome_vfs_src_received_headers_callback),
15483         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15484         (gst_gnome_vfs_src_stop):
15485         * ext/gnomevfs/gstgnomevfssrc.h:
15486           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15487           proper shared support within icydemux.
15488
15489 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15490
15491         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15492         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15493           fix up docs
15494           fix a leak when no caps negotiated
15495           fix counting of input frames
15496         * tests/check/elements/.cvsignore:
15497         * tests/check/elements/videorate.c: (assert_videorate_stats),
15498         (GST_START_TEST), (videorate_suite):
15499           add tests for these
15500
15501 2006-04-28  Wim Taymans  <wim@fluendo.com>
15502
15503         * gst-libs/gst/audio/gstringbuffer.c:
15504         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15505         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15506         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15507         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15508         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15509         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15510         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15511         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15512         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15513         Check arguments passed to public functions instead of
15514         crashing.
15515
15516 2006-04-28  Wim Taymans  <wim@fluendo.com>
15517
15518         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15519         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15520         GstBaseAudioSrc must be live or it does not work.
15521
15522         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15523         Don't set live to TRUE as this is the default in the parentclass.
15524
15525 2006-04-28  Wim Taymans  <wim@fluendo.com>
15526
15527         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15528         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15529         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15530         fixation cases better. Fixes #338991
15531
15532 2006-04-28  Wim Taymans  <wim@fluendo.com>
15533
15534         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15535         Handle 0/1 framerate correctly Fixes #331901.
15536
15537 2006-04-28  Wim Taymans  <wim@fluendo.com>
15538
15539         * tests/check/elements/audioconvert.c: (get_float_caps),
15540         (GST_START_TEST), (audioconvert_suite):
15541         Added check for correct clipping when doing float samples
15542         in audioconvert.
15543
15544 2006-04-28  Wim Taymans  <wim@fluendo.com>
15545
15546         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15547         (gst_video_rate_chain):
15548         Print more debugging info.
15549
15550 2006-04-28  Wim Taymans  <wim@fluendo.com>
15551
15552         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15553         (resample_set_state_from_caps):
15554         Add support for other formats audioresample can handle such as
15555         32 bits in and float and 64 bits float. Fixes #301759
15556
15557 2006-04-28  Wim Taymans  <wim@fluendo.com>
15558
15559         * gst/audioconvert/audioconvert.c: (float):
15560         correctly clip float samples > 1.0. Fixes #338718
15561
15562 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15563
15564         Patch by: Young-Ho Cha  <ganadist at chollian net>
15565
15566         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15567         (gst_text_overlay_render_text):
15568           Don't strip newlines from the text. Also, center lines
15569           within multi-line paragraphs (#339405).
15570
15571 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15572
15573         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15574           Fix wavpack typefinding to work in more cases (don't peek
15575           for chunks of multiple hundred kBs at once, but process
15576           things step-by-step in smaller units). Fixes #339786.
15577
15578 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15579
15580         * configure.ac:
15581           back to HEAD
15582
15583 === release 0.10.6 ===
15584
15585 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15586
15587         * configure.ac:
15588           releasing 0.10.6, "Chao"
15589
15590 2006-04-26  David Schleef  <ds@schleef.org>
15591
15592         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15593           Fixes #338897.
15594
15595 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15596
15597         * configure.ac:
15598         * win32/common/config.h:
15599           new prerelease
15600
15601 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15602
15603         patch by: Wim Taymans
15604
15605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15606         (gst_ogg_demux_perform_seek):
15607           make sure correct newsegments are sent, so that the decoder
15608           and the demuxer agree on timestamps.  Fixes playback of a lot
15609           of Ogg files that do not start from 0.  Fixes #339833.
15610
15611 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15612
15613         Patch by: Edward Hervey  <edward@fluendo.com>
15614
15615         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15616         * tests/check/Makefile.am:
15617         * tests/check/elements/videorate.c: (assert_videorate_stats),
15618         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15619         (videorate_suite), (main):
15620           Fix an infinite loop if frames are passed in with wrongly ordered
15621           timestamps.  Fixes #339013.
15622
15623 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15624
15625         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15626
15627         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15628           fix typefinding on some ISO files.  Fixes #339212.
15629
15630 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15631
15632         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15633
15634         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15635           add another H264 fourcc.  Fixes #339047.
15636
15637 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15638
15639         Patch by: Jan Schmidt
15640
15641         * gst/playback/gststreamselector.c:
15642         (gst_stream_selector_bufferalloc):
15643           Restore old StreamSelector behaviour.
15644           Fixes #338419.
15645
15646 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15647
15648         * configure.ac:
15649         * win32/common/config.h:
15650           prerelease
15651
15652 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15653
15654         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15655
15656         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15657         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15658           Fix some memory leaks: on finalize, free buffers left in the queue
15659           before destroying the queue; in _push(), unref rtp_buf even if
15660           the process vfunc returned a NULL buffer as output buffer (#337548);
15661           demote some recuring debug messages to LOG level.
15662
15663 2006-04-11  Wim Taymans  <wim@fluendo.com>
15664
15665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15666         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15667         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15668         (gst_ogg_demux_loop):
15669         More cleanups.
15670         Respect segment stop when emiting EOS or SEGMENT_DONE.
15671         Fixes (#337945).
15672
15673 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15674
15675         * gst/playback/gststreamselector.c:
15676         (gst_stream_selector_get_property):
15677           Don't leak pad name.
15678
15679 2006-04-10  Michael Smith  <msmith@fluendo.com>
15680
15681         * tests/check/Makefile.am:
15682         * tests/check/gst-plugins-base.supp:
15683           Suppress an old libtheora bug (fixed in more recent versions), so 
15684           that FC4 buildslaves can pass.
15685
15686 2006-04-10  Wim Taymans  <wim@fluendo.com>
15687
15688         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15689         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15690         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15691         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15692         (gst_ogg_demux_loop):
15693         Don't leak events.
15694         Remember what error we got when finding chains, if we
15695         were shutdown, that would not be an error.
15696
15697 2006-04-10  Wim Taymans  <wim@fluendo.com>
15698
15699         * gst-libs/gst/audio/gstbaseaudiosink.c:
15700         (gst_base_audio_sink_event):
15701         Starting the ringbuffer when we did not acquire it can cause
15702         a deadlock, is pointless and causes nasty things for
15703         subclasses. 
15704         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15705
15706 2006-04-10  Wim Taymans  <wim@fluendo.com>
15707
15708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15709         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15710         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15711         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15712         (gst_ogg_demux_deactivate_current_chain),
15713         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15714         (gst_ogg_demux_bisect_forward_serialno),
15715         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15716         Add some more debugging.
15717
15718 2006-04-10  Wim Taymans  <wim@fluendo.com>
15719
15720         * ext/theora/theoradec.c: (theora_dec_src_event),
15721         (theora_handle_data_packet):
15722         Some more debug info.
15723
15724         * tests/examples/seek/seek.c: (start_seek), (main):
15725         Print element messages too.
15726
15727 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15728
15729         * gst/audioresample/debug.h:
15730           replace debug macros with variable number of parameters
15731           by a simple alias to gstreamer standard debug macros 
15732          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15733           supported by MSVC 6.0 and 7.1)
15734         * gst/audioresample/resample.h:
15735           define M_PI and rint for WIN32
15736         * win32/common/libgstaudio.def:
15737         * win32/common/libgstriff.def:
15738         * win32/common/libgsttag.def:
15739         * win32/common/libgstvideo.def:
15740           add new exported functions
15741         * win32/vs6:
15742           update project files
15743
15744 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15745
15746         * ext/alsa/gstalsamixeroptions.c:
15747         (gst_alsa_mixer_options_class_init):
15748         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15750         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15751         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15752         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15753         * gst-libs/gst/audio/gstaudiofilter.c:
15754         (gst_audio_filter_class_init):
15755         * gst-libs/gst/audio/gstaudiosink.c:
15756         (gst_audioringbuffer_class_init):
15757         * gst-libs/gst/audio/gstaudiosrc.c:
15758         (gst_audioringbuffer_class_init):
15759         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15760         * gst-libs/gst/interfaces/colorbalancechannel.c:
15761         (gst_color_balance_channel_class_init):
15762         * gst-libs/gst/interfaces/mixeroptions.c:
15763         (gst_mixer_options_class_init):
15764         * gst-libs/gst/interfaces/mixertrack.c:
15765         (gst_mixer_track_class_init):
15766         * gst-libs/gst/interfaces/tunerchannel.c:
15767         (gst_tuner_channel_class_init):
15768         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15769         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15770         (gst_netbuffer_class_init):
15771         * gst-libs/gst/rtp/gstbasertppayload.c:
15772         (gst_basertppayload_class_init):
15773         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15774         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15775         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15776         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15777         * gst/playback/gststreamselector.c:
15778         (gst_stream_selector_class_init):
15779         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15780         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15781         * sys/v4l/gstv4lcolorbalance.c:
15782         (gst_v4l_color_balance_channel_class_init):
15783         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15784         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15785         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15786         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15787         (gst_v4l_tuner_norm_class_init):
15788         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15790         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15791         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15792
15793 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15794
15795         * ext/pango/gsttextrender.h:
15796         * gst-libs/gst/audio/gstaudiosink.h:
15797         * gst-libs/gst/audio/gstaudiosrc.h:
15798         * gst-libs/gst/audio/gstbaseaudiosink.h:
15799         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15800         * gst-libs/gst/audio/gstringbuffer.h:
15801         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15802         * gst-libs/gst/rtp/gstbasertppayload.h:
15803         * gst-libs/gst/video/gstvideofilter.h:
15804         * gst-libs/gst/video/gstvideosink.h:
15805         * gst/playback/gstplaybasebin.h:
15806         * gst/tcp/gstmultifdsink.h:
15807         * sys/v4l/gstv4lelement.h:
15808         Fix broken GObject macros
15809
15810 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15811
15812         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15813         More debug to trace why my USB headset is not working with gst
15814
15815 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15816
15817         * gst/playback/gstplaybasebin.c: (group_destroy):
15818         Clean up our group elements properly in the case where it never 
15819         got committed - it still got added unconditionally to the bin.
15820
15821 2006-04-07  Wim Taymans  <wim@fluendo.com>
15822
15823         * ext/theora/theoradec.c: (theora_dec_sink_event),
15824         (theora_handle_data_packet), (theora_dec_chain):
15825         Unref unhandled events.
15826         Protect against empty buffers.
15827         Perform QoS on running time.
15828
15829 2006-04-07  Michael Smith  <msmith@fluendo.com>
15830
15831         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15832         (gst_vorbis_enc_chain):
15833           Remove leaks from vorbisenc.
15834           Mostly minor changes, the only significant one is that now the
15835           buffers we set as 'streamheader' on the caps are copies of the
15836           original buffers, to avoid circular refcounting problems.
15837
15838 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15839
15840         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15841           Don't remove our mute-probe if someone else already did so.
15842           Don't set a 2nd one if there is already one pending on the pad.
15843
15844         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15845         (do_playbin_seek):
15846           When a seek fails, ensure that playbin is still set back to playing.
15847           
15848         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15849         (mpeg_ts_type_find), (plugin_init):
15850           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15851
15852 2006-04-06  Andy Wingo  <wingo@pobox.com>
15853
15854         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15855         (gst_video_rate_init): Caps-related parameters should not be reset
15856         by a flush -- move their inits to the instance init function.
15857         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15858         is not OK, just return the result.
15859
15860         * gst/audiotestsrc/gstaudiotestsrc.c
15861         (gst_audio_test_src_class_init)
15862         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15863         broken by Stefan's commit on 24 March.
15864
15865         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15866         buffers being pushed out. Fixes oggmux ! multifdsink.
15867
15868 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15869
15870         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15871         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15872         * ext/vorbis/vorbisdec.h:
15873         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15874         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15875         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15876         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15877         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15878         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15879         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15880         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15881         (gst_vorbis_enc_buffer_from_packet),
15882         (gst_vorbis_enc_buffer_from_header_packet),
15883         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15884         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15885         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15886         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15887         (gst_vorbis_enc_change_state):
15888         * ext/vorbis/vorbisenc.h:
15889           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15890           vorbisenc adhere to the official nomenclature; use boilerplate
15891           macro.
15892
15893 2006-04-04  Andy Wingo  <wingo@pobox.com>
15894
15895         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15896         Whoops, fix bug introduced. Bad hacker!
15897         
15898         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15899         Properly handle the case where you get EOS before any buffers are
15900         received. Use gst_buffer_make_metadata_writable where appropriate.
15901
15902         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15903         is often negative -- make it signed so as not to wrap around.
15904         Fixes segfaults introduced on 9 March.
15905
15906 2006-04-03  Wim Taymans  <wim@fluendo.com>
15907
15908         * ext/theora/gsttheoradec.h:
15909         * ext/theora/theoradec.c: (theora_dec_src_event):
15910         Don't try to store a gdouble in a gboolean.
15911         Small cleanups.
15912
15913 2006-04-03  Michael Smith  <msmith@fluendo.com>
15914
15915         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15916           Oggmux sucks.
15917           Make it suck slightly less by writing out the final page.
15918           Still can't encode a vorbis-in-ogg file correctly, though.
15919
15920 2006-04-03  Andy Wingo  <wingo@pobox.com>
15921
15922         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15923         a g_print.
15924
15925         * ext/theora/theora.c (plugin_init): Register theoraparse.
15926
15927         * ext/theora/gsttheoraparse.h: 
15928         * ext/theora/theoraparse.c: New files implementing a theora
15929         parser. Now we can properly remux ogg/theora+vorbis, yay.
15930
15931         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15932
15933 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15934
15935         * gst/audiotestsrc/gstaudiotestsrc.c:
15936           Fixed the sample pipeline (see #323798)
15937
15938 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15939
15940         * configure.ac:
15941         * win32/common/config.h:
15942         * win32/common/config.h.in:
15943           use AS_VERSION and AS_NANO
15944           more cleanups
15945
15946 2006-03-31  Andy Wingo  <wingo@pobox.com>
15947
15948         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15949         uninitialized variable return that would happen.
15950         
15951         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15952         uninitialized variable return that would never happen.
15953
15954         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15955         (vorbis_parse_sink_event): Add an event function to flush our
15956         state on a seek, and to drain buffers on a premature EOS.
15957         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15958         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15959         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15960         (vorbis_parse_drain_queue): Queue up buffers until we can set
15961         their timestamps and granulepos values.
15962
15963         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15964         and keep track of data needed for deriving granulepos and
15965         timestamps for buffers.
15966
15967 2006-03-29  Wim Taymans  <wim@fluendo.com>
15968
15969         Patch by: j^ <j at bootlab dot org>
15970
15971         * ext/alsa/gstalsamixerelement.c:
15972         (gst_alsa_mixer_element_class_init):
15973         * ext/alsa/gstalsasink.c:
15974         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15975         * ext/ogg/gstoggdemux.c:
15976         * ext/ogg/gstoggmux.c:
15977         * ext/ogg/gstoggparse.c:
15978         * ext/pango/gstclockoverlay.c:
15979         * ext/pango/gsttextoverlay.c:
15980         * ext/pango/gsttextrender.c:
15981         * ext/pango/gsttimeoverlay.c:
15982         * ext/theora/theoradec.c:
15983         * ext/theora/theoraenc.c:
15984         * ext/vorbis/vorbisdec.c:
15985         * ext/vorbis/vorbisenc.c:
15986         * gst/audioconvert/gstaudioconvert.c:
15987         * gst/subparse/gstsubparse.c:
15988         * gst/tcp/gstmultifdsink.c:
15989         * gst/tcp/gsttcpclientsink.c:
15990         * gst/tcp/gsttcpclientsrc.c:
15991         * gst/tcp/gsttcpserversink.c:
15992         * gst/tcp/gsttcpserversrc.c:
15993           better/unified long descriptions
15994           Fixes #336477
15995
15996 2006-03-29  Wim Taymans  <wim@fluendo.com>
15997
15998         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15999         (stop_seek):
16000         Don't let double and triple clicks mess up our state.
16001
16002 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16003
16004         * gst/playback/gstplaybin.c: (gen_video_element),
16005         (gen_text_element), (gen_audio_element), (gen_vis_element):
16006           Error out gracefully when we can't create any of the usual
16007           conversion elements for some reason. Also, don't try to
16008           create an audioscale (sic) element that's not used anyway.
16009
16010 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16011
16012         * gst/playback/gstplaybasebin.c: (setup_source):
16013           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16014           element for a particular protocol, that's confusing for users.
16015           Instead, post a RESOURCE_FAILED error, so that our own error
16016           message is actually shown in totem etc. (#336303).
16017
16018 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16019
16020         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16021
16022         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16023         (gst_gnome_vfs_src_get_icy_metadata):
16024           Fix some minor memory leaks (#336194).
16025
16026 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16027
16028         * ext/gnomevfs/gstgnomevfs.c:
16029         (gst_gnome_vfs_location_to_uri_string):
16030         * ext/gnomevfs/gstgnomevfs.h:
16031         * ext/gnomevfs/gstgnomevfssink.c:
16032         (gst_gnome_vfs_sink_set_property):
16033         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16034           Make gnomevfssink accept filenames as well as URIs for the
16035           "location" property, just like gnomevfssrc does (and
16036           filesrc/filesink do) (#336190).
16037
16038 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16039
16040         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16041           set to NULL before unreffing, fixes a valgrind leak.
16042           Why was this not triggering the error that an object needs to
16043           be NULL before unreffing ?
16044         * win32/common/config.h:
16045           update
16046
16047 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16048
16049         * gst/subparse/gstsubparse.c: (convert_encoding),
16050         (gst_sub_parse_change_state):
16051         * gst/subparse/gstsubparse.h:
16052           Text subtitle files may or may not be UTF-8. If it's not, we
16053           don't really want to see '?' characters in place of non-ASCII
16054           characters like accented characters. So let's assume the input
16055           is UTF-8 until we come across text that is clearly not. If it's
16056           not UTF-8, we don't really know what it is, so try the following:
16057           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16058           is set; if not, check (b) if the current locale encoding is
16059           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16060           the current locale encoding is UTF-8 and the environment variable
16061           was not set to any particular encoding. Not perfect, but better
16062           than nothing (and better than before, I think) (fixes #172848).
16063
16064 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16065
16066         * configure.ac:
16067           update core requirement to 0.10.4.1 because of async_playback
16068           vmethod on GstBaseSink
16069
16070 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16071
16072         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16073         * gst/adder/gstadder.c: (gst_adder_init):
16074         use DEBUG_FUNCPTR for collectpads
16075
16076 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16077
16078         * docs/plugins/Makefile.am:
16079         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16080         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16081         * ext/cdparanoia/gstcdparanoiasrc.c:
16082         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16083         (gst_gnome_vfs_sink_class_init):
16084         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16086         * ext/ogg/gstoggmux.c:
16087         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16088         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16089         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16090         * ext/pango/gsttextoverlay.c:
16091         * ext/pango/gsttextrender.c:
16092         * ext/theora/theoradec.c:
16093         * ext/theora/theoraenc.c:
16094         * ext/vorbis/vorbisdec.c:
16095         * ext/vorbis/vorbisenc.c:
16096         * gst-libs/gst/audio/gstaudiofilter.c:
16097         (gst_audio_filter_base_init):
16098         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16099         (gst_audio_filter_template_base_init):
16100         * gst/adder/gstadder.c: (gst_adder_get_type):
16101         * gst/adder/gstadder.h:
16102         * gst/audioconvert/gstaudioconvert.c:
16103         * gst/audiotestsrc/gstaudiotestsrc.c:
16104         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16105         (gst_audio_test_src_create):
16106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16107         * gst/playback/gstdecodebin.c:
16108         * gst/playback/gstplaybin.c:
16109         * gst/playback/gststreamselector.c:
16110         (gst_stream_selector_base_init):
16111         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16112         * gst/volume/gstvolume.c:
16113         * sys/v4l/gstv4lmjpegsink.c:
16114         * sys/v4l/gstv4lmjpegsrc.c:
16115         * tests/check/libs/cddabasesrc.c:
16116         * tests/old/examples/gob/gst-identity2.gob:
16117           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16118           define GstElementDetails at the top
16119
16120 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16121
16122         * win32/common/libgstinterfaces.def:
16123         Add a lot of export functions for gst-python
16124         * win32/vs6/libgstinterfaces.dsp:
16125         Add a missing include folder in the project configuration
16126         
16127 2006-03-23  Wim Taymans  <wim@fluendo.com>
16128
16129         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16130         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16131         (gst_base_audio_src_change_state):
16132         Fix audio sources, forgot to make the ringbuffer
16133         startable...
16134
16135 2006-03-23  Wim Taymans  <wim@fluendo.com>
16136
16137         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16138         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16139         (gst_base_audio_src_change_state):
16140         unparent instead of unref the ringbuffer.
16141
16142 2006-03-23  Wim Taymans  <wim@fluendo.com>
16143
16144         * gst-libs/gst/audio/gstbaseaudiosink.c:
16145         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16146         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16147         Implement new async_play vmethod to start slaving and allow
16148         playback start in case of async PLAY state changes. 
16149
16150         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16151         Enable QoS with new method in base class.
16152
16153 2006-03-23  Wim Taymans  <wim@fluendo.com>
16154
16155         Patch by: Julien MOUTTE <julien at moutte dot net>
16156
16157         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16158         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16159         Partially handle 0 framerate, only EOS after the first frame
16160         is missing.
16161
16162 2006-03-23  Wim Taymans  <wim@fluendo.com>
16163
16164         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16165
16166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16167         (gst_riff_create_video_template_caps):
16168         * gst/ffmpegcolorspace/avcodec.h:
16169         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16170         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16171         (gst_ffmpegcsp_avpicture_fill):
16172         * gst/ffmpegcolorspace/imgconvert.c:
16173         Patch for support of YVU9 AVI files (#334822)
16174
16175 2006-03-22  Edward Hervey  <edward@fluendo.com>
16176
16177         * docs/design/design-decodebin.txt:
16178         Added design document for new decodebin
16179         (Target Caps): text/x-pango-markup is also a default target caps.
16180
16181 2006-03-22  Wim Taymans  <wim@fluendo.com>
16182
16183         * gst-libs/gst/audio/gstbaseaudiosink.c:
16184         (gst_base_audio_sink_dispose):
16185         Since we _parent the ringbuffer, we also need to
16186         _unparent instead of a plain _unref.
16187
16188 2006-03-22  Wim Taymans  <wim@fluendo.com>
16189
16190         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16191         (stop_seek), (scrub_toggle_cb), (main):
16192         Add scrub checkbox.
16193
16194 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16195
16196         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16197         (gst_ogg_parse_chain):
16198           Fix very inefficient usage of linked lists (#335365).
16199
16200 2006-03-21  Edward Hervey  <edward@fluendo.com>
16201
16202         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16203         * gst/playback/gstplaybin.c: (handoff):
16204         * gst/playback/gststreamselector.c:
16205         (gst_stream_selector_set_property):
16206         gcc 4.1 unreferenced pointer fixes.
16207         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16209         gst_buffer_ref() now takes a GstBuffer*.
16210
16211 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16212
16213         * sys/xvimage/xvimagesink.c:
16214         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16215         by Jan Schmidt.
16216
16217 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16218
16219         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16220         (id3v1_type_find), (apetag_type_find), (plugin_init):
16221           Can't do tag preferences via probability, as tags would then
16222           lose against types that are recognised with MAXIMUM probability
16223           (like .wav); so let all tag typefinders return MAXIMUM themselves
16224           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16225           that we can prefer APE to ID3v1 (fixes #335028).
16226           
16227 2006-03-17  Wim Taymans  <wim@fluendo.com>
16228
16229         * gst-libs/gst/audio/gstbaseaudiosink.c:
16230         (gst_base_audio_sink_change_state):
16231         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16232         (gst_ring_buffer_may_start):
16233         * gst-libs/gst/audio/gstringbuffer.h:
16234         Only start playback if we are playing.
16235         should fix #330748.
16236
16237 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16238
16239         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16240         * win32/common/config.h:
16241           Revert accidental commits to these files.
16242
16243 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16244
16245         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16246
16247         * tests/Makefile.am:
16248           Don't try to build tests in tests/icles if we
16249           don't have X (#323852)
16250
16251 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16252
16253         * gst-libs/gst/tag/gstid3tag.c:
16254           Add TXXX frame identifiers for replaygain stuff as used
16255           by some taggers (see #323721).
16256
16257 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16258
16259         * gst/playback/gststreamselector.c:
16260         (gst_stream_selector_set_property),
16261         (gst_stream_selector_bufferalloc):
16262           Preserve the existing buggy streamselector behaviour by performing
16263           a fallback buffer allocation when downstream isn't linked yet.
16264           This should really be fixed in playbin by blocking pads until it's
16265           linked them.
16266           Also, use gst_pad_alloc_buffer instead of
16267           gst_pad_alloc_buffer_and_set.
16268
16269 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16270
16271         * gst-libs/gst/tag/gstid3tag.c:
16272           Don't crash on unknown ID3v2 TXXX frames.
16273           
16274 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16275
16276         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16277           Chain up to the parent finalize method.
16278           Add 32-bit sample size to the template caps.
16279
16280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16281         (gst_riff_create_video_template_caps):
16282           Add the fourcc that the VMWare codec uses.
16283           
16284         * gst/playback/gststreamselector.c:
16285         (gst_stream_selector_set_property),
16286         (gst_stream_selector_bufferalloc),
16287         (gst_stream_selector_request_new_pad):
16288           For the active pad, forward buffer-alloc requests, otherwise
16289           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16290           having to memcpy every frame when used by playbin.
16291
16292         * gst/tcp/gstmultifdsink.c:
16293         (gst_multi_fd_sink_handle_client_write):
16294           Get negotiated caps from the sink pad, rather than the sink
16295           pad's peer.
16296
16297 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16298
16299         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16300         
16301         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16302           Don't forget to set src->callbacks_pushed to FALSE again when
16303           popping them, otherwise re-activation in a different mode won't
16304           work (#334620).
16305
16306 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16307
16308         Patch by: Sebastien Moutte  <sebastien moutte net>
16309
16310         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16311         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16312         (gst_ffmpeg_smpfmt_to_caps):
16313           Replace __VA_ARGS__ caps creation macros with varargs functions.
16314           Makes things compile on MSVC (#320765), looks nicer, and we can
16315           tell the compiler to check for the NULL terminator.
16316
16317 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16318
16319         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16320
16321         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16322           Make sure the buffer we copy into is really always big
16323           enough, this time for real (#333488).
16324           
16325 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16326
16327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16328           Add support for 24bpp DIB (#305279).
16329
16330 2006-03-14  Wim Taymans  <wim@fluendo.com>
16331
16332         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16333         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16335         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16336         (gst_video_scale_init), (gst_video_scale_src_event):
16337         Re-enable QoS after the release.
16338         Rework videoscale to use the base class src_event handler.
16339
16340 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16341
16342         * configure.ac:
16343           back to CVS.
16344
16345 === release 0.10.5 ===
16346
16347 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16348
16349         * configure.ac:
16350           releasing 0.10.5, "Net"
16351
16352 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16353
16354         * docs/plugins/Makefile.am:
16355           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16356           
16357 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16358
16359         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16360         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16361         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16362           Add cdparanoiasrc to docs.
16363
16364         * gst-libs/gst/cdda/gstcddabasesrc.c:
16365           More GstCddaBaseSrc docs.
16366
16367 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16368
16369         * docs/libs/gst-plugins-base-libs-sections.txt:
16370         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16371         * gst-libs/gst/tag/tag.h:
16372           API: libgsttag: new method gst_tag_from_id3_user_tag().
16373
16374 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16375
16376         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16377           NULL-terminate array of mpeg4 video file extensions.
16378           Fixes crash on PPC (#334226).
16379
16380 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16381
16382         * ext/gnomevfs/gstgnomevfssrc.c:
16383         (gst_gnome_vfs_src_check_get_range):
16384           gnome_vfs_uri_is_local() alone is not a good indicator
16385           whether we can operate in pull-mode with a specific URI,
16386           as it returns FALSE for file:// URIs that point to an
16387           NFS-mounted path. Be more conservative here: whitelist
16388           local files, blacklist http URIs and use the old
16389           mechanism for anything else (fixes #334216).
16390
16391 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16392
16393         * configure.ac:
16394           back to trunk
16395
16396 === release 0.10.4 ===
16397
16398 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16399
16400         * configure.ac:
16401           releasing 0.10.4, "Power"
16402
16403 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16404
16405         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16406         Disable max-lateness by setting it to -1 for now, so that 
16407         we can bed QoS stuff in thoroughly between now and the next
16408         release.
16409
16410 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16411
16412         Patch by: Fabrizio Gennari
16413
16414         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16415           Make sure we don't read beyond the palette buffer in case of
16416           broken or manipulated files (#333488)
16417
16418 2006-03-10  Edward Hervey  <edward@fluendo.com>
16419
16420         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16421         Fix for variable not initialized.
16422
16423 2006-03-09  Wim Taymans  <wim@fluendo.com>
16424
16425         * ext/libvisual/visual.c: (gst_visual_get_type),
16426         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16427         (gst_visual_chain):
16428         Small cleanups.
16429
16430         * ext/theora/gsttheoradec.h:
16431         * ext/theora/theoradec.c: (gst_theora_dec_init),
16432         (gst_theora_dec_reset), (_theora_granule_time),
16433         (theora_dec_src_convert), (theora_dec_sink_convert),
16434         (theora_dec_src_query), (theora_dec_src_event),
16435         (theora_dec_sink_event), (theora_handle_comment_packet),
16436         (theora_handle_header_packet), (theora_dec_push),
16437         (theora_handle_data_packet), (theora_dec_chain),
16438         (theora_dec_change_state):
16439         Add simple QoS.
16440
16441 2006-03-09  Wim Taymans  <wim@fluendo.com>
16442
16443         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16444         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16445         Some cleanups.
16446
16447 2006-03-09  Wim Taymans  <wim@fluendo.com>
16448
16449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16450         Don't try to activate NULL chains.
16451
16452 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16453
16454         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16455           Fix invalid memory access to region before peek'd data (#332964).
16456
16457 2006-03-09  Wim Taymans  <wim@fluendo.com>
16458
16459         Patch by: Christophe Fergeau
16460
16461         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16462         * ext/pango/gsttextrender.c: (gst_text_render_init):
16463         * gst/adder/gstadder.c: (gst_adder_init):
16464         Don't leak padtemplates, closes #333510.
16465
16466 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16467
16468         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16469           Fix invalid memory access: make sure string passed to
16470           regexec() is NUL-termianted.
16471
16472 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16473
16474         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16475         (mp3_type_find):
16476           Refactor mpeg/audio typefinding to make it more maintainable
16477           and easier to fine-tune. Make probing into middle of the file
16478           work properly (fixes #333900, also see #152688).
16479
16480 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16481
16482         * gst/typefind/gsttypefindfunctions.c:
16483         (utf8_type_find_have_valid_utf8_at_offset):
16484           Remove part from previous commit that was bogus:
16485           g_utf8_validate() does in fact not accept embedded
16486           zeroes, so we don't need to check for those (thanks
16487           to Mike for the hint).
16488
16489 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16490
16491         * gst/typefind/gsttypefindfunctions.c:
16492         (utf8_type_find_count_embedded_zeroes),
16493         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16494           Make plain/text typefinder more conservative: firstly, check
16495           for embedded zeroes, which are perfectly valid UTF-8 characters,
16496           but also a fairly good sign that something is not a plain text
16497           file; secondly, probe into the middle of the file if possible.
16498           If we can't probe into the middle, limit the probability value
16499           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16500
16501 2006-03-08  Michael Smith  <msmith@fluendo.com>
16502
16503         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16504           Make typefind function name for mpeg4 video unique.
16505
16506 2006-03-08  Wim Taymans  <wim@fluendo.com>
16507
16508         * ext/libvisual/visual.c: (gst_visual_init),
16509         (gst_visual_clear_actors), (gst_visual_dispose),
16510         (gst_visual_reset), (gst_visual_src_setcaps),
16511         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16512         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16513         (gst_visual_chain), (gst_visual_change_state):
16514         Cleanups, post nice errors.
16515         Handle sink and src events.
16516         Implement simple QoS.
16517
16518         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16519         Use new basesink methods to configure max-lateness.
16520         Small doc update.
16521
16522         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16523         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16524         Debug statement cleanups.
16525
16526         * gst/volume/gstvolume.c: (gst_volume_class_init):
16527         Simple cleanup.
16528
16529 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16530
16531         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16532         (gst_text_overlay_init), (gst_text_overlay_set_property),
16533         (gst_text_overlay_get_property):
16534           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16535           as string type properties, but mark them deprecated. Add
16536           'halignment' and 'valignment' properties that use enums
16537           instead of strings.
16538
16539 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16540
16541         Patch by: Fabrizio Gennari
16542
16543         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16544           Allow palettes with less than 256 colours in AVI files
16545           (#333488)
16546
16547 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16548
16549         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16550         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16551         pad. We were releasing the queued text buffer when we should keep
16552         it until video pad gets EOS or discard the text buffer because it's
16553         too old. That was eating the last subtitle buffer. Add some more
16554         debug.
16555
16556 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16557
16558         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16559         (gst_text_overlay_video_chain):
16560           Fix invalid memory access (we can't access a buffer after it's been
16561           pushed downstream without taking a reference); fix memory leak (if
16562           there's no text to render, bail out before allocating stuff).
16563
16564 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16565
16566         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16567         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16568         * ext/pango/gsttextoverlay.h:
16569           If input is plain text, escape it before passing it to
16570           pango_layout_set_markup().
16571
16572 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16573
16574         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16575           Don't ignore flow return from gst_pad_push().
16576
16577 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16578
16579         Patch by: Fabrizio Gennari
16580
16581         * ext/libvisual/visual.c: (gst_visual_getcaps),
16582         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16583         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16585         (gst_vorbisenc_convert_sink):
16586         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16587         (gst_audio_duration_from_pad_buffer):
16588         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16589         (gst_audio_filter_chain):
16590         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16591         (gst_base_rtp_depayload_setcaps):
16592         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16593         (gst_video_get_size):
16594         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16595           Don't leak references returned by gst_pad_get_parent()
16596           (#333663)
16597
16598 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16599
16600         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16601           change location param details
16602         * gst/volume/gstvolume.c: (plugin_init):
16603           correct plugin description
16604
16605 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16606
16607         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16608         (gst_gnome_vfs_src_check_get_range):
16609           Override GstBaseSrc::check_get_range() in order to avoid opening
16610           the resource just to check whether we can operate in pull-mode or
16611           not - we can predict that pretty well from the URI alone. Should
16612           fix problems with last.fm (#331690). (Requires latest core CVS).
16613
16614 2006-03-06  Wim Taymans  <wim@fluendo.com>
16615
16616         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16617         (gst_video_sink_class_init):
16618         Throw away frames that are later than 20 ms.
16619
16620 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16621
16622         Patch by: Fabrizio Gennari
16623
16624         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16625           Set depth on WMA caps (#333545)
16626
16627 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16628
16629         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16630         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16631           put Theora BOS pages before others.  This hardcodes
16632           the Ogg/Theora I profile, but hey.
16633
16634 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16635
16636         * ext/ogg/README:
16637           updated with some examples
16638         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16639         (granulepos_add), (theora_buffer_from_packet):
16640         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16641         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16642         (gst_vorbisenc_chain):
16643           implement strategy from ext/ogg/README
16644         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16645         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16646         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16647         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16648           Fix muxer so that oggz-validate is happy with all streams;
16649           except for no eos mark, and the BOS page ordering
16650         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16651         (check_buffer_granulepos):
16652         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16653           update tests to check for OFFSET being set as requested
16654           fixed type of granulepos, it's not a ClockTime
16655
16656 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16657
16658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16659         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16660         Check that the xvimage we are creating has a correct size
16661         before returning it. (#314897)
16662
16663 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16664
16665         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16666           Give id3 and ape tag typefinders a rank slightly higher
16667           than PRIMARY to ensure they're always run before any of
16668           the other typefinders (in particular wav and mp3) (#324186).
16669
16670 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16671
16672         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16673           Add support for '3IVD' fourcc (#333403).
16674
16675 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16676
16677         * configure.ac:
16678           Bump requirements to GStreamer CVS for the new error enum.
16679
16680         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16681           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16682           space left on the device (fixes #333352).
16683
16684 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16685
16686         * win32/vs6:
16687           add a project file for libgstvolume
16688           update the workspace
16689
16690 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16691
16692         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16693         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16694         (GST_START_TEST):
16695           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16696           Set IN_CAPS on header buffers
16697
16698 2006-03-02  Wim Taymans  <wim@fluendo.com>
16699
16700         * docs/plugins/Makefile.am:
16701         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16702         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16703         Add audioresample to docs.
16704
16705         * gst/audioconvert/gstaudioconvert.c:
16706         Add revision date.
16707
16708         * gst/audioresample/gstaudioresample.c:
16709         (gst_audioresample_base_init), (gst_audioresample_class_init),
16710         (gst_audioresample_init), (gst_audioresample_dispose),
16711         (audioresample_get_unit_size), (audioresample_transform_caps),
16712         (resample_set_state_from_caps), (audioresample_transform_size),
16713         (audioresample_set_caps), (audioresample_event),
16714         (audioresample_do_output), (audioresample_transform),
16715         (audioresample_pushthrough), (gst_audioresample_set_property),
16716         (gst_audioresample_get_property), (plugin_init):
16717         * gst/audioresample/gstaudioresample.h:
16718         Added docs.
16719         Small code cleanups.
16720
16721 2006-03-02  Wim Taymans  <wim@fluendo.com>
16722
16723         * docs/plugins/Makefile.am:
16724         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16725         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16726         Added videoscale to docs.
16727
16728         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16729         (gst_video_rate_swap_prev), (gst_video_rate_event),
16730         (gst_video_rate_chain):
16731         Fix typo in docs.
16732
16733         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16734         (gst_video_scale_init), (gst_video_scale_prepare_size),
16735         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16736         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16737         * gst/videoscale/gstvideoscale.h:
16738         Added docs, examples.
16739         Some code cleanups.
16740         Post errors instead of g_warning.
16741
16742 2006-03-02  Wim Taymans  <wim@fluendo.com>
16743
16744         * docs/libs/gst-plugins-base-libs-docs.sgml:
16745         * docs/libs/gst-plugins-base-libs-sections.txt:
16746         * docs/libs/gst-plugins-base-libs.types:
16747         * docs/plugins/Makefile.am:
16748         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16749         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16750         Added some more docs to libs and plugins.
16751
16752         * gst-libs/gst/audio/gstringbuffer.c:
16753         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16754         * gst-libs/gst/audio/gstringbuffer.h:
16755         Document ringbuffer some more.
16756
16757         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16758         (gst_video_rate_setcaps), (gst_video_rate_reset),
16759         (gst_video_rate_init), (gst_video_rate_flush_prev),
16760         (gst_video_rate_swap_prev), (gst_video_rate_event),
16761         (gst_video_rate_chain), (gst_video_rate_change_state):
16762         * gst/videorate/gstvideorate.h:
16763         Fix videorate to use segments.
16764         Make it work with 0/1 framerates (closes #331903)
16765         Handle EOS correctly.
16766         Added docs.
16767
16768 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16769
16770         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16771         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16772         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16773           In state change function, first chain up to parent class,
16774           then handle downwards state change stuff. Remove some
16775           commented out cruft from 0.8 code.
16776
16777 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16778
16779         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16780         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16781         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16782         (gst_ogm_parse_chain):
16783           Don't remove/re-add source pad if the new caps are the same as
16784           the old caps anyway (#333042). When removing source pad, don't
16785           unref it afterwards - we didn't ref it when adding. Sprinkle some
16786           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16787           after using gst_pad_get_parent(). Return downstream flow return
16788           value in chain function.
16789
16790 2006-03-02  Wim Taymans  <wim@fluendo.com>
16791
16792         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16793         * docs/plugins/gst-plugins-base-plugins.args:
16794         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16795         * docs/plugins/gst-plugins-base-plugins.interfaces:
16796         * docs/plugins/gst-plugins-base-plugins.signals:
16797         Fix hierarchy, added some more elements to the docs.
16798
16799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16800         (gst_ffmpegcsp_get_type):
16801         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16802         Fix docs for ffmpegcolorspace.
16803
16804 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16805
16806         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16807         (apetag_type_find), (ape_type_find), (plugin_init):
16808           Some typefinding fine-tuning:
16809           - rank ID3/APE tags in order of preference via probabilities, so that
16810             ID3v2 > APEv2 > APEv1 > ID3v1.
16811           - three or four bytes don't really justify MAXIMUM probability,
16812             change those to 'very likely' (musepack and monkeysaudio).
16813
16814 2006-03-01  Wim Taymans  <wim@fluendo.com>
16815
16816         * docs/plugins/Makefile.am:
16817         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16818         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16819         * ext/alsa/gstalsamixer.c:
16820         * ext/alsa/gstalsamixer.h:
16821         * ext/alsa/gstalsamixerelement.c:
16822         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16823         * ext/alsa/gstalsamixerelement.h:
16824         * ext/alsa/gstalsasink.c:
16825         * ext/alsa/gstalsasink.h:
16826         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16827         (gst_alsasrc_init):
16828         * ext/alsa/gstalsasrc.h:
16829         Added alsa docs.
16830         Small code cleanups.
16831
16832 2006-03-01  Wim Taymans  <wim@fluendo.com>
16833
16834         * ext/theora/Makefile.am:
16835         Dist new header too,
16836
16837 2006-03-01  Wim Taymans  <wim@fluendo.com>
16838
16839         * docs/plugins/Makefile.am:
16840         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16841         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16842         * ext/gnomevfs/gstgnomevfssink.h:
16843         * ext/gnomevfs/gstgnomevfssrc.h:
16844         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16845         * ext/vorbis/vorbisdec.h:
16846         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16847         * ext/vorbis/vorbisenc.h:
16848         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16849         (vorbis_parse_chain), (vorbis_parse_change_state):
16850         * ext/vorbis/vorbisparse.h:
16851         * gst/audioconvert/gstaudioconvert.h:
16852         * gst/tcp/gsttcpserversink.h:
16853         * gst/videotestsrc/gstvideotestsrc.c:
16854         * gst/videotestsrc/gstvideotestsrc.h:
16855         * gst/volume/gstvolume.c:
16856         * gst/volume/gstvolume.h:
16857         Fix some more docs.
16858         Added docs for vorbisdec and vorbisparse.
16859         Fix vorbisparse.
16860
16861 2006-03-01  Wim Taymans  <wim@fluendo.com>
16862
16863         * docs/plugins/Makefile.am:
16864         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16865         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16866         * ext/pango/gstclockoverlay.h:
16867         * ext/pango/gsttextoverlay.h:
16868         * ext/pango/gsttextrender.h:
16869         * ext/pango/gsttimeoverlay.h:
16870         * ext/theora/gsttheoradec.h:
16871         * ext/theora/gsttheoraenc.h:
16872         * ext/theora/theoradec.c:
16873         * ext/theora/theoraenc.c:
16874         * gst/audioconvert/gstaudioconvert.h:
16875         * gst/audiotestsrc/gstaudiotestsrc.h:
16876         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16877         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16878         * gst/tcp/gstmultifdsink.h:
16879         Updated/added documentation.
16880
16881         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16882         (gst_text_overlay_halign_get_type),
16883         (gst_text_overlay_wrap_mode_get_type),
16884         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16885         (gst_text_overlay_init), (gst_text_overlay_set_property),
16886         (gst_text_overlay_get_property):
16887         Fix up properties to be enums instead of string to make bindings,
16888         introspection and automatic GUI creation possible.
16889         Add getters for the properties.
16890
16891 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16892
16893         * gst/audiotestsrc/gstaudiotestsrc.c:
16894           added defines of M_PI and M_PI_2
16895         * gst/ffmpegcolorspace/avcodec.h:
16896           removed #include "stdint.h" for win32 as _stdint.h is 
16897           autogenerated to win32/common
16898         * win32/common/libgstaudio.def:
16899         * win32/common/libgsttag.def:
16900           added some exports
16901         * win32/vs6:
16902           some project files bugs corrected
16903         * win32/vs7:
16904           project files are reset to the default vs7 configuration 
16905           (they link to msvcr71.dll using default optimizations)
16906           
16907 2006-02-28  Wim Taymans  <wim@fluendo.com>
16908
16909         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16910         Fix some docs.
16911
16912 2006-02-28  Edward Hervey  <edward@fluendo.com>
16913
16914         * ext/alsa/gstalsasrc.c:
16915         Set proper class on the ElementDetails:
16916         Source/Audio instead of Src/Audio/
16917
16918 2006-02-28  Edward Hervey  <edward@fluendo.com>
16919
16920         * gst/videoscale/vs_scanline.c:
16921         (vs_scanline_resample_nearest_RGBA):
16922         Revert optimization in videoscale. It should go in liboil and have
16923         an appropriate liboil function.
16924
16925 2006-02-28  Wim Taymans  <wim@fluendo.com>
16926
16927         * gst-libs/gst/audio/gstbaseaudiosink.c:
16928         (gst_base_audio_sink_provide_clock):
16929         Don't try to provide a clock in the NULL state.
16930
16931 2006-02-28  Wim Taymans  <wim@fluendo.com>
16932
16933         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16934         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16935         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16936         (gst_ogg_demux_deactivate_current_chain),
16937         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16938         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16939         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16940         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16941         Use GstSegment infrastructure to remove duplicated code
16942         and handle more seek cases correctly.
16943
16944 2006-02-28  Wim Taymans  <wim@fluendo.com>
16945
16946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16947         (gst_ffmpegcsp_transform):
16948         Don't ignore return code from ffmpeg convert function.
16949
16950         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16951         Split out some long statements to ease debugging.
16952
16953 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16954
16955         * ext/libvisual/visual.c: (gst_visual_init),
16956         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16957         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16958         being able to renegotiate the size. Instead, use the negotiation
16959         algorithm from the goom plugin to pick an initial output caps. 
16960
16961         Also, allow theoretical libvisual plugins that might support non-GL 
16962         output even if they also do GL.
16963
16964 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16965
16966         * ext/libvisual/visual.c: (gst_visual_init),
16967         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16968         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16969         possible negotiation issues.
16970
16971 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16972
16973         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16974
16975 2006-02-24  Michael Smith  <msmith@fluendo.com>
16976
16977         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16978         (cmml_type_find), (plugin_init):
16979           Fix CMML type find function to not require a specific minor version
16980           of the CMML header.
16981
16982           Add an MPEG4 video elementary stream typefind function.
16983
16984 2006-02-04  Michael Smith  <msmith@fluendo.com>
16985
16986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16987         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16988         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16989         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16990         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16991         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16992           Annodex support in ogg demuxer. Doesn't do very much without the
16993           other annodex patches (to come).
16994
16995 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16996
16997         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16998
16999         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17000           Pick up palette for MS video v1 (#327028)
17001
17002 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17003
17004         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17005         (gst_ffmpegcsp_caps_remove_format_info),
17006         (gst_ffmpegcsp_get_unit_size):
17007           The 'palette_data' field from incoming RGB caps shouldn't be
17008           proxied on outgoing YUV caps; also, restrict unit size
17009           adjustment in case of paletted data only to the unit that
17010           actually has a palette. Fixes #330711.
17011
17012 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17013
17014         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17015         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17016         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17017         (gst_ffmpegcsp_get_unit_size):
17018           Plug some memory leaks.
17019
17020 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17021
17022         * sys/ximage/Makefile.am:
17023         * sys/xvimage/Makefile.am:
17024           Add some _CFLAGS and _LIBS that seem to be missing
17025           and/or required for Cygwin (see #317048).
17026
17027 2006-02-22  Wim Taymans  <wim@fluendo.com>
17028
17029         * ext/alsa/gstalsasrc.c:
17030         Fix description as pointed out by caugier.
17031
17032 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17033
17034         Reviewed by : Edward Hervey  <edward@fluendo.com>
17035
17036         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17037         (qt_type_find):
17038         Better 3gp typefinding (#331526).
17039
17040 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17041
17042         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17043           Don't send EOS event here, the base class will send one for us.
17044
17045         * gst/playback/gstplaybasebin.c: (prepare_output):
17046           Subpictures without video stream aren't allowed either.
17047         
17048         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17049           Fix debug statement copy'n'paste-o.
17050
17051 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17052
17053         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17054           Fix issues with mixer keeping state when muting/unmuting
17055           and when changing the volume whilst muted (see #331763
17056           and #331765).
17057
17058 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17059
17060         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17061         (parse_subrip), (gst_sub_parse_format_autodetect):
17062           Set right caps given that we send escaped text. Also,
17063           honour <i></i>, <b></b> and <u></u> markers that can be found
17064           in .srt files (fixes #310202).
17065
17066 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17067
17068         * gst-libs/gst/audio/mixerutils.c:
17069         (element_factory_rank_compare_func):
17070           Make order in which elements are tried more determinable.
17071
17072 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17073
17074         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17075         (remove_element_chain), (cleanup_decodebin),
17076         (gst_decode_bin_change_state): Make decodebin reusable by
17077         fixing remove_element_chain first and then introduce a
17078         cleaner in state change to ->NULL. (Closes #331678)
17079
17080 2006-02-19  Wim Taymans  <wim@fluendo.com>
17081
17082         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17083         use 0666 mask when creating files so umask gets applied
17084         correctly. Fixes #331295.
17085
17086 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17087
17088         * gst/subparse/Makefile.am:
17089         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17090         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17091         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17092         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17093         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17094         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17095         * gst/subparse/gstssaparse.h:
17096         * gst/subparse/gstsubparse.c: (plugin_init):
17097           Add very basic parser for SSA subtitle streams (as often
17098           found in matroska files).
17099
17100 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17101
17102         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17103           That should be text/x-pango-markup, not text/x-pango-layout.
17104
17105 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17106
17107         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17108         Polishing.
17109
17110 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17111
17112         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17113         (gst_text_overlay_finalize), (gst_text_overlay_init),
17114         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17115         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17116         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17117         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17118         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17119         Fix state change deadlock.
17120
17121 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17122
17123         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17124         (gst_text_overlay_finalize), (gst_text_overlay_init),
17125         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17126         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17127         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17128         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17129         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17130         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17131         and subtitles files.
17132
17133 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17134
17135         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17136         should be considered as raw.
17137
17138 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17139
17140         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17141         (cb_probe):
17142         * gst/playback/gststreaminfo.h: Introduce language informations.
17143
17144 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17145
17146         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17147         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17148         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17149         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17150         Set shared memory segments to be deleted as soon as we have attached,
17151         that way they get cleaned up automatically if we crash.
17152
17153 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17154
17155         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17156         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17157         functions are called with lock held.
17158
17159 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17160
17161         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17162         (gst_text_overlay_finalize), (gst_text_overlay_init),
17163         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17164         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17165         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17166         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17167         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17168         (gst_text_overlay_change_state): Refactoring of textoverlay
17169         without collectpads. This now supports sparse subtitles coming
17170         from a demuxer instead of a sub file. Seeking is still broken 
17171         though. Need to discuss with wtay some more on how to handle
17172         seeking correctly.
17173         * ext/pango/gsttextoverlay.h:
17174         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17175         subtitles coming from the demuxer.
17176
17177 2006-02-17  Wim Taymans  <wim@fluendo.com>
17178
17179         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17180         (gst_vorbisenc_convert_sink):
17181         Use some more scaling functions.
17182
17183 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17184
17185         * ext/cdparanoia/gstcdparanoiasrc.c:
17186         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17187         (gst_cd_paranoia_paranoia_callback),
17188         (gst_cd_paranoia_src_signal_is_being_watched),
17189         (gst_cd_paranoia_src_read_sector):
17190         * ext/cdparanoia/gstcdparanoiasrc.h:
17191           Add back 'transport-error' and 'uncorrected-error' signals and
17192           make them actually be fired when bad stuff happens (#319340).
17193
17194 2006-02-17  Wim Taymans  <wim@fluendo.com>
17195
17196         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17197         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17198         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17199         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17200         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17201         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17202         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17203         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17204         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17205         (gst_ring_buffer_clear):
17206         Small cleanups.
17207         Added some G_LIKELY.
17208
17209 2006-02-17  Wim Taymans  <wim@fluendo.com>
17210
17211         * gst-libs/gst/audio/TODO:
17212         Update TODO
17213
17214         * gst-libs/gst/audio/gstbaseaudiosink.c:
17215         (gst_base_audio_sink_get_offset):
17216         When trying to play samples ASAP and we don't have a
17217         previous sample, try to play at position 0 instead of
17218         an invalid position.
17219
17220 2006-02-17  Wim Taymans  <wim@fluendo.com>
17221
17222         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17223         (gst_alsasink_reset):
17224         Also release lock when we get an error in _reset();
17225         fix an error message.
17226
17227 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17228
17229         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17230         (gst_alsasink_init), (get_channel_free_structure),
17231         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17232         (gst_alsasink_close):
17233         * ext/alsa/gstalsasink.h:
17234           Add support for more than 2 channels (#326720).
17235
17236 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17237
17238         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17239           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17240           with 4 or 6 channels, assume a default channel layout to make things
17241           work (not sure there's anything else we can do in those cases).
17242
17243 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17244
17245         * gst-libs/gst/audio/multichannel.c:
17246           Minor docs fix.
17247
17248         * gst-libs/gst/riff/Makefile.am:
17249         * gst-libs/gst/riff/riff-ids.h:
17250         * gst-libs/gst/riff/riff-media.c:
17251         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17252           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17253           channels and a channel layout map.
17254           
17255 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17256
17257         Reviewed by Edward Hervey  <edward@fluendo.com>
17258
17259         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17260         C-level optimization of the RGBA nearest neighbour function.
17261         Eventually this might end up in liboil with vectorized versions.
17262
17263 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17264
17265         * gst-libs/gst/audio/multichannel.c:
17266         (gst_audio_get_channel_positions):
17267           When we have more than 2 channels, but no channel layout is
17268           specified in the caps, return some default channel layout
17269           to the caller and warn about about a possibly buggy element
17270           (could be buggy filtercaps as well of course) (#317038).
17271
17272 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17273
17274         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17275           Add gst-libs/gst/cdda to list of lib search paths.
17276
17277 2006-02-15  Andy Wingo  <wingo@pobox.com>
17278
17279         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17280         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17281         to the Lord Jesus that I do not have to touch the ogg muxer ever
17282         again.
17283
17284 2006-02-15  Edward Hervey  <edward@fluendo.com>
17285
17286         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17287         quicktime movie files can also contain 'uuid' atoms.
17288
17289 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17290
17291         * gst/audioconvert/plugin.c: (plugin_init):
17292           Register the GstAudioChannelPosition enum type with the type
17293           system in the plugin_init function, so that it is known before
17294           any element actually makes use of multi-channel stuff. This is
17295           required for example if one wants to be able to deserialise/use
17296           a caps string with channel positions before any pipeline has
17297           been setup and started, like with gst-launch.
17298
17299 2006-02-14  Wim Taymans  <wim@fluendo.com>
17300
17301         * gst-libs/gst/audio/gstringbuffer.c:
17302         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17303         (gst_ring_buffer_samples_done), (wait_segment),
17304         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17305         Add some compiler G_(UN_)LIKELY help.
17306         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17307         make sure they can exit their functions. Should fix #330748
17308
17309 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17310
17311         * Makefile.am:
17312         * configure.ac:
17313         * win32/MANIFEST:
17314         * win32/common/_stdint.h:
17315           Windows does not have long long; copy the generated _stdint.h
17316         * win32/common/interfaces-enumtypes.c:
17317         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17318         (gst_mixer_track_flags_get_type),
17319         (gst_tuner_channel_flags_get_type):
17320         * win32/common/multichannel-enumtypes.c:
17321         (gst_audio_channel_position_get_type):
17322           update
17323
17324 2006-02-13  Wim Taymans  <wim@fluendo.com>
17325
17326         * gst-libs/gst/audio/gstbaseaudiosink.c:
17327         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17328         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17329         Always sync on first sample we receive when starting.
17330
17331 2006-02-13  Wim Taymans  <wim@fluendo.com>
17332
17333         * gst/playback/gstplaybin.c: (gen_vis_element):
17334         Update vis bin docs.
17335         Move queue after tee so we don't queue video buffers but
17336         audio samples instead. Fixes problems where the video queue
17337         is filled and the audio queue empty.
17338
17339 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17340
17341         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17342           No need to push an EOS event here, GstBaseSrc will do that for us
17343           when we return FLOW_UNEXPECTED.
17344           
17345 2006-02-12  Wim Taymans  <wim@fluendo.com>
17346
17347         * gst-libs/gst/audio/gstbaseaudiosink.c:
17348         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17349         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17350         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17351         Use scale functions when possible.
17352         Fix error messages.
17353         Free clockid when after waiting for EOS.
17354         Use G_(UN_)LIKLY when it makes sense.
17355         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17356
17357 2006-02-12  Edward Hervey  <edward@fluendo.com>
17358
17359         * gst/playback/gstplaybasebin.c: (prepare_output): 
17360         Remove stray semi-colon (fixes #330888).
17361
17362 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17363
17364         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17366         Fix up the XShm call testing so that we catch errors, and don't
17367         cause new ones by attempting to detach from a segment we failed
17368         to attach to. Fixes #312439.
17369
17370 2006-02-10  Edward Hervey  <edward@fluendo.com>
17371
17372         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17373         Added flv file typefind (video/x-flv).
17374
17375 2006-02-10  Edward Hervey  <edward@fluendo.com>
17376
17377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17378         (gst_riff_create_video_template_caps):
17379         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17380         Also added the caps to the default set of riff video caps.
17381
17382 2006-02-09  Andy Wingo  <wingo@pobox.com>
17383
17384         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17385         time and the end time of the last packet in the page.
17386         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17387         on the pages in our queue, set the duration as well. Reflow a
17388         debug statement.
17389         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17390         Fixes bad muxing order.
17391
17392 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17393
17394         * gst-libs/gst/rtp/gstbasertppayload.c:
17395         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17396           update seqnum before setting it on the packet; this makes sure
17397           that the timestamp and seqnum properties match after pushing
17398           a buffer
17399
17400 2006-02-09  Andy Wingo  <wingo@pobox.com>
17401
17402         * gst-libs/gst/audio/gstringbuffer.c
17403         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17404         overflow after 13.5 hours of recording. Kapow!
17405
17406         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17407         the buffer size -- we don't care about underrun/overrun reporting
17408         right now, just need to return a useful value.
17409
17410 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17411
17412         * configure.ac:
17413           Back to CVS
17414
17415 === release 0.10.3 ===
17416
17417 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17418
17419         * configure.ac:
17420           releasing 0.10.3, "Under Pressure"
17421
17422 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17423
17424         * configure.ac:
17425         Drat. Bump libtool version number for new API.
17426         Prelease 0.10.2.3 (of 0.10.3)
17427
17428 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17429
17430         * configure.ac:
17431         * win32/common/config.h:
17432         0.10.2.2 prerelease (of 0.10.3).
17433
17434 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17435
17436         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17437           Revert Andy's newsegment change pending a more correct
17438           fix.
17439
17440 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17441
17442         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17443         (qt_type_find), (plugin_init):
17444           detect more files as 3gp
17445           group and reorder the iso file formats
17446
17447 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17448
17449         * ext/vorbis/vorbis.c: (plugin_init):
17450           Register musicbrainz tags, so apps don't have to.
17451
17452 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17453
17454         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17455         (gst_tag_to_vorbis_tag):
17456           Make sure we called gst_tag_register_musicbrainz_tags()
17457           before possibly mapping a vorbiscomment string from/to a
17458           musicbrainz tag.
17459
17460 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17461
17462         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17463           In case we can't find the required number of consecutive
17464           mpeg audio frames to positively identify an MPEG audio
17465           stream, check if there's at least a valid mpeg audio
17466           frame right at offset 0 and if so suggest mpeg/audio
17467           caps with a very low probability (#153004).
17468
17469 2006-02-07  Andy Wingo  <wingo@pobox.com>
17470
17471         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17472         a TIME segment if we get timestamped buffers. Requires recent
17473         fixes in core to work properly.
17474
17475 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17476
17477         * gst/playback/gstplaybasebin.c: (prepare_output):
17478           Don't print the URI as part of the error message, it
17479           makes error dialogs look rather ugly, especially if
17480           the URI is very long or has characters in it that
17481           need escaping.
17482
17483 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17484
17485         * gst/playback/gstplaybasebin.c: (prepare_output):
17486           Error out if we have only text or subtitles, but nothing
17487           else. Also error out if we have subtitles but no video
17488           stream.
17489
17490 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17491
17492         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17493           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17494           Post an error message on the bus when we encounter an
17495           error, which will hopefully be more meaningful than the
17496           'Internal Flow Error' message users get to see if we
17497           just return GST_FLOW_ERROR.
17498
17499 2006-02-07  Andy Wingo  <wingo@pobox.com>
17500
17501         * configure.ac (GST_MAJORMINOR): Update core version req to
17502         0.10.2.2, for the collectpads API addition (#330244).
17503
17504 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17505
17506         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17507           Return FALSE from plugin_init() when GnomeVFS can't
17508           be initialised for some reason (#328423).
17509
17510 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17511
17512         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17513         Stick to seeking theory until i find the bug.
17514         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17515
17516 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17517
17518         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17519         (theora_enc_finalize), (theora_enc_sink_setcaps),
17520         (theora_set_header_on_caps), (theora_enc_chain),
17521         (theora_enc_change_state):
17522         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17523           Make theoraenc and the tests leak free. Like, really.
17524
17525 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17526
17527         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17528         (theora_enc_finalize), (theora_enc_sink_setcaps):
17529           Add a finalize method to ensure we clean up state even if
17530           someone omitted the state change back to NULL.
17531
17532         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17533         (gst_vorbisenc_chain):
17534           Free some more leaked bits.
17535
17536         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17537         (stop_pipeline):
17538           Wait for state changes to happen if they're ASYNC.
17539
17540           This ought to teach those fancy pants buildbots a lesson.
17541
17542 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17543
17544         * gst-libs/gst/tag/gstid3tag.c:
17545           Add mapping for ID3 International Standard Recording Code
17546           tag "TSRC"
17547
17548 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17549
17550         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17551           Don't leak tag names.
17552
17553 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17554
17555         * docs/libs/gst-plugins-base-libs-docs.sgml:
17556         * docs/libs/gst-plugins-base-libs-sections.txt:
17557         * gst-libs/gst/tag/gstid3tag.c:
17558         * gst-libs/gst/tag/gstvorbistag.c:
17559         * gst-libs/gst/tag/tags.c:
17560           Split libgsttag docs into multiple sections.
17561
17562 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17563
17564         * docs/libs/Makefile.am:
17565         * docs/libs/gst-plugins-base-libs-docs.sgml:
17566         * docs/libs/gst-plugins-base-libs-sections.txt:
17567         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17568         * gst-libs/gst/tag/gstvorbistag.c:
17569         * gst-libs/gst/tag/tag.h:
17570         * gst-libs/gst/tag/tags.c:
17571           Add libgsttag to the docs.
17572
17573 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17574
17575         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17576         (gst_text_overlay_init), (gst_text_overlay_src_event),
17577         (gst_text_overlay_collected): Fix clockoverlay.
17578
17579 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17580
17581         * docs/libs/compiling.sgml:
17582           Fix typo: it's pkg-config, not pkg-gconfig
17583
17584         * docs/libs/gst-plugins-base-libs-docs.sgml:
17585         * docs/libs/gst-plugins-base-libs-sections.txt:
17586         * docs/libs/tmpl/gstgconf.sgml:
17587           There is no libgstgconf in 0.10, remove it
17588           from the docs.
17589
17590 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17591
17592         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17593         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17594         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17595         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17596         (gst_sub_parse_class_init), (gst_sub_parse_init),
17597         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17598         (parse_mpsub), (parser_state_init), (handle_buffer),
17599         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17600         * gst/subparse/gstsubparse.h: Introduce seeking code.
17601
17602 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17603
17604         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17605           Add comment about LANGUAGE tag inconsistency (we want
17606           ISO-639-1, but extract three-letter identifiers?)
17607
17608         * po/POTFILES.in:
17609           Add two translatable files.
17610
17611 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17612
17613         * gst-libs/gst/tag/Makefile.am:
17614         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17615         * gst-libs/gst/tag/tag.h:
17616         * gst-libs/gst/tag/tags.c:
17617         (gst_tag_register_musicbrainz_tags_internal),
17618         (gst_tag_register_musicbrainz_tags):
17619           Forward-port some tags stuff from the 0.8 branch. This is
17620           mostly the addition of musicbrainz tags and their mapping
17621           to vorbistags, and a vorbistag mapping of the language tag.
17622
17623 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17624
17625         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17626         refactoring.
17627
17628 2006-02-04  David Schleef  <ds@schleef.org>
17629
17630         * ext/ogg/gstoggmux.c:
17631         * gst/typefind/gsttypefindfunctions.c:
17632           Add Dirac typefinding and add dirac format to oggmux.
17633
17634 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17635
17636         * gst/playback/gstdecodebin.c: (try_to_link_1):
17637           Don't put essential function call into
17638           g_return_*() macro, otherwise it'll all be
17639           replaced by NOOPs when compiling with
17640           G_DISABLE_CHECKS defined.
17641
17642 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17643
17644         * ext/ogg/gstoggdemux.c:
17645         * ext/ogg/gstoggparse.c:
17646         * gst/tcp/gsttcpserversink.c:
17647         * sys/v4l/v4lsrc_calls.c:
17648         * sys/v4l/v4lsrc_calls.h:
17649         Just make it compile with --disable-gst-debug.
17650
17651 2006-02-03  Wim Taymans  <wim@fluendo.com>
17652
17653         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17654         (gst_alsasink_class_init), (gst_alsasink_init),
17655         (gst_alsasink_write), (gst_alsasink_reset):
17656         * ext/alsa/gstalsasink.h:
17657         Add lock to protect alsa calls.
17658         Implement reset to flush samples ASAP, does not work
17659         with dmix though.
17660
17661 2006-02-02  Wim Taymans  <wim@fluendo.com>
17662
17663         * gst-libs/gst/audio/gstbaseaudiosink.c:
17664         (gst_base_audio_sink_provide_clock):
17665         Ugh.. getting late I guess...
17666
17667 2006-02-02  Wim Taymans  <wim@fluendo.com>
17668
17669         * gst-libs/gst/audio/gstbaseaudiosink.c:
17670         (gst_base_audio_sink_provide_clock),
17671         (gst_base_audio_sink_set_property),
17672         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17673         Don't try to provide a clock when we are not negotiated since
17674         we might not be able to make it run.
17675
17676 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17677
17678         * gst/playback/gstdecodebin.c: (try_to_link_1):
17679           Unlinking two source pads is ... hard.
17680
17681 2006-02-02  Wim Taymans  <wim@fluendo.com>
17682
17683         * gst-libs/gst/audio/TODO:
17684         Updated.
17685
17686         * gst-libs/gst/audio/gstbaseaudiosink.c:
17687         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17688         On EOS, wait till the last sample is played before posting EOS.
17689
17690 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17691
17692         Patch by: Kai Vehmanen
17693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17694           Adds ability to enable newsegment bypass by setting queue_delay to
17695           zero. Also avoid thread being started if queue_delay is zero.
17696
17697 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17698
17699         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17700           Make test work again by connecting fakesinks to each decoded pad,
17701           which makes the pipeline wait until each fakesink has a buffer
17702           queued before going to PAUSED state. At that point we know the
17703           decodebin pads are negotiated.
17704
17705 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17706
17707         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17708         (gst_cdda_base_src_handle_event):
17709         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17710           Pass unhandled queries to the parent class's query function.
17711
17712 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17713
17714         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17715         (gst_ogg_pad_src_query):
17716         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17717         * ext/theora/theoradec.c: (theora_dec_src_query),
17718         (theora_dec_sink_query):
17719         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17720         (vorbis_dec_sink_query):
17721         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17722         (gst_vorbisenc_sink_query):
17723         * gst/adder/gstadder.c: (gst_adder_query):
17724           Pass unhandled queries upstream instead of just
17725           dropping them (#326447). Also, fix supported
17726           query types list for some elements.
17727
17728 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17729
17730         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17731         (paris_type_find), (ilbc_type_find), (plugin_init):
17732           Fix typefinding for audio/x-au, audio/x-paris and
17733           audio/iLBC-sh. We cannot use the START_WITH macros
17734           here, because there can only be one typefind factory
17735           with the same name (caps), so the second one would
17736           replace the first one and the first one would never
17737           be called when doing typefinding (see #161712).
17738           
17739
17740 2006-01-31  Wim Taymans  <wim@fluendo.com>
17741
17742         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17743         (vorbis_handle_header_packet), (vorbis_dec_push),
17744         (vorbis_handle_data_packet):
17745         Use scale_int when we can, add some more scaling.
17746         Check packettype before parsing it.
17747
17748 2006-01-31  Wim Taymans  <wim@fluendo.com>
17749
17750         * ext/theora/theoradec.c: (_theora_granule_time),
17751         (theora_dec_src_convert), (theora_dec_sink_convert):
17752         Call right _scale functions.
17753         Use parameter instead of some other random value.
17754
17755 2006-01-31  Wim Taymans  <wim@fluendo.com>
17756
17757         * ext/theora/theoradec.c: (_theora_granule_frame),
17758         (_theora_granule_time), (_inc_granulepos),
17759         (theora_dec_src_convert), (theora_dec_sink_convert),
17760         (theora_handle_type_packet), (theora_handle_data_packet),
17761         (theora_dec_chain):
17762         Use higher precision timestamps calculation.
17763         Convert some other conversions to _scale.
17764
17765 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17766
17767         * gst/audiotestsrc/gstaudiotestsrc.c:
17768         (gst_audio_test_src_create_sine_table), (plugin_init):
17769         * gst/volume/gstvolume.c: (plugin_init):
17770           initialize gst_controller before using
17771
17772 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17773
17774         * tests/check/pipelines/theoraenc.c:
17775         * tests/check/pipelines/vorbisenc.c:
17776         Define constant using G_GINT64_CONSTANT to avoid errors when
17777         passing it around - otherwise it gets truncated to 32 bits.
17778
17779         Fixes failing tests.
17780
17781 2006-01-31  Andy Wingo  <wingo@pobox.com>
17782
17783         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17784         caps being set doesn't have a framerate value. Basically a stopgap
17785         measure.
17786
17787         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17788         technically correct enough to put into core though.
17789         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17790         DURATION. Fixes theoraenc ! oggmux.
17791
17792         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17793         fraction, not double.
17794
17795 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17796
17797         * win32/vs7:
17798         add vs7 project files created by Sergey Scobich
17799
17800 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17801
17802         * win32/vs8:
17803         add vs8 project files created by Sergey Scobich
17804         
17805 2006-01-30  Andy Wingo  <wingo@pobox.com>
17806
17807         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17808         timestamp + duration, not just timestamp -- ogg pages should be
17809         ordered by stop time. Necessary fix given the change in vorbis
17810         timestamps.
17811
17812         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17813         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17814         (granulepos_add): New function, handles the messiness of adjusting
17815         granulepos values.
17816         (theora_buffer_from_packet):
17817         (theora_enc_chain):
17818         (theora_enc_sink_event): Use granulepos_add, not +.
17819
17820         * tests/check/pipelines/theoraenc.c
17821         (check_buffer_granulepos_from_starttime): Just check the frame
17822         count, not the actual granulepos -- we can't dictate to the
17823         encoder when it should be placing keyframes.
17824
17825 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17826
17827         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17828           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17829           play an http:// stream from a server that's not serving
17830
17831 2006-01-30  Andy Wingo  <wingo@pobox.com>
17832
17833         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17834         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17835         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17836         available.
17837
17838         * ext/theora/gsttheoraenc.h:
17839         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17840         although theoraenc was timestamping correctly. Added handling of
17841         streams that start with nonzero timestamps.
17842
17843         * tests/check/Makefile.am:
17844         * tests/check/pipelines/theoraenc.c: New file, basically does same
17845         tests as vorbisenc.
17846
17847         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17848
17849 2006-01-30  Wim Taymans  <wim@fluendo.com>
17850
17851         * gst-libs/gst/audio/gstaudiosink.c:
17852         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17853         (gst_audioringbuffer_pause):
17854         Implement pause that does not wait for completion.
17855
17856         * gst-libs/gst/audio/gstbaseaudiosink.c:
17857         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17858         Don't drop buffers when going to PAUSED but perform preroll on
17859         remaining samples now that core base class supports this.
17860
17861         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17862         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17863         (gst_ring_buffer_commit):
17864         Pause should not signal waiters.
17865         Implement return value of _commit correctly.
17866
17867 2006-01-30  Andy Wingo  <wingo@pobox.com>
17868
17869         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17870
17871         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17872         updated to timestamp from the first sample, not the last.
17873         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17874         special care of granulepos and timestamp for header packets.
17875         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17876         when the first buffer has a nonzero timestamp.
17877
17878         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17879         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17880         case when the first audio buffer we get has a nonzero timestamp.
17881         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17882         properly timestamp vorbis buffers with the time of the first
17883         sample, not the last.
17884         
17885         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17886         vorbis_granule_time_copy -- now it takes the granule/subgranule
17887         offset into account.
17888
17889         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17890         timestamps, durations, and granulepos on buffers produced by
17891         vorbisenc.
17892
17893 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17894
17895         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17896         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17897           Patch from Eric Jonas to support conversions to/from UYVY 
17898           (Fixes: #324626)
17899
17900 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17901
17902         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17903         (setup_subtitle), (setup_source), (set_active_source):
17904         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17905         (gen_text_element), (gen_audio_element), (gen_vis_element),
17906         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17907
17908 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17909
17910         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17911         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17912                 use gst_guint64_to_gdouble to be compliant with vs6
17913         * gst/playback/gstdecodebin.c: (try_to_link_1)
17914         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17915                 use G_GINT64_CONSTANT for int64 constants
17916         * win32/common/libgstinterfaces.def:
17917                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17918         * win32/vs6:
17919                 update and add new project files
17920                 
17921 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17922
17923         * Makefile.am:
17924         * win32/MANIFEST:
17925         * win32/common/interfaces-enumtypes.c:
17926         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17927         (gst_mixer_track_flags_get_type),
17928         (gst_tuner_channel_flags_get_type):
17929         * win32/common/interfaces-enumtypes.h:
17930         * win32/common/multichannel-enumtypes.c:
17931         (gst_audio_channel_position_get_type):
17932         * win32/common/multichannel-enumtypes.h:
17933           add a win32-update rule like in core, and copy over enumtypes files
17934
17935 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17936
17937         * win32/MANIFEST:
17938         * win32/common/config.h:
17939         * win32/common/config.h.in:
17940           add config files just like in core
17941
17942 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17943
17944         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17945           Make gcc-4.1 happy (part of #327357).
17946
17947 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17948
17949         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17950         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17951         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17952         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17953         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17954         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17955           Update all error messages.  All of them should either use
17956           the default translated message, or actually provide a
17957           translatable string.
17958           Make the string for channel count problems meaningful.
17959
17960 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17961
17962         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17963           check for and throw RESOURCE_BUSY
17964
17965 2006-01-27  David Schleef  <ds@schleef.org>
17966
17967         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17968           checked in this change -- it requires liboil features not
17969           in 0.3.6.  Revert parts.
17970
17971 2006-01-27  David Schleef  <ds@schleef.org>
17972
17973         * REQUIREMENTS:
17974         * configure.ac: update liboil requirement to 0.3.6
17975         * gst/videoscale/Makefile.am:
17976         * gst/videoscale/vs_scanline.c: liboilify
17977
17978 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17979
17980         * ext/libvisual/visual.c: (get_buffer):
17981           When pad_alloc returns a GstFlowReturn other
17982           than GST_FLOW_OK, make sure it is passed upstream.
17983
17984 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17985
17986         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17987         (gst_alsasink_class_init):
17988           Free the device name string.
17989
17990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17991         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17992         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17993           Don't remove a pad from the collectpads structure until it
17994           is released - it's a request pad, and may receive data again
17995           if the element gets moved back to PLAYING state.
17996
17997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17998           Ensure we turn on double buffering on the Xv port, and
17999           set the colour key to something dark and mysterious that
18000           isn't black.
18001
18002 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18003
18004         * ext/alsa/gstalsaplugin.c: (plugin_init):
18005         * ext/cdparanoia/gstcdparanoiasrc.c:
18006         (gst_cd_paranoia_src_base_init), (plugin_init):
18007         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18009           - a library should not call setlocale. see "Libraries" node in
18010             gettext manual
18011           - make sure all plugins that use translation do bindtextdomain
18012             to point to the localedir
18013         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18014         (setup_sinks), (plugin_init):
18015           all this, and check for NULL when creating sinks
18016
18017 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18018
18019         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18020         (plugin_init): Make typefinding of subtitles work again.
18021
18022 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18023
18024         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18025         (mp3_type_frame_length_from_header), (mp3_type_find),
18026         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18027         (plugin_init):
18028           Backport a bunch of typefinding fixes from the 0.8 branch.
18029           Also, improve wavpack typefinding: if we can't peek the
18030           entire wavpack block, try to parse the bits we can get and
18031           see if we find what we're looking for in those.
18032
18033 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18034
18035         * sys/ximage/ximagesink.c:
18036         (gst_ximagesink_calculate_pixel_aspect_ratio):
18037         * sys/xvimage/xvimagesink.c:
18038         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18039         more cases of pixel aspect ratio.
18040
18041 2006-01-26  Edward Hervey  <edward@fluendo.com>
18042
18043         * gst/playback/gstdecodebin.c: (pad_probe):
18044         Also consider the flush-start and tag events as unblockers
18045         for the pad probes.
18046
18047 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18048
18049         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18050         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18051         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18052         On the fly visualisation switch, works disabling, enabling as
18053         well but it won't be able to enable vis in a playbin that was
18054         created with no visualisation.
18055
18056 2006-01-25  Wim Taymans  <wim@fluendo.com>
18057
18058         * gst-libs/gst/audio/gstbaseaudiosink.c:
18059         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18060         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18061         resume after pause.
18062
18063 2006-01-25  Wim Taymans  <wim@fluendo.com>
18064
18065         * gst-libs/gst/audio/gstbaseaudiosink.c:
18066         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18067         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18068         Improve debugging.
18069         Post error when caps cannot be parsed.
18070         Resync on discontinuity in the stream.
18071         Clip samples to segment boundaries.
18072         return WRONG_STATE sooner when we are flushing.
18073
18074         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18075         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18076         Make audiosrc operate in TIME.
18077         Set TIMESTAMP and DURATION on buffers.
18078
18079 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18080
18081         * tests/examples/seek/seek.c: (main):
18082           Output tag messages as well.
18083
18084 2006-01-23  Edward Hervey  <edward@fluendo.com>
18085
18086         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18087         (free_pad_probes), (remove_fakesink), (pad_probe),
18088         (close_pad_link), (gst_decode_bin_change_state):
18089         Replace GstPadBlockCallback with pad probes that detect
18090         first buffer AND eos before removing fakesink.
18091         Fixes hang with demuxers doing EOS while pre-rolling.
18092         Solves #328279
18093
18094 2006-01-23  Andy Wingo  <wingo@pobox.com>
18095
18096         * ext/alsa/gstalsasink.c:
18097         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18098         (gst_base_rtp_depayload_setcaps),
18099         (gst_base_rtp_depayload_add_to_queue),
18100         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18101         
18102         Patch by: Jens Granseuer <jensgr at gmx dot net>
18103
18104 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18105
18106         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18107         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18108         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18109         frames. We might get a frame destroyed after changing state to
18110         NULL, adding a safety check on xcontext.
18111
18112 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18113
18114         * gst-libs/gst/interfaces/xoverlay.c:
18115           Fix prepare-xwindow-id code example in the docs - we need to
18116           ignore all messages that aren't element messages as well.
18117           
18118 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18119
18120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18121           I think one day i'll completely undestand how caps negotiation
18122           is supposed to work. This refactoring handles buffer_alloc
18123           called with caps we can't handle. We definitely don't want a
18124           set_caps with those caps, so we define and allocate a buffer
18125           we would like to receive.
18126
18127 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18128
18129         * gst/playback/gstplaybasebin.c: (setup_source):
18130           Free iterator when done.
18131
18132 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18133
18134         * gst-libs/gst/audio/gstbaseaudiosink.c:
18135         (gst_base_audio_sink_render):
18136           Fix playback of non-synchronised streams by assuming a rate
18137           of 1.0 instead of a random one.
18138
18139           Makes this work again:
18140
18141           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18142           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18143           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18144           audioresample ! alsasink
18145
18146 === release 0.10.2 ===
18147
18148 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18149
18150         * configure.ac:
18151           releasing 0.10.2, "Then the devil is six"
18152
18153 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18154
18155         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18156         * gst/playback/gststreamselector.c:
18157         (gst_stream_selector_set_property):
18158           Comment out broken code that connects to the state-changed signal.
18159           At this point, changing current stream selection is broken, but 
18160           stuff like gst-launch playbin current-audio=1 works and filters
18161           to the chosen stream.
18162
18163 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18164
18165         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18166           Fix #327216 (null dereference in vorbisdec)
18167
18168 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18169
18170         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18171           Post taglist actually on bus instead of just freeing it
18172           (fixes #327114 and totem bug #327080).
18173
18174         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18175           Use gst_element_found_tags_for_pad(), so that the tags
18176           are sent downstream as an event as well.
18177
18178 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18179
18180         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18181         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18182         (gst_ximagesink_buffer_alloc):
18183         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18184         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18185         (gst_xvimagesink_buffer_alloc):
18186           move all regularly occurring messages to GST_LOG level
18187           add some more object logs
18188
18189 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18190
18191         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18192           fix a silly segfault
18193
18194 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18195
18196         * docs/libs/gst-plugins-base-libs-docs.sgml:
18197         * docs/libs/gst-plugins-base-libs-sections.txt:
18198         * gst-libs/gst/audio/mixerutils.c:
18199         * gst-libs/gst/audio/mixerutils.h:
18200           Add docs for mixerutils stuff.
18201
18202 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18203
18204         * gst/playback/gstplaybasebin.c: (setup_source):
18205           Fix playback for sources that emit raw audio or
18206           raw video streams (e.g.: cd audio sources) (#325984).
18207
18208 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18209
18210         * gst-libs/gst/audio/mixerutils.c:
18211         (gst_audio_mixer_filter_do_filter):
18212           actually save the element we create
18213
18214 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18215
18216         * gst-libs/gst/cdda/gstcddabasesrc.c:
18217         (gst_cdda_base_src_handle_track_seek):
18218           No need to post a tag message on the bus when seeking
18219           within the same track, only post it when the current
18220           track changes.
18221
18222 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18223
18224         * gst/playback/gstplaybasebin.c: (group_destroy),
18225         (probe_triggered), (new_decoded_pad), (mute_group_type),
18226         (set_active_source):
18227         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18228         * gst/playback/gststreamselector.c:
18229         (gst_stream_selector_base_init),
18230         (gst_stream_selector_set_property),
18231         (gst_stream_selector_request_new_pad):
18232           Reenable stream selection. These mechanisms need a complete overhaul
18233           in the face of 0.8->0.10 changes though.
18234
18235 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18236
18237         * ext/ogg/gstoggdemux.c:
18238           Change the pad template to src_%d to match the pads that 
18239           are created from it. decodebin needs this information in order
18240           to decide that oggdemux is capable of producing multiple pads
18241           (and hence needs queues inserted).
18242
18243         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18244         (gst_ogg_mux_collected):
18245           Make debug output more useful by using GST_PTR_FORMAT.
18246
18247 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18248
18249         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18250
18251         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18252           Set depth and width for alaw/mulaw (fixes #326601).
18253
18254 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18255
18256         * tests/icles/Makefile.am:
18257           don't build the tests if we don't have the libs
18258
18259 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18260
18261         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18262         (gst_cd_paranoia_paranoia_callback):
18263           Don't try to free NULL pointers.
18264
18265 2006-01-10  Edward Hervey  <edward@fluendo.com>
18266
18267         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18268         (gst_audio_rate_change_state), (plugin_init):
18269         Add debugging category.
18270         Fix type issues.
18271         Add case for incoming buffers without valid offset/offset_end.
18272
18273 2006-01-10  Michael Smith  <msmith@fluendo.com>
18274
18275         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18276           Don't leak GCond in audio sources.
18277
18278 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18279
18280         * gst/playback/gstplaybin.c: (gen_audio_element):
18281           Don't leak an autoaudiosink/alsasink when we generate
18282           a new audio element. (old code, I guess)
18283
18284 2006-01-10  Michael Smith  <msmith@fluendo.com>
18285
18286         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18287           Support float audio in audiorate.
18288           Use width rather than depth for selecting sample width.
18289
18290 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18291
18292         * gst/videotestsrc/videotestsrc.h:
18293           Use GLib types here (that way we don't have to include the
18294           generated _stdint.h header, which makes life easier for win32
18295           folks that don't use autotools for the build) (#325990, patch
18296           by: Sergey Scobich).
18297
18298 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18299
18300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18301         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18302         (gst_ring_buffer_pause), (wait_segment):
18303         * gst-libs/gst/audio/gstringbuffer.h:
18304           Name (private) union, makes Forte compiler happy (this time
18305           for real) (#324900).
18306
18307 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18308
18309         * gst-libs/gst/audio/Makefile.am:
18310           Link against libgstinterfaces, needed for mixer
18311           and property probe stuff.
18312
18313 2006-01-09  Edward Hervey  <edward@fluendo.com>
18314
18315         * gst-libs/gst/Makefile.am:
18316
18317 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18318
18319         * gst-libs/gst/audio/Makefile.am:
18320         * gst-libs/gst/audio/mixerutils.c:
18321         (gst_audio_mixer_filter_do_filter),
18322         (gst_audio_mixer_filter_check_element),
18323         (gst_audio_mixer_filter_probe_feature),
18324         (element_factory_rank_compare_func),
18325         (gst_audio_default_registry_mixer_filter):
18326         * gst-libs/gst/audio/mixerutils.h:
18327           Add gst_audio_default_registry_mixer_filter() utility
18328           function.
18329
18330 2006-01-03  Michael Smith  <msmith@fluendo.com>
18331
18332         * gst/audioresample/resample.h:
18333           As before, but for o_buf
18334
18335 2006-01-03  Michael Smith  <msmith@fluendo.com>
18336
18337         * gst/audioresample/resample.h:
18338           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18339           since we do arithmetic on it.
18340
18341 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18342
18343         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18344         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18345         (gst_ring_buffer_pause), (wait_segment):
18346         * gst-libs/gst/audio/gstringbuffer.h:
18347           Sun's Forte compiler doesn't seem to like anonymous structs,
18348           so use same setup as in GstBaseSrc (fixes #324900).
18349
18350 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18351
18352         * configure.ac:
18353         * gst/volume/Makefile.am:
18354         * gst/volume/demo.c:
18355           move old example to tests/examples/volume/volune.c
18356         * tests/examples/Makefile.am:
18357         * tests/examples/seek/seek.c: (main):
18358           change window-close event from "delete-event" to "destroy"
18359         * tests/examples/volume/Makefile.am:
18360         * tests/examples/volume/volume.c: (value_changed_callback),
18361         (setup_gui), (message_received), (eos_message_received), (main):
18362           fix event handling and bus usage
18363
18364 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18365
18366         * gst/audiotestsrc/gstaudiotestsrc.c:
18367         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18368         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18369         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18370         (gst_audio_test_src_create_square),
18371         (gst_audio_test_src_create_saw),
18372         (gst_audio_test_src_create_triangle),
18373         (gst_audio_test_src_create_silence),
18374         (gst_audio_test_src_create_white_noise),
18375         (gst_audio_test_src_create_pink_noise),
18376         (gst_audio_test_src_init_sine_table),
18377         (gst_audio_test_src_create_sine_table),
18378         (gst_audio_test_src_change_wave),
18379         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18380         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18381         * gst/audiotestsrc/gstaudiotestsrc.h:
18382           update to basesrc changes, implement segmented seeking and eos
18383           handling, add a 'sine-tab' waveform for performance critical playback
18384
18385 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18386
18387         * po/POTFILES.in:
18388           ... and this time the other modified file that I missed last time.
18389
18390 2005-12-29  Michael Smith  <msmith@fluendo.com>
18391
18392         * gst/playback/gstdecodebin.c: (new_pad):
18393           Fix non-C89 variable declaration not at the start of a block. Should
18394           help some compilers.
18395
18396 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18397
18398         * tests/check/Makefile.am:
18399           And now fix 'make distcheck' (builddir != srcdir)
18400
18401 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18402
18403         * configure.ac:
18404         * ext/cdparanoia/Makefile.am:
18405         * ext/cdparanoia/gstcdparanoia.c:
18406         * ext/cdparanoia/gstcdparanoia.h:
18407         * ext/cdparanoia/gstcdparanoiasrc.c:
18408         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18409         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18410         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18411         (gst_cd_paranoia_paranoia_callback),
18412         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18413         (gst_cd_paranoia_src_set_property),
18414         (gst_cd_paranoia_src_get_property), (plugin_init):
18415         * ext/cdparanoia/gstcdparanoiasrc.h:
18416           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18417           plugin again (there are still fixes required to playbin to make
18418           cdda:// uris work there).
18419
18420 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18421
18422         * tests/check/Makefile.am:
18423           Fix test case compilation.
18424
18425 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18426
18427         * gst-libs/gst/cdda/gstcddabasesrc.c:
18428         (gst_cdda_base_src_update_duration),
18429         (gst_cdda_base_src_calculate_cddb_id):
18430           An integer is not a string. Fix access to uninitialised variable.
18431
18432         * tests/check/Makefile.am:
18433           Add cddabasesrc unit test; also actually enable the vorbis test.
18434
18435         * tests/check/generic/states.c:
18436           Blacklist new cd audio elements as well.
18437
18438         * tests/check/libs/cddabasesrc.c:
18439           Unit test for GstCddaBaseSrc (discid calculation mostly).
18440
18441 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18442
18443         * docs/libs/Makefile.am:
18444         * docs/libs/gst-plugins-base-libs-docs.sgml:
18445         * docs/libs/gst-plugins-base-libs-sections.txt:
18446         * docs/libs/gst-plugins-base-libs.types:
18447           Add docs for libgstcdda/GstCddaBaseSrc.
18448
18449         * gst-libs/gst/interfaces/mixertrack.h:
18450           Do one struct member per line with a semicolon at the end, that way
18451           even gtk-doc might parse it without complaining.
18452
18453 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18454
18455         * configure.ac:
18456         * gst-libs/gst/Makefile.am:
18457         * gst-libs/gst/cdda/Makefile.am:
18458         * gst-libs/gst/cdda/base64.c:
18459         * gst-libs/gst/cdda/base64.h:
18460         * gst-libs/gst/cdda/gstcddabasesrc.c:
18461         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18462         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18463         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18464         (gst_cdda_base_src_get_property),
18465         (gst_cdda_base_src_get_track_from_sector),
18466         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18467         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18468         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18469         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18470         (gst_cdda_base_src_uri_get_protocols),
18471         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18472         (gst_cdda_base_src_uri_handler_init),
18473         (gst_cdda_base_src_setup_interfaces),
18474         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18475         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18476         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18477         (gst_cdda_base_src_add_tags),
18478         (gst_cdda_base_src_add_index_associations),
18479         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18480         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18481         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18482         (gst_cdda_base_src_create):
18483         * gst-libs/gst/cdda/gstcddabasesrc.h:
18484         * gst-libs/gst/cdda/sha1.c:
18485         * gst-libs/gst/cdda/sha1.h:
18486           Add new libgstcdda with GstCddaBaseSrc class.
18487
18488 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18489
18490         * ext/gnomevfs/gstgnomevfssink.h:
18491           Use GstBaseSinkClass as parent_class member for class struct, not
18492           GstBaseSink.
18493
18494 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18495
18496         Patch by: Michael Benes
18497
18498         * gst/videotestsrc/gstvideotestsrc.c:
18499         (gst_video_test_src_class_init), (gst_video_test_src_start):
18500           Add start method to reset running time and number of frames sent
18501           when starting up (fixes #324696)
18502
18503 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18504
18505         * docs/plugins/Makefile.am:
18506         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18507         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18508         * docs/plugins/gst-plugins-base-plugins.args:
18509         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18510         * docs/plugins/gst-plugins-base-plugins.signals:
18511           Add docs stuff for gnomevfssrc and gnomevfssink.
18512
18513         * ext/gnomevfs/gstgnomevfssrc.c:
18514           Fix example pipeline in gtk-doc blurb.
18515
18516 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18517
18518         * ext/gnomevfs/Makefile.am:
18519         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18520         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18521         (gst_gnome_vfs_handle_get_type), (plugin_init):
18522         * ext/gnomevfs/gstgnomevfs.h:
18523         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18524         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18525         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18526         (gst_gnome_vfs_sink_set_property),
18527         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18528         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18529         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18530         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18531         (gst_gnome_vfs_sink_uri_get_type),
18532         (gst_gnome_vfs_sink_uri_get_protocols),
18533         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18534         (gst_gnome_vfs_sink_uri_handler_init):
18535         * ext/gnomevfs/gstgnomevfssink.h:
18536           Port gnomevfssink; add gtk-doc blurb.
18537
18538         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18539         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18540         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18541         (gst_gnome_vfs_src_uri_get_type),
18542         (gst_gnome_vfs_src_uri_get_protocols),
18543         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18544         (gst_gnome_vfs_src_uri_handler_init),
18545         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18546         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18547         (gst_gnome_vfs_src_send_additional_headers_callback),
18548         (gst_gnome_vfs_src_received_headers_callback),
18549         (gst_gnome_vfs_src_push_callbacks),
18550         (gst_gnome_vfs_src_pop_callbacks),
18551         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18552         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18553         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18554         * ext/gnomevfs/gstgnomevfssrc.h:
18555           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18556           file; add gtk-doc blurb with example pipelines.
18557
18558 === release 0.10.1 ===
18559
18560 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18561
18562         * configure.ac:
18563           releasing 0.10.1, "Dobro Dedek"
18564
18565 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18566
18567         * gst/typefind/gsttypefindfunctions.c:
18568         iLBC30 and iLBC20 added to typefind.
18569
18570 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18571
18572         * gst-libs/gst/audio/gstbaseaudiosink.c:
18573         (gst_base_audio_sink_class_init):
18574         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18575         (gst_base_audio_src_class_init):
18576           update strings, values are in microseconds
18577           change the default sink buffer time to something that is smaller
18578           (to help software volume mixing have a slightly lower delay) but
18579           still be acceptable on Wim's laptop
18580
18581 2005-12-20  Edward Hervey  <edward@fluendo.com>
18582
18583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18584         Made a quack, forgot to add DUCK to the riff video template.
18585
18586 2005-12-19  Edward Hervey  <edward@fluendo.com>
18587
18588         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18589         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18590         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18591         (gst_ogm_parse_chain):
18592         Make sure pads are initialized correctly.
18593         * gst-libs/gst/riff/riff-ids.h:
18594         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18595         (gst_riff_create_video_template_caps):
18596         Add a whole bunch of FOURCC <=> MimeType.
18597         Extend the riff video pad template to support the newly added fourcc.
18598
18599 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18600
18601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18602         (gst_ogg_demux_activate_chain):
18603           Extra debug output when activating/deactivating chains.
18604
18605         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18606         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18607         (unlinked):
18608           Remove a queue from our list when it becomes unlinked.
18609           Don't add queues to elements in class 'Demux' if they
18610           can only produce one pad 
18611
18612 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18613
18614         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18615         (gst_video_sink_get_type): Add a debug category.
18616
18617 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18618
18619         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18620         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18621           Handle downstream newsegment by sending our own newsegment before the
18622           next buffer to be released. (#323900)
18623
18624 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18625
18626         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18627         (gst_base_rtp_depayload_set_gst_timestamp):
18628           add queue delay to new segment as well (as opposed to just the first
18629           buffer). (bug #322347)
18630
18631 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18632
18633         * ext/libvisual/visual.c: (make_valid_name):
18634           change some char* into char[]
18635         * gst/audiotestsrc/gstaudiotestsrc.c:
18636         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18637         (gst_audio_test_src_create):
18638         * gst/audiotestsrc/gstaudiotestsrc.h:
18639           prepare to handle EOS and SEGMENT_DONE
18640
18641 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18642
18643         * tests/check/generic/states.c: (GST_START_TEST):
18644           Blacklist cdparanoia element in state test.
18645
18646 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18647
18648           Patch by: Benjamin Pineau
18649
18650         * gst/tcp/gsttcp.c:
18651         * gst/tcp/gsttcpclientsink.c:
18652         * gst/tcp/gsttcpserversink.c:
18653         * gst/tcp/gsttcpserversrc.c:
18654           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18655
18656 2005-12-15  Michael Smith  <msmith@fluendo.com>
18657
18658         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18659         (gst_video_rate_chain):
18660           Fix timestamping for videorate when the first buffer it sees has a
18661           non-zero timestamp. Fix some misleading debug output.
18662
18663 2005-12-15  Michael Smith  <msmith@fluendo.com>
18664
18665         * gst/audioresample/gstaudioresample.c:
18666           Don't leak all input buffers to audioresample.
18667
18668 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18669
18670         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18671           Don't operate on empty text buffers. Strip newlines and
18672           tabs only from the end of the text, but leave them intact
18673           in the middle. Fix typo in gtk-doc description.
18674
18675 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18676
18677         * gst/playback/gstplaybasebin.c:
18678         * gst/playback/gstplaybin.c: (handoff):
18679           Make sure the video frame buffer we return to apps via the
18680           "frame" property always has caps set on it. Modify
18681           _gst_gvalue_set_object() macro to handle NULL objects
18682           gracefully too.
18683
18684 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18685
18686         * gst/audiotestsrc/gstaudiotestsrc.c:
18687         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18688         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18689         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18690         (gst_audio_test_src_create):
18691         * gst/audiotestsrc/gstaudiotestsrc.h:
18692         Adjust to some recent api changes and add wtays new cool seeking
18693         capabillities
18694
18695 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18696
18697         * ext/alsa/Makefile.am:
18698         * ext/alsa/gstalsadeviceprobe.c:
18699         * ext/alsa/gstalsadeviceprobe.h:
18700           Helper functions to add device probing via the GstPropertyProbe
18701           interface to a class.
18702
18703         * ext/alsa/gstalsamixer.h:
18704           Comment out GST_ALSA_MIXER, it returns a struct that's not
18705           used.
18706
18707         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18708           Add some debug info. 
18709
18710         * ext/alsa/gstalsamixerelement.c:
18711         (gst_alsa_mixer_element_interface_supported),
18712         (gst_implements_interface_init),
18713         (gst_alsa_mixer_element_init_interfaces),
18714         (gst_alsa_mixer_element_class_init),
18715         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18716         (gst_alsa_mixer_element_set_property),
18717         (gst_alsa_mixer_element_get_property),
18718         (gst_alsa_mixer_element_change_state):
18719         * ext/alsa/gstalsamixerelement.h:
18720           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18721           for device handling (gnome-volume-control will need that).
18722
18723 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18724
18725         * ext/Makefile.am: fix cdparanoia entry
18726         * gst-plugins-base.spec.in: add cdparanoia
18727
18728 2005-12-12  Michael Smith  <msmith@fluendo.com>
18729
18730         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18731           Use the correct function to free list of typefind factories.
18732
18733 2005-12-12  Wim Taymans  <wim@fluendo.com>
18734
18735         * gst/videotestsrc/gstvideotestsrc.c:
18736         (gst_video_test_src_class_init), (gst_video_test_src_init),
18737         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18738         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18739         (gst_video_test_src_create):
18740         * gst/videotestsrc/gstvideotestsrc.h:
18741         Implement seeking in videotestsrc.
18742         Small cleanups.
18743
18744 2005-12-12  Wim Taymans  <wim@fluendo.com>
18745
18746         * ext/cdparanoia/Makefile.am:
18747         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18748         (gst_paranoia_endian_get_type), (_do_init),
18749         (cdparanoia_class_init), (cdparanoia_init),
18750         (cdparanoia_set_property), (cdparanoia_get_property),
18751         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18752         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18753         (cdparanoia_convert), (cdparanoia_get_query_types),
18754         (cdparanoia_query), (cdparanoia_set_index),
18755         (cdparanoia_uri_set_uri):
18756         * ext/cdparanoia/gstcdparanoia.h:
18757         Partially ported cdparanoia now that basesrc can support a
18758         plugin like this..
18759
18760 2005-12-12  Wim Taymans  <wim@fluendo.com>
18761
18762         * tests/examples/seek/scrubby.c: (main):
18763         Set higher priority for bus events so they don't get reordered with
18764         gtk gui events.
18765
18766         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18767         (flush_toggle_cb), (main):
18768         Added checkbox to disable flushing seeks. 
18769         Disable scrubbing when doing non flushing seeks.
18770
18771 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18772
18773         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18774         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18775         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18776         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18777           Implement some sort of event handling that doesn't rely on
18778           g_return_if_fail; make sure we always push the last chunk of an 
18779           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18780           state change function; remove some old cruft. Seeking is still
18781           rather unlikely to work though.
18782
18783         * tools/.cvsignore:
18784           Ignore more.
18785
18786 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18787
18788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18789         Fixed a leak of the current image reference when cleaning up.
18790         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18791
18792 2005-12-09  Michael Smith  <msmith@fluendo.com>
18793
18794         * tools/Makefile.am:
18795         * tools/gst-launch-ext-m.m:
18796           Remove gst-launch-ext. It doesn't work, and is no longer
18797           particularly useful.
18798
18799 2005-12-08  Luca Ognibene  <luogni@tin.it>
18800
18801         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18802           don't pass random values to ogmparse convert function.
18803           Make seeking possible in the exile1.ogm file.
18804
18805 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18806
18807         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18808         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18809           Work around refcount problem with g_value_set_object() that occur
18810           if the core has been compiled against GLib-2.6 (g_value_set_object()
18811           will only g_object_ref() the element, but the caller will
18812           gst_object_unref() it and bad things will happen due to the way
18813           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18814           totem for people on FC4 using Thomas's 0.10 RPMs.
18815           
18816 2005-12-07  Edward Hervey  <edward@fluendo.com>
18817
18818         Time to welcome ogm to 0.10 :)
18819         
18820         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18821         (gst_ogg_pad_typefind):
18822         Oggdemux can now properly typefind elements with dynamic pads.
18823         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18824         Properly set caps on src pad, and set caps on outgoing buffers.
18825
18826 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18827
18828         * ext/alsa/gstalsamixer.h:
18829         * ext/alsa/gstalsamixerelement.h:
18830         * ext/alsa/gstalsamixeroptions.h:
18831         * ext/alsa/gstalsamixertrack.h:
18832         * ext/alsa/gstalsasink.c:
18833         * ext/alsa/gstalsasink.h:
18834         * ext/alsa/gstalsasrc.c:
18835         * ext/alsa/gstalsasrc.h:
18836         * ext/cdparanoia/gstcdparanoia.h:
18837         * ext/gnomevfs/gstgnomevfsuri.h:
18838         * ext/ogg/gstoggdemux.c:
18839         * ext/ogg/gstoggmux.c:
18840         * ext/pango/gsttextoverlay.h:
18841         * ext/theora/theoradec.c:
18842         * ext/theora/theoraenc.c:
18843         * ext/vorbis/vorbisdec.h:
18844         * ext/vorbis/vorbisenc.c:
18845         * ext/vorbis/vorbisenc.h:
18846         * ext/vorbis/vorbisparse.h:
18847         * gst-libs/gst/audio/gstaudioclock.h:
18848         * gst-libs/gst/audio/gstaudiosink.c:
18849         * gst-libs/gst/audio/gstaudiosink.h:
18850         * gst-libs/gst/audio/gstaudiosrc.c:
18851         * gst-libs/gst/audio/gstaudiosrc.h:
18852         * gst-libs/gst/audio/gstbaseaudiosink.c:
18853         * gst-libs/gst/audio/gstbaseaudiosink.h:
18854         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18855         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18856         * gst-libs/gst/audio/gstringbuffer.h:
18857         * gst-libs/gst/audio/multichannel.h:
18858         * gst-libs/gst/floatcast/floatcast.h:
18859         * gst-libs/gst/interfaces/colorbalance.c:
18860         * gst-libs/gst/interfaces/colorbalance.h:
18861         * gst-libs/gst/interfaces/colorbalancechannel.h:
18862         * gst-libs/gst/interfaces/mixer.h:
18863         * gst-libs/gst/interfaces/mixeroptions.h:
18864         * gst-libs/gst/interfaces/mixertrack.h:
18865         * gst-libs/gst/interfaces/navigation.h:
18866         * gst-libs/gst/interfaces/propertyprobe.h:
18867         * gst-libs/gst/interfaces/tuner.h:
18868         * gst-libs/gst/interfaces/tunerchannel.h:
18869         * gst-libs/gst/interfaces/tunernorm.h:
18870         * gst-libs/gst/interfaces/xoverlay.h:
18871         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18872         * gst-libs/gst/riff/riff-ids.h:
18873         * gst-libs/gst/riff/riff-media.h:
18874         * gst-libs/gst/riff/riff-read.h:
18875         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18876         * gst-libs/gst/rtp/gstbasertppayload.c:
18877         * gst-libs/gst/rtp/gstbasertppayload.h:
18878         * gst-libs/gst/rtp/gstrtpbuffer.c:
18879         * gst-libs/gst/rtp/gstrtpbuffer.h:
18880         * gst-libs/gst/tag/gsttageditingprivate.h:
18881         * gst-libs/gst/tag/gstvorbistag.c:
18882         (gst_tag_list_from_vorbiscomment_buffer):
18883         * gst-libs/gst/tag/tag.h:
18884         * gst-libs/gst/video/video.h:
18885         * gst/adder/gstadder.c:
18886         * gst/adder/gstadder.h:
18887         * gst/audioconvert/audioconvert.c:
18888         * gst/audioconvert/audioconvert.h:
18889         * gst/audioconvert/gstaudioconvert.c:
18890         * gst/audioconvert/gstchannelmix.c:
18891         * gst/audioconvert/gstchannelmix.h:
18892         * gst/audiorate/gstaudiorate.c:
18893         * gst/audioresample/buffer.h:
18894         * gst/audioresample/functable.h:
18895         * gst/audioresample/gstaudioresample.c:
18896         * gst/audioresample/resample.h:
18897         * gst/ffmpegcolorspace/avcodec.h:
18898         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18899         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18900         * gst/ffmpegcolorspace/imgconvert.c:
18901         * gst/ffmpegcolorspace/imgconvert_template.h:
18902         * gst/playback/gstdecodebin.c:
18903         * gst/playback/gstplaybasebin.h:
18904         * gst/playback/gstplaybin.c:
18905         * gst/playback/gststreaminfo.h:
18906         * gst/tcp/gstfdset.c:
18907         * gst/tcp/gstfdset.h:
18908         * gst/tcp/gstmultifdsink.c:
18909         * gst/tcp/gstmultifdsink.h:
18910         * gst/tcp/gsttcp.h:
18911         * gst/tcp/gsttcpclientsrc.c:
18912         * gst/tcp/gsttcpclientsrc.h:
18913         * gst/tcp/gsttcpplugin.h:
18914         * gst/tcp/gsttcpserversink.c:
18915         * gst/tcp/gsttcpserversrc.c:
18916         * gst/typefind/gsttypefindfunctions.c:
18917         * gst/videorate/gstvideorate.c:
18918         * gst/videotestsrc/gstvideotestsrc.h:
18919         * gst/videotestsrc/videotestsrc.h:
18920         * sys/v4l/gstv4lcolorbalance.h:
18921         * sys/v4l/gstv4ltuner.h:
18922         * sys/v4l/gstv4lxoverlay.h:
18923         * sys/v4l/v4l_calls.h:
18924         * sys/v4l/videodev_mjpeg.h:
18925         * tests/check/elements/audioconvert.c:
18926         * tests/check/elements/audioresample.c:
18927         * tests/check/elements/audiotestsrc.c:
18928         * tests/check/elements/videotestsrc.c:
18929         * tests/check/elements/volume.c:
18930         * tests/examples/seek/scrubby.c:
18931         * tests/examples/seek/seek.c:
18932           expand tabs
18933
18934 === release 0.10.0 ===
18935
18936 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18937
18938         * configure.ac:
18939           releasing 0.10.0, "Mont-d'or"
18940
18941 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18942
18943         * tests/examples/seek/Makefile.am:
18944         Build fix for when gtk is not available.
18945
18946 2005-12-05  Andy Wingo  <wingo@pobox.com>
18947
18948         * ext/libvisual/visual.c: (get_buffer):
18949         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18950         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18951         * ext/theora/theoradec.c: (theora_handle_data_packet):
18952         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18953         (theora_enc_chain):
18954         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18955         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18956         Update for alloc_buffer changes.
18957
18958 2005-12-05  Andy Wingo  <wingo@pobox.com>
18959
18960         patch by: Kai Vehmanen <kv2004 eca cx>
18961         
18962         * gst-libs/gst/rtp/gstbasertpdepayload.c
18963         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18964
18965 2005-12-04  Andy Wingo  <wingo@pobox.com>
18966
18967         patch by: Sebastien Cote <sebas642 yahoo ca>
18968         
18969         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18970         Fixes #319172.
18971
18972 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18973
18974         * docs/plugins/Makefile.am:
18975         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18976         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18977         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18978         * ext/pango/gstclockoverlay.c:
18979         * ext/pango/gsttextoverlay.c: 
18980         * ext/pango/gsttextrender.c:
18981         * ext/pango/gsttimeoverlay.c:
18982           Add gtk-doc blurbs to pango elements.
18983
18984 2005-12-02  Wim Taymans  <wim@fluendo.com>
18985
18986         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18987         * gst/audioresample/buffer.h:
18988         * gst/audioresample/gstaudioresample.c:
18989         * gst/audioresample/gstaudioresample.h:
18990         * gst/audioresample/resample.c: (resample_input_flush),
18991         (resample_input_pushthrough), (resample_input_eos),
18992         (resample_get_output_size_for_input),
18993         (resample_get_input_size_for_output), (resample_get_output_size),
18994         (resample_get_output_data):
18995         * gst/audioresample/resample.h:
18996         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18997         Fix audioresample, seek torture, new segments, reverse negotiation
18998         etc.. work fine.
18999
19000 2005-12-02  Wim Taymans  <wim@fluendo.com>
19001
19002         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19003         Small cleanups.
19004
19005 2005-12-02  Wim Taymans  <wim@fluendo.com>
19006
19007         * gst/audioconvert/gstaudioconvert.c:
19008         (gst_audio_convert_transform):
19009         Post errors.
19010
19011 === release 0.9.7 ===
19012
19013 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19014
19015         * configure.ac:
19016           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19017
19018 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19019
19020         * Makefile.am:
19021         * po/hu.po:
19022         * win32/MANIFEST:
19023         * win32/gst.sln:
19024           add win32 MANIFEST file
19025           do something to the hungarian translation
19026
19027 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19028
19029         * ext/Makefile.am:
19030           Add $(PANGO_DIR) to SUBDIRS
19031
19032         * ext/pango/gstclockoverlay.c:
19033         * ext/pango/gsttimeoverlay.c:
19034           Fix and improve element descriptions.
19035
19036 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19037
19038         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19039         * docs/plugins/inspect/plugin-libvisual.xml:
19040         * docs/plugins/inspect/plugin-pango.xml:
19041           add pango plugin to docs
19042
19043 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19044
19045         * configure.ac:
19046         * ext/Makefile.am:
19047           moved pango to base
19048
19049 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19050
19051         * configure.ac:
19052         * tests/Makefile.am:
19053         * tests/icles/.cvsignore:
19054         * tests/icles/Makefile.am:
19055         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19056         (close_display), (resize_window), (move_window), (create_window),
19057         (terminate_playback), (pause_playback), (start_playback), (main):
19058           add stress test for xoverlay from Julien
19059
19060 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19061
19062         * docs/libs/tmpl/gstcolorbalance.sgml:
19063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19064         * gst-libs/gst/rtp/gstbasertppayload.c:
19065         * gst-libs/gst/rtp/gstrtpbuffer.c:
19066         * gst-libs/gst/rtp/gstrtpbuffer.h:
19067           Do burger's rename for rtp payloaders and depayloaders
19068
19069 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19070
19071         * win32/:
19072           add Visual Studio 6 build files
19073
19074 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19075
19076         * docs/libs/gst-plugins-base-libs-docs.sgml:
19077         * docs/libs/gst-plugins-base-libs-sections.txt:
19078         * docs/libs/tmpl/gstaudio.sgml:
19079         * docs/libs/tmpl/gstringbuffer.sgml:
19080         * gst-libs/gst/interfaces/xoverlay.c:
19081         * gst-libs/gst/video/gstvideofilter.c:
19082         * gst-libs/gst/video/gstvideosink.c:
19083           update documentation
19084
19085 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19086
19087         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19088         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19089         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19090         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19091         (gst_multi_fd_sink_get_stats),
19092         (gst_multi_fd_sink_remove_client_link),
19093         (gst_multi_fd_sink_handle_client_read),
19094         (gst_multi_fd_sink_client_queue_data),
19095         (gst_multi_fd_sink_client_queue_caps),
19096         (gst_multi_fd_sink_client_queue_buffer),
19097         (gst_multi_fd_sink_new_client),
19098         (gst_multi_fd_sink_handle_client_write),
19099         (gst_multi_fd_sink_recover_client),
19100         (gst_multi_fd_sink_queue_buffer),
19101         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19102         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19103         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19104         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19105         * gst/tcp/gstmultifdsink.h:
19106         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19107         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19108         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19109         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19110         (gst_tcp_client_sink_set_property),
19111         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19112         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19113         * gst/tcp/gsttcpclientsink.h:
19114         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19115         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19116         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19117         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19118         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19119         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19120         * gst/tcp/gsttcpclientsrc.h:
19121         * gst/tcp/gsttcpplugin.c: (plugin_init):
19122         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19123         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19124         (gst_tcp_server_sink_finalize),
19125         (gst_tcp_server_sink_handle_server_read),
19126         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19127         (gst_tcp_server_sink_set_property),
19128         (gst_tcp_server_sink_get_property),
19129         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19130         * gst/tcp/gsttcpserversink.h:
19131         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19132         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19133         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19134         (gst_tcp_server_src_set_property),
19135         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19136         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19137         * gst/tcp/gsttcpserversrc.h:
19138           more borgifying
19139
19140 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19141
19142         * docs/plugins/Makefile.am:
19143         * docs/plugins/gst-plugins-base-plugins.args:
19144         * docs/plugins/inspect/plugin-libvisual.xml:
19145         * gst/audioconvert/plugin.h:
19146         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19147         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19148         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19149         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19150         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19151         (plugin_init):
19152         * gst/audiotestsrc/gstaudiotestsrc.c:
19153         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19154         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19155         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19156         (gst_audio_test_src_get_query_types),
19157         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19158         (gst_audio_test_src_create_square),
19159         (gst_audio_test_src_create_saw),
19160         (gst_audio_test_src_create_triangle),
19161         (gst_audio_test_src_create_silence),
19162         (gst_audio_test_src_create_white_noise),
19163         (gst_audio_test_src_init_pink_noise),
19164         (gst_audio_test_src_generate_pink_noise_value),
19165         (gst_audio_test_src_create_pink_noise),
19166         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19167         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19168         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19169         (plugin_init):
19170         * gst/audiotestsrc/gstaudiotestsrc.h:
19171         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19172         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19173         (gst_sub_parse_init), (gst_sub_parse_formats),
19174         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19175         (convert_encoding), (get_next_line),
19176         (gst_sub_parse_data_format_autodetect),
19177         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19178         (gst_sub_parse_loop), (gst_sub_parse_chain),
19179         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19180         (plugin_init):
19181         * gst/subparse/gstsubparse.h:
19182         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19183         (gst_video_rate_base_init), (gst_video_rate_class_init),
19184         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19185         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19186         (gst_video_rate_init), (gst_video_rate_event),
19187         (gst_video_rate_chain), (gst_video_rate_set_property),
19188         (gst_video_rate_get_property), (gst_video_rate_change_state),
19189         (plugin_init):
19190         * gst/videoscale/gstvideoscale.c:
19191         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19192         (gst_video_scale_src_template_factory),
19193         (gst_video_scale_sink_template_factory),
19194         (gst_video_scale_get_type), (gst_video_scale_base_init),
19195         (gst_video_scale_class_init), (gst_video_scale_init),
19196         (gst_video_scale_set_property), (gst_video_scale_get_property),
19197         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19198         (gst_video_scale_prepare_size), (parse_caps),
19199         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19200         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19201         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19202         (plugin_init):
19203         * gst/videoscale/gstvideoscale.h:
19204         * gst/videotestsrc/gstvideotestsrc.c:
19205         (gst_video_test_src_pattern_get_type),
19206         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19207         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19208         (gst_video_test_src_set_pattern),
19209         (gst_video_test_src_set_property),
19210         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19211         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19212         (gst_video_test_src_event), (gst_video_test_src_get_times),
19213         (gst_video_test_src_create), (plugin_init):
19214         * gst/videotestsrc/gstvideotestsrc.h:
19215         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19216         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19217         (gst_video_test_src_black):
19218         * gst/videotestsrc/videotestsrc.h:
19219           borgify further
19220           clean up docs a little
19221
19222 2005-11-30  Wim Taymans  <wim@fluendo.com>
19223
19224         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19225         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19226         (gst_basertppayload_event), (gst_basertppayload_push),
19227         (gst_basertppayload_change_state):
19228         * gst-libs/gst/rtp/gstbasertppayload.h:
19229         closed #320644.
19230
19231 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19232
19233         * docs/libs/gst-plugins-base-libs-docs.sgml:
19234         * docs/libs/gst-plugins-base-libs-sections.txt:
19235         * gst-libs/gst/video/gstvideofilter.c:
19236         * gst-libs/gst/video/gstvideosink.c:
19237         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19238
19239 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19240
19241         * LICENSE:
19242           move
19243         * po/af.po:
19244         * po/az.po:
19245         * po/cs.po:
19246         * po/en_GB.po:
19247         * po/hu.po:
19248         * po/it.po:
19249         * po/nb.po:
19250         * po/nl.po:
19251         * po/or.po:
19252         * po/sq.po:
19253         * po/sr.po:
19254         * po/sv.po:
19255         * po/uk.po:
19256         * po/vi.po:
19257         * Makefile.am:
19258           update
19259         * scripts/autoplugins.sh:
19260           remove
19261
19262 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19263
19264         * Makefile.am:
19265         * configure.ac:
19266         * examples/Makefile.am:
19267         * examples/capsfilter/Makefile.am:
19268         * examples/capsfilter/capsfilter1.c:
19269         * examples/gob/Makefile.am:
19270         * examples/gob/gst-identity2.gob:
19271         * examples/indexing/.cvsignore:
19272         * examples/indexing/Makefile.am:
19273         * examples/indexing/indexmpeg.c:
19274         * examples/seeking/.cvsignore:
19275         * examples/seeking/Makefile.am:
19276         * examples/seeking/cdparanoia.c:
19277         * examples/seeking/cdplayer.c:
19278         * examples/seeking/chained.c:
19279         * examples/seeking/scrubby.c:
19280         * examples/seeking/seek.c:
19281         * examples/stats/Makefile.am:
19282         * examples/stats/mp2ogg.c:
19283         * examples/switch/.cvsignore:
19284         * examples/switch/Makefile.am:
19285         * examples/switch/switcher.c:
19286         * tests/Makefile.am:
19287         * tests/check/generic/.cvsignore:
19288         * tests/check/pipelines/.cvsignore:
19289         * tests/examples/Makefile.am:
19290         * tests/examples/seek/Makefile.am:
19291           reorganize stuff under tests/
19292
19293 2005-11-30  Edward Hervey  <edward@fluendo.com>
19294
19295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19296         Go away you stupid GstStaticPadTemplate memleak.
19297
19298 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19299
19300         * gst-libs/gst/net/Makefile.am:
19301         * gst-libs/gst/net/README:
19302         * gst-libs/gst/net/gstnetbuffer.c:
19303         * gst-libs/gst/net/gstnetbuffer.h:
19304           this was moved to "netbuffer"
19305
19306 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19307
19308         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19309         (gst_video_filter_class_init), (gst_video_filter_init):
19310         * gst-libs/gst/video/gstvideofilter.h:
19311           borgify name to bring in line with other classes
19312
19313 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19314
19315         * gst/audioscale/.cvsignore:
19316         * gst/audioscale/Makefile.am:
19317         * gst/audioscale/README:
19318         * gst/audioscale/audioscale.vcproj:
19319         * gst/audioscale/dtof.c:
19320         * gst/audioscale/dtos.c:
19321         * gst/audioscale/functable.c:
19322         * gst/audioscale/gstaudioscale.c:
19323         * gst/audioscale/gstaudioscale.h:
19324         * gst/audioscale/private.h:
19325         * gst/audioscale/resample.c:
19326         * gst/audioscale/resample.h:
19327         * gst/audioscale/test.c:
19328           remove
19329
19330 2005-11-30  Edward Hervey  <edward@fluendo.com>
19331
19332         * gst-libs/gst/netbuffer/Makefile.am:
19333         really, really tired
19334
19335 2005-11-30  Edward Hervey  <edward@fluendo.com>
19336
19337         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19338         Update for new GstTypeFindFactory _register()
19339
19340 2005-11-30  Edward Hervey  <edward@fluendo.com>
19341
19342         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19343         Let's not override libgstnet from core for no reason...
19344         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19345         Ok, maybe not so quick next time.
19346
19347 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19348
19349         * configure.ac:
19350         * gst-libs/gst/Makefile.am:
19351           moved gst-libs/gst/net to netbuffer through CVS surgery
19352           remove old directory
19353           updating build to accomodate
19354           (#322257)
19355
19356 2005-11-29  Andy Wingo  <wingo@pobox.com>
19357
19358         * pkgconfig/gstreamer-plugins-base.pc.in:
19359         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19360         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19361         (#322257).
19362
19363 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19364
19365         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19366         3rd time's the charm. Correct ref-counting for discarded buffers.
19367
19368 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19369
19370         * gst/playback/gststreamselector.c:
19371         (gst_stream_selector_class_init),
19372         (gst_stream_selector_set_property),
19373         (gst_stream_selector_get_property),
19374         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19375         Fix ref-counting
19376
19377 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19378
19379         * gst/subparse/gstsubparse.c: (feed_textbuf):
19380           Don't access already unref'ed buffer.
19381
19382 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19383
19384         * gst/playback/gststreamselector.c:
19385         (gst_stream_selector_class_init), (gst_stream_selector_init),
19386         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19387         (gst_stream_selector_get_property),
19388         (gst_stream_selector_get_linked_pad),
19389         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19390         * gst/playback/gststreamselector.h:
19391         Add the active-pad property for playbin to use shortly. Ignore buffers
19392         from any other pad, returning GST_FLOW_NOT_LINKED
19393
19394 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19395
19396         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19397         patch from bug #322704 (Alessandro Decina).
19398
19399 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19400
19401         * gst-libs/gst/audio/Makefile.am:
19402           folded audiofilter into the audio library
19403
19404 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19405
19406         * gst/videoscale/gstvideoscale.h:
19407         * gst/videoscale/gstvideoscale.c:
19408           remove unimplemented scale methods
19409
19410 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19411
19412         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19413           Don't leak caps.
19414
19415 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19416
19417         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19418         (gst_ximagesink_setcaps):
19419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19420         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19421         happens (only visible on ximagesink but bug is in xv too) set_caps was
19422         destroying the internal x[v]image used to memcpy non locally alloced
19423         buffers so that it got renewed on next _chain. The issue is that 
19424         _expose will try to put that image as it reffed it in _put.
19425         Using gst_buffer_unref instead of destroy fixes it !
19426
19427 2005-11-28  Edward Hervey  <edward@fluendo.com>
19428
19429         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19430         (try_to_link_1), (queue_filled_cb):
19431         Better use of the queues. Start with a small size queue and only increase
19432         the size of the queues when the other queues are empty.
19433
19434 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19435
19436         * gst-libs/gst/video/Makefile.am:
19437           compile in copied-over videofilter into the video library
19438         * gst-libs/gst/video/videosink.h:
19439           rename the header to gstvideosink.h since it's a base GstObject class
19440         * sys/ximage/ximagesink.h:
19441         * sys/xvimage/xvimagesink.h:
19442           use the new header
19443
19444 2005-11-28  Wim Taymans  <wim@fluendo.com>
19445
19446         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19447         * gst/playback/gstplaybasebin.h:
19448         Prepare to handle errors betters.
19449
19450         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19451         Set sinks to PAUSED first before adding and linking them so that
19452         we don't interrupt dataflow.
19453
19454 2005-11-28  Wim Taymans  <wim@fluendo.com>
19455
19456         * gst-libs/gst/audio/TODO:
19457         Updated TODO
19458
19459         * gst-libs/gst/audio/gstaudiosink.c:
19460         (gst_audioringbuffer_open_device),
19461         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19462         (gst_audioringbuffer_release):
19463         Small cleanups.
19464
19465         * gst-libs/gst/audio/gstbaseaudiosink.c:
19466         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19467         (gst_base_audio_sink_change_state):
19468         Slave to the master clock when going to PLAYING and unslave when
19469         going to PAUSED.
19470
19471         * gst-libs/gst/audio/gstringbuffer.c:
19472         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19473         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19474         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19475         (gst_ring_buffer_clear_all), (wait_segment),
19476         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19477         (gst_ring_buffer_advance):
19478         * gst-libs/gst/audio/gstringbuffer.h:
19479         Add some docs and cleanups.
19480
19481 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19482
19483         * sys/xvimage/xvimagesink.c:
19484         (gst_xvimagesink_navigation_send_event): Fix navigation events
19485         coordinates translation with pixel aspect ratios.
19486
19487 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19488
19489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19490         Use calculated video geometry from _setcaps instead of buffer
19491         caps to respect pixel aspect ratio. (fixes #322388)
19492
19493 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19494
19495         * docs/libs/tmpl/gstcolorbalance.sgml:
19496         * docs/libs/tmpl/gstmixer.sgml:
19497         * docs/libs/tmpl/gstxoverlay.sgml:
19498         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19499         interface.
19500
19501 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19502
19503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19504         Refuse to create an XvImage if we can't find the format.
19505
19506 2005-11-28  Edward Hervey  <edward@fluendo.com>
19507
19508         * gst-libs/gst/riff/riff-media.c:
19509         (gst_riff_create_audio_template_caps):
19510         Add ATRAC3 to the list of riff-possible audio caps.
19511         I know we still don't have a plugin for atrac3, but it's saner to output
19512         that than a cryptic mimetype.
19513
19514 2005-11-27  Edward Hervey  <edward@fluendo.com>
19515
19516         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19517         Don't try to create a zero-sized subbuffer.
19518
19519 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19520
19521         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19522         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19523         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19524         (gst_ximagesink_expose): Fixed a tricky race.
19525         * sys/ximage/ximagesink.h:
19526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19527         (gst_xvimagesink_expose): Fixed a tricky race.
19528         * sys/xvimage/xvimagesink.h:
19529
19530 2005-11-27  Edward Hervey  <edward@fluendo.com>
19531
19532         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19533         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19534         Remove unused properties, and add queues between demuxers and decoders
19535         so that a lot more files can preroll properly.
19536
19537 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19538
19539         * gst-libs/gst/net/Makefile.am:
19540         * gst-libs/gst/rtp/Makefile.am:
19541         * gst-libs/gst/tag/Makefile.am:
19542           remove silly include
19543         * gst/tags/Makefile.am:
19544         * gst/tags/gsttagediting.c:
19545         * gst/tags/gsttageditingprivate.h:
19546         * gst/tags/tagedit.vcproj:
19547           remove directory, is as good as empty
19548
19549 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19550
19551         * configure.ac:
19552           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19553         * gst-libs/Makefile.am:
19554         * gst-libs/gst/audio/Makefile.am:
19555         * gst-libs/gst/interfaces/Makefile.am:
19556         * gst-libs/gst/net/Makefile.am:
19557         * gst-libs/gst/riff/Makefile.am:
19558         * gst-libs/gst/rtp/Makefile.am:
19559         * gst-libs/gst/tag/Makefile.am:
19560         * gst-libs/gst/video/Makefile.am:
19561           and use them
19562
19563 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19564
19565         * docs/libs/tmpl/gstcolorbalance.sgml:
19566         * docs/libs/tmpl/gstmixer.sgml:
19567         * docs/libs/tmpl/gstxoverlay.sgml:
19568         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19569         * sys/ximage/ximagesink.h:
19570         * sys/xvimage/xvimagesink.h: More and more documentation.
19571
19572 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19573
19574         * docs/libs/gst-plugins-base-libs-docs.sgml:
19575         * docs/libs/gst-plugins-base-libs-sections.txt:
19576         * docs/libs/tmpl/gstcolorbalance.sgml:
19577         * docs/libs/tmpl/gstmixer.sgml:
19578         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19579         to documentation.
19580
19581 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19582
19583         * docs/plugins/Makefile.am:
19584         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19585         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19586         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19587
19588 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19589
19590         * docs/plugins/Makefile.am:
19591         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19592         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19593         * docs/plugins/inspect/plugin-adder.xml:
19594         * docs/plugins/inspect/plugin-alsa.xml:
19595         * docs/plugins/inspect/plugin-audioconvert.xml:
19596         * docs/plugins/inspect/plugin-audiorate.xml:
19597         * docs/plugins/inspect/plugin-audioresample.xml:
19598         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19599         * docs/plugins/inspect/plugin-decodebin.xml:
19600         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19601         * docs/plugins/inspect/plugin-gnomevfs.xml:
19602         * docs/plugins/inspect/plugin-ogg.xml:
19603         * docs/plugins/inspect/plugin-playbin.xml:
19604         * docs/plugins/inspect/plugin-subparse.xml:
19605         * docs/plugins/inspect/plugin-tcp.xml:
19606         * docs/plugins/inspect/plugin-theora.xml:
19607         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19608         * docs/plugins/inspect/plugin-video4linux.xml:
19609         * docs/plugins/inspect/plugin-videorate.xml:
19610         * docs/plugins/inspect/plugin-videoscale.xml:
19611         * docs/plugins/inspect/plugin-videotestsrc.xml:
19612         * docs/plugins/inspect/plugin-volume.xml:
19613         * docs/plugins/inspect/plugin-vorbis.xml:
19614         * docs/plugins/inspect/plugin-ximagesink.xml:
19615         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19616         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19617
19618 2005-11-26  Edward Hervey  <edward@fluendo.com>
19619
19620         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19621         Properly return GstFlowReturn from gst_pad_push in chain functions.
19622
19623 2005-11-25  Michael Smith  <msmith@fluendo.com>
19624
19625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19626         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19627         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19628         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19629           Handle various conditions better when we don't understand a stream.
19630           Removes a heap of CRITICALs on ogg streams containing unknown data.
19631
19632 2005-11-24  Andy Wingo  <wingo@pobox.com>
19633
19634         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19635         Be threadsafe.
19636
19637 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19638
19639         * configure.ac: back to HEAD
19640
19641 === release 0.9.6 ===
19642
19643 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19644
19645         * configure.ac:
19646           releasing 0.9.6, "White Eight"
19647
19648 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19649
19650         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19651         * docs/plugins/inspect/plugin-sine.xml:
19652           remove sinesrc some more
19653
19654 2005-11-23  Wim Taymans  <wim@fluendo.com>
19655
19656         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19657         If we are reading too slowly, jump forward in the ringbuffer
19658         instead of blocking.
19659
19660 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19661
19662         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19663         (gst_visual_chain):
19664         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19665         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19666         (gst_videorate_chain):
19667         * gst/videotestsrc/gstvideotestsrc.c:
19668         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19669         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19670         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19671         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19672         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19673         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19674           Updates for API changes
19675
19676 2005-11-23  Wim Taymans  <wim@fluendo.com>
19677
19678         * gst-libs/gst/audio/gstbaseaudiosink.c:
19679         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19680         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19681         Fix for calibration API change.
19682
19683 2005-11-23  Michael Smith <msmith@fluendo.com>
19684
19685         * gst-libs/gst/audio/multichannel.c:
19686         (gst_audio_get_channel_positions),
19687         (gst_audio_set_channel_positions),
19688         (gst_audio_set_structure_channel_positions_list),
19689         (gst_audio_fixate_channel_positions):
19690           Use gst_value_array_*() functions on value arrays, not
19691           gst_value_list_*().
19692
19693 2005-11-23  Edward Hervey  <edward@fluendo.com>
19694
19695         * autogen.sh:
19696         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19697         Fixes autogen
19698
19699 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19700
19701         * check/Makefile.am:
19702         * check/elements/videotestsrc.c: (setup_videotestsrc),
19703         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19704         (main):
19705           add a test for videotestsrc
19706
19707 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19708
19709         * gst/sine/.cvsignore:
19710         * gst/sine/Makefile.am:
19711         * gst/sine/gstsinesrc.c:
19712         * gst/sine/gstsinesrc.h:
19713         * gst/sine/sinesrc.vcproj:
19714           and remove sinesrc from the repository.  Closes #321446
19715
19716 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19717
19718         * configure.ac:
19719         * gst-plugins-base.spec.in:
19720           remove sinesrc from the build
19721
19722 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19723
19724         * check/Makefile.am:
19725         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19726         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19727         (main):
19728           add a test for audiotestsrc, testing all waves.  Even seems
19729           leak-free at first glance, nice job Stefan
19730
19731 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19732
19733         * po/af.po:
19734         * po/az.po:
19735         * po/cs.po:
19736         * po/en_GB.po:
19737         * po/hu.po:
19738         * po/it.po:
19739         * po/nb.po:
19740         * po/nl.po:
19741         * po/or.po:
19742         * po/sq.po:
19743         * po/sr.po:
19744         * po/sv.po:
19745         * po/uk.po:
19746         * po/vi.po:
19747           Translation string updates
19748
19749         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19750         (gst_v4lsrc_set_caps):
19751         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19752         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19753         * sys/v4l/v4lsrc_calls.h:
19754           Improve v4lsrc, by making it work again.
19755
19756 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19757
19758         * ext/libvisual/visual.c: (gst_visual_chain):
19759           Fix the fps calculations.
19760
19761         * gst/ffmpegcolorspace/avcodec.h:
19762           Move structure element for clarity
19763
19764         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19765         * gst-libs/gst/interfaces/tunernorm.h:
19766         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19767         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19768         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19769         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19770         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19771         (gst_v4lmjpegsrc_getcaps):
19772         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19773         (gst_v4lsrc_set_caps):
19774         * sys/v4l/gstv4lsrc.h:
19775         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19776         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19777         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19778         * sys/v4l/v4lsrc_calls.h:
19779           Fractional framerates...
19780
19781 2005-11-22  Wim Taymans  <wim@fluendo.com>
19782
19783         * gst-libs/gst/audio/gstbaseaudiosink.c:
19784         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19785         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19786         And we provide a clock by default, of course...
19787
19788 2005-11-22  Wim Taymans  <wim@fluendo.com>
19789
19790         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19791         This clock can be slaved to a master clock now.
19792
19793         * gst-libs/gst/audio/gstbaseaudiosink.c:
19794         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19795         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19796         (gst_base_audio_sink_set_clock),
19797         (gst_base_audio_sink_set_property),
19798         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19799         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19800         * gst-libs/gst/audio/gstbaseaudiosink.h:
19801         Handle slaving the internal clock to the clock selected in the
19802         pipeline.
19803         Add property to make the basesink not provide a clock.
19804
19805         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19806         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19807         (gst_base_rtp_depayload_wait):
19808         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19809         We can use the clock in GstElement, no need to store it ourselves.
19810
19811 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19812
19813         * docs/libs/tmpl/gstaudio.sgml:
19814           update
19815         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19816         (gst_paranoia_endian_get_type):
19817         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19818         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19819         * gst/audiotestsrc/gstaudiotestsrc.c:
19820         (gst_audiostestsrc_wave_get_type):
19821         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19822         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19823         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19824         (gst_sync_method_get_type), (gst_unit_type_get_type),
19825         (gst_client_status_get_type), (gst_multifdsink_class_init),
19826         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19827         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19828         (gst_multifdsink_get_property):
19829         * gst/tcp/gstmultifdsink.h:
19830         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19831         * gst/videotestsrc/gstvideotestsrc.c:
19832         (gst_videotestsrc_pattern_get_type):
19833           remove deprecated properties
19834           fix up enums to correctly have short lowercase dashed nicks
19835
19836 2005-11-22  Michael Smith <msmith@fluendo.com>
19837
19838         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19839         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19840           Add underscore.
19841
19842 2005-11-22  Michael Smith <msmith@fluendo.com>
19843
19844         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19845         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19846           Use utility method for scaling clocktime for fractional framerates.
19847
19848 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19849
19850         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19851         (gst_visual_chain):
19852         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19853         * ext/theora/theoradec.c: (theora_handle_type_packet):
19854         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19855         (theora_enc_chain):
19856         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19857         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19858         * gst-libs/gst/video/video.h:
19859         * gst/ffmpegcolorspace/avcodec.h:
19860         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19861         (gst_ffmpeg_caps_to_pixfmt):
19862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19863         (gst_ffmpegcsp_set_caps):
19864         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19865         (gst_videorate_setcaps), (gst_videorate_blank_data),
19866         (gst_videorate_chain):
19867         * gst/videotestsrc/gstvideotestsrc.c:
19868         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19869         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19870         (gst_videotestsrc_event), (gst_videotestsrc_create):
19871         * gst/videotestsrc/gstvideotestsrc.h:
19872         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19873         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19874         (gst_ximagesink_get_times), (gst_ximagesink_init):
19875         * sys/ximage/ximagesink.h:
19876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19877         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19878         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19879         * sys/xvimage/xvimagesink.h:
19880           Convert elements to use fractions for their framerate.
19881           V4L elements to come later tonight.
19882
19883 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19884
19885         * gst-libs/gst/audio/audio.c:
19886         * gst-libs/gst/audio/audio.h:
19887           remove some deprecated functions
19888
19889 2005-11-22  Andy Wingo  <wingo@pobox.com>
19890
19891         * Update for gst_tag_setter API changes.
19892
19893 2005-11-22  Andy Wingo  <wingo@pobox.com>
19894
19895         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19896         (gst_ogg_demux_perform_seek):
19897         * ext/theora/theoradec.c (theora_dec_sink_event):
19898         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19899         update-funcnames.
19900
19901 2005-11-22  Wim Taymans  <wim@fluendo.com>
19902
19903         * examples/seeking/seek.c: (main):
19904         Give higher priority to bus signals than the gtk events
19905         to fix a race condition in the segment looping.
19906
19907 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19908
19909         * ext/theora/Makefile.am:
19910         * ext/vorbis/Makefile.am:
19911         * gst-libs/gst/tag/Makefile.am:
19912         * gst-plugins-base.spec.in:
19913           Rename libgsttagedit to libgsttag (#322117).
19914
19915 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19916
19917         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19919           Call gst_x_overlay_prepare_xwindow_id() to give applications
19920           a final chance to set their own xwindow id before the video
19921           sink creates its own window.
19922
19923 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19924
19925         * sys/xvimage/xvimagesink.c:
19926         (gst_xvimagesink_navigation_send_event): Handle navigation
19927         events correcly with borders if applicable.
19928
19929 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19930
19931         Patch by: Luca Ognibene
19932
19933         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19934         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19936         (gst_ffmpegcsp_caps_remove_format_info):
19937         * gst/ffmpegcolorspace/imgconvert.c:
19938         * gst/ffmpegcolorspace/imgconvert_template.h:
19939           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19940           #318353); use gst_structure_has_name().
19941
19942 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19943
19944         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19945         (gst_ximagesink_class_init): Add debug macros on functions.
19946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19947         (gst_xvimagesink_xwindow_draw_borders),
19948         (gst_xvimagesink_xvimage_put),
19949         (gst_xvimagesink_xwindow_update_geometry),
19950         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19951         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19952         (gst_xvimagesink_xcontext_clear),
19953         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19954         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19955         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19956         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19957         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19958         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19959         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19960         expose while being PAUSED, out of data flow navigation events, etc..
19961
19962 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19963
19964         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19965         * gst-libs/gst/audio/audio.h:
19966           fix prototype - wondering why the test worked regardless
19967
19968 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19969
19970         * check/Makefile.am:
19971         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19972         * gst-libs/gst/audio/audio.h:
19973           add a method that returns a proper GstClockTime
19974
19975 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19976
19977         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19978         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19979         * gst-libs/gst/interfaces/xoverlay.h:
19980           Remove everything having to do with the desired size; add 
19981           gst_x_overlay_prepare_xwindow_id() function; remove the
19982           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19983           post a message on the bus instead (#321816).
19984
19985         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19987         (gst_xvimagesink_xoverlay_init):
19988           Remove desired size stuff (#321816).
19989
19990 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19991
19992         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19993         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19994         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19995           Terminate vararg functions with NULL instead of 0 to 
19996           make gcc4 happy.
19997
19998 2005-11-21  Andy Wingo  <wingo@pobox.com>
19999
20000         patch by: Sebastien Cote <sebas642@yahoo.ca>
20001         
20002         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20003         * gst-libs/gst/rtp/gstrtpbuffer.c
20004         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20005
20006 2005-11-21  Andy Wingo  <wingo@pobox.com>
20007
20008         * gst/playback/gstplaybin.c (gen_audio_element) 
20009         (gen_video_element): Use the new MISSING_PLUGIN core error
20010         category. Closes #320060.
20011
20012         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20013         * gst/videorate/gstvideorate.c (gst_videorate_event):
20014         * ext/theora/theoradec.c (theora_dec_sink_event): 
20015         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20016         stream lock.
20017
20018         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20019         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20020         stream lock changes.
20021
20022 2005-11-21  Wim Taymans  <wim@fluendo.com>
20023
20024         * gst-libs/gst/audio/gstbaseaudiosink.c:
20025         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20026         (gst_base_audio_sink_provide_clock),
20027         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20028         (gst_base_audio_sink_change_state):
20029         * gst/audioresample/gstaudioresample.c:
20030         Segment update fix.
20031
20032 2005-11-21  Andy Wingo  <wingo@pobox.com>
20033
20034         * *.h:
20035         * *.c: Ran scripts/update-macros. Oh yes.
20036
20037 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20038
20039         * sys/ximage/Makefile.am:
20040         * sys/ximage/ximage.c:
20041           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20042           remove your old libgstximage.* manually if necessary).
20043
20044 2005-11-21  Michael Smith <msmith@fluendo.com>
20045
20046         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20047           Minimal fix for bug #320200: set the min/max bitrate in the correct
20048           units. A better fix would be to upgrade to the RATEMANAGE2
20049           interface, rather than using the deprecated interface used here, but
20050           that would require an update in our libvorbis dependency (to 1.1),
20051           which is probably undesirable.
20052
20053 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20054
20055         * ext/libvisual/visual.c: (get_buffer):
20056         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20057         (gst_base_audio_src_fixate):
20058         * gst/audioconvert/gstaudioconvert.c:
20059         (gst_audio_convert_fixate_caps):
20060         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20061         * gst/audiotestsrc/gstaudiotestsrc.c:
20062         (gst_audiotestsrc_src_fixate):
20063         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20064         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20065         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20066         * gst/videotestsrc/gstvideotestsrc.c:
20067         (gst_videotestsrc_src_fixate):
20068         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20070           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20071           (#322027)
20072
20073
20074 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20075
20076         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20077         (gst_riff_create_iavs_caps):
20078         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20079         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20080         (gst_riff_parse_info):
20081         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20082         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20084           Fixes for GST_FOURCC_FORMAT API change.
20085
20086 2005-11-21  Andy Wingo  <wingo@pobox.com>
20087
20088         patch by: Alessandro Dessina <alessandro nnva org>
20089
20090         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20091         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20092         (gst_ogg_parse_chain):
20093         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20094         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20095         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20096         gst_value_list calls on arrays. Fixes #321962.
20097
20098 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20099
20100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20101         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20102         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20103         * gst/adder/gstadder.c: (gst_adder_init),
20104         (gst_adder_request_new_pad), (gst_adder_collected),
20105         (gst_adder_change_state):
20106           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20107           API change.
20108
20109 2005-11-21  Michael Smith <msmith@fluendo.com>
20110
20111         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20112         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20113           Properly handle pad_push return values.
20114
20115 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20116
20117         * gst-libs/gst/tag/Makefile.am:
20118         * gst-libs/gst/tag/gstvorbistag.c:
20119         (gst_tag_list_to_vorbiscomment_buffer):
20120           Remove obsolete vorbistag element and debug category.
20121
20122         * gst/playback/gstplaybasebin.c: (check_queue):
20123           Don't divide by 0 when queue-threshold is 0.
20124
20125         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20126           Don't modify an existing pixel-aspect-ratio if we fail to read
20127           a new one.
20128
20129 2005-11-20  Wim Taymans  <wim@fluendo.com>
20130
20131         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20132         (gst_vorbisenc_push_packet):
20133         GST_PAD_IS_USABLE is gone, use the return value of
20134         the push or pad_alloc_buffer instead.
20135
20136 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20137
20138         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20139         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20140         (gst_ximagesink_ximage_destroy),
20141         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20142         (gst_ximagesink_xwindow_new),
20143         (gst_ximagesink_xwindow_update_geometry),
20144         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20145         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20146         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20147         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20148         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20149         (gst_ximagesink_navigation_send_event),
20150         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20151         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20152         (gst_ximagesink_finalize), (gst_ximagesink_init),
20153         (gst_ximagesink_class_init):
20154         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20155         This new version brings correct software scaling, non flickering
20156         window while resizing, pixel aspect ratio handling, usage of
20157         hardware buffer pools, out of data flow event thread for 
20158         navigation and handling of expose events even when being PAUSED,
20159         a new property to keep video aspect ratio when resizing, etc...
20160
20161 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20162
20163         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20164         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20165         handling of PAR.
20166
20167 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20168
20169         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20170         Unsetting IS_SINK flag from the fakesink, so decodebin
20171         never behaves as a sink.
20172
20173 2005-11-17  Wim Taymans  <wim@fluendo.com>
20174
20175         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20176         (gst_base_audio_src_change_state):
20177         Fix the audiosrc base class again, we did not unflush.
20178
20179 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20180
20181         * examples/seeking/seek.c: (make_dv_pipeline),
20182         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20183         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20184         to ogg/vorbis/theora pipeline.
20185
20186 2005-11-17  Wim Taymans  <wim@fluendo.com>
20187
20188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20189         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20190         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20191         Fix EOS on multiple streams.
20192         More debugging.
20193
20194 2005-11-16  Wim Taymans  <wim@fluendo.com>
20195
20196         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20197         (gst_ogg_demux_perform_seek):
20198         Segment done must include stream time.
20199
20200         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20201         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20202         (gst_ogg_mux_change_state):
20203         Fix ogg muxer again.
20204
20205 2005-11-16  Wim Taymans  <wim@fluendo.com>
20206
20207         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20208         Fix compile again.
20209
20210 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20211
20212         * ext/libvisual/visual.c: (gst_visual_init):
20213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20214         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20215         (gst_ogg_parse_chain):
20216         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20217         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20218         * ext/theora/theoradec.c: (gst_theora_dec_init):
20219         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20220         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20221         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20222         * gst/adder/gstadder.c: (gst_adder_class_init),
20223         (gst_adder_dispose):
20224         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20225         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20226         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20227           Fix a whole set of pad template leaks
20228
20229 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20230
20231         * check/generic/states.c: (GST_START_TEST):
20232           fix the test so that it only checks for elements that are part of
20233           this source module
20234
20235 2005-11-16  Michael Smith <msmith@fluendo.com>
20236
20237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20238         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20239         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20240         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20241         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20242         (gst_ogg_mux_change_state):
20243           Fix leaking collectpads.
20244
20245 2005-11-16  Edward Hervey  <edward@fluendo.com>
20246
20247         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20248         (gst_videorate_event), (gst_videorate_chain):
20249         Handle segment seeks
20250
20251 2005-11-16  Wim Taymans  <wim@fluendo.com>
20252
20253         * gst-libs/gst/audio/gstbaseaudiosink.c:
20254         (gst_base_audio_sink_provide_clock),
20255         (gst_base_audio_sink_change_state):
20256         Set ringbuffer to non-flushing when going to PAUSED, set to
20257         flushing again when going to READY.
20258
20259         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20260         (gst_ring_buffer_stop):
20261         Start in flushing mode by default.
20262         Don't set flushing in the _stop method, let the app call
20263         this explicitly.
20264
20265 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20266
20267         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20268         * gst-libs/gst/video/videosink.h: Add helper function needed
20269         for video sinks.
20270
20271 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20272
20273         * gst/videoscale/gstvideoscale.c:
20274         (gst_videoscale_handle_src_event):
20275           Don't leak reference to pad parent.
20276
20277 2005-11-16  Wim Taymans  <wim@fluendo.com>
20278
20279         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20280         Set ringbuffer to flushing when stopping so that we don't
20281         block on wait_segment anymore and livelock.
20282
20283 2005-11-16  Wim Taymans  <wim@fluendo.com>
20284
20285         * examples/seeking/seek.c: (send_event), (do_seek),
20286         (loop_toggle_cb), (segment_done), (main):
20287         Added looping checkbox.
20288
20289 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20290
20291         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20292         (gst_ogg_demux_init):
20293         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20294         (gst_vorbis_dec_init):
20295           revert unrefs, they don't pass make check
20296
20297 2005-11-15  Johan Dahlin  <johan@gnome.org>
20298
20299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20300         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20301         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20302         (gst_vorbis_dec_init):
20303         Fix pad template leaks. 
20304
20305 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20306
20307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20308           Make state change function thread safe.
20309
20310 2005-11-15  Edward Hervey  <edward@fluendo.com>
20311
20312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20313         (gst_ogg_demux_class_init):
20314         Implement GstElement::send_event, so we can send seek events
20315         in GST_STATE_READY
20316
20317 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20318
20319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20320         Discovered how to take away flickering while resizing the
20321         window. Please don't put that in ximagesink, refactoring in
20322         progress.
20323
20324 2005-11-14  Michael Smith <msmith@fluendo.com>
20325
20326         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20327         (gst_multifdsink_render):
20328           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20329
20330 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20331
20332         * gst/playback/gstplaybin.c: (gen_audio_element):
20333           Use autoaudiosink, it tends to be more widely available than
20334           autoaudiiosink.
20335           
20336 2005-11-14  Andy Wingo  <wingo@pobox.com>
20337
20338         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20339         as well if it is available. Fixes #316442.
20340
20341 2005-11-14  Michael Smith <msmith@fluendo.com>
20342
20343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20344         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20345         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20346         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20347         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20348         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20349         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20350         (gst_vorbisenc_change_state):
20351           Fix a small memory leak in vorbisenc.
20352           Fix large memory leaks in oggmux, also fix lots of state change
20353           bugs in oggmux.
20354
20355 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20356
20357         * gst/videotestsrc/gstvideotestsrc.c:
20358         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20359         (gst_videotestsrc_src_fixate):
20360           move fixation to a fixate function
20361           remove negotiate function, basesrc's is good enough
20362           fixes a bug for check when using the element alone
20363
20364 2005-11-13  Edward Hervey  <edward@fluendo.com>
20365
20366         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20367         (key_toggle_cb), (main):
20368         Added checkboxes for adding/removing the accurate and key_unit seek
20369         flags.
20370
20371 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20372
20373         * configure.ac: back to HEAD
20374
20375 === release 0.9.5 ===
20376
20377 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20378
20379         * configure.ac:
20380           releasing 0.9.5, "No No Kia"
20381
20382 2005-11-11  Edward Hervey  <edward@fluendo.com>
20383
20384         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20385         Added parse-launch syntax seeking mode for the seeking example.
20386         This should help stress-test even more cases.
20387         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20388
20389 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20390
20391         * sys/xvimage/xvimagesink.c:
20392         (gst_xvimagesink_navigation_send_event):
20393           Check whether peer pad exists before sending navigation events
20394           to it.
20395
20396 2005-11-11  Michael Smith <msmith@fluendo.com>
20397
20398         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20399         (gst_vorbisenc_buffer_from_packet):
20400         * ext/vorbis/vorbisenc.h:
20401           Set duration on encoded buffers. This allows oggmux's
20402           max_page_delay parameter to actually work.
20403
20404 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20405
20406         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20407         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20408         (gst_ffmpegcsp_avpicture_fill):
20409         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20410         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20411           Make palettes work again (see #132341). Use our own macros
20412           for rounding up.
20413
20414 2005-11-10  Andy Wingo  <wingo@pobox.com>
20415
20416         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20417         string doober.
20418
20419 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20420
20421         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20422         (gst_ffmpegcsp_transform_caps):
20423           Prefer passthrough in transform_caps
20424
20425 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20426
20427         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20428           check for ALSA errors properly, instead of relying on ALSA's
20429           error strings to serve to the user.
20430
20431 2005-11-10  Wim Taymans  <wim@fluendo.com>
20432
20433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20434         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20435         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20436         Modernise the seek code.
20437
20438 2005-11-10  Michael Smith <msmith@fluendo.com>
20439         
20440         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20441         (setup_substreams), (set_active_source):
20442           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20443           trying to go to NULL if we failed to read a file.
20444
20445 2005-11-10  Wim Taymans  <wim@fluendo.com>
20446
20447         * gst/audiotestsrc/gstaudiotestsrc.c:
20448         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20449         (gst_audiotestsrc_create):
20450         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20451         (gst_sinesrc_get_times), (gst_sinesrc_create):
20452         * gst/videotestsrc/gstvideotestsrc.c:
20453         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20454         (gst_videotestsrc_create):
20455         The base class can now sync for us.
20456
20457 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20458
20459         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20460           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20461           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20462           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20463           format=(fourcc)I420" ! xvimagesink
20464
20465 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20466
20467         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20468         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20469         (gst_sinesrc_newsegment):
20470           Send newsegment event in TIME format, set duration if
20471           num-buffers is set, fix duration querying.
20472
20473 2005-11-10  Michael Smith <msmith@fluendo.com>
20474
20475         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20476         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20477         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20478         (gst_ogg_mux_collected):
20479          Fix EOS handling, partially. Now forwarding an EOS event once we have
20480          EOS on all pads works correctly. However, we still don't properly set
20481          EOS on the actual ogg stream pages.
20482
20483 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20484
20485         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20486           Set elements to NULL state before disposing of them.
20487
20488 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20489
20490         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20491
20492         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20493         (gst_base_rtp_depayload_init),
20494         (gst_base_rtp_depayload_set_gst_timestamp):
20495         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20496           We need to send a newsegment event for each instance, not
20497           just for the first instance of this class (get rid of
20498           static variable in function). (#321011).
20499           
20500 2005-11-08  Michael Smith <msmith@fluendo.com>
20501
20502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20503         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20504         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20505         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20506           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20507           This makes us mux things correctly according to the ogg muxing
20508           rules. Still not handling EOS correctly right now, though.
20509
20510 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20511
20512         * gst/audioconvert/gstaudioconvert.c:
20513           Fix typo in docs. 
20514
20515 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20516
20517         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20518         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20519           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20520           creating a new chain; should fix live streaming. Also
20521           add more debug output and fix a typo.
20522
20523 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20524
20525         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20526
20527         * gst/volume/gstvolume.c: (volume_set_caps):
20528           Fix compilation on Solaris with Forte. (#320923)
20529
20530 2005-11-08  Wim Taymans  <wim@fluendo.com>
20531
20532         * gst-libs/gst/audio/gstbaseaudiosink.c:
20533         (gst_base_audio_sink_render):
20534         No need to do a typecheck.
20535
20536 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20537
20538         * ext/alsa/gstalsa.h:
20539           We register a debug category, so let's use it.
20540
20541 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20542
20543         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20544         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20545         Fixed a small problem.
20546
20547 2005-11-04  Wim Taymans  <wim@fluendo.com>
20548
20549         * examples/seeking/Makefile.am:
20550         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20551         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20552         (make_playerbin_pipeline), (format_value), (update_scale),
20553         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20554         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20555         (print_usage), (main):
20556         Added app for playback speed testing.
20557
20558         * examples/seeking/seek.c: (dynamic_link),
20559         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20560         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20561         (message_received), (main):
20562         Updated seek example.
20563
20564 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20565
20566         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20567         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20568         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20569         (gst_base_rtp_depayload_set_clock):
20570         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20571         Don't sleep on the bench (system clock) when you have a nice 
20572         comfortable bed (Gstreamer clock) to sleep on.
20573
20574 2005-11-03  Wim Taymans  <wim@fluendo.com>
20575
20576         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20577         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20578         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20579         Handle the case where a pad_block failed.
20580
20581 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20582
20583         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20584
20585         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20586         (gst_base_rtp_depayload_add_to_queue),
20587         (gst_base_rtp_depayload_push),
20588         (gst_base_rtp_depayload_set_gst_timestamp),
20589         (gst_base_rtp_depayload_queue_release):
20590           Fixes some bugs in the depayloader's queuing/de-queueing code.
20591
20592 2005-10-31  Michael Smith <msmith@fluendo.com>
20593
20594         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20595         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20596         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20597           Patch from Alessandro Decina <alessandro@nnva.org>.
20598           Make oggdemux only find the final time in a chain, not per-pad,
20599           since the per-pad information can be very expensive to locate, and
20600           it isn't used anywhere. This makes reading a file containing
20601           OggSkeleton reasonably fast.
20602           Also, make chain finding work when there are logical bitstreams that
20603           can't be decoded. Fixes #319110.
20604
20605 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20606
20607         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20608         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20609         (gst_base_rtp_depayload_chain),
20610         (gst_base_rtp_depayload_add_to_queue),
20611         (gst_base_rtp_depayload_push),
20612         (gst_base_rtp_depayload_set_gst_timestamp),
20613         (gst_base_rtp_depayload_queue_release),
20614         (gst_base_rtp_depayload_start_thread),
20615         (gst_base_rtp_depayload_set_property),
20616         (gst_base_rtp_depayload_get_property):
20617         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20618         Some random fixes, to fullfill the desires of thomas.
20619
20620 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20621
20622         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20623         (gst_base_rtp_depayload_add_to_queue),
20624         (gst_base_rtp_depayload_push):
20625         Fixed the queueing algorithm.
20626
20627 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20628
20629         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20630         (gst_base_rtp_depayload_push):
20631         A small fix
20632
20633 2005-10-31  Wim Taymans  <wim@fluendo.com>
20634
20635         * gst-libs/gst/audio/gstringbuffer.h:
20636         Don't break ABI.
20637
20638         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20639         (gst_ffmpeg_caps_to_pixfmt):
20640         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20641         (gst_ffmpegcsp_set_caps):
20642         Some more comments.
20643         Handle missing required caps fields better.
20644
20645 2005-10-31  Wim Taymans  <wim@fluendo.com>
20646
20647         * gst-libs/gst/audio/gstbaseaudiosink.c:
20648         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20649         (gst_base_audio_sink_render):
20650         * gst-libs/gst/audio/gstringbuffer.c:
20651         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20652         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20653         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20654         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20655         (gst_ring_buffer_read):
20656         * gst-libs/gst/audio/gstringbuffer.h:
20657         Add flushing mode to the ringbuffer so that it in all cases does
20658         not try to handle more audio. This makes sure it does not try to
20659         block anymore when flushing and fixes a livelock.
20660
20661 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20662
20663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20664         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20665         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20666           Explicitly check for -1 values before doing a conversion
20667           and always map them to -1. (#315545)
20668
20669 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20670
20671         * gst/playback/gstplaybin.c: (gen_video_element):
20672           first try autovideosink, then xvimagesink, then error out
20673         * po/POTFILES.in:
20674           add translatable file
20675         * po/af.po:
20676         * po/az.po:
20677         * po/cs.po:
20678         * po/en_GB.po:
20679         * po/hu.po:
20680         * po/it.po:
20681         * po/nb.po:
20682         * po/nl.po:
20683         * po/or.po:
20684         * po/sq.po:
20685         * po/sr.po:
20686         * po/sv.po:
20687         * po/uk.po:
20688         * po/vi.po:
20689           update translations
20690
20691 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20692
20693         * gst-libs/gst/rtp/gstbasedepayload.c:
20694         * gst-libs/gst/rtp/gstbasedepayload.h:
20695           Minor cleanups
20696
20697 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20698
20699         * gst/playback/.cvsignore:
20700         * gst/playback/decodetest.c:
20701         * gst/playback/test3.c:
20702           Port these two tests as well.
20703
20704 2005-10-27  Wim Taymans  <wim@fluendo.com>
20705
20706         * ext/theora/theoradec.c: (theora_dec_src_query),
20707         (theora_dec_sink_event):
20708         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20709         (theora_enc_change_state):
20710         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20711         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20712         Take proper locks when handling events.
20713
20714 2005-10-27  Wim Taymans  <wim@fluendo.com>
20715
20716         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20717         (gst_adder_change_state):
20718         Fix timestamps and fix deadlock when stopping the collectpads.
20719
20720 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20721
20722         * gst-libs/gst/rtp/gstrtpbuffer.h:
20723         Declaring the payload types as strings too so that they can be used
20724         in the padtemplate inialization.
20725
20726 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20727
20728         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20729
20730         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20731         (gst_base_rtp_depayload_class_init):
20732         Fixes a small but nasty bug. The derived elements no longer segfaults
20733         on finalization.
20734
20735 2005-10-26  Michael Smith <msmith@fluendo.com>
20736
20737         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20738           When clearing an audioconvert context, set tmpbufsize to zero, so
20739           we'll allocate it again later if required.
20740           This fixes audioconvert re-negotiating formats, which previously
20741           segfaulted with a NULL destination buffer.
20742
20743 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20744
20745         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20746         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20747         (gst_base_rtp_depayload_set_gst_timestamp),
20748         (gst_base_rtp_depayload_queue_release):
20749         Fixed a smalll memleak.
20750
20751 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20752         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20753         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20754         (gst_base_rtp_depayload_finalize),
20755         (gst_base_rtp_depayload_setcaps),
20756         (gst_base_rtp_depayload_add_to_queue),
20757         (gst_base_rtp_depayload_push),
20758         (gst_base_rtp_depayload_set_gst_timestamp),
20759         (gst_base_rtp_depayload_queue_release),
20760         (gst_base_rtp_depayload_thread),
20761         (gst_base_rtp_depayload_change_state):
20762         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20763         Changed the C++ comments to C comments
20764
20765 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20766
20767         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20768         * gst/tcp/gsttcpclientsrc.h:
20769         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20770         * gst/tcp/gsttcpserversrc.h:
20771           Remove unused 'curoffset' structure member.
20772
20773 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20774
20775         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20776         (gst_base_rtp_depayload_base_init),
20777         (gst_base_rtp_depayload_finalize):
20778         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20779         * gst-libs/gst/rtp/gstbasertppayload.h:
20780           The pad-template on the sinkpad should be set by the derived classes.
20781           Also added some useful macros.
20782
20783 2005-10-24  Wim Taymans  <wim@fluendo.com>
20784
20785         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20786         Correctly flush decoder samples even if we could not
20787         copy them to an output buffer. Fixes #319618.
20788
20789 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20790
20791         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20793         the caps against our xcontext caps.
20794
20795 2005-10-24  Wim Taymans  <wim@fluendo.com>
20796
20797         * gst-libs/gst/audio/gstbaseaudiosink.c:
20798         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20799         Remove g_print
20800         Use sync property from baseclass to disable sync.
20801
20802 2005-10-24  Wim Taymans  <wim@fluendo.com>
20803
20804         * gst-libs/gst/audio/gstbaseaudiosink.c:
20805         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20806         Buffers with no timestamps get aligned with previous buffers or
20807         on underrun, played ASAP.
20808
20809 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20810
20811         * gst-libs/gst/video/video.h:
20812         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20813         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20815         here comes my change on caps for framerate and geometry range.
20816         We are now accepting 1 to MAXINT for width and height, and from
20817         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20818         to be blended correctly in videomixer.
20819
20820 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20821
20822         * configure.ac:
20823           back to HEAD
20824
20825 === release 0.9.4 ===
20826
20827 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20828
20829         * NEWS:
20830         * RELEASE:
20831         * configure.ac:
20832           releasing 0.9.4, "Velociraptor"
20833
20834 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20835
20836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20837         * po/POTFILES.in:
20838           STOPPED -> FAILED
20839
20840 2005-10-21  Wim Taymans  <wim@fluendo.com>
20841
20842         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20843         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20844         (pad_blocked), (close_pad_link), (new_pad):
20845         Don't try to remove elements twice.
20846
20847 2005-10-21  Wim Taymans  <wim@fluendo.com>
20848
20849         * ext/theora/theoradec.c: (theora_dec_src_query),
20850         (theora_dec_sink_event):
20851         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20852         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20853         (vorbis_handle_data_packet):
20854         * ext/vorbis/vorbisdec.h:
20855         Fix old naming.
20856
20857         * gst-libs/gst/audio/gstbaseaudiosink.c:
20858         (gst_base_audio_sink_render):
20859         Don't try to sync on buffers without a timestamp.
20860
20861 2005-10-21  Wim Taymans  <wim@fluendo.com>
20862
20863         * ext/theora/theoradec.c: (theora_dec_src_query),
20864         (theora_dec_sink_event):
20865         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20866         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20867         (vorbis_handle_data_packet):
20868         * ext/vorbis/vorbisdec.h:
20869         Fix old naming.
20870
20871 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20872
20873         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20874         (gst_vorbisenc_src_query):
20875           Implement position and duration queries.
20876
20877         * gst/playback/test3.c: (update_scale), (main):
20878           Fix for async state changes and print nicer output.
20879
20880 2005-10-20  Wim Taymans  <wim@fluendo.com>
20881
20882         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20883         (dump_element_stats), (main):
20884         * gst/playback/test6.c: (main):
20885         Fix tests again
20886
20887 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20888
20889         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20890         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20891           Don't use functions for position queries when handling
20892           duration queries.
20893
20894 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20895
20896         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20897         (vorbis_handle_data_packet), (vorbis_dec_chain),
20898         (vorbis_dec_change_state):
20899         * ext/vorbis/vorbisdec.h:
20900           Vorbis streams can be embedded in other container formats
20901           than ogg, container formats where the demuxer might set 
20902           timestamps on encoded vorbis buffers instead of those silly 
20903           granulepos thingies. In short: make vorbisdec handle 
20904           timestamps on incoming buffers as well.
20905
20906 2005-10-20  Wim Taymans  <wim@fluendo.com>
20907
20908         * gst/playback/gstplaybasebin.c: (group_destroy),
20909         (gst_play_base_bin_change_state):
20910         Fix leak.
20911         Handle case where playbasebin is now ASYNC because
20912         decodebin is.
20913
20914 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20915
20916         * gst/audioconvert/Makefile.am:
20917         * gst/audioconvert/bufferframesconvert.c:
20918         * gst/audioconvert/plugin.c: (plugin_init):
20919         * gst/audioconvert/plugin.h:
20920           And bye bye buffer-frames-convert
20921
20922 2005-10-19  Wim Taymans  <wim@fluendo.com>
20923
20924         * check/elements/audioconvert.c:
20925         * docs/libs/tmpl/gstaudio.sgml:
20926         * docs/libs/tmpl/gstcolorbalance.sgml:
20927         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20928         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20929         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20930         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20931         * gst-libs/gst/audio/audio.h:
20932         * gst/audioconvert/audioconvert.h:
20933         * gst/audioconvert/gstaudioconvert.c:
20934         (gst_audio_convert_parse_caps):
20935         * gst/volume/gstvolume.c:
20936         Bye bye buffer-frames.
20937
20938 2005-10-19  Wim Taymans  <wim@fluendo.com>
20939
20940         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20941         (query_positions_elems), (query_positions_pads), (update_scale),
20942         (do_seek), (set_update_scale), (message_received), (main):
20943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20944         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20945         (gst_ogg_demux_loop):
20946         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20947         * ext/theora/theoradec.c: (theora_dec_src_query),
20948         (theora_dec_sink_event):
20949         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20950         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20951         * gst/adder/gstadder.c: (gst_adder_query):
20952         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20953         * gst/playback/test3.c: (update_scale):
20954         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20955         (dump_element_stats), (main):
20956         * gst/playback/test6.c: (main):
20957         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20958         Query API update.
20959
20960 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20961
20962         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20963         (xml_check_first_element), (xml_type_find), (smil_type_find),
20964         (plugin_init):
20965           Add typefinding for SMIL and for generic XML. Based on patch by
20966           Akos Maroy (#308663).
20967
20968 2005-10-18  Wim Taymans  <wim@fluendo.com>
20969
20970         * gst/playback/Makefile.am:
20971         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20972         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20973         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20974         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20975         (gst_decode_bin_change_state):
20976         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20977         (gst_play_bin_send_event_to_sink):
20978         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20979         (dump_element_stats), (main):
20980         * gst/playback/test6.c: (main):
20981         Make playbin async, it'll commit state to paused when all streams
20982         are detected.
20983         Remove ugly hack.
20984         Added test6.c to show async behaviour.
20985
20986 2005-10-18  Wim Taymans  <wim@fluendo.com>
20987
20988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20989         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20990         Fix for segment-start/stop API change.
20991
20992 2005-10-18  Wim Taymans  <wim@fluendo.com>
20993
20994         * check/Makefile.am:
20995         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20996         (main):
20997         Add future test for clock selection.
20998
20999 2005-10-18  Wim Taymans  <wim@fluendo.com>
21000
21001         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21002         (gst_alsasink_close):
21003         Set handle to NULL.
21004
21005         * gst-libs/gst/audio/gstringbuffer.c:
21006         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21007         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21008         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21009         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21010         (gst_ring_buffer_read):
21011         More debug info.
21012
21013 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21014
21015         * gst/audiotestsrc/Makefile.am:
21016         * gst/sine/Makefile.am:
21017         * gst/volume/Makefile.am:
21018           fix broken build of controllerized plugins
21019
21020 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21021
21022         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21023
21024         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21025         (gst_riff_create_video_template_caps):
21026           Add support for Indeo-3 (IV32).
21027
21028 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21029
21030         * configure.ac:
21031           rewrite
21032
21033 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21034
21035         * gst-libs/gst/video/video.c: (gst_video_get_size):
21036         * gst/audiotestsrc/gstaudiotestsrc.c:
21037           doc updates
21038
21039 2005-10-17  Andy Wingo  <wingo@pobox.com>
21040
21041         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21042         with the collectpads change.
21043         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21044
21045         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21046
21047         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21048
21049         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21050         alloc_buffer flow return to callers.
21051         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21052         change. Fix some memleaks in theoraenc.
21053
21054         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21055         in strange circumstance.
21056
21057 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21058
21059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21060         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21061         from caps, let's use the caps...
21062
21063 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21064
21065         * configure.ac:
21066           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21067
21068 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21069
21070         * gst-libs/gst/interfaces/Makefile.am:
21071           fix silly typo
21072
21073 2005-10-16  Andy Wingo  <wingo@pobox.com>
21074
21075         * gst/playback/gstdecodebin.c
21076         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21077         function!
21078         (try_to_link_1): Increase kraziness level.
21079
21080 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21081
21082         * configure.ac:
21083           restructure like the core one
21084         * gst-libs/gst/audio/Makefile.am:
21085         * gst-libs/gst/interfaces/Makefile.am:
21086         * gst-libs/gst/net/Makefile.am:
21087         * gst-libs/gst/riff/Makefile.am:
21088         * gst-libs/gst/rtp/Makefile.am:
21089         * gst-libs/gst/tag/Makefile.am:
21090         * gst-libs/gst/video/Makefile.am:
21091           use correct linker flags, now the libs are properly versioned
21092         * check/elements/audioconvert.c: (verify_convert):
21093         * ext/alsa/gstalsaplugin.c:
21094         * ext/cdparanoia/gstcdparanoia.c:
21095         * ext/gnomevfs/gstgnomevfs.c:
21096         * ext/libvisual/visual.c:
21097         * ext/ogg/gstogg.c:
21098         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21099         * ext/theora/theora.c:
21100         * ext/vorbis/vorbis.c:
21101         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21102         * gst-libs/gst/tag/gsttagediting.c:
21103         * gst-libs/gst/video/video.c:
21104         * gst/adder/gstadder.c:
21105         * gst/audioconvert/plugin.c:
21106         * gst/audiorate/gstaudiorate.c:
21107         * gst/audioresample/gstaudioresample.c:
21108         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21109         * gst/audioscale/gstaudioscale.c:
21110         * gst/audioscale/resample.c:
21111         * gst/audiotestsrc/gstaudiotestsrc.c:
21112         * gst/ffmpegcolorspace/gstffmpeg.c:
21113         * gst/playback/gstdecodebin.c: (close_pad_link):
21114         * gst/playback/gstplaybin.c: (gen_video_element),
21115         (gen_audio_element):
21116         * gst/sine/gstsinesrc.c:
21117         * gst/subparse/gstsubparse.c:
21118         * gst/tags/gsttagediting.c:
21119         * gst/tcp/gsttcpplugin.c:
21120         * gst/typefind/gsttypefindfunctions.c:
21121         * gst/videorate/gstvideorate.c:
21122         * gst/videoscale/gstvideoscale.c:
21123         * gst/videotestsrc/gstvideotestsrc.c:
21124         * gst/volume/gstvolume.c:
21125         * sys/v4l/gstv4l.c:
21126         * sys/ximage/ximage.c:
21127         * sys/xvimage/xvimagesink.c:
21128           fix up defines
21129
21130 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21131
21132         * ext/vorbis/vorbisenc.c:
21133         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21134         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21135         (gst_tag_to_vorbis_comments):
21136           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21137
21138 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21139
21140         * examples/stats/mp2ogg.c:
21141         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21142           typo fixes
21143
21144 2005-10-13  Michael Smith <msmith@fluendo.com>
21145
21146         * ext/ogg/gstoggmux.c:
21147           Use magic glib macros to define constants as 64 bit, to ensure
21148           appropriate vararg passing.
21149
21150 2005-10-13  Michael Smith <msmith@fluendo.com>
21151
21152         * ext/ogg/gstoggmux.c:
21153         * gst/audioconvert/audioconvert.c: (float):
21154           Don't use LL suffix, as it's not portable, and neither of these
21155           uses required it anyway.
21156
21157 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21158
21159         * examples/indexing/indexmpeg.c: (main):
21160         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21161         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21162         (cdparanoia_convert), (cdparanoia_query):
21163         * ext/cdparanoia/gstcdparanoia.h:
21164         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21165         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21166         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21167         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21168         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21169         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21170         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21171         (gst_multifdsink_render), (gst_multifdsink_start),
21172         (gst_multifdsink_stop):
21173         * gst/tcp/gstmultifdsink.h:
21174         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21175         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21176         (gst_tcpclientsink_stop):
21177         * gst/tcp/gsttcpclientsink.h:
21178         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21179         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21180         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21181         * gst/tcp/gsttcpclientsrc.h:
21182         * gst/tcp/gsttcpserversink.h:
21183         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21184         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21185         (gst_tcpserversrc_stop):
21186         * gst/tcp/gsttcpserversrc.h:
21187         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21188         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21189         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21190           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21191           moved bitshift from macro to enum definition
21192
21193 2005-10-12  Wim Taymans  <wim@fluendo.com>
21194
21195         * examples/seeking/Makefile.am:
21196         Oops.
21197
21198 2005-10-12  Wim Taymans  <wim@fluendo.com>
21199
21200         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21201         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21202         Don't assert on normal stuff.
21203
21204         * gst/playback/gstplaybin.c: (do_playbin_seek):
21205         API fix.
21206
21207 2005-10-12  Wim Taymans  <wim@fluendo.com>
21208
21209         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21210         * examples/seeking/Makefile.am:
21211         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21212         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21213         (do_seek), (set_update_scale), (message_received), (main):
21214         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21215         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21216         Update for _get_state() API change.
21217
21218 2005-10-11  Wim Taymans  <wim@fluendo.com>
21219
21220         * gst-libs/gst/audio/gstbaseaudiosink.c:
21221         (gst_base_audio_sink_render):
21222         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21223         (gst_base_audio_src_create):
21224         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21225         (gst_ring_buffer_read):
21226         Cleanups.
21227         Commit and read from ringbuffer in samples rather than bytes.
21228
21229 2005-10-11  Wim Taymans  <wim@fluendo.com>
21230
21231         * gst-libs/gst/audio/gstbaseaudiosink.c:
21232         (gst_base_audio_sink_render):
21233         Respect segment rate and accum when scheduling samples.
21234
21235 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21236
21237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21238         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21239         EOS correctly, that needs more work.
21240
21241 2005-10-11  Wim Taymans  <wim@fluendo.com>
21242
21243         * check/generic/states.c: (GST_START_TEST):
21244         remove old property.
21245
21246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21247         (gst_ogg_demux_perform_seek):
21248         * ext/theora/theoradec.c: (theora_dec_sink_event):
21249         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21250         (vorbis_handle_data_packet):
21251         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21252         (gst_base_rtp_depayload_set_gst_timestamp):
21253         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21254         Update for newsegment API change.
21255
21256 2005-10-11  Michael Smith <msmith@fluendo.com>
21257
21258         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21259         (do_playbin_seek), (gst_play_bin_send_event):
21260           Override send_event differently, so that we can takes bits of
21261           functionality from GstPipeline (special handling for seeks,
21262           including pausing/resuming, and resetting stream time) and still get
21263           the appropriate behaviour of only forwarding event to a single sink,
21264           rather than all of them.
21265           Unfortunately requires a lot of code duplication, but the
21266           alternatives are equally ugly in the end.
21267
21268 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21269
21270         * check/elements/audioconvert.c: (setup_audioconvert),
21271         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21272         (GST_START_TEST), (audioconvert_suite):
21273           clean up tests a little, fix some leaks.
21274
21275 2005-10-10  Wim Taymans  <wim@fluendo.com>
21276
21277         * ext/alsa/gstalsasink.c:
21278         Also allow unsigned int.
21279
21280         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21281         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21282         Small cleanup
21283
21284 2005-10-10  Wim Taymans  <wim@fluendo.com>
21285
21286         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21287         Small update, use API as stated in design docs.
21288
21289         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21290         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21291         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21292         (message_received), (main):
21293         Updated seek example for GOption. Some usability improvements.
21294
21295 2005-10-10  Wim Taymans  <wim@fluendo.com>
21296
21297         * gst/audioconvert/audioconvert.h:
21298         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21299         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21300         Alloc temp storage somewhere else where we can do it more
21301         portable.
21302
21303 2005-10-10  Wim Taymans  <wim@fluendo.com>
21304
21305         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21306         (gst_tcpserversrc_start):
21307         Don't block in accept while doing the state change, move
21308         to poll and make cancellable.
21309
21310 2005-10-09  Philippe Khalaf <burger@speedy.org>
21311
21312         * gst-libs/gst/rtp/rtpbasedepayload.c:
21313         Set timestamp and add queue delay to timestamp
21314         * gst-libs/gst/rtp/rtpbuffer.h:
21315         Set correct payload type for h263
21316
21317 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21318
21319         * gst/audiotestsrc/gstaudiotestsrc.c:
21320         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21321         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21322         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21323         (gst_audiotestsrc_create_triangle),
21324         (gst_audiotestsrc_create_silence),
21325         (gst_audiotestsrc_create_white_noise),
21326         (gst_audiotestsrc_init_pink_noise),
21327         (gst_audiotestsrc_generate_pink_noise_value),
21328         (gst_audiotestsrc_create_pink_noise),
21329         (gst_audiotestsrc_change_wave):
21330         * gst/audiotestsrc/gstaudiotestsrc.h:
21331           fixed typo, added pink noise
21332
21333 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21334
21335         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21336         (plugin_init):
21337           Add wavpack and spc typefind functions from 0.8 branch.
21338
21339 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21340
21341         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21342         (ar_type_find), (msdos_type_find), (plugin_init):
21343           Add typefind functions for tar archives, ar archives,
21344           RAR archives, and msdos-executables (dlls, exe, etc.).
21345           Some of those would be wrongly identified as mpeg
21346           streams of some sort before (#315550).
21347
21348 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21349
21350         * configure.ac:
21351         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21352         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21353         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21354         * gst/audiotestsrc/Makefile.am:
21355         * gst/audiotestsrc/gstaudiotestsrc.c:
21356         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21357         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21358         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21359         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21360         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21361         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21362         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21363         (gst_audiotestsrc_create_silence),
21364         (gst_audiotestsrc_create_white_noise),
21365         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21366         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21367         (gst_audiotestsrc_start), (plugin_init):
21368         * gst/audiotestsrc/gstaudiotestsrc.h:
21369           add new plugin and element
21370         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21371           use gobject_class
21372
21373 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21374
21375         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21376         (gst_adder_init), (gst_adder_request_new_pad),
21377         (gst_adder_change_state):
21378           Add query function to source pad, so adder reports the correct
21379           time/sample position when queried (#315457); fix state change
21380           function; use GST_DEBUG_FUNCPTR() for pad functions.
21381
21382 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21383
21384         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21385           Fix leaks in typefind registration
21386           Clean up the gratuitous commenting and whitespacing a little
21387
21388 2005-10-08  Wim Taymans  <wim@fluendo.com>
21389
21390         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21391         Only actually wait for the thread to be stopped if it's 
21392         running.
21393
21394 2005-10-08  Wim Taymans  <wim@fluendo.com>
21395
21396         * gst-libs/gst/audio/gstbaseaudiosink.c:
21397         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21398         If we receive EOS we can start playback of what we had.
21399
21400 2005-10-08  Wim Taymans  <wim@fluendo.com>
21401
21402         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21403         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21404         (gst_multifdsink_stop):
21405         Fix crasher when going to NULL multiple times.
21406
21407 2005-10-06  Wim Taymans  <wim@fluendo.com>
21408
21409         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21410         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21411         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21412         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21413         patch from Edgard Lima <edgard.lima@indt.org.br>
21414         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21415
21416 2005-10-06  Wim Taymans  <wim@fluendo.com>
21417
21418         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21419         Report the FLOW_RETURN as string in the error message.
21420
21421         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21422         Don't assert when clearing an unnegotiated buffer.
21423
21424 2005-10-04  Michael Smith <msmith@fluendo.com>
21425
21426         * gst/playback/gstplaybasebin.c: (group_destroy),
21427         (gen_preroll_element), (remove_groups), (setup_source):
21428         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21429         (setup_sinks), (gst_play_bin_send_event),
21430         (gst_play_bin_change_state):
21431           Set state to NULL before removing from bin. Fix refcounting.
21432
21433 2005-10-04  Michael Smith <msmith@fluendo.com>
21434
21435         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21436           Correct refcounting in send_event() function. Previously was wrong
21437           if the first sink was unable to handle the event.
21438
21439 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21440
21441         * configure.ac:
21442           back to development
21443
21444 === release 0.9.3 ===
21445
21446 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21447
21448         * configure.ac:
21449           Releasing 0.9.3, "De Facto"
21450
21451 2005-10-03  Andy Wingo  <wingo@pobox.com>
21452
21453         * gst/playback/gstdecodebin.c (try_to_link_1)
21454         (remove_element_chain): set element to NULL before removing it.
21455
21456 2005-10-02  Johan Dahlin  <johan@gnome.org>
21457
21458         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21459         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21460         MT safe.
21461
21462 2005-10-02  Andy Wingo  <wingo@pobox.com>
21463
21464         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21465         (gst_ring_buffer_prepare_read): 
21466         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21467         Demote to LOG.
21468
21469 2005-09-29  Wim Taymans  <wim@fluendo.com>
21470
21471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21472         * ext/theora/theoradec.c: (theora_handle_data_packet):
21473         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21474         Propagate error codes from alloc_buffer too.
21475
21476 2005-09-29  Wim Taymans  <wim@fluendo.com>
21477
21478         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21479         We use fixed caps.
21480
21481         * gst/playback/Makefile.am:
21482         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21483         (dump_element_stats), (main):
21484         Added example stream introspection code.
21485
21486 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21487
21488         * gst/adder/gstadder.c: (gst_adder_collected):
21489           fix adder for float elements
21490
21491 2005-09-28  Wim Taymans  <wim@fluendo.com>
21492
21493         * gst-libs/gst/audio/gstbaseaudiosink.c:
21494         (gst_base_audio_sink_class_init),
21495         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21496         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21497         (gst_base_audio_src_class_init),
21498         (gst_base_audio_src_provide_clock):
21499         get_clock -> provide_clock
21500
21501 2005-09-28  Andy Wingo  <wingo@pobox.com>
21502
21503         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21504         and unlocking.
21505
21506         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21507         unlocking.
21508
21509         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21510         Actually add the pad template.
21511         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21512
21513         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21514         I'm at it...
21515
21516         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21517         from fdsrc. Get caps in create() instead of start() so it can be
21518         interrupted. Interruption somewhat untested.
21519
21520         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21521         Proper EOS handling.
21522
21523 2005-09-27  Andy Wingo  <wingo@pobox.com>
21524
21525         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21526
21527         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21528
21529         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21530
21531         * gst/tcp/gsttcp.h: 
21532         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21533         out of tcpclientsrc.c. Cancellable.
21534         (gst_tcp_socket_read): Made private, cancellable, with better
21535         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21536         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21537         whole buffer, and better diagnostics.
21538         (gst_tcp_gdp_read_caps): Same.
21539
21540         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21541
21542 2005-09-26  Andy Wingo  <wingo@pobox.com>
21543
21544         * gst/sine/gstsinesrc.h:
21545         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21546         change the 'sync' property to 'is-live' and implement it halfway,
21547         update for controller api change.
21548
21549         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21550         controller api change.
21551
21552 2005-09-24  Wim Taymans  <wim@fluendo.com>
21553
21554         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21555         * gst-libs/gst/audio/gstaudiosink.c:
21556         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21557         (gst_audioringbuffer_stop):
21558         * gst-libs/gst/audio/gstbaseaudiosink.c:
21559         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21560         (gst_base_audio_sink_change_state):
21561         * gst-libs/gst/audio/gstbaseaudiosink.h:
21562         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21563         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21564         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21565         * gst-libs/gst/audio/gstringbuffer.h:
21566         Fix sync again. Moved sample alignment to basesink.
21567
21568 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21569
21570         * docs/plugins/Makefile.am:
21571         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21572         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21573         * gst/volume/gstvolume.c:
21574           add/fix docs
21575         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21576         * gst-libs/gst/audio/audio.h:
21577           add conversion macros for frames <-> clocktime
21578
21579 2005-09-23  David Schleef  <ds@schleef.org>
21580
21581         * gst/audioresample/Makefile.am:
21582         * gst/audioresample/debug.h:
21583         * gst/audioresample/gstaudioresample.c:
21584         * gst/audioresample/resample.c: Convert to using gst debugging
21585
21586 2005-09-22  Wim Taymans  <wim@fluendo.com>
21587
21588         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21589         (gst_play_bin_send_event):
21590         Only seek on one sink, the first one that succeeds.
21591
21592 2005-09-22  Michael Smith <msmith@fluendo.com>
21593
21594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21595         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21596         Don't flush encoder state unless we have an initialised encoder.
21597         Clear out encoder state on PAUSED_TO_READY.
21598
21599 2005-09-22  Wim Taymans  <wim@fluendo.com>
21600
21601         * gst-libs/gst/rtp/gstbasertppayload.c:
21602         (gst_basertppayload_class_init), (gst_basertppayload_init),
21603         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21604         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21605         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21606         (gst_basertppayload_set_property),
21607         (gst_basertppayload_get_property),
21608         (gst_basertppayload_change_state):
21609         * gst-libs/gst/rtp/gstbasertppayload.h:
21610         Added max-ptime to control amount of data in the rtp packets.
21611
21612 2005-09-21  Andy Wingo  <wingo@pobox.com>
21613
21614         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21615         thingies.
21616
21617         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21618         can be called multiple times, dogs.
21619
21620 2005-09-21  Wim Taymans  <wim@fluendo.com>
21621
21622         * gst-libs/gst/rtp/gstbasertppayload.c:
21623         (gst_basertppayload_class_init), (gst_basertppayload_init),
21624         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21625         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21626         (gst_basertppayload_push), (gst_basertppayload_get_property),
21627         (gst_basertppayload_change_state):
21628         Allow 0 ssrc too.
21629
21630 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21631
21632         * docs/libs/compiling.sgml:
21633           fixing typos
21634
21635 2005-09-20  Wim Taymans  <wim@fluendo.com>
21636
21637         * gst-libs/gst/rtp/gstbasertppayload.c:
21638         (gst_basertppayload_class_init), (gst_basertppayload_init),
21639         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21640         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21641         (gst_basertppayload_push), (gst_basertppayload_set_property),
21642         (gst_basertppayload_get_property),
21643         (gst_basertppayload_change_state):
21644         * gst-libs/gst/rtp/gstbasertppayload.h:
21645         Added property to configure sequence number offsets.
21646
21647 2005-09-20  Wim Taymans  <wim@fluendo.com>
21648
21649         * gst-libs/gst/rtp/gstbasertppayload.c:
21650         (gst_basertppayload_class_init), (gst_basertppayload_init),
21651         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21652         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21653         (gst_basertppayload_push), (gst_basertppayload_set_property),
21654         (gst_basertppayload_get_property),
21655         (gst_basertppayload_change_state):
21656         * gst-libs/gst/rtp/gstbasertppayload.h:
21657         Make timestamp offset configurable.
21658
21659 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21660
21661         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21662           fix wrong pop/unref
21663
21664 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21665
21666         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21667
21668         * gst-libs/gst/interfaces/propertyprobe.c:
21669         (gst_property_probe_probe_property_name),
21670         (gst_property_probe_needs_probe_name),
21671         (gst_property_probe_get_values_name),
21672         (gst_property_probe_probe_and_get_values_name):
21673           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21674           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21675
21676 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21677
21678         * check/Makefile.am:
21679           have some tests be disabled for valgrinding
21680         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21681         (GST_START_TEST):
21682         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21683           Fix A Leak.  Chain To Parent Finalize.
21684
21685 2005-09-19  Wim Taymans  <wim@fluendo.com>
21686
21687         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21688         Fixed wav pipeline.
21689
21690 2005-09-19  Wim Taymans  <wim@fluendo.com>
21691
21692         * gst-libs/gst/rtp/gstbasertppayload.c:
21693         (gst_basertppayload_class_init), (gst_basertppayload_init),
21694         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21695         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21696         (gst_basertppayload_push), (gst_basertppayload_get_property),
21697         (gst_basertppayload_change_state):
21698         Posting ERROR and WARNING messages is good.
21699
21700 2005-09-19  Wim Taymans  <wim@fluendo.com>
21701
21702         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21703         (gst_base_rtp_depayload_add_to_queue),
21704         (gst_base_rtp_depayload_push),
21705         (gst_base_rtp_depayload_set_gst_timestamp),
21706         (gst_base_rtp_depayload_queue_release):
21707         This one was not supposed to go in.
21708
21709 2005-09-19  Wim Taymans  <wim@fluendo.com>
21710
21711         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21712         Fix for bus API.
21713
21714         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21715         (gst_base_rtp_depayload_chain),
21716         (gst_base_rtp_depayload_add_to_queue),
21717         (gst_base_rtp_depayload_push),
21718         (gst_base_rtp_depayload_set_gst_timestamp),
21719         (gst_base_rtp_depayload_queue_release):
21720         Some cleanups.
21721
21722         * gst-libs/gst/rtp/gstbasertppayload.c:
21723         (gst_basertppayload_class_init), (gst_basertppayload_init),
21724         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21725         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21726         (gst_basertppayload_get_property),
21727         (gst_basertppayload_change_state):
21728         Added debugging category.
21729
21730 2005-09-18  David Schleef  <ds@schleef.org>
21731
21732         * gst/playback/gstdecodebin.c: free plugin list correctly
21733         * gst/playback/gstplaybin.c: emit warning if autovideosink
21734           and autoaudiosink can't be found (instead of segfaulting)
21735
21736 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21737
21738         * check/elements/audioconvert.c: (GST_START_TEST):
21739           try out 24 bit conversion
21740
21741 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21742
21743         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21744         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21745         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21746         * ext/vorbis/vorbisenc.h:
21747           Fix EOS handling.  Still needs a fix in the ogg muxer to
21748           mark the last page as eos.
21749
21750 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21751
21752         * common/gtk-doc-plugins.mak:
21753         * docs/plugins/Makefile.am:
21754         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21755         * gst/ffmpegcolorspace/Makefile.am:
21756         * gst/ffmpegcolorspace/avcodec.h:
21757         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21758         * gst/tcp/gstmultifdsink.c:
21759           fix up ffmpegcolorspace docs; extract header
21760
21761 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21762
21763         * common/gtk-doc-plugins.mak:
21764         * docs/plugins/Makefile.am:
21765         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21766         * ext/theora/Makefile.am:
21767         * ext/theora/gsttheoraenc.h:
21768         * ext/theora/theoraenc.c:
21769         * ext/vorbis/vorbisenc.c:
21770           pick up signals and args for vorbis; add some docs for vorbis
21771
21772 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21773
21774         * common/gstdoc-scangobj:
21775         * common/gtk-doc-plugins.mak:
21776         * docs/libs/Makefile.am:
21777         * docs/plugins/gst-plugins-base-plugins.args:
21778         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21779         * docs/plugins/gst-plugins-base-plugins.interfaces:
21780         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21781         * docs/plugins/gst-plugins-base-plugins.signals:
21782           only scanobj stuff from our source module.  Not sure yet
21783           if that's correct, given the hierarchy stuff :)
21784
21785 2005-09-15  Wim Taymans  <wim@fluendo.com>
21786
21787         * gst/audioconvert/gstaudioconvert.c:
21788         And enable 24 bits mode as well..
21789
21790 2005-09-15  Wim Taymans  <wim@fluendo.com>
21791
21792         * gst-libs/gst/rtp/Makefile.am:
21793         * gst-libs/gst/rtp/gstbasertppayload.c:
21794         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21795         (gst_basertppayload_class_init), (gst_basertppayload_init),
21796         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21797         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21798         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21799         (gst_basertppayload_set_property),
21800         (gst_basertppayload_get_property),
21801         (gst_basertppayload_change_state):
21802         * gst-libs/gst/rtp/gstbasertppayload.h:
21803         Added rtp payloader base class.
21804
21805 2005-09-15  Andy Wingo  <wingo@pobox.com>
21806
21807         * configure.ac (plugindir): Remove the EOL matcher from the
21808         regexp, as it causes me problems. Libtool? Make? Who knows?
21809
21810 2005-09-14  David Schleef  <ds@schleef.org>
21811
21812         * check/generic/states.c: 
21813         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21814         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21815           Fixes for changes in registry API.
21816
21817         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21818           to GST_PLUGIN_LDFLAGS.
21819         * ext/libvisual/visual.c: Make the library shut up.
21820         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21821         * gst-libs/gst/audio/gstaudiofilter.c: same
21822
21823 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21824
21825         * docs/plugins/Makefile.am:
21826         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21827         * docs/plugins/inspect/plugin-libvisual.xml:
21828         * docs/plugins/tmpl/element-tcpserversink.sgml:
21829         * ext/theora/theoraenc.c:
21830           add libvisual plugin and theoraenc element to docs
21831
21832 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21833
21834         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21835         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21836         * ext/theora/theoraenc.c:
21837           add theoraenc
21838
21839 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21840
21841         * gst/audioconvert/Makefile.am:
21842           Audioconvert derives from GstBaseTransform and should
21843           link to the library with our base elements to avoid
21844           unresolved symbols. Makes things work with MinGW (#316160)
21845
21846         * gst/playback/test4.c: (main):
21847           Fix MinGW build problem and use g_usleep() instead of 
21848           sleep() (#316162)
21849
21850 2005-09-12  Wim Taymans  <wim@fluendo.com>
21851
21852         * gst/audioconvert/audioconvert.c: (float),
21853         (audio_convert_prepare_context), (audio_convert_convert):
21854         * gst/audioconvert/audioconvert.h:
21855         Cleanups, speedups, simplifications, added back support
21856         for 24 bits.
21857
21858 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21859
21860         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21861         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21862         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21863         * docs/plugins/tmpl/element-tcpserversink.sgml:
21864         * gst/ffmpegcolorspace/gstffmpeg.c:
21865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21866         * gst/videotestsrc/gstvideotestsrc.c:
21867         * gst/volume/gstvolume.c:
21868           add more elements to the docs
21869
21870 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21871
21872         * check/Makefile.am:
21873         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21874         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21875           Add extra tests for basetransform based components. 
21876           Comment out the test_element_negotiation test until we decide
21877           if it's testing correct behaviour.
21878         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21879         (gst_visual_chain), (gst_visual_change_state):
21880           Slightly more correct but still bogus timestamping.
21881           Fix state change function.
21882         * gst/audioconvert/gstaudioconvert.c:
21883         (gst_audio_convert_class_init):
21884         * gst/audioresample/gstaudioresample.c:
21885         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21886         (gst_ffmpegcsp_class_init):
21887         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21888         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21889         (gst_videoscale_prepare_image):
21890         * gst/volume/gstvolume.c: (gst_volume_class_init),
21891         (volume_transform_ip):
21892           Basetransform updates. Enable passthrough modes.
21893         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21894         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21895         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21896           Negotiation fix that allows the window to return to the original
21897           size and renegotiate passthrough upstream. Extra debug output.
21898
21899 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21900
21901         * gst/sine/gstsinesrc.c:
21902         * gst/volume/gstvolume.c:
21903           fix up header include
21904
21905 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21906
21907         * gst-libs/gst/audio/gstbaseaudiosink.c:
21908         (gst_base_audio_sink_render):
21909         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21910         * gst/volume/gstvolume.c: (gst_volume_class_init),
21911         (volume_transform):
21912           fixing lost sync, some more debugging
21913
21914 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21915
21916         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21917         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21918         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21919         (gst_xvimagesink_check_xshm_calls):
21920           Fix compilation when XShm is not available.
21921
21922 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21923
21924         * ext/libvisual/visual.c: (gst_visual_dispose),
21925         (gst_visual_getcaps), (gst_visual_src_setcaps),
21926         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21927         (gst_visual_change_state):
21928           Finish fixing up libvisual plugin so that it runs. 
21929
21930 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21931
21932         * ext/vorbis/vorbisenc.c:
21933         * gst-libs/gst/tag/gstvorbistag.c:
21934           gsttaginterface.h -> gsttagsetter.h
21935
21936 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21937
21938         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21939           added another test that failes for me (test is not active by default)
21940
21941 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21942
21943         * configure.ac:
21944           v4l2 is no longer in gst-plugins-base
21945
21946 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21947
21948         * configure.ac:
21949           In the output at the end, don't show the first plugin on the same
21950           line as "Core plug-ins, always built:".
21951           Indent the output as for other plugin categories
21952         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21953           #define that can be used to not use peer buffer_alloc functions for
21954           test purposes.
21955         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21956         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21957         (gst_ximagesink_show_frame):
21958         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21959         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21960         (gst_xvimagesink_show_frame):
21961           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21962           fails gracefully instead of XError aborting or deadlocking.
21963
21964 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21965
21966         * ext/libvisual/Makefile.am:
21967           link against gst-base-libs
21968
21969 2005-09-06  David Schleef  <ds@schleef.org>
21970
21971         * configure.ac: Enable libvisual plugin.
21972         * ext/libvisual/Makefile.am:
21973         * ext/libvisual/visual.c: Fixes to make it compile.
21974
21975 === release 0.9.2 ===
21976
21977 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21978
21979         * NEWS:
21980         * RELEASE:
21981         * configure.ac:
21982         * docs/random/ChangeLog-0.8:
21983           releasing 0.9.2, "Spoon"
21984
21985 2005-09-05  Michael Smith <msmith@fluendo.com>
21986
21987         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21988           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21989           that in the vorbisenc element.
21990
21991 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21992
21993         * common/gtk-doc-plugins.mak:
21994         * docs/plugins/Makefile.am:
21995           fix distcheck
21996         * gst/audioresample/resample.c:
21997           fix wrong docstring
21998
21999 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22000
22001         * common/gst-xmlinspect.py:
22002         * common/gtk-doc-plugins.mak:
22003           only inspect plugins for this given package
22004           require gst-python 0.9
22005
22006 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22007
22008         * Makefile.am:
22009         * autogen.sh:
22010         * common/gst-xmlinspect.py:
22011         * configure.ac:
22012         * docs/Makefile.am:
22013         * docs/plugins/inspect/plugin-alsa.xml:
22014         * docs/plugins/inspect/plugin-audioresample.xml:
22015         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22016         * docs/plugins/inspect/plugin-ogg.xml:
22017         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22018         * docs/plugins/tmpl/element-multifdsink.sgml:
22019         * docs/plugins/tmpl/element-tcpserversink.sgml:
22020         * docs/plugins/tmpl/element-vorbisenc.sgml:
22021         * gst-plugins-base.spec.in:
22022           various doc-related updates
22023
22024 2005-08-31  Wim Taymans  <wim@fluendo.com>
22025
22026         * gst-libs/gst/audio/gstbaseaudiosink.c:
22027         (gst_base_audio_sink_render):
22028         Resync if the buffer timestamps drift more than a 10th 
22029         of a second.
22030
22031 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22032
22033         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22034         (gst_v4lsrc_get_property):
22035           The 'timestamp-offset' property is registered as an int64, so
22036           let's use g_value_{set|get}_int64() in our setter and getter
22037           functions (makes it work and fixes warnings with gst-inspect).
22038
22039 2005-08-30  Wim Taymans  <wim@fluendo.com>
22040
22041         * check/elements/audioconvert.c: (setup_audioconvert):
22042         * check/elements/audioresample.c: (setup_audioresample):
22043         * check/elements/volume.c: (setup_volume):
22044         Fix checks.
22045
22046 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22047
22048         * common/gtk-doc-plugins.mak:
22049         * common/plugins.xsl:
22050         * docs/plugins/Makefile.am:
22051           make module a param
22052
22053 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22054
22055         * examples/seeking/seek.c: (make_mp3_pipeline),
22056         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22057         (play_cb), (pause_cb), (stop_cb):
22058           update the example
22059
22060 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22061
22062         * gst/volume/gstvolume.c: (gst_volume_class_init),
22063         (volume_transform):
22064           do not update controlled params, if buffer has no timestamp
22065
22066 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22067
22068         * configure.ac:
22069         * gst/sine/Makefile.am:
22070         * gst/volume/Makefile.am:
22071           controllerized elements also need to link against controller-libs ;)
22072
22073 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22074
22075         * docs/libs/tmpl/gstcolorbalance.sgml:
22076         * docs/libs/tmpl/gstgconf.sgml:
22077         * docs/libs/tmpl/gstmixer.sgml:
22078         * docs/libs/tmpl/gstringbuffer.sgml:
22079         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22080         (gst_sinesrc_create):
22081         * gst/volume/gstvolume.c: (gst_volume_class_init),
22082         (volume_transform):
22083           controllerized two audio plugins
22084
22085 2005-08-29  Andy Wingo  <wingo@pobox.com>
22086
22087         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22088         (vorbis_handle_data_packet): Fix some int overflow errors.
22089
22090         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22091         -1.
22092         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22093         valid.
22094         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22095         if it's valid. Fixed streaming-mode playback.
22096
22097         * check/elements/volume.c (cleanup_volume): Fix for running
22098         CK_FORK=no.
22099
22100         * check/elements/audioconvert.c: Convert from native endian, not
22101         little endian.
22102
22103 2005-08-29  Michael Smith <msmith@fluendo.com>
22104
22105         * ext/ogg/Makefile.am:
22106         * ext/ogg/gstogg.c: (plugin_init):
22107         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22108         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22109         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22110         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22111         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22112         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22113         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22114         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22115         Add an ogg parser element.
22116
22117 2005-08-28  Andy Wingo  <wingo@pobox.com>
22118
22119         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22120
22121 2005-08-26  Wim Taymans  <wim@fluendo.com>
22122
22123         * gst/audioconvert/audioconvert.c: (if), (float),
22124         (audio_convert_get_func_index), (check_default),
22125         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22126         (audio_convert_clean_context), (audio_convert_get_sizes),
22127         (audio_convert_convert):
22128         Cleanups.
22129
22130 2005-08-26  Wim Taymans  <wim@fluendo.com>
22131
22132         * gst/audioconvert/audioconvert.c: (if), (float),
22133         (audio_convert_get_func_index), (check_default),
22134         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22135         (audio_convert_clean_context), (audio_convert_get_sizes),
22136         (audio_convert_convert):
22137         More elegant and working temp buffer selection algo.
22138
22139 2005-08-26  Wim Taymans  <wim@fluendo.com>
22140
22141         * gst/audioconvert/audioconvert.c: (if), (float),
22142         (audio_convert_get_func_index), (check_default),
22143         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22144         (audio_convert_clean_context), (audio_convert_get_sizes),
22145         (get_temp_buffer), (audio_convert_convert):
22146         Use realloc else we lose our original data.
22147
22148 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22149
22150         * gst/audioresample/gstaudioresample.c:
22151           use base class' newsegment to properly timestamp
22152
22153 2005-08-26  Wim Taymans  <wim@fluendo.com>
22154
22155         * gst/audioconvert/audioconvert.c: (if), (float),
22156         (audio_convert_get_func_index), (check_default),
22157         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22158         (audio_convert_clean_context), (audio_convert_get_sizes),
22159         (get_temp_buffer), (audio_convert_convert):
22160         * gst/audioconvert/gstaudioconvert.c:
22161         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22162         (gst_audio_convert_transform_caps),
22163         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22164         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22165         Oops, allocate enough space to perform the channel mix.
22166
22167 2005-08-26  Wim Taymans  <wim@fluendo.com>
22168
22169         * gst/audioconvert/Makefile.am:
22170         * gst/audioconvert/audioconvert.c: (if), (float),
22171         (audio_convert_get_func_index), (check_default),
22172         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22173         (audio_convert_clean_context), (audio_convert_get_sizes),
22174         (get_temp_buffer), (audio_convert_convert):
22175         * gst/audioconvert/audioconvert.h:
22176         * gst/audioconvert/gstaudioconvert.c:
22177         (gst_audio_convert_class_init), (gst_audio_convert_init),
22178         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22179         (gst_audio_convert_get_unit_size),
22180         (gst_audio_convert_transform_caps),
22181         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22182         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22183         * gst/audioconvert/gstaudioconvert.h:
22184         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22185         (gst_channel_mix_fill_identical),
22186         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22187         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22188         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22189         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22190         (gst_channel_mix_mix):
22191         * gst/audioconvert/gstchannelmix.h:
22192         Cleanups, librarify a bit, optimize, better negotiation and more.
22193
22194 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22195
22196         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22197         Another from MikeS:
22198         During typefinding, don't support negative offsets
22199         (offsets from the end of the stream) in our typefind->peek() function
22200         - nothing embedded in ogg ever needs them. However, we need to recognise
22201         those requests and reject them, otherwise we return invalid pointers.
22202
22203 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22204
22205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22206         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22207         (vorbisdec_finalize), (vorbis_handle_type_packet):
22208           Big shout-out to MikeS for fixing this giant memory leak.
22209           Huzzah!
22210
22211 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22212
22213         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22214         (audio_convert_get_unit_size):
22215           plug some leaks
22216
22217 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22218
22219         * check/Makefile.am:
22220         * check/elements/audioconvert.c: (setup_audioconvert),
22221         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22222         (GST_START_TEST), (audioconvert_suite), (main):
22223           add a test for audioconvert
22224         * gst/audioresample/gstaudioresample.c:
22225         * gst/audioresample/gstaudioresample.h:
22226           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22227           note that for buffers of 1/3 sec this means DURATION(c) is 
22228           one nanosecond more than for a and b
22229
22230 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22231
22232         * check/Makefile.am:
22233         * check/elements/audioresample.c: (setup_audioresample),
22234         (cleanup_audioresample), (fail_unless_perfect_stream),
22235         (test_perfect_stream_instance), (GST_START_TEST),
22236           add a check for audioresample
22237         (audioresample_suite), (main):
22238         * check/elements/volume.c: (GST_START_TEST):
22239           remove unused method
22240         * gst/audioresample/gstaudioresample.c:
22241           set correct buffer parameters since we're changing them
22242         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22243           add some debug
22244
22245 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22246
22247         * gst/audioresample/debug.c:
22248         * gst/audioresample/gstaudioresample.c:
22249           add room for extra overlap samples when asked to transform size
22250           protect against possible mem corruption and check for discrepancies
22251           between written size and outbuffer's size so we can warn for
22252           potential problems
22253         * gst/audioresample/resample.c: (resample_init),
22254         (resample_get_output_size_for_input), (resample_get_output_size),
22255         (resample_set_n_channels), (resample_set_format):
22256           set debug level based on RESAMPLE_DEBUG env var
22257           make sure that get_output_size* returns a whole number of
22258           sample_size
22259           set sample_size each time either channel or format is set
22260         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22261         * gst/audioresample/resample_functable.c:
22262         (resample_scale_functable):
22263         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22264           remove r->sample_size, it's done in resample.c now
22265           add some debugging to the ref implementation
22266           make sure we only give back bytes that are wholes of the sample
22267           size
22268
22269 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22270         * gst/playback/gstplaybasebin.c: (fill_buffer):
22271         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22272
22273 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22274
22275         * gst/volume/gstvolume.c:
22276           made set_caps function static
22277
22278 2005-08-24  Wim Taymans  <wim@fluendo.com>
22279
22280         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22281         (gst_vorbisenc_change_state):
22282         Stop leaking taglists.
22283
22284 2005-08-24  Wim Taymans  <wim@fluendo.com>
22285
22286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22287         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22288         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22289         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22290         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22291         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22292         Parse seeking events better.
22293         Unref static caps.
22294         Generate correct newsegment events, fixes seeking in live oggs.
22295
22296         * ext/theora/theoradec.c: (theora_dec_src_query),
22297         (theora_dec_src_event), (theora_dec_src_getcaps),
22298         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22299         Use newsegment values to report correct play time.
22300
22301         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22302         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22303         * ext/vorbis/vorbisdec.h:
22304         Parse and use newsegment values to report correct play time.
22305
22306         * gst-libs/gst/audio/gstbaseaudiosink.c:
22307         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22308         Clear ringbuffer on flush.
22309         Use newsegment values to calculate playback time.
22310
22311         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22313         Basesink does newsegment calculations for us now.
22314
22315 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22316
22317         * check/Makefile.am:
22318         * configure.ac:
22319           add core's plugins to the mix so that playbin works
22320         * check/generic/states.c: (GST_START_TEST):
22321           set a 0 timeout on pipelines, so they don't force the next
22322           state change
22323         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22324         (gst_play_base_bin_change_state):
22325           remove the crappy error handling and do GST error handling
22326
22327 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22328
22329         * check/Makefile.am:
22330         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22331           add same test as to core, it bitches out on playbin atm.
22332
22333 2005-08-24  Wim Taymans  <wim@fluendo.com>
22334
22335         * configure.ac:
22336         Remove audioscale.
22337
22338 2005-08-24  Wim Taymans  <wim@fluendo.com>
22339
22340         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22341         (gst_videoscale_prepare_size), (parse_caps),
22342         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22343         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22344         (gst_videoscale_transform):
22345         * gst/videoscale/gstvideoscale.h:
22346         Refactor, make use of BaseTranform really well.
22347
22348 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22349
22350         * configure.ac:
22351           compile audioresample
22352         * gst/audioresample/Makefile.am:
22353         * gst/audioresample/buffer.c:
22354         * gst/audioresample/functable.c:
22355         * gst/audioresample/gstaudioresample.c:
22356         * gst/audioresample/gstaudioresample.h:
22357         * gst/audioresample/resample.c:
22358         (resample_get_output_size_for_input):
22359         * gst/audioresample/resample.h:
22360         * gst/audioresample/resample_chunk.c:
22361         * gst/audioresample/resample_functable.c:
22362         * gst/audioresample/resample_ref.c:
22363           port to use basetransform; doesn't work in all cases yet
22364
22365 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22366
22367         * gst/audioconvert/gstaudioconvert.c:
22368         (gst_audio_convert_class_init), (gst_audio_convert_init),
22369         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22370         (audio_convert_fixate_caps), (audio_convert_set_caps),
22371         (audio_convert_transform),
22372         (gst_audio_convert_buffer_to_default_format),
22373         (gst_audio_convert_buffer_from_default_format),
22374         (gst_audio_convert_channels):
22375         * gst/audioconvert/gstchannelmix.c:
22376         * gst/audioconvert/gstchannelmix.h:
22377           port to basetransform
22378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22379         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22380         (gst_ffmpegcsp_get_unit_size):
22381         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22382         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22383           fix for basetransform changes
22384
22385 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22386
22387         * check/Makefile.am:
22388           Add CHECK_CFLAGS and LDFLAGS
22389
22390         * gst/playback/gstplaybasebin.c: (fill_buffer):
22391           GST_MESSAGE_SRC became a GObject
22392
22393 2005-08-24  Wim Taymans  <wim@fluendo.com>
22394
22395         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22396         (gst_ring_buffer_clear_all):
22397         * gst-libs/gst/audio/gstringbuffer.h:
22398         Added function to clear the ringbuffer.
22399
22400 2005-08-24  Andy Wingo  <wingo@pobox.com>
22401
22402         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22403         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22404         of _open and _close.
22405
22406         * sys/v4l/gstv4lxoverlay.h:
22407         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22408         an Xv connection here, instead of all the time. Make Xv only be
22409         loaded if you axe for it. Kindof a workaround for buggy behaviour
22410         of Xv when using remote xservers (XvQueryExtension would block).
22411         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22412         replace the _open and _close public API. Only start the xv
22413         connection if necessary.
22414         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22415
22416 2005-08-23  David Schleef  <ds@schleef.org>
22417
22418         * gst/audioresample/Makefile.am: Leet audioresampling code
22419         * gst/audioresample/buffer.c:
22420         * gst/audioresample/buffer.h:
22421         * gst/audioresample/debug.c:
22422         * gst/audioresample/debug.h:
22423         * gst/audioresample/functable.c:
22424         * gst/audioresample/functable.h:
22425         * gst/audioresample/gstaudioresample.c:
22426         * gst/audioresample/gstaudioresample.h:
22427         * gst/audioresample/resample.c:
22428         * gst/audioresample/resample.h:
22429         * gst/audioresample/resample_chunk.c:
22430         * gst/audioresample/resample_functable.c:
22431         * gst/audioresample/resample_ref.c:
22432
22433 2005-08-23  Wim Taymans  <wim@fluendo.com>
22434
22435         * examples/seeking/seek.c: (make_vorbis_pipeline),
22436         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22437         Small seek updates.
22438
22439 2005-08-23  Andy Wingo  <wingo@pobox.com>
22440
22441         * gst-libs/gst/audio/gstbaseaudiosrc.c
22442         (gst_base_audio_src_fixate): Only fixate endianness if it is
22443         present in the caps.
22444
22445 2005-08-22  Andy Wingo  <wingo@pobox.com>
22446
22447         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22448         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22449         device-name property.
22450
22451         * gst-libs/gst/audio/gstaudiosrc.h:
22452         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22453         close_device in the ring buffer, like gstaudiosink.
22454
22455         * ext/alsa/gstalsamixer.h:
22456         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22457         macro to implement the interface without much code. Cleanups. 
22458
22459         * ext/alsa/gstalsasrc.h:
22460         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22461         READY.
22462
22463         * ext/alsa/Makefile.am: Add new files.
22464         * ext/alsa/gstalsamixerelement.c: 
22465         * ext/alsa/gstalsamixerelement.c: Split element code out from
22466         mixer code so that alsasrc can be a mixer too.
22467
22468 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22469
22470         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22471         (GST_START_TEST):
22472         * check/elements/vorbisdec.c: (setup_vorbisdec),
22473         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22474         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22475         (vorbis_handle_identification_packet),
22476         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22477         (vorbis_handle_header_packet), (vorbis_dec_push),
22478         (vorbis_dec_chain):
22479           use the setup/teardown methods to save code.  save code is good.
22480
22481 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22482
22483         * check/Makefile.am:
22484           add ext dir for plugins
22485           add vorbisdec test conditionally
22486         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22487         (GST_START_TEST), (volume_suite):
22488           add a test with wrong caps
22489         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22490         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22491           add a vorbisdec test
22492         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22493         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22494           clean up debug output
22495         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22496           yay, fix a segfault/security issue in vorbisdec
22497           gst-launch fakesrc ! vorbisdec wasn't happy
22498         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22499         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22500         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22501         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22502         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22503         (gst_vorbisenc_set_metadata), (get_constraints_string),
22504         (update_start_message), (gst_vorbisenc_setup),
22505         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22506         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22507         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22508         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22509         * ext/vorbis/vorbisenc.h:
22510           march in line
22511         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22512         (gst_ffmpegcsp_transform):
22513           have the kow come home
22514         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22515           debug my func ptr
22516         * gst/volume/gstvolume.c: (volume_set_caps):
22517           add a debug
22518
22519 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22520
22521         * Makefile.am:
22522         * check/.cvsignore:
22523         * check/Makefile.am:
22524         * check/elements/.cvsignore:
22525         * check/elements/volume.c: (chain_func), (event_func),
22526         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22527         (main):
22528         * configure.ac:
22529           add unit test structure for gst-plugins-base
22530           add a test for volume
22531         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22532         (gst_volume_set_volume), (gst_volume_get_volume),
22533         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22534         (volume_funcfind), (volume_process_float), (volume_process_int16),
22535         (volume_set_caps), (volume_transform), (volume_update_mute),
22536         (volume_update_volume), (volume_set_property),
22537         (volume_get_property):
22538           document a little; use basetransform vmethod _set_caps
22539
22540 2005-08-19  Andy Wingo  <wingo@pobox.com>
22541
22542         * ext/alsa/gstalsamixertrack.h:
22543         * ext/alsa/gstalsamixertrack.c:
22544         * ext/alsa/gstalsamixeroptions.h:
22545         * ext/alsa/gstalsamixeroptions.c:
22546         * ext/alsa/gstalsamixer.h:
22547         * ext/alsa/gstalsamixer.c: Port to 0.9.
22548
22549         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22550         Remove gstalsa.c and alsaclock. No more cruft here.
22551         
22552 2005-08-18  Wim Taymans  <wim@fluendo.com>
22553
22554         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22555         (gst_base_rtp_depayload_chain),
22556         (gst_base_rtp_depayload_add_to_queue),
22557         (gst_base_rtp_depayload_push),
22558         (gst_base_rtp_depayload_queue_release):
22559         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22560         Fix for RTPBuffer changes.
22561
22562         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22563         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22564         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22565         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22566         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22567         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22568         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22569         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22570         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22571         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22572         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22573         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22574         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22575         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22576         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22577         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22578         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22579         (gst_rtpbuffer_get_payload):
22580         * gst-libs/gst/rtp/gstrtpbuffer.h:
22581         Don't subclass GstBuffer but add methods and helper functions
22582         to construct and manipulate RTP packets in regular GstBuffers.
22583
22584 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22585
22586         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22587           moved statement below switch
22588         * gst/volume/gstvolume.c: (gst_volume_class_init):
22589           added debug ptr
22590
22591 2005-08-16  Wim Taymans  <wim@fluendo.com>
22592
22593         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22594         (gst_base_audio_src_change_state):
22595         Open and close device in READY<->NULL state change.
22596
22597 2005-08-16  Andy Wingo  <wingo@pobox.com>
22598
22599         * examples/seeking/Makefile.am: Don't compile non-compiling
22600         compiled objects with the compiler.
22601
22602         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22603         elements.
22604
22605 2005-08-12  Philippe Khalaf <burger@speedy.org>
22606         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22607         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22608           Made a thread to release the queue.
22609           Removed timestamp conversion for now.
22610
22611 2005-08-10  Philippe Khalaf <burger@speedy.org>
22612         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22613         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22614           Added rtp timestamp -> gst timestamp conversion.
22615           Fixed several problems with queue.
22616
22617 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22618
22619         * gst-libs/gst/audio/gstaudioclock.h:
22620         * gst-libs/gst/audio/gstaudiofilter.h:
22621         * gst-libs/gst/audio/gstaudiosink.h:
22622         * gst-libs/gst/audio/gstaudiosrc.h:
22623         * gst-libs/gst/audio/gstbaseaudiosink.h:
22624         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22625         * gst-libs/gst/audio/gstringbuffer.h:
22626         * gst-libs/gst/net/gstnetbuffer.h:
22627         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22628         * gst-libs/gst/rtp/gstrtpbuffer.h:
22629           Add padding (you will need to rebuild gst-plugins-base,
22630           gst-plugins and all applications afterwards!)
22631
22632 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22633
22634         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22635         (gst_riff_parse_chunk):
22636           Fix bug in debug message and add some more debug messages.
22637
22638 2005-08-08  Edward Hervey  <edward@fluendo.com>
22639
22640         * gst-libs/gst/riff/riff-media.c:
22641         backported updates since branch
22642
22643 2005-08-08  Andy Wingo  <wingo@pobox.com>
22644
22645         * gst-libs/gst/audio/gstbaseaudiosink.c
22646         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22647         like good elements should. Close on READY->NULL too.
22648
22649         * gst-libs/gst/audio/gstaudiosink.c
22650         (gst_audioringbuffer_open_device,
22651         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22652         (gst_audioringbuffer_release): Updates for new ring buffer API,
22653         hook into the new audio sink api.
22654
22655         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22656         (GstAudioSinkClass.close): Just open and close the device -- no
22657         resource allocation or configuration.
22658         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22659         vmethods, handle device setup and resource allocation.
22660
22661         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22662         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22663         base class API.
22664
22665         * gst-libs/gst/audio/gstringbuffer.h
22666         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22667         New vmethods.
22668
22669         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22670         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22671         New API functions. The device should be opened before acquiring
22672         and closed after releasing.
22673
22674 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22675
22676         * gst-libs/gst/interfaces/mixer.h:
22677           Reset padding to GST_PADDING.
22678
22679 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22680
22681         * gst/playback/gstplaybin.c: (remove_sinks):
22682           Remove visualization from parent explicitely; works around some
22683           apparent refcount issue that I haven't tracked down yet.
22684
22685 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22686
22687         * ext/alsa/gstalsasink.c: (set_hwparams):
22688           Assign debug category, add negotiation debug msgs.
22689
22690 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22691
22692         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22693           Fix error code for file-not-found to NOT_FOUND.
22694
22695 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22696
22697         * common/gtk-doc-plugins.mak:
22698         * docs/plugins/Makefile.am:
22699         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22700         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22701           renamed to actual element names, so much nicer to look at
22702         * docs/plugins/tmpl/gstmultifdsink.sgml:
22703           remove
22704         * docs/plugins/tmpl/multifdsink.sgml:
22705         * docs/plugins/tmpl/tcpserversink.sgml:
22706           add
22707         * ext/alsa/gstalsa.c:
22708         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22709         * ext/ogg/gstoggmux.c:
22710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22711         * gst/playback/gstdecodebin.c:
22712         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22713         * gst/tcp/gsttcpserversink.c:
22714           various fixes and documentation additions
22715
22716 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22717
22718         * common/Makefile.am:
22719         * common/gstdoc-scangobj:
22720         * common/gtk-doc-plugins.mak:
22721         * common/gtk-doc.mak:
22722           add a custom scangobj that uses the registry
22723           add a custom gtk-doc-plugins.mak that uses it
22724           some doc build fixes
22725         * configure.ac:
22726         * docs/Makefile.am:
22727         * docs/plugins/Makefile.am:
22728         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22729         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22730         * docs/plugins/gst-plugins-base-plugins.types:
22731         * docs/plugins/tmpl/gstmultifdsink.sgml:
22732           add docs for one element, multifdsink
22733         * gst/adder/gstadder.h:
22734         * gst/volume/gstvolume.h:
22735           don't privatize enum
22736         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22737         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22738         (gst_sync_method_get_type), (gst_client_status_get_type),
22739         (gst_multifdsink_class_init),
22740         (gst_multifdsink_client_queue_buffer),
22741         (gst_multifdsink_handle_client_write):
22742         * gst/tcp/gstmultifdsink.h:
22743         * gst/tcp/gsttcp.h:
22744         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22745         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22746         (gst_tcpclientsink_render):
22747         * gst/tcp/gsttcpclientsink.h:
22748         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22749         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22750         (gst_tcpclientsrc_start):
22751         * gst/tcp/gsttcpclientsrc.h:
22752         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22753         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22754         * gst/tcp/gsttcpserversrc.h:
22755         * gst/typefind/gsttypefindfunctions.c:
22756           remove superfluous Type stuff
22757
22758 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22759
22760         * gst/playback/gstplaybin.c: (gen_video_element):
22761           Enable videoscale.
22762
22763 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22764
22765         * gst-libs/gst/gconf/gconf.c:
22766         * gst-libs/gst/gconf/gconf.h:
22767           Fix some Andy Problem [tm].
22768
22769 2005-08-04  Andy Wingo  <wingo@pobox.com>
22770
22771         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22772         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22773         (gst_ffmpegcsp_get_size): Adapt to API changes.
22774
22775         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22776         Implement an in-place do-nothing transform.
22777
22778 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22779
22780         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22781         (gst_ximagesink_renegotiate_size):
22782           Do not set new window sizes yet if we prepare a new buffer size
22783           for upstream renegotiation (software scaling) at some point in the
22784           future, because this new size waqs not actually accepted yet. Once
22785           accepted, renegotiation later on will set the new sizes just fine.
22786           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22787           embedding testcase.
22788
22789 2005-08-03  Andy Wingo  <wingo@pobox.com>
22790
22791         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22792         (gst_ximagesink_buffer_alloc): 
22793         Protect the height, width, and desired_caps with the pool_lock.
22794         Fixes videotestsrc ! queue ! ximagesink.
22795
22796 2005-08-02  Edward Hervey  <edward@fluendo.com>
22797
22798         * gst/volume/gstvolume.c:
22799         include left from controller cleanup
22800
22801 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22802         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22803           Stop collectpads before calling the parent state
22804           change function on PAUSED->READY.
22805
22806 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22807         * configure.ac:
22808           When testing for X libs, use the X CFlags 
22809         * gst/adder/gstadder.c: (gst_adder_change_state):
22810           Stop the collectpads before calling parent state change function
22811           on PAUSED->READY, otherwise we deadlock deactivating pads.
22812
22813 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22814
22815         * configure.ac:
22816         * docs/libs/tmpl/gstcolorbalance.sgml:
22817         * docs/libs/tmpl/gstmixer.sgml:
22818         * examples/Makefile.am:
22819         * gst/sine/Makefile.am:
22820         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22821         (gst_sinesrc_set_property), (plugin_init):
22822         * gst/sine/gstsinesrc.h:
22823         * gst/volume/Makefile.am:
22824         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22825         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22826         (volume_process_float), (volume_process_int16),
22827         (volume_set_property), (plugin_init):
22828         * gst/volume/gstvolume.h:
22829           deactivate and remove dparams (libgstcontrol)
22830
22831 2005-07-29  Wim Taymans  <wim@fluendo.com>
22832
22833         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22834         Convert me to BaseTransform!! help..
22835
22836 2005-07-29  Andy Wingo  <wingo@pobox.com>
22837
22838         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22839         sinks.
22840
22841         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22842         support of both endiannesses.
22843
22844 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22845
22846         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22847           Fix confusing debug message (s/event/query/)
22848
22849 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22850
22851         * gst/videotestsrc/videotestsrc.h:
22852           Use "_stdint.h" instead of <stdint.h>
22853
22854 2005-07-27  Wim Taymans  <wim@fluendo.com>
22855
22856         * ext/vorbis/Makefile.am:
22857         Revert wrong commit.
22858
22859 2005-07-27  Wim Taymans  <wim@fluendo.com>
22860
22861         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22862         More compilation fixen.
22863
22864 2005-07-27  Wim Taymans  <wim@fluendo.com>
22865
22866         * gst-libs/gst/audio/gstbaseaudiosink.c:
22867         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22868         (gst_base_audio_sink_create_ringbuffer),
22869         (gst_base_audio_sink_change_state):
22870         Fix compilation.
22871
22872 2005-07-27  Wim Taymans  <wim@fluendo.com>
22873
22874         * examples/seeking/seek.c: (setup_dynamic_link),
22875         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22876         (query_positions_elems), (query_positions_pads), (do_seek):
22877         Update seek example.
22878
22879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22880         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22881         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22882         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22883         (gst_ogg_demux_handle_event),
22884         (gst_ogg_demux_deactivate_current_chain),
22885         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22886         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22887         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22888         (gst_ogg_demux_loop):
22889         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22890         * ext/theora/theoradec.c: (theora_dec_src_event),
22891         (theora_dec_src_getcaps), (theora_dec_sink_event),
22892         (theora_dec_push), (theora_dec_chain):
22893         * ext/vorbis/Makefile.am:
22894         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22895         (vorbis_dec_sink_event), (vorbis_dec_push),
22896         (vorbis_handle_data_packet):
22897         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22898         (gst_vorbisenc_chain):
22899         * gst/playback/gststreaminfo.c: (cb_probe):
22900         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22901         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22902         * gst/videoscale/gstvideoscale.c:
22903         (gst_videoscale_handle_src_event):
22904         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22905         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22906         (gst_ximagesink_navigation_send_event):
22907         * sys/xvimage/xvimagesink.c:
22908         (gst_xvimagesink_navigation_send_event):
22909         Various event updates and cleanups
22910
22911 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22912
22913         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22914           Fix segfault for I420/YV12.
22915
22916 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22917
22918         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22919           Report bitrate.
22920
22921 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22922
22923         * gst/playback/gstplaybin.c: (gen_video_element),
22924         (gen_audio_element):
22925           Switch to auto*sink elements as default sinks; add volume element
22926           so that volume control in totem works.
22927
22928 2005-07-21  Wim Taymans  <wim@fluendo.com>
22929
22930         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22931         * gst/playback/gstplaybin.c: (setup_sinks),
22932         (gst_play_bin_change_state):
22933         Refcount fix and more comments.
22934
22935 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22936
22937         * sys/ximage/Makefile.am:
22938         * sys/ximage/ximage.c: (plugin_init):
22939         * sys/ximage/ximagesink.c:
22940         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22941         
22942
22943 2005-07-21  Wim Taymans  <wim@fluendo.com>
22944
22945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22946         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22947         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22948         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22949         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22950         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22951         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22952         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22953         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22954         Generate correct disconts for live chained oggs.
22955
22956         * gst-libs/gst/audio/gstbaseaudiosink.c:
22957         (gst_base_audio_sink_render),
22958         (gst_base_audio_sink_create_ringbuffer),
22959         (gst_base_audio_sink_change_state):
22960         Handle discont math correctly.
22961
22962         * gst/playback/gstplaybin.c: (add_sink):
22963         Some small debug cleanup.
22964
22965 2005-07-21  Wim Taymans  <wim@fluendo.com>
22966
22967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22968         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22969         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22970         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22971         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22972         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22973         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22974         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22975         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22976         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22977         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22978         (gst_ogg_demux_change_state), (gst_ogg_print):
22979         Reorganize code to send the right disconts when in streaming
22980         mode.
22981
22982 2005-07-20  Andy Wingo  <wingo@pobox.com>
22983
22984         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22985         fix (?), fixes a seggie mcfalterson (#310894).
22986
22987 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22988
22989         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22990         (gst_ogg_mux_set_header_on_caps):
22991         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22992         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22993         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22994         * gst-libs/gst/audio/multichannel.c:
22995         (gst_audio_set_channel_positions),
22996         (gst_audio_set_structure_channel_positions_list):
22997         * gst/playback/gstdecodebin.c: (dynamic_create):
22998         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22999         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23000           Fixes for API changes in core.
23001
23002 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23003
23004         * gst/playback/gstplaybasebin.c: (fill_buffer):
23005           Use _new_custom() so we can set custom message types for buffering
23006           messages.
23007
23008 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23009
23010         * configure.ac:
23011         * gst-libs/gst/Makefile.am:
23012         * gst-libs/gst/gconf/.cvsignore:
23013         * gst-libs/gst/gconf/Makefile.am:
23014         * gst-libs/gst/gconf/test-gconf.c:
23015         * pkgconfig/Makefile.am:
23016         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23017         * pkgconfig/gstreamer-gconf.pc.in:
23018           Remove gconf stuff, use gconf elements instead from now on.
23019
23020 2005-07-20  Wim Taymans  <wim@fluendo.com>
23021
23022         * gst-libs/gst/audio/TODO:
23023         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23024         (gst_audio_clock_get_internal_time):
23025         * gst-libs/gst/audio/gstaudioclock.h:
23026         * gst-libs/gst/audio/gstbaseaudiosink.c:
23027         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23028         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23029         (gst_base_audio_sink_render),
23030         (gst_base_audio_sink_create_ringbuffer),
23031         (gst_base_audio_sink_change_state):
23032         Make sure the audio clock always returns an increasing value.
23033
23034 2005-07-19  Andy Wingo  <wingo@pobox.com>
23035
23036         * gst/videotestsrc/: Cleanups.
23037
23038 2005-07-19  Wim Taymans  <wim@fluendo.com>
23039
23040         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23041         Better debugging.
23042
23043 2005-07-19  Wim Taymans  <wim@fluendo.com>
23044
23045         * examples/seeking/seek.c: (make_dv_pipeline),
23046         (make_vorbis_theora_pipeline), (query_rates),
23047         (query_positions_elems), (query_positions_pads), (do_seek):
23048         Make correct DV pipeline.
23049
23050 2005-07-18  Andy Wingo  <wingo@pobox.com>
23051
23052         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23053         default. Also because it's the only thing that really works. (This
23054         is used in the GConf elements).
23055         Use AS_LIBTOOL_TAGS.
23056
23057 2005-07-18  Wim Taymans  <wim@fluendo.com>
23058
23059         * gst/playback/gstdecodebin.c: (remove_element_chain):
23060         * gst/playback/gstplaybin.c: (add_sink):
23061         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23062         (gst_stream_info_set_mute):
23063         * gst/playback/gststreamselector.c:
23064         (gst_stream_selector_get_linked_pad),
23065         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23066         More leak and compile fixes.
23067
23068 2005-07-18  Wim Taymans  <wim@fluendo.com>
23069
23070         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23071         (query_rates), (query_positions_elems), (query_positions_pads),
23072         (do_seek), (seek_cb), (stop_seek):
23073         Updated seek example. 
23074
23075         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23076         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23077         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23078         * gst/playback/gstplaybin.c: (add_sink):
23079         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23080         (gst_stream_info_set_mute):
23081         Some refcount leak fixes.
23082
23083 2005-07-16  Wim Taymans  <wim@fluendo.com>
23084
23085         * gst-libs/gst/audio/gstbaseaudiosink.c:
23086         (gst_base_audio_sink_render):
23087         Align samples even if we have roundoff errors in the 
23088         timestamp conversion.
23089
23090 2005-07-16  Wim Taymans  <wim@fluendo.com>
23091
23092         * docs/libs/tmpl/gstringbuffer.sgml:
23093         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23094         (query_rates), (query_positions_elems), (query_positions_pads),
23095         (update_scale), (do_seek):
23096         Updated seek example.
23097
23098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23099         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23100         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23101         (gst_ogg_demux_loop):
23102         Push out correct discont values.
23103
23104         * ext/theora/theoradec.c: (theora_dec_src_convert),
23105         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23106         (theora_dec_sink_event), (theora_handle_type_packet),
23107         (theora_handle_header_packet), (theora_dec_push),
23108         (theora_handle_data_packet), (theora_dec_chain),
23109         (theora_dec_change_state):
23110         Better timestamping.
23111
23112         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23113         (vorbis_dec_sink_event), (vorbis_dec_push),
23114         (vorbis_handle_data_packet), (vorbis_dec_chain):
23115         * ext/vorbis/vorbisdec.h:
23116         Better timestamping.
23117
23118         * gst-libs/gst/audio/gstbaseaudiosink.c:
23119         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23120         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23121         Handle syncing on timestamps instead of sample offsets. Make
23122         use of DISCONT values as described in design docs.
23123
23124         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23125         (gst_base_audio_src_get_time):
23126         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23127         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23128         (gst_ring_buffer_read):
23129         * gst-libs/gst/audio/gstringbuffer.h:
23130         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23131         (gst_ximagesink_show_frame):
23132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23133         Correcly convert buffer timestamp to stream time.
23134
23135 2005-07-16  Wim Taymans  <wim@fluendo.com>
23136
23137         * gst/audioconvert/gstaudioconvert.c:
23138         (gst_audio_convert_get_buffer):
23139         Timestamp buffers correctly.
23140
23141         * gst/playback/gstplaybin.c: (gen_video_element):
23142         Make internal fakesink silent.
23143
23144 2005-07-15  Wim Taymans  <wim@fluendo.com>
23145
23146         * gst/ffmpegcolorspace/Makefile.am:
23147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23148         (gst_ffmpegcsp_caps_remove_format_info),
23149         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23150         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23151         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23152         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23153         Ported ffmpegcolorspace to basetransform.
23154
23155         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23156         * gst/volume/gstvolume.c: (volume_transform):
23157         Ported to new API.
23158
23159 2005-07-14  Wim Taymans  <wim@fluendo.com>
23160
23161         * gst/videotestsrc/Makefile.am:
23162         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23163         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23164         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23165         (gst_videotestsrc_init), (gst_videotestsrc_event),
23166         (gst_videotestsrc_create), (gst_videotestsrc_start),
23167         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23168         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23169         (gst_videotestsrc_get_property):
23170         * gst/videotestsrc/gstvideotestsrc.h:
23171         Make videotestsrc a pushsrc.
23172
23173 2005-07-14  Wim Taymans  <wim@fluendo.com>
23174
23175         * gst/tcp/gstfdset.c: (gst_fdset_free):
23176         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23177         (gst_multifdsink_add), (gst_multifdsink_remove),
23178         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23179         (gst_multifdsink_remove_client_link),
23180         (gst_multifdsink_client_queue_data),
23181         (gst_multifdsink_client_queue_caps),
23182         (gst_multifdsink_client_queue_buffer),
23183         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23184         (gst_multifdsink_stop):
23185         * gst/tcp/gstmultifdsink.h:
23186         0.8 backporting.
23187
23188         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23189         Also draw image when not from a pool.
23190
23191 2005-07-14  Wim Taymans  <wim@fluendo.com>
23192
23193         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23194         (mute_stream), (silence_stream):
23195         Small debug additions.
23196
23197 2005-07-14  Wim Taymans  <wim@fluendo.com>
23198
23199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23200         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23201         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23202         Better error recovery, ignore unconnected pads and
23203         non-fatal errors.
23204
23205 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23206
23207         * docs/libs/tmpl/gstaudio.sgml:
23208         * docs/libs/tmpl/gstcolorbalance.sgml:
23209         * docs/libs/tmpl/gstgconf.sgml:
23210         * docs/libs/tmpl/gstmixer.sgml:
23211         * docs/libs/tmpl/gstringbuffer.sgml:
23212         * docs/libs/tmpl/gsttuner.sgml:
23213         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23214         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23215         (gst_tcpclientsrc_class_init):
23216         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23217         (gst_tcpserversrc_class_init):
23218         * sys/v4l/gstv4lelement.c:
23219           more autistic cleanliness in functions/names/defines
23220
23221 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23222
23223         * configure.ac:
23224           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23225           added manually to each Makefile.am so we are sure it goes
23226           *last* and doesn't add -L flags before linking in libs of our
23227           own, like, say, internal .la libs, that then accidentally pick
23228           up the installed copy.
23229         * docs/libs/Makefile.am:
23230         * ext/alsa/Makefile.am:
23231         * ext/cdparanoia/Makefile.am:
23232         * ext/gnomevfs/Makefile.am:
23233         * ext/libvisual/Makefile.am:
23234         * ext/ogg/Makefile.am:
23235         * ext/theora/Makefile.am:
23236         * ext/vorbis/Makefile.am:
23237         * gst-libs/gst/video/Makefile.am:
23238         * gst/adder/Makefile.am:
23239         * gst/audioconvert/Makefile.am:
23240         * gst/audiorate/Makefile.am:
23241         * gst/audioscale/Makefile.am:
23242         * gst/ffmpegcolorspace/Makefile.am:
23243         * gst/playback/Makefile.am:
23244         * gst/sine/Makefile.am:
23245         * gst/subparse/Makefile.am:
23246         * gst/tags/Makefile.am:
23247         * gst/tcp/Makefile.am:
23248         * gst/typefind/Makefile.am:
23249         * gst/videorate/Makefile.am:
23250         * gst/videoscale/Makefile.am:
23251         * gst/videotestsrc/Makefile.am:
23252         * gst/volume/Makefile.am:
23253         * sys/v4l/Makefile.am:
23254         * sys/ximage/Makefile.am:
23255         * sys/xvimage/Makefile.am:
23256           adapt properly to this change. This should make sure that
23257           plugins and libs properly link to the as-yet-uninstalled
23258           copies of stuff like libgstinterfaces and libgstvideo
23259
23260 2005-07-13  Andy Wingo  <wingo@pobox.com>
23261
23262         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23263         (gst_v4lsrc_fixate): Fixate on format as well.
23264
23265         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23266         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23267         buffer points to it.
23268         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23269         rather just doing X calls ourselves. Also fixes a memleak.
23270
23271 2005-07-12  Andy Wingo  <wingo@pobox.com>
23272
23273         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23274         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23275         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23276         TRUE to avoid deadlocks if an element holds on to our buffers.
23277
23278 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23279
23280         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23281         (gst_sinesrc_init), (gst_sinesrc_create),
23282         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23283         (gst_sinesrc_start):
23284         * gst/sine/gstsinesrc.h:
23285           removing num-buffers property before moving it
23286
23287 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23288
23289         * configure.ac:
23290           use overridable ERROR_CFLAGS
23291         * docs/libs/gst-plugins-base-libs.types:
23292         * docs/libs/tmpl/gstringbuffer.sgml:
23293         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23294         (gst_alsasink_class_init):
23295         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23296         (gst_alsasrc_class_init):
23297         * gst-libs/gst/audio/audio.h:
23298         * gst-libs/gst/audio/gstaudioclock.h:
23299         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23300         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23301         (gst_audio_filter_link), (gst_audio_filter_init),
23302         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23303         (gst_audio_filter_get_property),
23304         (gst_audio_filter_class_add_pad_templates):
23305         * gst-libs/gst/audio/gstaudiofilter.h:
23306         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23307         (gst_audio_filter_template_get_type),
23308         (gst_audio_filter_template_base_init),
23309         (gst_audio_filter_template_class_init),
23310         (gst_audio_filter_template_init),
23311         (gst_audio_filter_template_set_property),
23312         (gst_audio_filter_template_get_property), (plugin_init),
23313         (gst_audio_filter_template_setup),
23314         (gst_audio_filter_template_filter),
23315         (gst_audio_filter_template_filter_inplace):
23316         * gst-libs/gst/audio/gstaudiosink.c:
23317         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23318         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23319         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23320         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23321         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23322         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23323         * gst-libs/gst/audio/gstaudiosink.h:
23324         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23325         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23326         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23327         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23328         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23329         (gst_audio_src_class_init), (gst_audio_src_init),
23330         (gst_audio_src_create_ringbuffer):
23331         * gst-libs/gst/audio/gstaudiosrc.h:
23332         * gst-libs/gst/audio/gstbaseaudiosink.c:
23333         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23334         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23335         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23336         (gst_base_audio_sink_set_property),
23337         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23338         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23339         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23340         (gst_base_audio_sink_create_ringbuffer),
23341         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23342         * gst-libs/gst/audio/gstbaseaudiosink.h:
23343         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23344         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23345         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23346         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23347         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23348         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23349         (gst_base_audio_src_event), (gst_base_audio_src_create),
23350         (gst_base_audio_src_create_ringbuffer),
23351         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23352         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23353         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23354         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23355         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23356         (gst_ring_buffer_debug_spec_caps),
23357         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23358         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23359         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23360         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23361         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23362         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23363         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23364         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23365         (gst_ring_buffer_clear):
23366         * gst-libs/gst/audio/gstringbuffer.h:
23367         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23368         (gst_video_sink_class_init), (gst_video_sink_get_type):
23369         * gst-libs/gst/video/videosink.h:
23370         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23371         (gst_multifdsink_class_init),
23372         (gst_multifdsink_handle_client_write),
23373         (gst_multifdsink_change_state):
23374         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23375         (gst_tcpclientsink_setcaps):
23376         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23377         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23378         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23379         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23380         (gst_ximagesink_send_pending_navigation),
23381         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23382         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23384         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23385         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23386         (gst_xvimagesink_send_pending_navigation),
23387         (gst_xvimagesink_navigation_send_event),
23388         (gst_xvimagesink_set_xwindow_id),
23389         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23390         (gst_xvimagesink_get_type):
23391         more macro splitting
23392
23393 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23394
23395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23396           plug a memleak, allows me to import 1479 albums in one go
23397           in jamboree
23398         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23399         (vorbis_handle_type_packet), (vorbis_dec_chain),
23400         (vorbis_dec_change_state):
23401           fix some format strings
23402
23403 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23404
23405         * docs/libs/tmpl/gstcolorbalance.sgml:
23406         * docs/libs/tmpl/gstmixer.sgml:
23407         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23408         (gst_alsasink_set_property), (gst_alsasink_get_property):
23409         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23410         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23411           add device property
23412
23413 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23414
23415         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23416         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23417         (audiocast_register_listener), (audiocast_thread_run),
23418         (gst_gnomevfssrc_send_additional_headers_callback),
23419         (gst_gnomevfssrc_received_headers_callback),
23420         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23421         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23422         (gst_gnomevfssrc_get_size):
23423           add/clean up debugging
23424         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23425           cleanups
23426
23427 2005-07-07  Andy Wingo  <wingo@pobox.com>
23428
23429         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23430         framerate. Need to get a handle on when exactly this function is
23431         called, tho.
23432
23433         * sys/v4l/v4lsrc_calls.h:
23434         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23435         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23436         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23437
23438         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23439         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23440         v4lelements are sources.
23441
23442         * sys/v4l/gstv4lxoverlay.h:
23443         * sys/v4l/gstv4lxoverlay.c:
23444         * sys/v4l/gstv4ltuner.h:
23445         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23446         
23447         * sys/v4l/gstv4lsrc.h:
23448         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23449         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23450         or something should handle that. Made a live source.
23451
23452         * sys/v4l/gstv4lelement.h:
23453         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23454         signals. Some cleanups.
23455
23456         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23457
23458         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23459         stuff.
23460
23461         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23462         stuff.
23463
23464         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23465
23466 2005-07-07  Wim Taymans  <wim@fluendo.com>
23467
23468         * ext/theora/theoradec.c: (theora_get_query_types),
23469         (theora_dec_src_getcaps), (theora_dec_push):
23470         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23471         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23472         Remove deprecated/unused query types.
23473
23474 2005-07-06  Wim Taymans  <wim@fluendo.com>
23475
23476         * ext/alsa/Makefile.am:
23477         * ext/alsa/gstalsaplugin.c: (plugin_init):
23478         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23479         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23480         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23481         (gst_alsasrc_class_init), (gst_alsasrc_init),
23482         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23483         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23484         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23485         (gst_alsasrc_reset):
23486         * ext/alsa/gstalsasrc.h:
23487         * gst-libs/gst/audio/Makefile.am:
23488         * gst-libs/gst/audio/gstaudiosink.c:
23489         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23490         (gst_audioringbuffer_start):
23491         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23492         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23493         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23494         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23495         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23496         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23497         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23498         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23499         * gst-libs/gst/audio/gstaudiosrc.h:
23500         * gst-libs/gst/audio/gstbaseaudiosink.c:
23501         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23502         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23503         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23504         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23505         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23506         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23507         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23508         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23509         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23510         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23511         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23512         (gst_baseaudiosrc_change_state):
23513         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23514         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23515         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23516         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23517         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23518         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23519         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23520         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23521         * gst-libs/gst/audio/gstringbuffer.h:
23522         Added audiosource base classes.
23523         Ported alsasrc, still very basic.
23524
23525 2005-07-06  Wim Taymans  <wim@fluendo.com>
23526
23527         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23528         (theora_dec_push), (theora_handle_data_packet):
23529         Prepare for better timestamp fix later.
23530
23531         * gst/audioconvert/gstaudioconvert.c:
23532         List most accurate caps first
23533
23534         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23535         Use proper pad task function.
23536
23537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23538         (gst_xvimagesink_show_frame):
23539         Fix deadlock when alloc failed.
23540
23541 2005-07-05  Andy Wingo  <wingo@pobox.com>
23542
23543         * ext/gnomevfs/gstgnomevfssrc.c:
23544         * gst/sine/gstsinesrc.c:
23545         * gst/tcp/gsttcpserversrc.c:
23546         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23547
23548         * sys/v4l/: Port from 0.8.
23549
23550         * Many files: Null if we got it....
23551
23552 2005-07-05  Andy Wingo  <wingo@pobox.com>
23553
23554         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23555         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23556         Signedness fixes.
23557
23558 2005-07-05  Wim Taymans  <wim@fluendo.com>
23559
23560         * configure.ac:
23561         * gst/tcp/Makefile.am:
23562         * gst/tcp/README:
23563         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23564         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23565         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23566         (is_sync_frame), (gst_multifdsink_handle_client_write),
23567         (gst_multifdsink_render), (gst_multifdsink_start),
23568         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23569         * gst/tcp/gstmultifdsink.h:
23570         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23571         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23572         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23573         * gst/tcp/gsttcp.h:
23574         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23575         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23576         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23577         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23578         * gst/tcp/gsttcpclientsink.h:
23579         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23580         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23581         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23582         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23583         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23584         * gst/tcp/gsttcpclientsrc.h:
23585         * gst/tcp/gsttcpplugin.c: (plugin_init):
23586         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23587         * gst/tcp/gsttcpserversink.h:
23588         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23589         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23590         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23591         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23592         (gst_tcpserversrc_stop):
23593         * gst/tcp/gsttcpserversrc.h:
23594         * gst/tcp/gsttcpsink.c:
23595         * gst/tcp/gsttcpsink.h:
23596         * gst/tcp/gsttcpsrc.c:
23597         * gst/tcp/gsttcpsrc.h:
23598         Ported tcp plugins to 0.9. 
23599         
23600
23601 2005-07-05  Andy Wingo  <wingo@pobox.com>
23602
23603         * gst/playback/gstplaybasebin.c (fill_buffer):
23604         message_new_application fixen.
23605
23606         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23607         Style fix.
23608
23609 2005-07-04  Wim Taymans  <wim@fluendo.com>
23610
23611         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23612         Set caps on output buffer.
23613
23614 2005-07-04  Andy Wingo  <wingo@pobox.com>
23615
23616         * ext/gnomevfs/gstgnomevfssrc.c
23617         (gst_gnomevfssrc_received_headers_callback) 
23618         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23619         hopefully.
23620
23621         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23622         No refcount leakage.
23623
23624         * configure.ac: Enable -Werror.
23625         
23626         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23627         * gst/audioconvert/bufferframesconvert.c
23628         (buffer_frames_convert_fixate):
23629         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23630         (gst_audio_convert_fixate):
23631         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23632         (gst_sinesrc_create): Fixate func changes.
23633         
23634         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23635         (gst_ximagesink_buffer_alloc): Unused var.
23636
23637 2005-07-01  Andy Wingo  <wingo@pobox.com>
23638
23639         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23640         getcaps to do explicit caps. Needs to be done in all decoders,
23641         possibly via a base class.
23642
23643         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23644
23645         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23646         caps on the sink pad, just rely on the pad template. Also, setting
23647         ANY caps on a pad is not valid because the caps are not fixed.
23648
23649         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23650         caps on the buffer, and get the width from the desired_caps if
23651         they're set.
23652         (gst_ximagesink_renegotiate_size): Implement via setting the
23653         desired_caps on the ximagesink.
23654         (gst_ximagesink_setcaps): Only reset the width of the player if it
23655         wasn't already set. Not sure if this is right.
23656         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23657
23658         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23659         that the user wants. NULL unless the window has been resized.
23660
23661         * gst/volume/gstvolume.c (volume_transform): Adapt to
23662         basetransform refcount changes.
23663         
23664 2005-07-01  Andy Wingo  <wingo@pobox.com>
23665
23666         * gst/videoscale/gstvideoscale.c:
23667         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23668         from BaseTransform, implements a transform_caps. Removed dead code
23669         including some PAR stuff that was never reached -- should probably
23670         be added back somehow.
23671
23672 2005-07-01  Andy Wingo  <wingo@pobox.com>
23673
23674         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23675         come later.
23676
23677 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23678
23679         * configure.ac:
23680         * docs/libs/Makefile.am:
23681         * docs/libs/gst-plugins-libs.types:
23682         * ext/alsa/Makefile.am:
23683         * ext/alsa/gstalsamixer.h:
23684         * ext/alsa/gstalsamixeroptions.h:
23685         * ext/alsa/gstalsamixertrack.h:
23686         * gst-libs/gst/Makefile.am:
23687         * gst-libs/gst/colorbalance/.cvsignore:
23688         * gst-libs/gst/colorbalance/Makefile.am:
23689         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23690         * gst-libs/gst/colorbalance/colorbalance.c:
23691         * gst-libs/gst/colorbalance/colorbalance.h:
23692         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23693         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23694         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23695         * gst-libs/gst/interfaces/Makefile.am:
23696         * gst-libs/gst/interfaces/colorbalance.c:
23697         (gst_color_balance_class_init):
23698         * gst-libs/gst/interfaces/colorbalance.h:
23699         * gst-libs/gst/interfaces/interfaces-marshal.list:
23700         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23701         * gst-libs/gst/interfaces/mixer.h:
23702         * gst-libs/gst/interfaces/mixeroptions.h:
23703         * gst-libs/gst/interfaces/navigation.c:
23704         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23705         * gst-libs/gst/interfaces/tuner.h:
23706         * gst/volume/Makefile.am:
23707         * gst/volume/gstvolume.c:
23708         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23709         * sys/ximage/Makefile.am:
23710         * sys/ximage/ximagesink.c:
23711         * sys/xvimage/Makefile.am:
23712         * sys/xvimage/xvimagesink.c:
23713           fold in all interfaces into an interfaces dir, preserving CVS
23714           history
23715
23716 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23717
23718         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23719           Fix build after riff changes.
23720
23721 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23722
23723         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23724         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23725         (gst_riff_create_video_template_caps),
23726         (gst_riff_create_audio_template_caps),
23727         (gst_riff_create_iavs_template_caps):
23728         * gst-libs/gst/riff/riff-media.h:
23729         * gst-libs/gst/riff/riff-read.h:
23730         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23731           Add gst_riff_init() to initialize the debug category, instead
23732           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23733
23734 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23735
23736         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23737           Oops, I shouldn't apply hacks.
23738
23739 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23740
23741         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23742           Remove pad_loop function which doesn't work.
23743
23744 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23745
23746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23747           Send EOS when deactivating.
23748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23749         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23750         (gen_preroll_element), (probe_triggered), (mute_stream),
23751         (silence_stream), (new_decoded_pad), (setup_substreams),
23752         (set_active_source):
23753         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23754         (remove_sinks), (add_sink):
23755         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23756           Change for new probe API.
23757
23758 2005-06-29  Wim Taymans  <wim@fluendo.com>
23759
23760         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23761         * gst-libs/gst/audio/gstbaseaudiosink.c:
23762         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23763         (gst_baseaudiosink_change_state):
23764         * gst-libs/gst/audio/gstbaseaudiosink.h:
23765         * gst-libs/gst/audio/gstringbuffer.c:
23766         (gst_ringbuffer_set_callback):
23767         Fix compilation error.
23768         Ringbuffer starts out as not running.
23769         Free our clock in dispose.
23770         When releasing the ringbuffer we need to renegotiate so
23771         clear the pad caps.
23772
23773 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23774
23775         * autogen.sh:
23776         * configure.ac:
23777         * docs/Makefile.am:
23778         * docs/libs/Makefile.am:
23779         * docs/libs/gst-plugins-libs-docs.sgml:
23780         * docs/libs/gst-plugins-libs-sections.txt:
23781         * docs/libs/gst-plugins-libs.types:
23782         * docs/libs/tmpl/gstaudio.sgml:
23783         * docs/libs/tmpl/gstcolorbalance.sgml:
23784         * docs/libs/tmpl/gstringbuffer.sgml:
23785         * gst-libs/gst/audio/gstringbuffer.c:
23786         (gst_ringbuffer_set_callback):
23787           reinstate gtk-doc docs for plugin libs
23788
23789 2005-06-28  Wim Taymans  <wim@fluendo.com>
23790
23791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23792         (gst_ogg_demux_init):
23793         Removed pad loop function.
23794
23795 2005-06-28  Wim Taymans  <wim@fluendo.com>
23796
23797         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23798         If we're building a chain we are not in an error case
23799         when we queue a buffer.
23800
23801 2005-06-28  Andy Wingo  <wingo@pobox.com>
23802
23803         * *.c: Don't cast to GstObject before reffing/unreffing.
23804
23805 2005-06-27  Andy Wingo  <wingo@pobox.com>
23806
23807         * gst/videotestsrc/gstvideotestsrc.c
23808         (gst_videotestsrc_activate_push): Activation API changes.
23809
23810         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23811         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23812         they have refs on the decodebin.
23813
23814         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23815         parent class.
23816         (gst_ogg_pad_typefind): Don't leak a pad ref.
23817         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23818         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23819         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23820
23821 2005-06-27  Edward Hervey  <edward@fluendo.com>
23822
23823         * ext/theora/theoradec.c: (theora_dec_change_state): 
23824         re-arranged call to parent's state change in order to avoid locks (or
23825         worse).
23826
23827 2005-06-26  Edward Hervey  <edward@fluendo.com>
23828
23829         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23830         2nd argument of 'unknow-type' signal is a GstCaps and not a
23831         GstMiniObject
23832
23833 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23834         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23835           Set the worker thread's running flag to TRUE before starting the
23836           thread.
23837         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23838           Catch a failure to add typefind to the bin.
23839
23840 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23841
23842         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23843         (gst_sinesrc_init), (gst_sinesrc_create),
23844         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23845         (gst_sinesrc_start):
23846         * gst/sine/gstsinesrc.h:
23847           add num-buffers and timestamp-offset properties
23848         * gst/videotestsrc/gstvideotestsrc.c:
23849         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23850         (gst_videotestsrc_get_property):
23851           add timestamp-offset property
23852
23853 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23854
23855         * configure.ac: add videorate
23856         * gst-plugins-base.spec.in: add videorate
23857
23858 2005-06-23  Wim Taymans  <wim@fluendo.com>
23859
23860         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23861         (gst_videorate_getcaps), (gst_videorate_setcaps),
23862         (gst_videorate_event), (gst_videorate_chain):
23863         Fixed videorate, fixating an already fixated caps is not
23864         an error.
23865
23866 2005-06-23  Wim Taymans  <wim@fluendo.com>
23867
23868         * ext/ogg/README:
23869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23870         Buffer on caps is not boxed anymore.
23871
23872 2005-06-22  Wim Taymans  <wim@fluendo.com>
23873
23874         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23875         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23876         Set buffers on caps as miniobjects and not as boxed.
23877
23878 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23879
23880         * configure.ac:
23881           back to HEAD
23882
23883 === release 0.9.1 ===
23884
23885 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23886
23887         * .cvsignore:
23888         * NEWS:
23889         * README:
23890         * RELEASE:
23891         * configure.ac:
23892         * po/af.po:
23893         * po/az.po:
23894         * po/cs.po:
23895         * po/en_GB.po:
23896         * po/hu.po:
23897         * po/it.po:
23898         * po/nb.po:
23899         * po/nl.po:
23900         * po/or.po:
23901         * po/sq.po:
23902         * po/sr.po:
23903         * po/sv.po:
23904         * po/uk.po:
23905         * po/vi.po:
23906           updates for release
23907
23908 2005-06-09  Andy Wingo  <wingo@pobox.com>
23909
23910         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23911         
23912 2005-06-09  Andy Wingo  <wingo@pobox.com>
23913
23914         * configure.ac:
23915         * gst-libs/gst/Makefile.am:
23916         * gst-libs/gst/net/Makefile.am:
23917         Add gstnet to build.
23918
23919 2005-06-09  Andy Wingo  <wingo@pobox.com>
23920
23921         * gst-libs/gst/gconf/gconf.c:
23922         * gst/playback/test.c:
23923         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23924         fixes.
23925
23926         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23927
23928         * ext/theora/theoraenc.c (theora_enc_chain): 
23929         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23930
23931         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23932         RealPad.
23933
23934 2005-06-02  Wim Taymans  <wim@fluendo.com>
23935
23936         * gst-libs/gst/net/Makefile.am:
23937         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23938         * pkgconfig/gstreamer-libs.pc.in:
23939         Added net stuff, version net lib.
23940
23941 2005-06-02  Wim Taymans  <wim@fluendo.com>
23942
23943         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23944         (query_rates), (query_positions_elems), (query_positions_pads),
23945         (do_seek):
23946         Updated seek example.
23947
23948 2005-06-02  Andy Wingo  <wingo@pobox.com>
23949
23950         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23951         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23952         list.
23953
23954         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23955         remove the typefind, the bin dispose will do it for us. When it's
23956         removed and unreffed, the signal handler will be disconnected,
23957         too.
23958         (unlinked): It's too difficult to disconnect from unlinked
23959         handlers, as they are on pads not elements. Just punt if the pads
23960         aren't grandkids of the bin.
23961
23962 2005-06-02  Wim Taymans  <wim@fluendo.com>
23963
23964         * ext/ogg/README:
23965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23966         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23968         * ext/theora/theoradec.c: (theora_dec_src_query),
23969         (theora_handle_data_packet):
23970         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23971         (theora_enc_chain):
23972         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23973         (vorbis_handle_data_packet):
23974         * gst/audioconvert/bufferframesconvert.c:
23975         (buffer_frames_convert_chain):
23976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23977         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23978         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23979         (gst_ffmpegcsp_chain):
23980         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23981         (gst_videorate_getcaps), (gst_videorate_setcaps),
23982         (gst_videorate_event), (gst_videorate_chain):
23983         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23984         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23985         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23986         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23987         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23988         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23989         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23990         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23991         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23992         Cleanups and buffer alloc.
23993
23994 2005-05-31  Wim Taymans  <wim@fluendo.com>
23995
23996         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23997         Don't try to call the delay method when the device is not
23998         opened.
23999
24000 2005-05-31  Wim Taymans  <wim@fluendo.com>
24001
24002         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24003         Get actual segment size and buffer size after opening
24004         the device.
24005
24006 2005-05-30  Wim Taymans  <wim@fluendo.com>
24007
24008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24009         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24010         Also FLUSH upstream, makes the loop function exit faster.
24011         
24012         * ext/theora/theoradec.c: (theora_dec_src_query):
24013         Some more debug info in the query.
24014         
24015         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24016         (gst_ximagesink_setcaps):
24017         Release lock on par error, better error reporting.
24018
24019 2005-05-26  Wim Taymans  <wim@fluendo.com>
24020
24021         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24022         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24023         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24024         Clear chains in READY
24025         Queue packets until the chain is activated.
24026
24027 2005-05-25  Wim Taymans  <wim@fluendo.com>
24028
24029         * gst-libs/gst/audio/gstaudiosink.c:
24030         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24031         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24032         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24033         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24034         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24035         (gst_audiosink_create_ringbuffer):
24036         * gst-libs/gst/audio/gstbaseaudiosink.c:
24037         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24038         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24039         (gst_baseaudiosink_set_property), (build_linear_format),
24040         (debug_spec_caps), (debug_spec_buffer),
24041         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24042         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24043         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24044         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24045         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24046         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24047         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24048         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24049         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24050         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24051         (wait_segment), (gst_ringbuffer_commit),
24052         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24053         (gst_ringbuffer_clear):
24054         Various small cleanups.
24055
24056         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24057         (gst_audio_convert_change_state):
24058         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24059         No need to take the locks anymore.
24060
24061 2005-05-25  Wim Taymans  <wim@fluendo.com>
24062
24063         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24064         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24065         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24066         (type_found):
24067         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24068         (group_destroy), (group_commit), (queue_overrun),
24069         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24070         (mute_stream), (new_decoded_pad), (setup_substreams),
24071         (setup_source), (mute_group_type), (set_active_source),
24072         (gst_play_base_bin_change_state):
24073         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24074         (gen_video_element), (gen_text_element), (gen_audio_element),
24075         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24076         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24077         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24078         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24079         Some playbin cleanups mostly refcounting sloppyness.
24080
24081 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24082
24083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24084           Work with streaming input.
24085
24086 2005-05-25  Wim Taymans  <wim@fluendo.com>
24087
24088         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24089         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24090         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24091         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24092         No need to take the STREAM lock anymore.
24093
24094 2005-05-25  Wim Taymans  <wim@fluendo.com>
24095
24096         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24097         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24098         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24099         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24100         (gst_ogg_demux_sink_activate):
24101         * ext/theora/theoradec.c: (theora_dec_src_event),
24102         (theora_handle_comment_packet), (theora_dec_chain),
24103         (theora_dec_change_state):
24104         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24105         (vorbis_handle_data_packet), (vorbis_dec_chain),
24106         (vorbis_dec_change_state):
24107         Remove STREAM locks as they are taken in core now.
24108         Never set bogus granulepos on vorbis/theora.
24109         Fix leaks in theoradec tag parsing.
24110
24111 2005-05-25  Wim Taymans  <wim@fluendo.com>
24112
24113         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24114         Fix memleaks, GST_BUFFER_DATA() is not freed.
24115
24116 2005-05-25  Wim Taymans  <wim@fluendo.com>
24117
24118         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24119         Open non-blocking, set to blocking mode afterwards to avoid
24120         lockups when audio device is busy.
24121
24122 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24123
24124         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24125           This can't be good.
24126
24127 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24128
24129         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24130         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24131         (gst_audio_convert_setcaps):
24132           Implement instant setup switching.
24133
24134 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24135
24136         * gst/playback/gstplaybasebin.c: (probe_triggered):
24137           Fix missing unlock.
24138         * gst/playback/gstplaybin.c: (add_sink):
24139           First add, then link (otherwise pad link fails).
24140
24141 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24142
24143         * examples/Makefile.am:
24144         fix buildbot (make distcheck)
24145
24146 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24147
24148         * gst/playback/gstplaybin.c: (gen_vis_element):
24149           Remove some wrong code. Doesn't work yet.
24150
24151 2005-05-19  Wim Taymans  <wim@fluendo.com>
24152
24153         * gst-libs/gst/net/Makefile.am:
24154         * gst-libs/gst/net/README:
24155         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24156         (gst_netbuffer_class_init), (gst_netbuffer_init),
24157         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24158         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24159         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24160         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24161         * gst-libs/gst/net/gstnetbuffer.h:
24162         Added buffer subclass to store extra to/from addresses for
24163         network sources/sinks.
24164
24165 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24166
24167         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24168           Don't lock an unassigned variable.
24169
24170 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24171
24172         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24173           Increase buffer for video, decrease buffer for other media types.
24174         * gst/playback/gstplaybin.c: (gen_video_element),
24175         (gen_audio_element):
24176           Change names for debugging purposes.
24177
24178 2005-05-18  Wim Taymans  <wim@fluendo.com>
24179
24180         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24181         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24182         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24183         (gst_ffmpegcsp_chain):
24184         Enable buffer alloc passthrough if the source and dest
24185         formats are the same.
24186
24187 2005-05-17  Wim Taymans  <wim@fluendo.com>
24188
24189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24190         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24191         (gst_ogg_demux_chain_unlocked):
24192         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24193         (gst_audio_convert_caps_remove_format_info),
24194         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24195         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24196         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24197         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24198         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24199         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24200         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24201         (gst_ffmpegcsp_get_property):
24202         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24203         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24204         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24205         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24206         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24207         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24208         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24209         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24210         Leak fixes in oggdemux.
24211         Some cleanups in audioconvert.
24212         Make passthrough work along with buffer_alloc etc.
24213         Make buffer_alloc and buffer recycling actually work in
24214         xvimagesink.
24215
24216 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24217
24218         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24219           make the compiler happy
24220
24221 2005-05-17  Wim Taymans  <wim@fluendo.com>
24222
24223         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24224         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24225         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24226         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24227         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24228         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24229         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24230         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24231         (gst_xvimagesink_set_xwindow_id):
24232         * sys/xvimage/xvimagesink.h:
24233         Port xvimagesink to new MiniObject.
24234
24235 2005-05-17  Wim Taymans  <wim@fluendo.com>
24236
24237         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24238         (gst_audiofilter_chain):
24239         * gst-libs/gst/audio/gstaudiosink.c:
24240         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24241         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24242         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24243         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24244         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24245         (gst_audiosink_create_ringbuffer):
24246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24247         (gst_audio_convert_caps_remove_format_info),
24248         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24249         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24251         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24252         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24253         Fix passthrough in ffmpegcolorspace.
24254         Fix memset in audiosink on wrong memory.
24255
24256 2005-05-16  David Schleef  <ds@schleef.org>
24257
24258         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24259         to GstMiniObject.
24260
24261 2005-05-16  David Schleef  <ds@schleef.org>
24262
24263         Port from GstData to GstMiniObject.
24264         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24266         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24267         (gst_ogg_mux_collected):
24268         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24269         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24270         (theora_handle_data_packet):
24271         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24272         (theora_set_header_on_caps), (theora_enc_chain):
24273         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24274         (vorbis_handle_comment_packet):
24275         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24276         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24277         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24278         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24279         * gst/audioconvert/gstaudioconvert.c:
24280         (gst_audio_convert_get_buffer):
24281         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24282         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24283         (mute_stream), (silence_stream):
24284         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24285         * gst/volume/gstvolume.c: (volume_transform):
24286         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24287         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24288         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24289         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24290         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24291         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24292         (gst_ximagesink_buffer_alloc):
24293         * sys/ximage/ximagesink.h:
24294
24295 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24296
24297         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24298         (fill_buffer), (check_queue), (queue_threshold_reached),
24299         (queue_out_of_data):
24300         * gst/playback/gstplaybasebin.h:
24301           Post buffer-fullness on the bus.
24302
24303 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24304
24305         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24306         (try_to_link_1):
24307         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24308         (group_commit), (probe_triggered), (setup_source),
24309         (gst_play_base_bin_change_state):
24310         * gst/playback/gstplaybasebin.h:
24311         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24312         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24313         (gst_play_bin_change_state):
24314           Move setup_output_pads into a virtual function, remove
24315           group-switch (no longer needed) and redirect (handled by bus
24316           now) signals.
24317
24318 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24319
24320         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24321         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24322         (get_active_group), (get_building_group), (group_destroy),
24323         (group_commit), (check_queue), (queue_overrun),
24324         (queue_threshold_reached), (queue_out_of_data),
24325         (gen_preroll_element), (remove_groups), (unknown_type),
24326         (add_element_stream), (no_more_pads), (probe_triggered),
24327         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24328         (setup_substreams), (setup_source), (finish_source),
24329         (prepare_output), (muted_group_change_state),
24330         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24331         (gst_play_base_bin_change_state):
24332         * gst/playback/gstplaybasebin.h:
24333         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24334         (gst_play_bin_init), (gst_play_bin_set_property),
24335         (gen_video_element), (gen_text_element), (gen_audio_element),
24336         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24337         (gst_play_bin_change_state):
24338         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24339         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24340         (stream_info_change_state), (gst_stream_info_set_mute),
24341         (gst_stream_info_get_property):
24342         * gst/playback/gststreaminfo.h:
24343         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24344         (gst_stream_selector_get_linked_pad),
24345         (gst_stream_selector_getcaps),
24346         (gst_stream_selector_get_linked_pads),
24347         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24348         * gst/playback/gststreamselector.h:
24349           Rough port of playbin. Needs some more work, but is mostly done,
24350           and uses a few locks in important places, which should make stuff
24351           like chain-switches clean. Still uses GST_STATE() in a few places,
24352           which isn't all that good an idea, subtitles/elements disabled
24353           because no elements to test with and thus probably broken, query
24354           and event handling moved to GstBin, internal thread removed
24355           alltogether because the pipeline does that for us now. Can play
24356           Ogg/Vorbis files. Haven't tested anything else yet.
24357
24358 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24359
24360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24361           Do no-more-pads (needed for autoplugging).
24362
24363 2005-05-10  Andy Wingo  <wingo@pobox.com>
24364
24365         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24366         message to the bus with the tags. Still not sent downstream tho.
24367
24368         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24369         get_parent.
24370         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24371         avoid refcounting hassles.
24372
24373 2005-05-09  Andy Wingo  <wingo@pobox.com>
24374
24375         * gst/volume/Makefile.am:
24376         * gst/volume/demo.c
24377         * gst/volume/gstvolume.h
24378         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24379         basetransform. Probably need an audio filter base class.
24380
24381 2005-05-09  Wim Taymans  <wim@fluendo.com>
24382
24383         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24384         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24385         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24386         (gst_vorbisenc_chain):
24387         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24388         (gst_audio_convert_caps_remove_format_info),
24389         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24390         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24391         Make caps writable before writing to it.
24392         Fix negotiation in audioconvert some more.
24393
24394 2005-05-09  Wim Taymans  <wim@fluendo.com>
24395
24396         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24397         (gst_videorate_getcaps), (gst_videorate_setcaps),
24398         (gst_videorate_event), (gst_videorate_chain):
24399         Better negotiation.
24400
24401 2005-05-09  Wim Taymans  <wim@fluendo.com>
24402
24403         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24404         (gst_videorate_getcaps), (gst_videorate_setcaps),
24405         (gst_videorate_blank_data), (gst_videorate_init),
24406         (gst_videorate_event), (gst_videorate_chain),
24407         (gst_videorate_change_state):
24408         Port videorate, do a better job at negotiation while we're at
24409         it.
24410
24411 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24412
24413         * configure.ac:
24414           Disable libvisual
24415
24416         * examples/Makefile.am:
24417         * gst-libs/gst/audio/Makefile.am:
24418         * gst-libs/gst/riff/Makefile.am:
24419         * gst-libs/gst/tag/Makefile.am:
24420         * gst-libs/gst/video/Makefile.am:
24421           Fixups for missing variables.
24422
24423 2005-05-09  Wim Taymans  <wim@fluendo.com>
24424
24425         * examples/seeking/seek.c: (make_theora_pipeline),
24426         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24427         (query_rates), (query_positions_elems), (query_positions_pads),
24428         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24430         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24431         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24432         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24433         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24435         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24436         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24437         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24438         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24439         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24440         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24441         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24442         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24443         (theora_dec_src_convert), (theora_dec_sink_convert),
24444         (theora_dec_src_query), (theora_dec_sink_query),
24445         (theora_dec_src_event), (theora_dec_sink_event),
24446         (theora_handle_comment_packet), (theora_handle_type_packet),
24447         (theora_handle_header_packet), (theora_handle_data_packet),
24448         (theora_dec_chain):
24449         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24450         (vorbis_dec_convert), (vorbis_dec_src_query),
24451         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24452         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24453         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24454         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24455         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24456         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24457         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24458         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24459         (gst_play_bin_query):
24460         * gst/playback/test3.c: (update_scale):
24461         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24462         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24463         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24464         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24465         (gst_videotestsrc_src_query):
24466         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24467         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24468         (paint_hline_YUV9):
24469         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24470         Port to new query API.
24471         Updated seek.
24472         Cleanups in x[v]imagesink
24473
24474 2005-05-09  Andy Wingo  <wingo@pobox.com>
24475
24476         * ext/alsa/gstalsasink.h:
24477         * ext/gnomevfs/gstgnomevfssrc.c:
24478         (gst_gnomevfssrc_get_icy_metadata):
24479         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24480         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24481         * ext/theora/theoradec.c (theora_dec_src_query)
24482         (theora_dec_src_event, theora_dec_sink_event)
24483         (theora_handle_comment_packet, theora_handle_data_packet):
24484         * ext/theora/theoraenc.c (theora_enc_chain):
24485         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24486         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24487         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24488         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24489         (qt_type_find):
24490         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24491         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24492         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24493         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24494         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24495         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24496         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24497         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24498         (paint_setup_RGB565, paint_setup_xRGB1555):
24499         * gst/videotestsrc/videotestsrc.h:
24500         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24501         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24502         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24503         GCC4 fixes.
24504         
24505         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24506         gst_pad_query_position. Fixes oggdemux.
24507
24508 2005-05-08  David Schleef  <ds@schleef.org>
24509
24510         * configure.ac: Require liboil.
24511         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24512         a few more.
24513         * gst/videotestsrc/videotestsrc.c:
24514         * gst/videotestsrc/videotestsrc.h:
24515
24516 2005-05-06  Wim Taymans  <wim@fluendo.com>
24517
24518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24519         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24520         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24521         Well, unreffing a buffer right before pushing it is asking
24522         for trouble..
24523
24524 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24525
24526         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24527
24528 2005-05-06  Wim Taymans  <wim@fluendo.com>
24529
24530         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24531         (gst_audio_convert_caps_remove_format_info),
24532         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24533         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24535         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24536         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24537         * gst/sine/Makefile.am:
24538         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24539         (gst_sinesrc_class_init), (gst_sinesrc_init),
24540         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24541         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24542         (gst_sinesrc_update_freq):
24543         * gst/sine/gstsinesrc.h:
24544         * gst/tcp/gstmultifdsink.c:
24545         * sys/xvimage/xvimagesink.c:
24546         Fixed negotiation wrt _peer_get_caps()
24547         Some cleanups.
24548
24549
24550 2005-05-06  Wim Taymans  <wim@fluendo.com>
24551
24552         * gst-libs/gst/audio/gstaudiosink.c:
24553         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24554         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24555         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24556         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24557         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24558         (gst_audiosink_create_ringbuffer):
24559         * gst-libs/gst/audio/gstbaseaudiosink.c:
24560         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24561         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24562         (gst_baseaudiosink_set_property), (build_linear_format),
24563         (debug_spec_caps), (debug_spec_buffer),
24564         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24565         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24566         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24567         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24568         * gst-libs/gst/audio/gstbaseaudiosink.h:
24569         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24570         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24571         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24572         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24573         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24574         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24575         (wait_segment), (gst_ringbuffer_commit),
24576         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24577         (gst_ringbuffer_clear):
24578         * gst-libs/gst/audio/gstringbuffer.h:
24579         Make the base audiosink return an error when there is no
24580         audiobuffer negotiated.
24581
24582 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24583
24584         * ext/Makefile.am:
24585         Disable cdparanoia until someone ports it!
24586
24587 2005-05-06  Wim Taymans  <wim@fluendo.com>
24588
24589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24590         (gst_ogg_demux_sink_activate):
24591         And revert after wingo's revert.. sigh..
24592
24593 2005-05-05  Andy Wingo  <wingo@pobox.com>
24594
24595         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24596         GObject.
24597         * configure.ac: Return audiorate and subparse from the ghetto.
24598         Re-enable -Wall -Werror.
24599         * gst/subparse/gstsubparse.c:
24600         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24601         or chain-based. Cleaned up a bit. Not tested.
24602         
24603 2005-05-05  Christian Schaller <christian@fluendo.com> 
24604
24605         * Makefile.am: remove stuff that is not building
24606         * configure.ac: remove stuff that is not building
24607         * examples/Makefile.am: remove stuff that is not building
24608         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24609         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24610         * sys/Makefile.am: remove stuff that is not building
24611         * testsuite/Makefile.am: remove stuff that is not building
24612
24613 2005-05-05  Andy Wingo  <wingo@pobox.com>
24614
24615         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24616         * gst-libs/gst/tag/gstvorbistag.c:
24617         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24618         * gst/adder/gstadder.h:
24619         * gst/audioconvert/gstchannelmix.c:
24620         (gst_audio_convert_fill_one_other):
24621         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24622         (gst_audiorate_init), (gst_audiorate_chain):
24623         * gst/playback/gstplaybasebin.c: (setup_source):
24624         * gst/playback/test3.c: (update_scale):
24625         Some GCC4 fixes
24626         
24627         * po/af.po:
24628         * po/az.po:
24629         * po/cs.po:
24630         * po/en_GB.po:
24631         * po/hu.po:
24632         * po/it.po:
24633         * po/nb.po:
24634         * po/nl.po:
24635         * po/or.po:
24636         * po/sq.po:
24637         * po/sr.po:
24638         * po/sv.po:
24639         * po/uk.po:
24640         * po/vi.po: Foo
24641
24642 2005-05-05  Wim Taymans  <wim@fluendo.com>
24643
24644         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24645         (gst_audio_convert_caps_remove_format_info),
24646         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24647         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24648         * gst/videotestsrc/gstvideotestsrc.c:
24649         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24650         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24651         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24652         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24653         Don't ignore _push() return values.
24654         Make sure no processing is done when shutting down.
24655         Videotestsrc pad activation fix.
24656
24657 2005-05-05  Wim Taymans  <wim@fluendo.com>
24658
24659         * gst/adder/Makefile.am:
24660         * gst/adder/gstadder.c: (gst_adder_setcaps),
24661         (gst_adder_class_init), (gst_adder_init),
24662         (gst_adder_request_new_pad), (gst_adder_collected),
24663         (gst_adder_change_state):
24664         * gst/adder/gstadder.h:
24665         Ported adder as an example of a mixer element using
24666         collect pads. Needs more negotiation work.
24667
24668 2005-05-05  Wim Taymans  <wim@fluendo.com>
24669
24670         * ext/theora/theoradec.c: (_inc_granulepos),
24671         (theora_dec_src_event), (theora_dec_sink_event),
24672         (theora_handle_comment_packet), (theora_handle_type_packet),
24673         (theora_handle_header_packet), (theora_handle_data_packet),
24674         (theora_dec_chain):
24675         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24676         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24677         (theora_push_buffer), (theora_push_packet),
24678         (theora_enc_sink_event), (theora_enc_chain),
24679         (theora_enc_change_state), (theora_enc_set_property),
24680         (theora_enc_get_property):
24681         Added stream lock to decoder so that we can serialize
24682         the discont event.
24683         More theoraenc porting, recover from errors, do clean
24684         shutdown.
24685
24686 2005-05-05  Wim Taymans  <wim@fluendo.com>
24687
24688         * ext/ogg/Makefile.am:
24689         * ext/ogg/README:
24690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24691         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24692         (gst_ogg_print):
24693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24694         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24695         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24696         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24697         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24698         (gst_ogg_mux_change_state):
24699         Ported ogg muxer.
24700
24701 2005-05-05  Wim Taymans  <wim@fluendo.com>
24702
24703         * docs/design-audiosinks.txt:
24704         * gst-libs/gst/audio/TODO:
24705         * gst-libs/gst/audio/gstaudiosink.c:
24706         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24707         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24708         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24709         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24710         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24711         (gst_audiosink_create_ringbuffer):
24712         * gst-libs/gst/audio/gstbaseaudiosink.c:
24713         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24714         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24715         (gst_baseaudiosink_set_property), (build_linear_format),
24716         (debug_spec_caps), (debug_spec_buffer),
24717         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24718         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24719         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24720         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24721         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24722         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24723         (gst_ringbuffer_release), (gst_ringbuffer_play),
24724         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24725         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24726         (gst_ringbuffer_set_sample), (wait_segment),
24727         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24728         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24729         More work on the audiosink, mostly debugging and a race in
24730         shutdown.
24731
24732 2005-04-28  Wim Taymans  <wim@fluendo.com>
24733
24734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24735         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24736         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24737         (vorbis_dec_src_query), (vorbis_dec_src_event),
24738         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24739         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24740         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24741         Don't crap out when seeking back to position 0.
24742
24743 2005-04-28  Wim Taymans  <wim@fluendo.com>
24744
24745         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24746         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24747         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24748         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24749         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24750         Make audio sink configurable, use alsasink as default.
24751
24752 2005-04-28  Wim Taymans  <wim@fluendo.com>
24753
24754         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24755         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24756         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24757         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24758         (vorbis_dec_change_state):
24759         * ext/vorbis/vorbisdec.h:
24760         Refactor, use STREAM_LOCK.
24761
24762 2005-04-28  Wim Taymans  <wim@fluendo.com>
24763
24764         * ext/theora/theoradec.c: (_inc_granulepos),
24765         (theora_dec_sink_event), (theora_handle_comment_packet),
24766         (theora_handle_type_packet), (theora_handle_header_packet),
24767         (theora_handle_data_packet), (theora_dec_chain),
24768         (theora_dec_change_state):
24769         Refactor a bit, use STREAM_LOCK.
24770
24771 2005-04-28  Wim Taymans  <wim@fluendo.com>
24772
24773         * ext/alsa/Makefile.am:
24774         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24775         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24776         (gst_alsa_link), (gst_alsa_close_audio):
24777         * ext/alsa/gstalsaplugin.c: (plugin_init):
24778         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24779         (gst_alsasink_dispose), (gst_alsasink_base_init),
24780         (gst_alsasink_class_init), (gst_alsasink_init),
24781         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24782         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24783         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24784         (gst_alsasink_reset):
24785         * ext/alsa/gstalsasink.h:
24786         Implement alsasink with simple open/write/close API. 
24787         Make alsa dir build by disabling compilation of code.
24788
24789 2005-04-28  Wim Taymans  <wim@fluendo.com>
24790
24791         * gst-libs/gst/audio/Makefile.am:
24792         * gst-libs/gst/audio/audio.h:
24793         * gst-libs/gst/audio/audioclock.c:
24794         * gst-libs/gst/audio/audioclock.h:
24795         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24796         (gst_audio_clock_class_init), (gst_audio_clock_init),
24797         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24798         * gst-libs/gst/audio/gstaudioclock.h:
24799         * gst-libs/gst/audio/gstaudiosink.c:
24800         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24801         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24802         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24803         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24804         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24805         (gst_audiosink_create_ringbuffer):
24806         * gst-libs/gst/audio/gstbaseaudiosink.c:
24807         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24808         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24809         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24810         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24811         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24812         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24813         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24814         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24815         * gst-libs/gst/audio/gstbaseaudiosink.h:
24816         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24817         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24818         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24819         (gst_ringbuffer_release), (gst_ringbuffer_play),
24820         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24821         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24822         (gst_ringbuffer_set_sample), (wait_segment),
24823         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24824         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24825         * gst-libs/gst/audio/gstringbuffer.h:
24826         Make ringbuffer faster and more simple by removing the locks
24827         in the playback thread.
24828         Add sample accurate playback based on buffer sample offsets.
24829         Make the baseaudiosink provide a clock.
24830         Parse caps in the base class.
24831         Correctly handle seeking, flushing and state changes.
24832
24833 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24834
24835         * configure.ac:
24836         * gst/audioconvert/Makefile.am:
24837         * gst/audioscale/Makefile.am:
24838           Fix part of the build.  Come on guys, autogen didn't even work :)
24839
24840 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24841
24842         * configure.ac:
24843         * gst-libs/gst/Makefile.am:
24844         * gst-libs/gst/media-info/.cvsignore:
24845         * gst-libs/gst/media-info/Makefile.am:
24846         * gst-libs/gst/media-info/README:
24847         * gst-libs/gst/media-info/media-info-priv.c:
24848         * gst-libs/gst/media-info/media-info-priv.h:
24849         * gst-libs/gst/media-info/media-info-test.c:
24850         * gst-libs/gst/media-info/media-info.c:
24851         * gst-libs/gst/media-info/media-info.h:
24852         * gst-libs/gst/media-info/media-info.vcproj:
24853         * pkgconfig/Makefile.am:
24854         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24855         * pkgconfig/gstreamer-media-info.pc.in:
24856           Remove media-info, which is also successed by playbin (see Totem
24857           implementation).
24858
24859 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24860
24861         * configure.ac:
24862         * examples/Makefile.am:
24863         * examples/gstplay/.cvsignore:
24864         * examples/gstplay/Makefile.am:
24865         * examples/gstplay/player.c:
24866         * gst-libs/gst/Makefile.am:
24867         * gst-libs/gst/play/.cvsignore:
24868         * gst-libs/gst/play/Makefile.am:
24869         * gst-libs/gst/play/play.c:
24870         * gst-libs/gst/play/play.h:
24871         * gst-libs/gst/play/play.vcproj:
24872         * pkgconfig/Makefile.am:
24873         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24874         * pkgconfig/gstreamer-play.pc.in:
24875           Remove libgstplay, playbin is now the official successor.
24876
24877 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24878
24879         * configure.ac:
24880         * gst-libs/gst/Makefile.am:
24881         * gst-libs/gst/xwindowlistener/Makefile.am:
24882         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24883         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24884           Remove deprecated xwindowlistener (I've moved xwindowlistening
24885           in the v4l/v4l2 plugins over to serverside).
24886
24887 2005-04-25  David Schleef  <ds@schleef.org>
24888
24889         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24890         to examples/dynparams.  Examples do not belong interspersed with
24891         source code.
24892         * examples/dynparams/demo-dparams.c:
24893         * gst/sine/Makefile.am:
24894         * gst/sine/demo-dparams.c:
24895
24896 2005-04-25  David Schleef  <ds@schleef.org>
24897
24898         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24899         * gst-libs/gst/audio/Makefile.am:
24900         * gst-libs/gst/riff/Makefile.am:
24901         * gst-libs/gst/tag/Makefile.am:
24902         * gst-libs/gst/video/Makefile.am:
24903         * gst-libs/gst/xwindowlistener/Makefile.am:
24904
24905         Convert to 0.9 API, seems to work:
24906         * sys/ximage/Makefile.am:
24907         * sys/ximage/ximagesink.c:
24908
24909 2005-04-24  David Schleef  <ds@schleef.org>
24910
24911         Link plugins against libraries:
24912         * ext/alsa/Makefile.am:
24913         * gst/tcp/Makefile.am:
24914
24915         Remove asm code that should be in liboil
24916         * gst/videoscale/Makefile.am:
24917         * gst/videoscale/videoscale_x86_asm.s:
24918
24919         gettext wants these checked in:
24920         * po/af.po:
24921         * po/az.po:
24922         * po/cs.po:
24923         * po/en_GB.po:
24924         * po/hu.po:
24925         * po/it.po:
24926         * po/nb.po:
24927         * po/nl.po:
24928         * po/or.po:
24929         * po/sq.po:
24930         * po/sr.po:
24931         * po/sv.po:
24932         * po/uk.po:
24933         * po/vi.po:
24934
24935 2005-04-24  David Schleef  <ds@schleef.org>
24936
24937         Convert gst_main() to g_main_loop_run()
24938         * gst/playback/decodetest.c: (main):
24939         * gst/playback/test2.c: (main):
24940         * gst/playback/test3.c: (main):
24941         * gst/playback/test4.c: (main):
24942
24943         Link plugins against libraries:
24944         * ext/libvisual/Makefile.am:
24945         * sys/xvimage/Makefile.am:
24946
24947 2005-04-24  David Schleef  <ds@schleef.org>
24948
24949         * configure.ac: Remove idct and resample libs
24950         * gst-libs/gst/Makefile.am: same
24951
24952         Remove usage of gst_library_load():
24953         * ext/alsa/gstalsaplugin.c: (plugin_init):
24954         * ext/libvisual/visual.c: (plugin_init):
24955         * ext/ogg/gstogg.c: (plugin_init):
24956         * ext/theora/theora.c: (plugin_init):
24957         * ext/vorbis/vorbis.c: (plugin_init):
24958         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24959         * gst/audioscale/gstaudioscale.c:
24960         * gst/adder/gstadder.c: (plugin_init):
24961         * gst/audioconvert/plugin.c: (plugin_init):
24962         * sys/ximage/ximagesink.c: (plugin_init):
24963         * sys/xvimage/xvimagesink.c: (plugin_init):
24964         * gst/tcp/gsttcpplugin.c: (plugin_init):
24965
24966         Link plugins against libraries:
24967         * ext/ogg/Makefile.am:
24968         * ext/theora/Makefile.am:
24969         * ext/vorbis/Makefile.am:
24970         * gst/audioconvert/Makefile.am:
24971
24972         Create proper libraries:
24973         * gst-libs/gst/riff/Makefile.am:
24974         * gst-libs/gst/audio/Makefile.am:
24975         * gst-libs/gst/video/Makefile.am:
24976
24977         Move resample library to audioscale plugin directory:
24978         * gst-libs/gst/resample/Makefile.am:
24979         * gst-libs/gst/resample/README:
24980         * gst-libs/gst/resample/dtof.c:
24981         * gst-libs/gst/resample/dtos.c:
24982         * gst-libs/gst/resample/functable.c:
24983         * gst-libs/gst/resample/private.h:
24984         * gst-libs/gst/resample/resample.c:
24985         * gst-libs/gst/resample/resample.h:
24986         * gst-libs/gst/resample/resample.vcproj:
24987         * gst-libs/gst/resample/test.c:
24988         * gst/audioscale/Makefile.am:
24989         * gst/audioscale/README:
24990         * gst/audioscale/dtof.c:
24991         * gst/audioscale/dtos.c:
24992         * gst/audioscale/functable.c:
24993         * gst/audioscale/private.h:
24994         * gst/audioscale/resample.c:
24995         * gst/audioscale/resample.h:
24996         * gst/audioscale/test.c:
24997
24998         Move tagedit library to gst-libs:
24999         * gst-libs/gst/tag/Makefile.am:
25000         * gst-libs/gst/tag/gstid3tag.c:
25001         * gst-libs/gst/tag/gsttagediting.c:
25002         * gst-libs/gst/tag/gsttageditingprivate.h:
25003         * gst-libs/gst/tag/gstvorbistag.c:
25004         * gst/tags/Makefile.am:
25005         * gst/tags/gstid3tag.c:
25006         * gst/tags/gstvorbistag.c:
25007
25008         Fix for core changes:
25009         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25010         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25011         (gst_sinesrc_getrange):
25012
25013 2005-04-23  David Schleef  <ds@schleef.org>
25014
25015         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25016         in gst-plugins in a long time, and properly belongs in liboil.
25017         * gst-libs/gst/idct/Makefile.am:
25018         * gst-libs/gst/idct/README:
25019         * gst-libs/gst/idct/dct.h:
25020         * gst-libs/gst/idct/doieee:
25021         * gst-libs/gst/idct/fastintidct.c:
25022         * gst-libs/gst/idct/floatidct.c:
25023         * gst-libs/gst/idct/idct.c:
25024         * gst-libs/gst/idct/idct.h:
25025         * gst-libs/gst/idct/idtc.vcproj:
25026         * gst-libs/gst/idct/ieeetest.c:
25027         * gst-libs/gst/idct/intidct.c:
25028
25029 2005-04-20  Wim Taymans  <wim@fluendo.com>
25030
25031         * docs/design-audiosinks.txt:
25032         * gst-libs/gst/audio/Makefile.am:
25033         * gst-libs/gst/audio/TODO:
25034         * gst-libs/gst/audio/gstaudiosink.c:
25035         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25036         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25037         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25038         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25039         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25040         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25041         (gst_audiosink_class_init), (gst_audiosink_init),
25042         (gst_audiosink_create_ringbuffer):
25043         * gst-libs/gst/audio/gstaudiosink.h:
25044         * gst-libs/gst/audio/gstbaseaudiosink.c:
25045         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25046         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25047         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25048         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25049         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25050         (gst_baseaudiosink_create_ringbuffer),
25051         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25052         * gst-libs/gst/audio/gstbaseaudiosink.h:
25053         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25054         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25055         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25056         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25057         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25058         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25059         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25060         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25061         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25062         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25063         * gst-libs/gst/audio/gstringbuffer.h:
25064         An attempt at a set of audio base classes together with some
25065         design docs.
25066
25067 2005-04-20  Wim Taymans  <wim@fluendo.com>
25068
25069         * gst/audioconvert/Makefile.am:
25070         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25071         (gst_audio_convert_caps_remove_format_info),
25072         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25073         (gst_audio_convert_channels):
25074         Link against audio libs.
25075         Fix audio convert plugin.
25076
25077 2005-04-20  Wim Taymans  <wim@fluendo.com>
25078
25079         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25080         (gst_ogg_demux_sink_activate):
25081         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25082         (theora_set_header_on_caps), (theora_enc_sink_event),
25083         (theora_enc_chain):
25084         Fix theora encoder.
25085
25086 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25087
25088         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25089         * gst/playback/gstdecodebin.c: (find_compatibles):
25090           Work with staticpadtemplates in elementfactories.
25091
25092 2005-04-12  Wim Taymans  <wim@fluendo.com>
25093
25094         * gst/playback/README:
25095         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25096         (compare_ranks), (print_feature), (gst_decode_bin_init),
25097         (dynamic_create), (dynamic_free), (find_compatibles),
25098         (mimetype_is_raw), (close_pad_link), (got_redirect),
25099         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25100         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25101         (gst_decode_bin_change_state):
25102         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25103         (gst_play_base_bin_init), (group_destroy), (group_commit),
25104         (check_queue), (queue_overrun), (queue_threshold_reached),
25105         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25106         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25107         (got_redirect), (setup_source), (play_base_eos),
25108         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25109         (gst_play_base_bin_remove_element):
25110         * gst/playback/gstplaybasebin.h:
25111         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25112         (gst_play_bin_init), (gst_play_bin_dispose),
25113         (gst_play_bin_set_property), (gen_video_element),
25114         (gen_text_element), (gen_audio_element), (remove_sinks),
25115         (gst_play_bin_send_event):
25116         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25117         (stream_info_change_state), (gst_stream_info_set_mute):
25118         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25119         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25120         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25121         (gst_stream_selector_chain):
25122         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25123         (main):
25124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25125         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25126         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25127         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25128         Raw and crude port of decodebin. 
25129         Make playbin compile.
25130
25131 2005-04-06  Wim Taymans  <wim@fluendo.com>
25132
25133         * ext/gnomevfs/Makefile.am:
25134         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25135         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25136         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25137         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25138         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25139         (gst_gnomevfssrc_stop):
25140         * ext/ogg/Makefile.am:
25141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25142         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25143         * ext/theora/Makefile.am:
25144         * ext/theora/theoradec.c: (_inc_granulepos),
25145         (theora_dec_sink_event), (theora_dec_chain):
25146         * ext/vorbis/Makefile.am:
25147         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25148         (vorbis_dec_sink_event), (vorbis_dec_chain):
25149         * gst-libs/gst/audio/Makefile.am:
25150         * sys/xvimage/Makefile.am:
25151         Make gnomevfssrc extend the source base class.
25152         Fix linking against libs in various plugins.
25153
25154 2005-04-06  Andy Wingo  <wingo@pobox.com>
25155
25156         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25157         GST_BASE_LIBS.
25158
25159         * configure.ac: Add check and AC_SUBST for libgstbase.
25160
25161 2005-03-31  Wim Taymans  <wim@fluendo.com>
25162
25163         * examples/seeking/Makefile.am:
25164         * examples/seeking/cdparanoia.c: (main):
25165         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25166         (play_cb), (pause_cb), (stop_cb), (main):
25167         * examples/seeking/playbin.c:
25168         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25169         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25170         (make_sid_pipeline), (make_vorbis_pipeline),
25171         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25172         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25173         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25174         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25175         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25176         (stop_cb), (main):
25177         * examples/seeking/spider_seek.c:
25178         * examples/seeking/vorbisfile.c:
25179         * ext/gnomevfs/Makefile.am:
25180         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25181         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25182         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25183         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25184         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25185         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25186         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25187         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25188         * ext/ogg/README:
25189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25190         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25191         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25192         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25193         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25194         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25195         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25196         (gst_ogg_demux_factory_filter), (compare_ranks),
25197         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25198         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25199         (gst_ogg_chain_new), (gst_ogg_chain_free),
25200         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25201         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25202         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25203         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25204         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25205         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25206         (gst_ogg_demux_get_prev_page),
25207         (gst_ogg_demux_deactivate_current_chain),
25208         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25209         (gst_ogg_demux_bisect_forward_serialno),
25210         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25211         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25212         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25213         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25214         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25215         (gst_ogg_demux_change_state), (gst_ogg_print):
25216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25217         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25218         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25219         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25220         (gst_ogg_mux_loop):
25221         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25222         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25223         (theora_dec_src_convert), (theora_dec_sink_convert),
25224         (theora_dec_src_query), (theora_dec_src_event),
25225         (theora_dec_sink_event), (theora_dec_chain),
25226         (theora_dec_change_state):
25227         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25228         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25229         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25230         (theora_enc_change_state):
25231         * ext/vorbis/Makefile.am:
25232         * ext/vorbis/oggvorbisenc.c:
25233         * ext/vorbis/oggvorbisenc.h:
25234         * ext/vorbis/vorbis.c: (plugin_init):
25235         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25236         (vorbis_dec_src_query), (vorbis_dec_src_event),
25237         (vorbis_dec_sink_event), (vorbis_dec_chain),
25238         (vorbis_dec_change_state):
25239         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25240         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25241         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25242         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25243         (gst_vorbisenc_change_state):
25244         * ext/vorbis/vorbisenc.h:
25245         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25246         * gst-libs/gst/audio/audioclock.c:
25247         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25248         (gst_audiofilter_init), (gst_audiofilter_chain):
25249         * gst-libs/gst/audio/testchannels.c: (main):
25250         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25251         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25252         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25253         (gmip_find_track_streaminfo), (gmip_find_track_format):
25254         * gst-libs/gst/media-info/media-info.c:
25255         (gst_media_info_read_idler):
25256         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25257         (gst_play_get_all_by_interface):
25258         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25259         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25260         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25261         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25262         (gst_riff_parse_info):
25263         * gst-libs/gst/riff/riff-read.h:
25264         * gst-libs/gst/riff/riff.c: (plugin_init):
25265         * gst-libs/gst/video/Makefile.am:
25266         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25267         (gst_videosink_class_init), (gst_videosink_get_type):
25268         * gst-libs/gst/video/videosink.h:
25269         * gst/audioconvert/bufferframesconvert.c:
25270         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25271         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25272         * gst/audioconvert/channelmixtest.c: (main):
25273         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25274         (gst_audio_convert_chain),
25275         (gst_audio_convert_caps_remove_format_info),
25276         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25277         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25278         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25279         (gst_audio_convert_buffer_to_default_format),
25280         (gst_audio_convert_buffer_from_default_format),
25281         (gst_audio_convert_channels):
25282         * gst/audioconvert/gstchannelmix.h:
25283         * gst/ffmpegcolorspace/avcodec.h:
25284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25285         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25286         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25287         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25288         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25289         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25290         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25291         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25292         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25293         (dv_type_find):
25294         * gst/videotestsrc/gstvideotestsrc.c:
25295         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25296         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25297         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25298         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25299         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25300         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25301         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25303         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25304         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25305         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25306         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25307         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25308         (gst_xvimagesink_navigation_send_event),
25309         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25310         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25311         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25312         * sys/xvimage/xvimagesink.h:
25313         Plugin port to 0.9, ogg/theora playback should work in the seek
25314         example now.
25315         Removed old examples.
25316         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25317         explained in 0.9 TODO doc.
25318
25319
25320 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25321
25322         * autogen.sh:
25323         * configure.ac:
25324         * ext/Makefile.am:
25325         * gst/Makefile.am:
25326         * po/POTFILES.in:
25327         * po/af.po:
25328         * po/az.po:
25329         * po/cs.po:
25330         * po/en_GB.po:
25331         * po/hu.po:
25332         * po/it.po:
25333         * po/nb.po:
25334         * po/nl.po:
25335         * po/or.po:
25336         * po/sq.po:
25337         * po/sr.po:
25338         * po/sv.po:
25339         * po/uk.po:
25340         * po/vi.po:
25341         * sys/Makefile.am:
25342         * testsuite/Makefile.am:
25343           remove a whole bunch of plugins.  This module now contains a set
25344           of free reference plugins/elements as agreed.
25345
25346 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25347
25348         * configure.ac:
25349           hunting season on 0.9 is now OPEN
25350
25351 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25352
25353         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25354           Kick the hell out of gcc for not warning me about a symbol conflict.
25355
25356 2005-02-22  Luca Ognibene  <luogni@tin.it>
25357
25358         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25359
25360         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25361           Don't leak caps string (fixes #168134)
25362
25363         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25364         (gst_jpegenc_init), (gst_jpegenc_finalize),
25365         (gst_jpegenc_change_state):
25366           Don't leak line buffers and context struct (fixes #168133).
25367
25368 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25369
25370         * configure.ac:
25371         * ext/dirac/gstdiracdec.cc:
25372         (gst_diracdec_chain):
25373           Since dirac 0.5.0 the framerate in dirac is expressed as a
25374           rational number. Fix build and up requirement to 0.5.0, and
25375           also pass parameters to gst_diracdec_link in the right order
25376           (fixes #167959).
25377
25378 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25379
25380         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25381         * ext/faad/gstfaad.h:
25382         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25383         certain invalid muxed streams, where some packets will contain 
25384         junk after decoder data. Partially fixes #149158.
25385
25386 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25387         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25388           Make sure we only write to writable buffers
25389
25390 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25391
25392         * gst-libs/gst/riff/riff-media.c:
25393         (gst_riff_create_audio_caps_with_data):
25394           Do actually fix invalid RIFF fmt header values for alaw
25395           and mulaw audio instead of just saying so.
25396
25397         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25398           Give gst_riff_create_audio_caps_with_data() a chance to
25399           fix up broken format header fields before extracting any
25400           parameters from the header. (fixes #167633)
25401
25402 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25403
25404         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25405
25406         * gst/audioconvert/bufferframesconvert.c:
25407         (buffer_frames_convert_link):
25408           Don't leak othercaps. (fixes #167878)
25409
25410 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25411
25412         * configure.ac:
25413         * ext/libvisual/visual.c: (gst_visual_srclink),
25414         (gst_visual_change_state):
25415           Support libvisual 0.2.0.
25416
25417 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25418
25419         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25420         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25421           Use same rowstrides for I420 as used everywhere else.
25422
25423 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25424
25425         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25426           Declare variables at beginning of block and make gcc-2.95 happy
25427           (fixes # 167482, patch by Gergely Nagy).
25428           
25429         * gst/tcp/gsttcpclientsrc.c:
25430         * gst/tcp/gsttcpclientsrc.h:
25431           Move some includes into the header, so that struct sockaddr_in is
25432           defined when it should be defined on FreeBSD as well (fixes
25433           #167483).
25434           
25435         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25436           Don't pass uninitialised values to setsockopt() here either.
25437
25438 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25439
25440         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25441
25442         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25443           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25444
25445 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25446
25447         * gst/playback/gstplaybin.c: (add_sink):
25448           Invert bin_add/link order to workaround deadlock in opt.
25449
25450 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25451
25452         * gst/modplug/gstmodplug.cc:
25453           Add missing break causing position queries to fail.
25454
25455 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25456
25457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25458           Granpos can apparently be -1, which screws up calculations...
25459
25460 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25461
25462         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25463         (gst_ximagesink_send_pending_navigation),
25464         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25465         (gst_ximagesink_init):
25466         * sys/ximage/ximagesink.h:
25467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25468         (gst_xvimagesink_send_pending_navigation),
25469         (gst_xvimagesink_navigation_send_event),
25470         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25471         * sys/xvimage/xvimagesink.h:
25472           Use a mutex protected list to marshal navigation
25473           events into the stream thread from whichever thread
25474           sends them.
25475
25476 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25477
25478         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25479           Display current position and track length; misc. clean-ups.
25480           
25481         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25482         (speed_init), (speed_chain):
25483           Add query function, so that the stream length and current position
25484           get adjusted when queried (note that current position queries may
25485           still be wrong if the audio sink returns values based on buffer
25486           timestamps instead of passing on the query).
25487
25488 2005-02-13  Benjamin Otte  <otte@gnome.org>
25489
25490         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25491         (gst_audio_convert_channels):
25492           create channel conversion matrix when linking
25493         * gst/audioconvert/.cvsignore:
25494         * gst/audioconvert/Makefile.am:
25495         * gst/audioconvert/channelmixtest.c: (main):
25496           add (ugly) test that ensures stereo <=> mono conversion works
25497           correctly
25498
25499 2005-02-13  Benjamin Otte  <otte@gnome.org>
25500
25501         * gst/audioconvert/gstchannelmix.h:
25502           include missing header file
25503         * gst/audioconvert/gstchannelmix.c:
25504         (gst_audio_convert_fill_compatible):
25505           use same sign for both channels when converting to/from compatible
25506           channel. Previously used different signs made the signals cancel
25507           each other out and appear like silence. (fixes #167269)
25508
25509 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25510
25511         * gst/ffmpegcolorspace/avcodec.h:
25512         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25513         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25514         (gst_ffmpegcsp_avpicture_fill):
25515         * gst/ffmpegcolorspace/imgconvert.c:
25516           Convert to and from YV12 (fixes #156379).
25517
25518 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25519
25520         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25521         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25522         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25523         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25524         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25525         methods from chain and negotiation and vice versa (Fixes #166142).
25526         * sys/ximage/ximagesink.h: Add stream_lock.
25527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25528         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25529         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25530         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25531
25532 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25533
25534         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25535           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25536           error message when we can't open the DVD device (when dvdnav_open()
25537           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25538           the above). Send something more useful instead (fixes #167117).
25539
25540 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25541
25542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25543         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25544         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25545         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25546         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25547         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25548         methods from chain and negotiation and vice versa (Fixes #166142).
25549         Fix a possible bug of images in the buffer pool being discarded because
25550         we are looking at the wrong geometry.
25551         * sys/xvimage/xvimagesink.h: Add stream_lock.
25552
25553 2005-02-11  David Schleef  <ds@schleef.org>
25554
25555         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25556         unsigned int. (fixes #167128)
25557
25558 2005-02-11  David Schleef  <ds@schleef.org>
25559
25560         * gst/librfb/Makefile.am: Testing stuff before committing is
25561           for wimps... and people with fast machines.  Fix stupid
25562           mistake.
25563
25564 2005-02-11  David Schleef  <ds@schleef.org>
25565
25566         * configure.ac: Pull in librfb from my CVS tree, because it is
25567           too small and annoying to be separate.  Move rfbsrc plugin
25568           to gst/.
25569         * ext/Makefile.am:
25570         * ext/librfb/Makefile.am:
25571         * ext/librfb/gstrfbsrc.c:
25572         * gst/librfb/Makefile.am:
25573         * gst/librfb/gstrfbsrc.c:
25574         * gst/librfb/rfb.c:
25575         * gst/librfb/rfb.h:
25576         * gst/librfb/rfbbuffer.c:
25577         * gst/librfb/rfbbuffer.h:
25578         * gst/librfb/rfbbytestream.c:
25579         * gst/librfb/rfbbytestream.h:
25580         * gst/librfb/rfbcontext.h:
25581         * gst/librfb/rfbdecoder.c:
25582         * gst/librfb/rfbdecoder.h:
25583         * gst/librfb/rfbutil.h:
25584
25585 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25586
25587         * gst/speed/Makefile.am:
25588         * gst/speed/demo-mp3.c: (main):
25589         * gst/speed/filter.func:
25590         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25591         (speed_class_init), (speed_init), (speed_chain_int16),
25592         (speed_chain_float32), (speed_chain), (speed_set_property),
25593         (speed_get_property), (speed_change_state):
25594         * gst/speed/gstspeed.h:
25595           Fix speed element and make it chain-based (fixes #156467),
25596           and make it handle more than one channel.
25597
25598 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25599
25600         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25601         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25602         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25603         * ext/dts/gstdtsdec.h:
25604           Don't clobber the stack constructing the channels array.
25605           Make the element chain-based. DTS tracks can now be played.
25606           
25607 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25608
25609         * gst-libs/gst/audio/multichannel.h:
25610         * gst-libs/gst/gconf/gconf.h:
25611         * gst-libs/gst/idct/idct.h:
25612         * gst-libs/gst/media-info/media-info-priv.h:
25613         * gst-libs/gst/play/play.h:
25614         * gst-libs/gst/resample/private.h:
25615         * gst-libs/gst/resample/resample.h:
25616         * gst-libs/gst/riff/riff-ids.h:
25617         * gst-libs/gst/video/video.h:
25618         * gst-libs/gst/video/videosink.h:
25619           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25620           missing, so that they work when included from C++ code.
25621
25622 2005-02-09  David Schleef  <ds@schleef.org>
25623
25624         * testsuite/gst-lint: Check for non-statically scoped
25625           parent_class variables.  This won't be a problem once
25626           plugins are loaded with RTLD_LOCAL.
25627
25628 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25629
25630         * ext/mplex/gstmplexibitstream.cc:
25631           gcc madness.
25632
25633 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25634
25635         * ext/ogg/gstogmparse.c:
25636         * gst/debug/gstnavigationtest.c:
25637           Die, thou faulty symbol pollutors (non-static parent_class).
25638
25639 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25640
25641         * ext/mplex/gstmplexibitstream.cc:
25642           Fix event handling (#165525).
25643
25644 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25645
25646         * ext/mikmod/gstmikmod.c:
25647         * gst/modplug/gstmodplug.cc:
25648           Add missing endianness to template (fixes #165509).
25649
25650 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25651
25652         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25653           Fix wrong order of reading of optional bytes (#165290).
25654
25655 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25656
25657         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25658           Implement FILLER event awareness.
25659
25660 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25661
25662         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25663           Fix track calculations (#166208).
25664
25665 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25666
25667         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25668
25669         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25670         * ext/libpng/gstpngenc.c:
25671           Fix byte-order, use proper fixed caps. Fixes #164197.
25672
25673 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25674
25675         * configure.ac:
25676           Add dvdlpcmdec 
25677
25678         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25679         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25680           Don't push buffers if the src pad isn't negotiated yet.
25681           
25682         * gst/audioconvert/gstaudioconvert.c:
25683         (gst_audio_convert_buffer_to_default_format),
25684         (gst_audio_convert_buffer_from_default_format):
25685           Add support for 24-bit width.
25686
25687         * gst/dvdlpcmdec/.cvsignore:
25688         * gst/dvdlpcmdec/Makefile.am:
25689         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25690         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25691         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25692         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25693         (plugin_init):
25694         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25695           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25696           format. Needs support for the channels maps if someone can find 
25697           a DVD LPCM track with > 2 channels.
25698
25699         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25700         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25701         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25702         * gst/mpegstream/gstdvddemux.h:
25703         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25704         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25705         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25706         * gst/mpegstream/gstmpegdemux.h:
25707         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25708         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25709         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25710         (gst_mpeg_parse_handle_src_query),
25711         (gst_mpeg_parse_handle_src_event):
25712           Use audio/x-dvd-lpcm for LPCM output.
25713           Add DTS output.
25714
25715 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25716
25717         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25718
25719         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25720         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25721           Add BGRA handling (#165736).
25722
25723 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25724
25725         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25726
25727         * gst/law/alaw-decode.c: (alawdec_link):
25728         * gst/law/alaw-encode.c: (alawenc_link):
25729         * gst/law/mulaw-decode.c: (mulawdec_link):
25730         * gst/law/mulaw-encode.c: (mulawenc_link):
25731           Fix caps memleaks (#166600).
25732
25733 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25734
25735         * ext/tarkin/mem.h:
25736         * ext/tarkin/wavelet.h:
25737         * ext/tarkin/yuv.h:
25738         * gst/ffmpegcolorspace/avcodec.h:
25739           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25740           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25741
25742 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25743
25744         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25746         (gst_xvimagesink_change_state):
25747           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25748           Xv video (and thereby regenerate Xv colourkey) in clear() so
25749           that PLAY -> READY -> PLAY works (fixes #162504).
25750
25751 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25752
25753         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25754           Switch to list instead of range, since MJPEG-devices really just
25755           support decimations, not any size.
25756
25757 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25758         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25759         (gst_mpeg2dec_reset), (free_all_buffers),
25760         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25761         * ext/mpeg2dec/gstmpeg2dec.h:
25762           The libmpeg2 user-allocated buffer management is awkward, 
25763           to say the least. Hopefully this fixes things.
25764
25765 2005-02-04  Andy Wingo  <wingo@pobox.com>
25766
25767         * gst/audioconvert/bufferframesconvert.c
25768         (buffer_frames_convert_fixate): New function, fixates to 256
25769         frames per buffer by default. (Much better than 1.)
25770         (buffer_frames_convert_init): Set the fixate function for both src
25771         and sink pad.
25772         (buffer_frames_convert_link): After success setting nonfixed caps,
25773         get the negotiated caps so we can know how many buffer-frames it
25774         will be. No idea how this worked at all before.
25775
25776 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25777
25778         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25779         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25780         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25781         (handle_sequence), (handle_picture):
25782         * ext/mpeg2dec/gstmpeg2dec.h:
25783           Rearrange buffer tracking and refcounting and refactor
25784           a little for readability. 
25785
25786 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25787         * sys/v4l/gstv4l.c: (plugin_init):
25788         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25789         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25790         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25791         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25792         * sys/v4l/gstv4ljpegsrc.h:
25793         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25794         * sys/v4l/v4l_calls.h:
25795         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25796         (gst_v4lsrc_get_fps):
25797         * sys/v4l/v4lsrc_calls.h:
25798           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25799           you jpeg inside rgb frames" driver.
25800           Don't error in the v4lsrc link function, just return 
25801           REFUSED.
25802
25803 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25804
25805         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25806         (gst_qcamsrc_open):
25807           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25808
25809 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25810
25811         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25812           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25813
25814 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25815
25816         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25817           Reset negotiated state on PAUSED->READY.
25818
25819 2005-02-02  David Schleef  <ds@schleef.org>
25820
25821         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25822         whereever possible.  (Fixes #165997)
25823         * examples/capsfilter/capsfilter1.c: (main):
25824         * examples/dynparams/filter.c: (create_ui):
25825         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25826         * examples/seeking/chained.c: (main):
25827         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25828         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25829         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25830         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25831         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25832         * examples/switch/switcher.c: (main):
25833         * ext/dv/demo-play.c: (main):
25834         * ext/faad/gstfaad.c: (gst_faad_change_state):
25835         * ext/mad/gstmad.c: (gst_mad_chain):
25836         * ext/smoothwave/demo-osssrc.c: (main):
25837         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25838         (gst_gconf_render_bin_from_description),
25839         (gst_gconf_get_default_audio_sink),
25840         (gst_gconf_get_default_video_sink),
25841         (gst_gconf_get_default_audio_src),
25842         (gst_gconf_get_default_video_src),
25843         (gst_gconf_get_default_visualization_element):
25844         * gst/level/demo.c: (main):
25845         * gst/level/plot.c: (main):
25846         * gst/playback/gstplaybin.c: (gen_video_element),
25847         (gen_audio_element):
25848         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25849         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25850         * gst/sine/demo-dparams.c: (main):
25851         * gst/spectrum/demo-osssrc.c: (main):
25852         * gst/speed/demo-mp3.c: (main):
25853         * gst/volume/demo.c: (main):
25854         * testsuite/embed/embed.c: (main):
25855
25856 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25857
25858         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25859         (gst_tcpclientsink_finalize):
25860         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25861         (gst_tcpclientsrc_finalize):
25862         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25863         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25864         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25865         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25866           Don't leak the hostname when shutting down.
25867           In tcpserversrc, take a copy of the default hostname.
25868
25869 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25870
25871         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25872           Set caps to systemstream=TRUE.
25873
25874 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25875
25876         * testsuite/Makefile.am:
25877           Fix more OSX buildbots.
25878
25879 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25880
25881         * ext/mpeg2dec/gstmpeg2dec.c:
25882           Don't send things to NULL PAD_PEERs
25883
25884         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25885           Copy-on-write the incoming buffer.
25886
25887         * gst/mpegstream/gstdvddemux.h:
25888         * gst/mpegstream/gstmpegclock.h:
25889         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25890         (normal_seek), (gst_mpeg_demux_handle_src_event):
25891         * gst/mpegstream/gstmpegdemux.h:
25892         * gst/mpegstream/gstmpegpacketize.h:
25893         * gst/mpegstream/gstmpegparse.c:
25894         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25895         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25896         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25897         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25898         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25899         * gst/mpegstream/gstmpegparse.h:
25900         * gst/mpegstream/gstrfc2250enc.h:
25901           Various changes to the way time is computed that make seeking and
25902           total time estimation much better here.
25903           Use G_BEGIN/END_DECLS instead of __cplusplus
25904
25905         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25906           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25907
25908 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25909
25910         * gst/subparse/gstsubparse.c:
25911           Fix OSX buildbot.
25912
25913 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25914
25915         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25916         (theora_enc_chain), (theora_enc_change_state):
25917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25918         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25919         (gst_vorbisenc_change_state):
25920         * ext/vorbis/vorbisenc.h:
25921           Set granulepos and timestamp correctly for streams not
25922           starting at 0, taking into account the initial delay.
25923
25924 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25925
25926         * gst/mpegstream/gstdvddemux.c:
25927           Add audio/x-dts to audio pad template caps
25928
25929 2005-01-30  David Schleef  <ds@schleef.org>
25930
25931         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25932         (create_context), (gst_polypsink_link): Fix silly endianness
25933         bug.  Add some debugging.  Remove float from caps; it doesn't
25934         work.  Attempt to get remote audio working.
25935
25936 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25937
25938         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25939           Add 3IV2 fourcc.
25940
25941 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25942
25943         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25944         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25945         (gst_avi_demux_stream_data):
25946         * gst/avi/gstavidemux.h:
25947           Invert DIB images. Fixes #132341.
25948
25949 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25950
25951         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25952         (gst_ffmpegcsp_chain):
25953           D'oh, reference the palette data, not the palette structure.
25954           Fixes color distortion in #132341.
25955
25956 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25957
25958         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25959           PAR can be non-fixed when not provided as argument (#162626).
25960
25961 2005-01-29  David Moore  <dcm@acm.org>
25962
25963         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25964
25965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25966         (gst_qtdemux_loop_header):
25967           Re-apply patch from #142272 that allows non-seekable sources,
25968           re-proposed by Daniel Drake <dsd@gentoo.org>.
25969
25970 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25971
25972         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25973           Use the src template for creating the src pad (#162330).
25974
25975 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25976
25977         * configure.ac:
25978         * ext/musepack/Makefile.am:
25979         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25980         (gst_musepackdec_init), (gst_musepackdec_dispose),
25981         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25982         (gst_musepack_stream_init), (gst_musepackdec_loop),
25983         (gst_musepackdec_change_state):
25984         * ext/musepack/gstmusepackdec.cpp:
25985         * ext/musepack/gstmusepackdec.h:
25986         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25987         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25988         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25989         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25990         * ext/musepack/gstmusepackreader.cpp:
25991         * ext/musepack/gstmusepackreader.h:
25992           Update to 1.1 API (#165446).
25993
25994 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25995
25996         * ext/Makefile.am:
25997           Unbreak buildbot.
25998
25999 2005-01-28  Andy Wingo  <wingo@pobox.com>
26000
26001         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26002         to reflect a different dubious internet source. Add a reference
26003         and some commentary.
26004
26005 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26006
26007         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26008         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26009         * gst/playback/gststreamselector.h:
26010           Be more selective when we're redoing caps negotiation from
26011           within the chain function on a stream change.
26012
26013 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26014
26015         * configure.ac:
26016         * ext/Makefile.am:
26017         * ext/amrnb/Makefile.am:
26018         * ext/amrnb/amrnb.c: (plugin_init):
26019         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26020         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26021         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26022         (gst_amrnbdec_state_change):
26023         * ext/amrnb/amrnbdec.h:
26024         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26025         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26026         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26027         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26028         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26029         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26030         * ext/amrnb/amrnbparse.h:
26031           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26032         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26033           Add AMR-NB/-WB raw formats.
26034         * ext/alsa/gstalsa.c: (gst_alsa_link):
26035           Keep valid time when changing format.
26036         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26037         (qtdemux_parse_trak):
26038           Add some more format-specific options (#140141, #143555, #155163).
26039
26040 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26041
26042         * gst/matroska/matroska-demux.c:
26043         (gst_matroska_demux_parse_blockgroup):
26044           Fix logic error in timing of subtitle stream synchronization.
26045         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26046           Add skip-chunk, which is found in kodak-camera streams.
26047
26048 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26049
26050         * po/LINGUAS:
26051         * po/vi.po:
26052           Adding Vietnamese translation (submitted by Clytie Siddall)
26053
26054 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26055
26056         * gst/playback/gstdecodebin.c: (try_to_link_1):
26057           Use realpad for signal.
26058
26059 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26060
26061         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26062           Fix category so decodebin picks it up.
26063
26064 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26065
26066         * ext/mad/Makefile.am:
26067         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26068         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26069         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26070         (found_type), (gst_id3demux_bin_change_state):
26071         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26072         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26073         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26074         (gst_id3_tag_change_state), (plugin_init):
26075         * ext/mad/gstmad.h:
26076           Add id3demuxbin (which is a simple bin consisting of id3demux
26077           and typefind), take over rank from id3demux, remove typefind
26078           code from id3demux. Makes all broken mp3s that I know of work,
26079           and thereby fixes #152688.
26080
26081 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26082
26083         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26084
26085         * ext/mad/gstmad.c: (gst_mad_src_event):
26086         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26087           Allow seeks on audio pad, make mad forward those (#164826).
26088         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26089           Set duration (#165335).
26090
26091 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26092
26093         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26094         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26095         (gst_asf_demux_process_ext_content_desc),
26096         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26097         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26098         * gst/asfdemux/gstasfdemux.h:
26099           Improve metadata display, e.g. if the metadata comes before the
26100           streams are loaded (which is perfectly valid).
26101
26102 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26103
26104         * tools/gst-launch-ext-m.m:
26105           Fix AVI/ASF pipelines (#165340).
26106
26107 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26108         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26109         build failure on amd64
26110
26111 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26112
26113         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26114         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26115           Check environment variables GST_ID3V2_TAG_ENCODING,
26116           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26117           list of character encodings to force interpretation of non-unicode
26118           strings stored in an ID3v2 tag to a particular encoding. If none
26119           is specified, try to use current locale's encoding, then fall back
26120           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26121         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26122         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26123           Check environment variables GST_ID3V1_TAG_ENCODING,
26124           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26125           list of character encodings to use in case a string encountered
26126           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26127           specified, try to use the current locale's encoding, then fall
26128           back to ISO-8859-1 (which will always succeed).
26129
26130 2005-01-25  Benjamin Otte  <otte@gnome.org>
26131
26132         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26133           - on half framerate, compute the rate in advance so the comparisons
26134             don't compare wrong values
26135           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26136             behaviour
26137           - don't use mad_header_decode anymore, mad_frame_decode does that
26138             automatically
26139           - when getting rid of consumed bytes, reset the stream's skiplen
26140           (fixes #163867)
26141
26142 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26143
26144         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26145           Use 1/2 a second for default max_discont, as PES streams from DVB
26146           seem to have larger spacings in the SCR. 
26147           Fix a typo.
26148
26149 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26150
26151         * gst/playback/gstplaybasebin.c: (group_commit):
26152           Notify delayed stream-info availability.
26153
26154 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26155         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26156         (gst_a52dec_handle_event), (gst_a52dec_chain):
26157         Add some debug output. Check that a discont has a valid
26158         time associated.
26159         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26160         (gst_alsa_sink_loop):
26161         Ignore TAG events. A little extra debug for broken timestamps.
26162         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26163         (dvdnavsrc_change_state):
26164         Ensure we send a discont to engage the link before we send any
26165         other events.
26166         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26167         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26168         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26169         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26170         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26171         dvd://title works in totem because typefinding sends a seek that ends
26172         up going back to chapter 1 regardless.
26173         * ext/mpeg2dec/gstmpeg2dec.c:
26174         * ext/mpeg2dec/gstmpeg2dec.h:
26175         Output correct timestamps and handle disconts.
26176         * ext/ogg/gstoggdemux.c: (get_relative):
26177         Small guard against a null dereference.
26178         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26179         (gst_textoverlay_set_property):
26180         Free memory when done. Don't call gst_event_filler_get_duration on
26181         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26182         g_warning.
26183         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26184         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26185         (gst_sw_srclink), (gst_smoothwave_chain):
26186         Draw solid lines, prettier colours.
26187         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26188         Add a default palette that'll work for some movies.
26189         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26190         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26191         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26192         * gst/mpegstream/gstdvddemux.h:
26193         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26194         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26195         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26196         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26197         * gst/mpegstream/gstmpegparse.h:
26198         Use PTM/NAV events when for timestamp adjustment when connected to 
26199         dvdnavsrc. Don't use many discont events where one suffices.
26200         * gst/playback/gstplaybasebin.c: (group_destroy),
26201         (gen_preroll_element), (gst_play_base_bin_add_element):
26202         * gst/playback/gstplaybasebin.h:
26203         Make sure we remove subtitles from the same bin we put them in.
26204         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26205         (gst_subparse_buffer_format_autodetect),
26206         (gst_subparse_change_state):
26207         Fix some memleaks and invalid accesses.
26208         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26209         (oggskel_type_find), (cmml_type_find), (plugin_init):
26210         Some typefind functions for Annodex v3.0 files
26211         * gst/wavparse/gstwavparse.h:
26212         GstRiffReadClass is the correct parent class.
26213
26214 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26215
26216         * gst-libs/gst/riff/riff-media.c:
26217         (gst_riff_create_video_caps_with_data):
26218           Add extradata to huffyuv (fixes #165013).
26219         * gst-libs/gst/riff/riff-read.c:
26220         (gst_riff_read_strf_vids_with_data):
26221           Fix extradata extraction if it is in the chunk size.
26222
26223 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26224
26225         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26226
26227         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26228         (gst_quarktv_change_state), (gst_quarktv_dispose):
26229           Memory free'ing location fix (#164708).
26230
26231 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26232
26233         * gst/playback/gstplaybasebin.c: (group_commit),
26234         (gen_preroll_element), (probe_triggered), (gen_source_element),
26235         (setup_source), (gst_play_base_bin_change_state),
26236         (gst_play_base_bin_add_element):
26237           Don't block for streams.
26238         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26239         (gst_stream_info_set_mute):
26240           Use gst_pad_set_active_recursive.
26241
26242 2005-01-25  Andy Wingo  <wingo@pobox.com>
26243
26244         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26245         for #ifndef HAVE_XVIDEO.
26246
26247 2005-01-24  Jeffrey C. Ollie
26248
26249         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26250
26251         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26252         * ext/gsm/gstgsmdec.h:
26253         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26254         * ext/gsm/gstgsmenc.h:
26255         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26256         was given by property. Add proper buffer timestamps and offsets.
26257
26258 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26259
26260         * gst-libs/gst/riff/riff-media.c:
26261         (gst_riff_create_audio_caps_with_data):
26262           Audio can be <8000Hz.
26263
26264 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26265
26266         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26267           Explicit state change to workaround refcount bugs.
26268
26269 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26270
26271         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26272         (gst_avimux_riff_get_avi_header):
26273           Fix...
26274
26275 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26276
26277         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26278         (gst_riff_read_element_data):
26279         * gst-libs/gst/riff/riff-read.h:
26280           Add _peek version (req'ed in CDXA).
26281         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26282         (gst_cdxaparse_loop):
26283           Fix parsing in playbin.
26284         * gst/playback/gstdecodebin.c: (close_pad_link):
26285           Ignore current_ pads, they cause major annoyance.
26286
26287 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26288
26289         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26290           Safety guard.
26291
26292 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26293
26294         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26295           Fix padding...
26296
26297 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26298
26299         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26300           Allow for 0-sized buffers. Fixes length query problems in
26301           starwars.mkv from the testsuite.
26302
26303 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26304
26305         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26306         (gst_video_box_i420), (gst_video_box_chain):
26307           Fix row strides for I420 (fixes #163159)
26308           
26309 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26310
26311         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26312           MPEG2 has a useful rate property, so we can actually use that.
26313           For MPEG-1, continue using the bytes/time properties.
26314
26315 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26316
26317         * gst-libs/gst/riff/riff-media.c:
26318         (gst_riff_create_video_caps_with_data),
26319         (gst_riff_create_video_template_caps):
26320           Add intel-h263.
26321
26322 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26323
26324         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26325           Fail if caps negotiation fails. Should fix #162184, and should
26326           definately be in there regardless of it fixing the actual bug.
26327         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26328         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26329         (gst_avimux_riff_get_avix_header),
26330         (gst_avimux_riff_get_video_header),
26331         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26332         (gst_avimux_start_file), (gst_avimux_handle_event),
26333         (gst_avimux_change_state):
26334         * gst/avi/gstavimux.h:
26335           Refactor structure writing to use GST_WRITE_UINT macros, add
26336           metadata writing support.
26337
26338 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26339
26340         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26341           Elements may already be destroyed when this function is called.
26342
26343 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26344
26345         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26346         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26347           More memory leak fixes (#149162).
26348
26349 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26350
26351         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26352         (gst_qtdemux_add_stream):
26353           Fix two memleaks.
26354
26355 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26356
26357         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26358           Argh...
26359
26360 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26361
26362         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26363           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26364           when fixating to six channels in Totem.
26365
26366 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26367
26368         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26369           Fix compile warnings on Solaris 10 buildbot
26370
26371 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26372
26373         * ext/dvdread/dvdreadsrc.c: (_read):
26374           Don't read beyond the last cell in a chapter (fixes 
26375           invalid memory access)
26376
26377 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26378
26379         * ext/dvdread/stream_labels.c:
26380         (dvdreadsrc_get_audio_stream_labels):
26381           Use NULL for an empty GList instead of g_list_alloc(); fix 
26382           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26383           of GString (easier to bulk free later)
26384
26385 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26386
26387         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26388
26389         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26390         (gst_ffmpeg_pixfmt_to_caps):
26391           Fix BGRA32 caps (#164209).
26392
26393 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26394
26395         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26396
26397         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26398         (gst_ffmpeg_caps_to_pixfmt):
26399           alpha_mask can be RGBA/ABGR. Fixes #164265.
26400
26401 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26402
26403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26404
26405         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26406         (gst_mpeg2dec_alloc_buffer):
26407         * ext/mpeg2dec/gstmpeg2dec.h:
26408           Crop if decoding size is not the actual image size (#163676).
26409
26410 2005-01-17  Steve Baker  <steve@stevebaker.org>
26411
26412         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26413
26414         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26415         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26416           Add libsndfile typefind functions (#163309).
26417
26418 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26419
26420         * tools/gst-launch-ext-m.m:
26421           Add .aac, fix .m1v/.m2v (#163891).
26422
26423 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26424
26425         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26426           Sanity check, don't wait endlessly since the clock might not
26427           actually run at this point (which is a deadlock). Fixes #164069.
26428
26429 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26430
26431         * gst/playback/gstplaybasebin.c: (probe_triggered):
26432           Of course, only pause if group is done...
26433
26434 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26435
26436         * gst/playback/gstplaybasebin.c: (probe_triggered):
26437           Thread safety.
26438
26439 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26440
26441         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26442           Don't return state change success when the parent
26443           failed.
26444
26445 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26446
26447         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26448           Free events (fix memleak in #162905).
26449
26450 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26451
26452         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26453
26454         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26455         (gst_ffmpeg_caps_to_pixfmt):
26456           Fix for depth = 15. Fixes #161675.
26457
26458 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26459
26460         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26461           Set FPS correctly, even for webcams and the like.
26462         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26463           Don error on setting while capturing.
26464
26465 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26466
26467         * ext/dv/gstdvdec.c:
26468         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26469         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26470           I'm a bad boy. using /1001. to force C to do float division
26471           and not integer division (as it did in my last commit)
26472           Thanks to David I. Lehn for pointing this mistake.
26473
26474 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26475
26476         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26477           Revert Johan's 1.35->1.36 since it breaks compat.
26478
26479 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26480
26481         * ext/dv/gstdvdec.c:
26482         * ext/libfame/gstlibfame.c:
26483         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26484         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26485           replace framerate aproximations by their real value
26486           (24000/1001, 30000/1001, 60000/1001)
26487           Finish fixing bug #164049
26488
26489 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26490
26491         * ext/ogg/gstoggmux.c:
26492           eos/bos debugging
26493         * gst/tcp/gstmultifdsink.c:
26494         * gst/tcp/gstmultifdsink.h:
26495         * gst/tcp/gsttcp.c:
26496         * gst/tcp/gsttcp.h:
26497         * gst/tcp/gsttcpclientsink.c:
26498         * gst/tcp/gsttcpclientsrc.c:
26499         * gst/tcp/gsttcpserversink.c:
26500         * gst/tcp/gsttcpserversrc.c:
26501           improve reusability of elements after state changes and errors
26502           make multifdsink throw away streamheaders when receiving new ones
26503
26504 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26505
26506         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26507           Fix for if items are already in list...
26508
26509 2005-01-12  Benjamin Otte  <otte@gnome.org>
26510
26511         * gst/adder/gstadder.c: (gst_adder_loop):
26512           fix adder a bit so it doesn't screw up with events as much anymore
26513
26514 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26515
26516         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26517         (pixbufscale_scale), (gst_pixbufscale_chain):
26518         * ext/gdk_pixbuf/pixbufscale.h:
26519           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26520           to ensure rowstrides are calculated the same way as 
26521           ffmpegcolorspace
26522           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26523           that we pick up duration and offset also.
26524
26525 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26526
26527         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26528         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26529           Reusability fixes.
26530
26531 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26532
26533         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26534         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26535         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26536         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26537           Update flags when requested.
26538
26539 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26540
26541         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26542           Fix dmix.
26543
26544 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26545
26546         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26547         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26548         (probe_triggered), (new_decoded_pad), (gen_source_element),
26549         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26550         * gst/playback/gstplaybasebin.h:
26551         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26552         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26553         (gst_play_bin_change_state):
26554           Implement group-switch signal for use in apps to clear metadata
26555           cache, clean up subtitle, add suburi property instead of # hack,
26556           some error-out fixes.
26557
26558 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26559
26560         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26561           Debug.
26562         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26563           If we got a state change in the _get handler, don't return success.
26564
26565 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26566
26567         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26568         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26569           Make jpegdec quiet on MJPEG decoding
26570         * gst/asfdemux/README:
26571           Fix mimetypes for MJPEG and H263
26572
26573 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26574
26575         * ext/theora/theoradec.c: (theora_dec_chain):
26576           Fix broken code generation by gcc by swapping arguments.
26577         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26578           Fix \n in debug.
26579
26580 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26581
26582         * TODO:
26583           delete this file, it is by far outdated
26584         * ext/alsa/gstalsa.1: remove
26585         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26586         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26587         (gst_alsa_get_caps):
26588           Add HW probing for supported sample rates. Fixes #161704
26589
26590 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26591
26592         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26593           Don't crash, biatch! :).
26594
26595 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26596
26597         * ext/musepack/gstmusepackreader.cpp:
26598         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26599           Some work on tags - still doesn't work in playbin...
26600         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26601           Handle events...
26602
26603 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26604
26605         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26606           Also shove tags on kid pads.
26607
26608 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26609
26610         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26611           Don't bail on unknown events.
26612         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26613           Don't crash on events before negotiation.
26614         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26615           Send tags on pads, too.
26616         * gst/playback/gststreamselector.c:
26617         (gst_stream_selector_request_new_pad):
26618           Forward events on first pad if no input was selected yet.
26619
26620 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26621
26622         * gst/playback/gstplaybasebin.c: (setup_substreams):
26623           Don't disable streamtype if the stream doesn't exist, since
26624           then playing a video after audio will disable both and nothing
26625           will happen. Fixes the testsuite.
26626
26627 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26628
26629         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26630         (gst_v4l_xoverlay_set_xwindow_id):
26631         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26632         (gst_v4l2_xoverlay_set_xwindow_id):
26633           Add debug categories, fix overlay disabling.
26634
26635 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26636
26637         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26638         * ext/alsa/gstalsa.h:
26639           Add HW probing for period_count/size and buffer_size MIX/MAX
26640           Adjust default/user defined value if out of bounds
26641           Should fix bug #162024
26642
26643 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26644
26645         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26646           Fix warning (#161191).
26647
26648 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26649
26650         * ext/dvdread/stream_labels.c:
26651         (dvdreadsrc_get_audio_stream_labels):
26652           Fix warning (init the good variable in switch default)
26653
26654 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26655
26656         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26657
26658         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26659           Fix gcc-2.95 compile (#163485).
26660
26661 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26662
26663         * configure.ac:
26664         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26665         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26666         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26667         (gst_flacenc_change_state):
26668         * ext/flac/gstflacenc.h:
26669           Update for API change in flac-1.1.1. Update requirement in
26670           configure.ac. Fixes #162974.
26671
26672 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26673
26674         * gst/playback/gstplaybasebin.c: (group_destroy):
26675           Remove hack to get rid of assert and get rid of unlinked
26676           signals properly.
26677
26678 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26679
26680         * gst/playback/gstplaybasebin.c: (setup_source):
26681           Set source to NULL so that resources are free'ed. Fixes issues
26682           with playback of CDDA and similar device-accessing things.
26683
26684 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26685
26686         * testsuite/embed/Makefile.am:
26687           test->noinst, fix make test in buildbot.
26688
26689 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26690
26691         * ext/dvdread/stream_labels.c: new file
26692         * ext/dvdread/stream_labels.h: new file
26693         * ext/dvdread/Makefile.am:
26694         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26695           Extract audio stream label from DVD IFO files.
26696           It only dump them on the console for now, still have to
26697           make playbin aware of them.
26698
26699 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26700
26701         * gst/playback/gstplaybasebin.c: (setup_source):
26702           Fix hanging subs.
26703
26704 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26705
26706         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26707         (gen_preroll_element), (remove_groups), (setup_subtitle),
26708         (gen_source_element), (setup_source):
26709         * gst/playback/gstplaybasebin.h:
26710           Multiple .sub files is just a stupid idea... Fix some threading
26711           mistakes. Interestingly, external .sub files cause playbin to
26712           hang, I don't know why... Parsing fixes contributed by Fran??ois
26713           Kooman <fkooman@tuxed.net>.
26714
26715 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26716
26717         * testsuite/embed/Makefile.am:
26718           Fix buildbot.
26719
26720 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26721
26722         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26723
26724         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26725         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26726         (gst_pngenc_set_property):
26727         * ext/libpng/gstpngenc.h:
26728           Add compression level property (#163323).
26729
26730 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26731
26732         * configure.ac:
26733         * examples/capsfilter/capsfilter1.c: (main):
26734         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26735         * ext/dvdread/Makefile.am:
26736         * ext/dvdread/demo-play:
26737         * ext/dvdread/demo-play.c:
26738         * gconf/gstreamer.schemas.in:
26739         * gst-libs/gst/gconf/gconf.c:
26740         * sys/v4l/TODO:
26741         * testsuite/Makefile.am:
26742         * testsuite/embed/Makefile.am:
26743         * testsuite/embed/embed.c: (cb_expose), (main):
26744           Remove all references to xvideosink, fix examples (#140845).
26745         * gst/playback/gstplaybasebin.c: (group_destroy):
26746           Apparently, disposal does not unlink - so do explicitely.
26747         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26748           Add debug.
26749
26750 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26751
26752         * README: fix PKG_CONFIG_PATH instructions, what was there
26753         previously was breaking default search path, not nice. 
26754         Fixes #163358
26755
26756 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26757
26758         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26759         (gst_audioscale_chain):
26760           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26761           when resampling - how the ^@$^!@^! is this possible?!?
26762
26763 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26764
26765         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26766           Reset variables on READY.
26767         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26768         (gst_matroska_mux_loop):
26769           Require data before writing header.
26770
26771 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26772
26773         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26774
26775         * ext/mad/gstmad.c: (gst_mad_chain):
26776           Don't call mad_stream_sync() directly after recovering sync.
26777           Fixes #151661.
26778
26779 2005-01-09  Martin Eikermann  <meiker@upb.de>
26780
26781         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26782
26783         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26784         (snapshot_handler), (gst_snapshot_sinkconnect),
26785         (gst_snapshot_chain):
26786           Allocate resources when required, fix recursive signal emission
26787           and fix caps. Fixes #161667.
26788
26789 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26790
26791         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26792
26793         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26794         (gst_pngdec_chain):
26795           Handle only 8-bppc (bits-per-pixel-component) images, better
26796           error handling and correct strides. Fixes #163177.
26797         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26798         (gst_pngenc_chain):
26799           Better error handling. Fixes #163348.
26800
26801 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26802
26803         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26804         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26805         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26806         (dvdnavsrc_uri_handler_init):
26807           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26808         * gst/playback/gstplaybasebin.c: (gen_source_element):
26809           Add MMS to streaming URIs.
26810
26811 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26812
26813         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26814         * sys/xvimage/xvimagesink.c:
26815         (gst_xvimagesink_navigation_send_event):
26816           Check for pad availability before sending event.
26817
26818 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26819
26820         * gst-plugins.spec.in:
26821           Add subparse.
26822
26823 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26824
26825         * configure.ac:
26826           Since we use functions from CVS, up requirement.
26827
26828 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26829
26830         * gst/playback/Makefile.am:
26831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26832         (group_destroy), (group_commit), (group_is_muted),
26833         (gen_preroll_element), (add_stream), (unknown_type),
26834         (probe_triggered), (preroll_unlinked), (mute_stream),
26835         (silence_stream), (new_decoded_pad), (setup_substreams),
26836         (setup_source), (get_active_source), (mute_group_type),
26837         (muted_group_change_state), (set_active_source),
26838         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26839         (play_base_eos), (gst_play_base_bin_change_state):
26840         * gst/playback/gstplaybasebin.h:
26841         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26842         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26843         (gst_stream_info_dispose), (stream_info_mute_pad),
26844         (stream_info_change_state), (gst_stream_info_set_mute):
26845         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26846         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26847         (gst_stream_selector_init), (gst_stream_selector_dispose),
26848         (gst_stream_selector_get_linked_pad),
26849         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26850         (gst_stream_selector_get_linked_pads),
26851         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26852         * gst/playback/gststreamselector.h:
26853           Adding stream selection support plus required properties for
26854           applications to use this. Fully fixes #100931.
26855
26856 2005-01-08  Benjamin Otte  <otte@gnome.org>
26857
26858         * gst/games/gstpuzzle.c: (nav_event_handler):
26859           - handle nav events differently: forward every event no matter if it
26860             was handled or not.
26861           - translate events
26862           You can now cheat by using navigationtest ! puzzle and moving the
26863           mouse close to the edge of a tile. ;)
26864
26865 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26866
26867         * configure.ac:
26868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26869         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26870         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26871         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26872         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26873         (gst_ogm_parse_plugin_init):
26874         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26875         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26876         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26877         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26878         * ext/pango/gsttextoverlay.h:
26879         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26880         (gst_matroska_demux_handle_seek_event),
26881         (gst_matroska_demux_sync_streams),
26882         (gst_matroska_demux_parse_blockgroup),
26883         (gst_matroska_demux_subtitle_caps),
26884         (gst_matroska_demux_plugin_init):
26885         * gst/matroska/matroska-ids.h:
26886         * gst/playback/gstdecodebin.c: (close_pad_link):
26887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26888         (gen_preroll_element), (remove_groups), (add_stream),
26889         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26890         (setup_source):
26891         * gst/playback/gstplaybasebin.h:
26892         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26893         * gst/subparse/Makefile.am:
26894         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26895         (gst_subparse_base_init), (gst_subparse_class_init),
26896         (gst_subparse_init), (gst_subparse_formats),
26897         (gst_subparse_eventmask), (gst_subparse_event),
26898         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26899         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26900         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26901         (parse_mpsub_deinit), (parse_mpsub_init),
26902         (gst_subparse_buffer_format_autodetect),
26903         (gst_subparse_format_autodetect), (gst_subparse_loop),
26904         (gst_subparse_change_state), (gst_subparse_type_find),
26905         (plugin_init):
26906         * gst/subparse/gstsubparse.h:
26907         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26908         (plugin_init):
26909           Add subtitle support, .sub parser (supports SRT and MPsub),
26910           OGM text support, Matroska UTF-8 text support, deadlock fixes
26911           all over the place, subtitle awareness in decodebin/playbin
26912           and some fixes to textoverlay to handle subtitles in a stream
26913           correctly. Fixes #100931.
26914
26915 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26916
26917         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26918           Check for pad availability before doing a query on it.
26919
26920 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26921
26922         * ext/dv/gstdvdec.c:
26923           really fix bpp24/32 dvdec caps (classic rgba indeed)
26924         * gst/asfdemux/gstasfdemux.c:
26925         (gst_asf_demux_process_ext_content_desc):
26926           don't send text tags if they are empty (bis repetita)
26927
26928 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26929
26930         * ext/dv/gstdvdec.c:
26931          remove unneeded comment from dvdec
26932           (related to DV 4CC codes in AVI files)
26933           moved them in gstreamer/docs/random/mimetypes
26934         * gst/asfdemux/gstasfdemux.c:
26935         (gst_asf_demux_process_ext_content_desc):
26936          don't send text tags if they are empty
26937          fix mem leak on error path
26938         * gst/ffmpegcolorspace/avcodec.h:
26939         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26940         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26941         (gst_ffmpegcsp_avpicture_fill):
26942         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26943         * gst/ffmpegcolorspace/imgconvert_template.h:
26944          adds BGR32 and BGRA32 to ffmpegcolorspace
26945           (still bad colors, fixing it on next commit)
26946           helps with dvdec outputing BGR32
26947
26948 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26949
26950         * ext/dv/gstdvdec.c:
26951          Fix audio caps i just broke (missing ',')
26952         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26953         (gst_matroska_mux_reset):
26954          Fix typo + add FIXME about old "x-gst-metadata" crap
26955
26956 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26957
26958         * ext/dv/demo-play.c: (main):
26959          xvideosink -> xvimagesink
26960         * ext/dv/gstdvdec.c:
26961          change rgb 32/32 caps to 24/32 (no alpha)
26962          change nb of channels to be a list (2 or 4, not 2)
26963          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26964         * gst/asfdemux/gstasfdemux.c:
26965         (gst_asf_demux_process_ext_content_desc):
26966          Add 'date/year' to extracted metadata list
26967
26968 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26969
26970         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26971           The return value of fixate_to does not imply that the requested
26972           value was set, so don't assume.
26973
26974 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26975
26976         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26977
26978         * ext/libpng/gstpngdec.c:
26979         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26980         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26981         * ext/libpng/gstpngenc.h:
26982           Alpha support (encoder; #163161), mime fixage.
26983
26984 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26985
26986         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26987
26988         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26989         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26990         (gst_faac_set_property), (gst_faac_get_property):
26991         * ext/faac/gstfaac.h:
26992           Allow for ADTS output (#153434).
26993
26994 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26995
26996         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26997           Fix against template (#150576).
26998
26999 2005-01-06  Benjamin Otte  <otte@gnome.org>
27000
27001         * gst/games/gstpuzzle.c: (draw_puzzle):
27002           don't draw a puzzle if either width or height of tiles would be 0.
27003
27004 2005-01-06  Benjamin Otte  <otte@gnome.org>
27005
27006         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27007         (gst_puzzle_class_init), (gst_puzzle_finalize):
27008           no memleaks, please
27009         (gst_puzzle_create), (gst_puzzle_init),
27010         (gst_puzzle_set_property), (gst_puzzle_setup):
27011           change initialization code around so we don't reshuffle on resize
27012         (draw_puzzle):
27013           fix another stupid typo
27014
27015 2005-01-06  Benjamin Otte  <otte@gnome.org>
27016
27017         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27018           fix stupid typo that borked copying on YUY2
27019
27020 2005-01-06  Benjamin Otte  <otte@gnome.org>
27021
27022         * gst/games/gstpuzzle.c: (draw_puzzle):
27023           fix edges when image sizes aren't multiples of tile sizes
27024
27025 2005-01-06  Benjamin Otte  <otte@gnome.org>
27026
27027         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27028           make RGB endianness work correctly
27029         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27030           refactor and fix race with initial shuffling
27031         (nav_event_handler):
27032           allow using the mouse to puzzle
27033         (draw_puzzle):
27034           insist on tiles having width and height as multiples of 4 to get
27035           clean YUV image handling
27036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27037         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27038           s/DEBUG/LOG/ for common messages
27039         (gst_xvimagesink_navigation_send_event):
27040           fix mouse event translation to not include screen PAR
27041         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27042           fix mouse event translation to actually work
27043
27044 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27045
27046         * gst/asfdemux/gstasfdemux.c:
27047         (gst_asf_demux_process_ext_content_desc):
27048          Extract TrackNumber metadata + clean up code
27049         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27050          Hope this is the good fix (var used unitialised)
27051
27052 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27053
27054         * ext/faad/gstfaad.c: (gst_faad_chain):
27055           Only increment timestamp if it's valid. Fixes raw AAC streams.
27056
27057 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27058
27059         * configure.ac:
27060         * gst/games/Makefile.am:
27061         * gst/games/gstpuzzle.c:
27062           add a puzzle game with...
27063         * gst/games/gstvideoimage.c:
27064         * gst/games/gstvideoimage.h:
27065           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27066           from videotestsrc and made into something that would be a nice
27067           library for a lot of other plugins.
27068
27069 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27070
27071         * configure.ac:
27072          don't compile faad plugin if a RC of 2.0 is found
27073          Fixes #155346 (and FC1 buildbot)
27074         * gst/asfdemux/gstasfdemux.c:
27075         (gst_asf_demux_process_ext_content_desc):
27076          try to make Solaris compiler happier
27077
27078 2005-01-06  Paul Jack  <pjack@sfaf.org>
27079
27080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27081
27082         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27083           Fix segfault (#161667).
27084
27085 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27086
27087         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27088           Fix framerate reporting.
27089
27090 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27091
27092         * gst-libs/gst/riff/riff-ids.h:
27093         * gst/wavenc/riff.h:
27094          Add AMR (VBR and CBR) ids to riff.h audio codec list
27095         * gst/asfdemux/gstasfdemux.c:
27096         (gst_asf_demux_process_ext_content_desc),
27097         (gst_asf_demux_process_object):
27098           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27099
27100 2005-01-05  Martin Eikermann  <meiker@upb.de>
27101
27102         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27103
27104         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27105         (gst_dvd_demux_handle_discont):
27106         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27107         (gst_mpeg_demux_handle_discont):
27108           Recreate pads on new-media (#160730).
27109         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27110           Send discont even if manager changes timestamps (#161929).
27111
27112 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27113
27114         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27115
27116         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27117           Fix invalid memory access (#159211).
27118
27119 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27120
27121         * examples/gstplay/player.c: (main):
27122           Don't iterate.
27123         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27124           Add visualizations.
27125         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27126         (gst_a52dec_handle_frame):
27127           Set duration.
27128         * ext/dvdnav/gst-dvd:
27129           Add audioconvert. Fixes #161325.
27130         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27131           Explicitely case to gint64. Possible valgrind error.
27132         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27133         (gst_play_tick_callback), (gst_play_change_state),
27134         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27135         (gst_play_set_location), (gst_play_get_location),
27136         (gst_play_seek_to_time), (gst_play_set_data_src),
27137         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27138         (gst_play_set_visualization), (gst_play_connect_visualization),
27139         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27140         (gst_play_new):
27141           Use playbin. Fixes #139749 and #147744.
27142         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27143           Add genre tag.
27144         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27145         (audioscale_get_type), (gst_audioscale_base_init),
27146         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27147         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27148         (gst_audioscale_link), (gst_audioscale_get_buffer),
27149         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27150         (gst_audioscale_init), (gst_audioscale_dispose),
27151         (gst_audioscale_chain), (gst_audioscale_set_property),
27152         (gst_audioscale_get_property), (plugin_init):
27153           Indent properly.
27154         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27155           Fix LPCM.
27156         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27157         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27158         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27159           Add more metadata (fixes #162656).
27160
27161 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27162
27163         * configure.ac:
27164           back to cvs
27165
27166 === release 0.8.7 ===
27167
27168 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27169
27170         * NEWS:
27171         * RELEASE:
27172         * configure.ac:
27173           releasing 0.8.7, "Hyperspace"
27174
27175 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27176
27177         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27178
27179         * gst/playback/gstplaybasebin.c:
27180          Fix for #162924 - free caps after use, not before
27181
27182 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27183
27184         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27185
27186         * gst/playback/gstplaybasebin.c:
27187         * gst/wavparse/gstwavparse.c:
27188           Fix for #154773 - fixes playback of small .wav files
27189
27190 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27191
27192         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27193
27194         * gst/audioscale/gstaudioscale.c:
27195           Fix for #162819 - make audioscale reusable
27196           Fixes playback of more than one file with playbin/totem
27197
27198 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27199
27200         * gst/ffmpegcolorspace/avcodec.h:
27201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27202         * gst/ffmpegcolorspace/imgconvert.c:
27203           clean up the mess that made me cry and avoid needless duplication
27204
27205 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27206
27207         * gst/ffmpegcolorspace/imgconvert.c:
27208           give some indication of why we're segfaulting
27209
27210 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27211
27212         * configure.ac:
27213           Fix indentation, fix v4l2 plugin detection.
27214         * ext/Makefile.am:
27215           Fix libmms location (Maciej, use diff -u!).
27216         * ext/alsa/gstalsa.c: (gst_alsa_init):
27217           Initialize caps cache to NULL.
27218         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27219           Only change state on audiosink if it exists.
27220
27221 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27222
27223         * gst/matroska/matroska-demux.c:
27224         * gst/matroska/matroska-ids.h:
27225         * gst/matroska/matroska-demux.h:
27226         Fix Vorbis streams failing to decode in some files, where cluster_time
27227         isn't 0, because then it doesn't send codec_priv before actual data.
27228         Remove time-based test and replace it with marker set on beginning of
27229         new stream
27230
27231 2004-12-28  David Schleef  <ds@schleef.org>
27232
27233         Merge patch from Ronald fixing problems with streaming
27234         text.
27235         * ext/cairo/gstcairo.c: (plugin_init):
27236         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27237         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27238         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27239         (gst_textoverlay_font_init), (gst_textoverlay_init),
27240         (gst_textoverlay_set_property):
27241         * ext/cairo/gsttextoverlay.h:
27242
27243 2004-12-27  David Schleef  <ds@schleef.org>
27244
27245         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27246         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27247         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27248         (gst_textoverlay_font_init), (gst_textoverlay_init),
27249         (gst_textoverlay_set_property): Improvements to actually
27250         render text as white on black outline on video, including
27251         font selection and horizontal/vertical alignment.  (Ronald's
27252         christmas present)
27253         * ext/cairo/gsttextoverlay.h:
27254
27255 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27256
27257         * ext/ogg/gstogg.c:
27258         * ext/ogg/gstogmparse.c:
27259           fix ogm[audio/video]parse plugin registration
27260           (riff won't load if bytestream is already loaded)
27261
27262 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27263
27264         * gst/audioconvert/gstchannelmix.c:
27265           fix for GLIB < 2.4
27266
27267 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27268
27269         * Makefile.am:
27270         * configure.ac:
27271           disable docs again until it actually passes make distcheck.
27272
27273 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27274
27275         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27276         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27277         (plugin_init):
27278           Add 3GP (variables name Q3GP because they can't start with a
27279           number). Add samr audio fourcc (used in .3gp files), decoder
27280           is work in progress. Also do a GST_WARNING instead of ERROR
27281           in case of unknown nodes, to decrease output.
27282
27283 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27284
27285         * Makefile.am:
27286           really fix dist
27287
27288 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27289
27290         * configure.ac:
27291         * ext/speex/gstspeexdec.h:
27292         * ext/speex/gstspeexenc.h:
27293           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27294           Fix detection code in configure.ac
27295
27296 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27297
27298         * gst/matroska/matroska-demux.c:
27299         (gst_matroska_demux_parse_blockgroup):
27300           Save position, so that queries give proper return values. Don't
27301           know how this could ever have worked before...
27302
27303 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27304
27305         * configure.ac:
27306           Put additional LAME check inside the conditional.  Fixes #152339
27307
27308 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27309
27310         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27311         (gst_avi_demux_stream_scan):
27312           Add some more debug. Fix logic error when setting movi offset
27313           while reading index.
27314
27315 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27316
27317         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27318         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27319         (gst_avi_demux_process_next_entry):
27320           Add some debugging. Better detection of broken indexes and the
27321           accompanying index recovery. No infinite loops on state changes
27322           when we're still in our loopfunction.
27323
27324 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27325
27326         * configure.ac:
27327           Fix up.
27328
27329 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27330
27331         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27332
27333         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27334           Normalizing the value before setting
27335         (gst_sunaudiomixer_get_volume):
27336           Normalizing the value after getting. Fixes bug# 161980
27337
27338 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27339
27340         * Makefile.am: Make sure docs gets disted
27341         * docs/Makefile.am: Make sure all needed files get disted
27342         * gst-plugins.spec.in: latest updates
27343
27344 2004-12-22  Wim Taymans  <wim@fluendo.com>
27345
27346         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27347         Revert patch 1.38 as clock distribution over schedulers does
27348         not work correcly in the core yet.
27349
27350 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27351
27352         * sys/oss/README: remove this file, which predates my birth
27353           (and which content is by far outdated)
27354
27355 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27356
27357         * Makefile.am:
27358         * configure.ac:
27359         * docs/Makefile.am:
27360         * docs/libs/Makefile.am:
27361         * docs/libs/gst-plugins-libs-docs.sgml:
27362         * docs/libs/gst-plugins-libs-sections.txt:
27363         * docs/libs/tmpl/gstgconf.sgml:
27364         * docs/upload.mak:
27365         * docs/version.entities.in:
27366           Added boilerplate gtk-doc files for plugin-libs documentation.
27367
27368 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27369
27370         * gst/auparse/gstauparse.c: fix int and float audio caps
27371
27372 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27373
27374         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27375         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27376           g_assert() can be a macro, don't use #ifdef inside it.
27377
27378 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27379
27380         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27381
27382         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27383         (gst_videorate_init), (gst_videorate_chain),
27384         (gst_videorate_change_state):
27385           Event handling (fixes #159986).
27386
27387 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27388
27389         * gst-libs/gst/riff/riff-media.c:
27390         (gst_riff_create_video_caps_with_data):
27391           Add BLZ0 (Blizzard's version of DivX) fourcc.
27392
27393 2004-12-18  David Schleef  <ds@schleef.org>
27394
27395         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27396         portability fix.
27397
27398 2004-12-18  David Schleef  <ds@schleef.org>
27399
27400         * gst/tta/ttadec.h: Disable some header code that isn't used
27401         and clearly isn't portable.
27402
27403 2004-12-18  David Schleef  <ds@schleef.org>
27404
27405         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27406         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27407         (avcodec_get_pix_fmt), (avpicture_layout),
27408         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27409         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27410         Fix code to not use GCC extensions (and c99 extensions that
27411         Forte does not like.)
27412
27413 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27414
27415         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27416
27417         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27418         (gst_deinterlace_chain):
27419           Rowstride fixes. Fixes #161039.
27420         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27421         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27422         (gst_video_crop_getcaps), (gst_video_crop_link),
27423         (gst_video_crop_i420), (gst_video_crop_chain),
27424         (gst_video_crop_change_state):
27425           Rework of negotiation. Actually works now. Fixes #158650.
27426
27427 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27428
27429         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27430           That was very stupid.
27431
27432 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27433
27434         * gst/matroska/matroska-demux.c:
27435         (gst_matroska_demux_parse_blockgroup):
27436           Fix possible crasher.
27437
27438 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27439
27440         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27441         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27442           Lace sizes can be zero.
27443
27444 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27445
27446         * ext/musepack/gstmusepackdec.cpp:
27447           Fetch error return values. Fixes #161624.
27448         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27449           Really EOS.
27450
27451 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27452
27453         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27454           Work for truncated (unfinished download etc.) files. Fixes #160514.
27455
27456 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27457
27458         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27459           Fix for integer overflow. Makes #156001 not crash. Probably masks
27460           the real bug.
27461
27462 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27463
27464         * gst/ac3parse/gstac3parse.c: (plugin_init):
27465           Parsers never have ranks. Fixes #159651.
27466
27467 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27468
27469         * gst/playback/gstdecodebin.c: (compare_ranks):
27470           make sure the facotries are ordered the same every time even if they
27471           have the same rank by using the name
27472         * gst/playback/gstdecodebin.c: (find_compatibles):
27473           make sure we don't add factories to the list twice
27474
27475 2004-12-16  David Schleef  <ds@schleef.org>
27476
27477         * configure.ac: look for musepack headers as musepack/*.h
27478         (fixes #159847)
27479         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27480         * ext/musepack/gstmusepackreader.h: same
27481
27482 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27483
27484         * gst-libs/gst/riff/riff-read.c:
27485         (gst_riff_read_strf_auds_with_data):
27486           Read extradata correctly (fixes #155879).
27487
27488 2004-12-16  David Schleef  <ds@schleef.org>
27489
27490         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27491         audio.  does _not_ attempt or allow conversion unless channels
27492         is 1 or 2.
27493
27494 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27495
27496         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27497
27498 2004-12-16  David Schleef  <ds@schleef.org>
27499
27500         * gst/audioscale/gstaudioscale.c: the resample library only
27501         handles 1 or 2 channels.  Change caps to compensate.
27502
27503 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27504
27505         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27506         (gst_matroska_demux_audio_caps):
27507           Some MPEG-AAC hacks, because else it doesn't work...
27508
27509 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27510
27511         * gst-libs/gst/riff/riff-media.c:
27512         (gst_riff_create_video_caps_with_data),
27513         (gst_riff_create_video_template_caps):
27514           Add h264.
27515
27516 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27517
27518         * gst-libs/gst/audio/Makefile.am:
27519           Try to fix buildbot.
27520
27521 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27522
27523         * gst/tcp/gstmultifdsink.c:
27524           Clean up and uniformize debugging.
27525
27526 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27527
27528         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27529
27530         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27531         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27532         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27533         (gst_mpeg_demux_change_state):
27534           Reset on ready. Fixes 160276.
27535
27536 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27537
27538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27539
27540         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27541         (gst_ffmpegcsp_pad_link):
27542           Fix memleak (#154815).
27543
27544 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27545
27546         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27547
27548         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27549         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27550         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27551         * ext/musicbrainz/gsttrm.h:
27552           Add support for using a proxy server when getting a trm id from
27553           the MusicBrainz database (#149613).
27554
27555 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27556
27557         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27558
27559         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27560         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27561           Fix memleaks (#157233).
27562
27563 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27564
27565         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27566
27567         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27568         * gst-libs/gst/resample/resample.h:
27569         * gst/audioscale/gstaudioscale.c:
27570           Fix memleak (#159215).
27571
27572 2004-12-16  Toni Willberg  <toniw@iki.fi>
27573
27574         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27575
27576         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27577         * sys/oss/oss_probe.c: (main):
27578           Check for mono/stereo support (similar to samplerate probing),
27579           fixes #159433. Also add missing copyright header to oss_probe.c.
27580
27581 2004-12-15  David Schleef  <ds@schleef.org>
27582
27583         * configure.ac: add audioresample and cairo plugins.  Remove
27584         HAVE_MMX stuff, because it's not used.
27585         * ext/Makefile.am: same
27586         * ext/audioresample/Makefile.am: You are not ready for an
27587         audio resampling element based on audioresample.
27588         * ext/audioresample/gstaudioresample.c:
27589         * ext/audioresample/gstaudioresample.h:
27590         * ext/cairo/Makefile.am: You are not ready for overlay elements
27591         based on cairo.  Don't look too closely, these elements kinda
27592         suck right now.
27593         * ext/cairo/gstcairo.c: new
27594         * ext/cairo/gsttextoverlay.c: new
27595         * ext/cairo/gsttextoverlay.h: new
27596         * ext/cairo/gsttimeoverlay.c: new
27597         * ext/cairo/gsttimeoverlay.h: new
27598         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27599         problem with compilers that don't support variadic macros.
27600
27601 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27602
27603         Reviewed by:  David Schleef  <ds@schleef.org>
27604
27605         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27606         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27607         bit.  Also ran indent-gst.
27608         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27609         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27610         (gst_sunaudiosrc_setparams):
27611
27612 2004-12-14  David Schleef  <ds@schleef.org>
27613
27614         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27615         output rate to 16000.  Should fix #160235.
27616
27617 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27618
27619         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27620         Add typefinding for mpeg2 pes streams
27621
27622 2004-12-13  David Schleef  <ds@schleef.org>
27623
27624         * configure.ac:  Applied patch from bug #143659, making default
27625         sources and sinks OS-dependent (for Solaris), and added code
27626         for OS/X.
27627         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27628
27629 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27630
27631         * gst-libs/gst/riff/riff-media.c:
27632           forgot to add h2.64 to avidemux template caps
27633
27634 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27635
27636         * gst/wavenc/riff.h:
27637         * gst-libs/gst/riff/riff-media.c:
27638         * gst-libs/gst/riff/riff-ids.h:
27639         * gst/avi/gstavimux.c
27640         add 4CC code for VideoSoft h264 in AVI (VSSH)
27641           fixes bug #160655
27642         remove s323 from riff, it's quicktime specific :(
27643
27644 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27645
27646         * gst/asfdemux/README
27647         * gst/wavenc/riff.h
27648         * gst-libs/gst/riff/riff-ids.h
27649         * gst-libs/gst/riff/riff-media.c
27650         * gst/qtdemux/qtdemux.c:
27651           add new 4CC codes for h263 related codecs
27652           fixes partially bug #155163
27653
27654 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27655
27656         * configure.ac: Update polyaudio requirement to 0.7
27657         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27658
27659 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27660
27661         * gst/interleave/deinterleave.c:
27662         fix my name's spelling! :)
27663
27664 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27665
27666         * AUTHORS ChangeLog
27667         * gst/auparse/gstauparse.c
27668         * gst/interleave/deinterleave.c
27669         * gst/law/:
27670                 alaw-decode.c alaw-encode.c
27671                 mulaw-decode.c mulaw-encode.c
27672         * gst/oneton/gstoneton.c
27673         * sys/osxaudio/:
27674                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27675         * sys/osxvideo/:
27676                 cocoawindow.h cocoawindow.m
27677                 osxvideosink.h osxvideosink.m
27678
27679         put the same mail address for Zaheer Abbas Merali everywhere
27680
27681 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27682
27683         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27684           Align by packetsize, and assert that we a packet available before
27685           playing. The first makes webstreams work (they often include
27686           trailing padding data in a packet), the second allows pausing a
27687           ASF stream in totem without getting demux errors afterwards.
27688
27689 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27690
27691         * ext/ogg/gstoggdemux.c: (get_relative):
27692           Check for non-NULL before accessing member (end-of-chain).
27693
27694 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27695
27696         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27697         (cdparanoia_set_property), (cdparanoia_get_property):
27698         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27699         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27700         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27701         (dvdreadsrc_init), (dvdreadsrc_set_property),
27702         (dvdreadsrc_get_property):
27703         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27704         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27705           Synchronize property names where not yet the case. Devices are
27706           now device=X, other versions are deprecated (but still exist).
27707           Also use g_free() unconditionally.
27708         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27709         (setup_source), (gst_play_base_bin_get_property):
27710           Expose source.
27711
27712 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27713
27714         * configure.ac: move GCONF macro outside conditional for the am
27715           conditional. Fixes #160439
27716
27717 2004-12-08  David Schleef  <ds@schleef.org>
27718
27719         * tools/gst-visualise-m.m: Switch to elements that currently
27720         exist.
27721
27722 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27723
27724         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27725           We love wrong commas.
27726
27727 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27728
27729         * gst/matroska/matroska-demux.c:
27730         (gst_matroska_demux_handle_src_query):
27731           Don't set DEFAULT, unsupported - makes length display incorrectly
27732           in some cases.
27733
27734 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27735
27736         * gst/monoscope/README: remove blurb about files being GPL
27737         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27738         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27739           monoscope is now effectively LGPL licensed
27740
27741 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27742
27743         * gst/monoscope/README: Update information to be more correct
27744         * gst/monoscope/convolve.c: Relicense to LGPL
27745         * gst/monoscope/convolve.h: Relicense to LGPL
27746
27747 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27748
27749         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27750           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27751         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27752           set default_duration for mpeg1 audio
27753
27754 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27755
27756         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27757         * ext/alsa/gstalsa.h:
27758           refactor big chunks of the core caps negotiation code to make it
27759           a lot faster, because people claim it's really slow
27760           (actually, just cache the getcaps when the device is opened)
27761
27762 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27763
27764         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27765         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27766         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27767         (gst_a52dec_change_state), (plugin_init):
27768         * ext/a52dec/gsta52dec.h:
27769           Do something useful with timestamps. Make chain-based (since
27770           there's really no reason to be loopbased).
27771         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27772           Update current_byte/frame correctly.
27773
27774 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27775
27776         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27777         (gst_ape_demux_stream_init):
27778           Forward tags, too.
27779
27780 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27781
27782         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27783           Let's make sure we're done typefinding when detecting tags.
27784
27785 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27786
27787         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27788         (gst_ebml_read_init), (gst_ebml_read_use_event),
27789         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27790         (gst_ebml_read_seek), (gst_ebml_read_skip),
27791         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27792         (gst_ebml_read_master):
27793         * gst/matroska/ebml-read.h:
27794         * gst/matroska/matroska-demux.c:
27795         (gst_matroska_demux_parse_contents),
27796         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27797           Disgustingly evil hack for working around INTERRUPT events and
27798           their extremely annoying habit of being a pain in the ass. We
27799           simply peek a cluster before reading any of it.
27800
27801 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27802
27803         * ext/musepack/gstmusepackdec.cpp:
27804           There's also floating point libmusepacks.
27805
27806 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27807
27808         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27809         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27810           Set DURATION even if source buffer didn't. Also use increasing
27811           timestamps.
27812         * gst-libs/gst/riff/riff-media.c:
27813         (gst_riff_create_audio_caps_with_data):
27814           Block_align can have larger values than 8192.
27815
27816 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27817
27818         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27819         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27820         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27821         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27822           Fix caps.
27823
27824 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27825
27826         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27827           Fix logic bug.
27828
27829 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27830
27831         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27832           Yay, another one.
27833
27834 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27835
27836         * ext/esd/esdsink.c: (gst_esdsink_chain):
27837           Make error actually say something useful (fixes #156798).
27838         * gst-libs/gst/riff/riff-media.c:
27839         (gst_riff_create_video_caps_with_data),
27840         (gst_riff_create_video_template_caps):
27841           Add Intel Video 5.0 fourcc (IV50).
27842
27843 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27844
27845         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27846         detection on mono and stereo mp3 files.
27847
27848 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27849
27850         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27851           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27852           the contained stream).
27853
27854 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27855
27856         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27857           Oops, remove debug.
27858
27859 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27860
27861         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27862
27863         * gst/law/alaw-decode.c: (alawdec_getcaps):
27864         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27865           Prevent warnings when negotiating caps (fixes #159338).
27866
27867 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27868
27869         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27870         (gst_ffmpegcsp_chain):
27871           Remove old leftover that shouldn't be there...
27872
27873 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27874
27875         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27876
27877         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27878           Don't forward DISCONT events (fixes #159684).
27879
27880 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27881
27882         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27883           Unlink manually since sometimes bin disposal (and therefore
27884           pad unlinking) is delayed, which will cause a new media file
27885           to not be able to start playing instantly.
27886
27887 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27888
27889         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27890           On mute of an unlinked stream, check for pad availability so
27891           we don't crash on unlinked pad.
27892
27893 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27894
27895         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27896         (gst_avi_demux_massage_index):
27897           Fix quite humiliating bug in omitting 0-sized index chunks but
27898           forgetting to count them for timestamps.
27899
27900 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27901
27902         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27903           Actually leave the loop if we failed to sync. Don't crash.
27904
27905 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27906
27907         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27908         (gst_dvd_demux_process_private):
27909         * gst/mpegstream/gstdvddemux.h:
27910           Fix crash (#159759). Doesn't work, though. :-(.
27911
27912 2004-11-28  Benjamin Otte  <otte@gnome.org>
27913
27914         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27915           more overwriting protection due to modifying channels one by one
27916           instead of all at once
27917
27918 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27919
27920         * gst/audioconvert/gstchannelmix.c:
27921         (gst_audio_convert_fill_normalize):
27922           Normalize using absolute values.
27923
27924 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27925
27926         * configure.ac:
27927         * ext/Makefile.am:
27928         * ext/directfb/Makefile.am:
27929         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27930         (gst_directfbvideosink_get_pixel_format),
27931         (gst_directfbvideosink_get_format_from_fourcc),
27932         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27933         (gst_directfbvideosink_sink_link),
27934         (gst_directfbvideosink_change_state),
27935         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27936         (gst_directfbvideosink_buffer_alloc),
27937         (gst_directfbvideosink_interface_supported),
27938         (gst_directfbvideosink_interface_init),
27939         (gst_directfbvideosink_navigation_send_event),
27940         (gst_directfbvideosink_navigation_init),
27941         (gst_directfbvideosink_set_property),
27942         (gst_directfbvideosink_get_property),
27943         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27944         (gst_directfbvideosink_base_init),
27945         (gst_directfbvideosink_class_init),
27946         (gst_directfbvideosink_get_type), (plugin_init):
27947         * ext/directfb/directfbvideosink.h: Adding a first version of
27948         directfbvideosink.
27949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27950         more.
27951
27952 2004-11-28  Benjamin Otte  <otte@gnome.org>
27953
27954         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27955           walk the samples backwards if out_channels > in_channels so we don't
27956           overwrite data
27957
27958 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27959
27960         * gst/audioconvert/Makefile.am:
27961         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27962         (gst_audio_convert_link), (gst_audio_convert_change_state),
27963         (gst_audio_convert_channels):
27964         * gst/audioconvert/gstchannelmix.c:
27965         (gst_audio_convert_unset_matrix),
27966         (gst_audio_convert_fill_identical),
27967         (gst_audio_convert_fill_compatible),
27968         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27969         (gst_audio_convert_fill_others),
27970         (gst_audio_convert_fill_normalize),
27971         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27972         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27973         * gst/audioconvert/gstchannelmix.h:
27974           Implement a channel mixer.
27975
27976 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27977
27978         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27979         * ext/alsa/gstalsa.h:
27980         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27981         Make alsasink actually honor gst_element_set_clock and use that
27982         clock instead of its internal one.
27983
27984 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27985
27986         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27987         (gst_play_base_bin_change_state): nullify source and decoder when
27988         going from READY to NULL so that we don't try to do weird stuff with
27989         them when going from NULL to READY
27990         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27991         instead of g_object_unref
27992         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27993         it should be correct
27994         (gst_play_bin_change_state): don't call remove_sinks if we are
27995         currently disposing the object
27996
27997 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27998
27999         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28000           Don't forget bass if it's there. Else left channel is silent...
28001
28002 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28003
28004         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28005         (gst_a52dec_change_state):
28006           Don't do sample adjusting anymore, we use float audio now.
28007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28008           Don't fixate to non-existing properties.
28009
28010 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28011
28012         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28013         (gst_a52dec_change_state):
28014           Advertise that we can do surround sound.
28015
28016 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28017
28018         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28019           Add buffer-frames=0.
28020         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28021         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28022         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28023         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28024         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28025         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28026         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28027         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28028         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28029         * ext/dvdread/dvdreadsrc.h:
28030           Add seeking, querying for bytes, sectors, title, angle and
28031           chapter. Handle multiple chapters. Relicense to LGPL because
28032           Billy agreed on that (thanks Billy!).
28033
28034 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28035
28036         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28037         call parent dispose method
28038
28039 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28040
28041         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28042         (gst_audio_clock_get_internal_time):
28043         Fix active <-> inactive transitions: ensure time value always
28044         grows and avoid abrupt value changes.
28045
28046 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28047
28048         * configure.ac:
28049         * gst/tta/Makefile.am:
28050         * gst/tta/crc32.h:
28051         * gst/tta/filters.h:
28052         * gst/tta/gsttta.c:
28053         * gst/tta/gstttadec.c:
28054         * gst/tta/gstttadec.h:
28055         * gst/tta/gstttaparse.c:
28056         * gst/tta/gstttaparse.h:
28057         * gst/tta/ttadec.h:
28058           added TTA parser and decoder
28059
28060 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28061
28062         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28063         (probe_triggered), (check_queue), (buffer_underrun),
28064         (buffer_running), (buffer_overrun), (gen_source_element),
28065         (setup_source):
28066         * gst/playback/gstplaybasebin.h:
28067           Implement buffering. Needs some more work.
28068
28069 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28070
28071         * ext/theora/theoradec.c: (theora_dec_chain):
28072           Fix ilog mask range overflow.
28073
28074 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28075
28076         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28077           Don't omit the last (which in case of dmix is the only :) )
28078           channel count. Don't set channels if <= 2.
28079
28080 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28081
28082         * gst/playback/gstplaybin.c: (gen_video_element),
28083         (gen_audio_element): Removed 2 obsolete comments
28084
28085 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28086
28087         * ext/vorbis/oggvorbisenc.c
28088         * ext/vorbis/vorbisenc.c :
28089           change description fields of those plugins to differentiate them
28090           (pitivi show Encoders by description, they had the same one)
28091
28092 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28093
28094         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28095
28096         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28097         (gst_play_bin_set_property), (gen_video_element),
28098         (gen_audio_element):
28099           Refcounting fixes for provided audio-/videosinks.
28100
28101 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28102
28103         * gst/playback/gstplaybin.c: (gen_video_element),
28104         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28105           Don't reference all sinks, but only the video- and audiosinks.
28106           The vis. element should be disposed when we're done with it.
28107           We don't have any reason to keep it around. This fixes warnings
28108           when reusing playbin for playing multiple audio files with
28109           vis. enabled. Also release audio device on pause - idea stolen
28110           from Rhythmbox.
28111
28112 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28113
28114         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28115         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28116         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28117         * ext/alsa/gstalsaplugin.c: (plugin_init):
28118         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28119         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28120         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28121         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28122         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28123         (gst_faad_change_state), (plugin_init):
28124         * ext/faad/gstfaad.h:
28125         * ext/vorbis/vorbis.c: (plugin_init):
28126         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28127         * gst-libs/gst/audio/Makefile.am:
28128         * gst-libs/gst/audio/audio.c: (plugin_init):
28129         * gst-libs/gst/audio/multichannel.c:
28130         (gst_audio_check_channel_positions),
28131         (gst_audio_get_channel_positions),
28132         (gst_audio_set_channel_positions),
28133         (gst_audio_set_structure_channel_positions_list),
28134         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28135         (gst_audio_fixate_channel_positions):
28136         * gst-libs/gst/audio/multichannel.h:
28137         * gst-libs/gst/audio/testchannels.c: (main):
28138         * gst/audioconvert/gstaudioconvert.c:
28139         (gst_audio_convert_class_init), (gst_audio_convert_init),
28140         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28141         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28142         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28143         * gst/audioconvert/plugin.c: (plugin_init):
28144           Surround sound support.
28145
28146 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28147
28148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28149           Fix position for discont if we're close as well. Nitpicking, but
28150           saves a few milliseconds of extra waiting or skipping.
28151
28152 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28153
28154         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28155           We sometimes need parsers for playback, so add those too.
28156
28157 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28158
28159         * configure.ac:
28160         * gst/apetag/Makefile.am:
28161         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28162         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28163         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28164         (gst_ape_demux_get_src_query_types),
28165         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28166         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28167         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28168         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28169         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28170         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28171         (gst_ape_demux_change_state):
28172         * gst/apetag/apedemux.h:
28173         * gst/apetag/apetag.c: (plugin_init):
28174         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28175         (plugin_init):
28176           APE v1/2 tag reader plus typefind function.
28177
28178 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28179
28180         * configure.ac:
28181         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28182         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28183           Remove hacks for older core. Require newer core version
28184           accordingly.
28185
28186 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28187
28188         * gst/cdxaparse/Makefile.am:
28189         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28190         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28191         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28192         * gst/cdxaparse/gstcdxaparse.h:
28193         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28194         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28195         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28196         (gst_cdxastrip_get_src_query_types),
28197         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28198         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28199         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28200         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28201         * gst/cdxaparse/gstcdxastrip.h:
28202           SVCD/VCD header stripping separated from CDXA image parsing.
28203         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28204         (plugin_init):
28205           Add VCD/SVCD header typefinding for VCD/SVCD.
28206         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28207         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28208         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28209         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28210         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28211         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28212         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28213         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28214         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28215         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28216         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28217         * sys/vcd/vcdsrc.h:
28218           Fix up, add seeking, querying, URI interface. Works in totem now.
28219
28220 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28221
28222         * configure.ac:
28223           back to CVS
28224
28225 === release 0.8.6 ===
28226
28227 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28228
28229         * NEWS:
28230         * RELEASE:
28231         * configure.ac:
28232         * po/af.po:
28233         * po/az.po:
28234         * po/cs.po:
28235         * po/en_GB.po:
28236         * po/hu.po:
28237         * po/it.po:
28238         * po/nb.po:
28239         * po/nl.po:
28240         * po/or.po:
28241         * po/sq.po:
28242         * po/sr.po:
28243         * po/sv.po:
28244         * po/uk.po:
28245           releasing 0.8.6, "IOU Love"
28246
28247 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28248
28249         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28250
28251         * gst/playback/gstplaybasebin.c:
28252           Fix unplayable files error handling.  Fixes #158365
28253
28254 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28255
28256         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28257
28258         * gst/typefind/gsttypefindfunctions.c:
28259           Fix broken mp3 typefinding.  Fixes #158375
28260
28261 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28262
28263         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28264
28265         * ext/ogg/gstoggdemux.c:
28266           Fix sync on broken files.  Fixes #158976
28267
28268 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28269
28270         patch by: Edward Hervey <bilboed@bilboed.com>
28271
28272         * ext/libpng/gstpngenc.c:
28273           Copy over buffer properties.  Fixes #158832
28274
28275 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28276
28277         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28278
28279         * ext/dvdread/dvdreadsrc.c:
28280           Fixes invalid reads (#158462)
28281
28282 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28283
28284         * sys/v4l/gstv4lsrc.c:
28285         * sys/v4l/gstv4lsrc.h:
28286         * sys/v4l/v4lsrc_calls.c:
28287           Probe less and cache it.  Fixes #159187.
28288
28289 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28290
28291         * gst/videorate/gstvideorate.c:
28292           Handle all video formats. Fixes #159186.
28293
28294 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28295         * gst/synaesthesia/gstsynaesthesia.c:
28296         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28297         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28298         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28299         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28300         (gst_synaesthesia_change_state), (plugin_init):
28301         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28302         Force 320x200 output, as that's the only thing the underlying
28303         synaesthesia implementation supports. Still needs to be made
28304         re-entrant.
28305
28306 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28307
28308         * configure.ac:
28309           Fix mpeg2enc configure check (similar to mplex check below).
28310
28311 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28312
28313         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28314
28315         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28316           Fix for gcc-2.95 (fixes #158221).
28317
28318 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28319
28320         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28321           Re-add clock distribution hack (until new core is released).
28322           Fixes #158125.
28323
28324 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28325         * configure.ac:
28326           fix mplex configure check segfaulting on some systems (bug #140994)
28327
28328 2004-11-13  Benjamin Otte  <otte@gnome.org>
28329
28330         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28331           add debugging
28332         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28333           do a wait when we enter the loop func with no data available to
28334           write instead of getting into an 100% CPU loop by just returning and
28335           being called again by the scheduler
28336
28337 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28338
28339         * configure.ac:
28340         * ext/libvisual/visual.c: (gst_visual_get_type),
28341         (libvisual_log_handler), (gst_visual_getcaps),
28342         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28343         (plugin_init):
28344           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28345         * ext/smoothwave/Makefile.am:
28346         * ext/smoothwave/demo-osssrc.c: (main):
28347         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28348         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28349         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28350         (plugin_init):
28351         * ext/smoothwave/gstsmoothwave.h:
28352           Make gstsmoothwave a working element in the 20th century.
28353
28354         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28355           Fix incorrect link function
28356
28357 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28358
28359         * gst/volume/gstvolume.c:
28360           Allow buffer-frames=0.
28361
28362 2004-11-12 Iain <iaingnome@gmail.com>
28363
28364         * configure.ac: Check for polypaudio
28365
28366         * ext/Makefile.am: Build the polyp dir
28367
28368         * ext/polyp: The polypsink sources.
28369
28370 2004-10-30 Iain <iaingnome@gmail.com>
28371
28372         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28373         caps to reflect the new number of channels.
28374
28375 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28376
28377         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28378           Fix for negotiation order problem. This would show when the
28379           ALSA loopfuction was called before any other function. ALSA
28380           wouldn't do anything because we're not negotiated yet, leading
28381           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28382
28383 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28384
28385         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28386
28387         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28388           No warnings (#157986).
28389
28390 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28391
28392         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28393           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28394
28395 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28396
28397         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28398           Signal no-more-pads (so it works in playbin).
28399
28400 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28401
28402         * ext/musepack/gstmusepackreader.cpp:
28403           Workaround for older core.
28404
28405 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28406
28407         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28408           Actually test for odd width/height rather than testing whether
28409           a temporary variable that was 0 before we subtracted 1 is now
28410           not equal to zero (which it always is).
28411
28412 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28413
28414         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28415         Fix compilation if HAVE_XVIDEO is not defined
28416
28417 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28418
28419         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28420         Fix compilation if HAVE_XVIDEO is not defined
28421
28422 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28423
28424         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28425         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28426         (gst_goom_change_state), (plugin_init):
28427         Use the bytestream adapter so goom doesn't depend on the input
28428         buffer size.
28429         Add a debug category
28430
28431 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28432
28433         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28434           Only set hardware parameters *after* negotiation. Before
28435           negotiation, it will set ANY and that seems to cause crashes
28436           (see e.g. #151288, #153227).
28437
28438 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28439
28440         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28441           This seems to be antique leftover. It needs to pass error
28442           checking.
28443         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28444         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28445         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28446         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28447           Fix GstXOverlay implementation (#151059).
28448
28449 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28450
28451         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28452           Don't assert (#157853).
28453
28454 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28455
28456         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28457           Fix bytes/samples confustion.
28458         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28459           Fix for underrun (#144389).
28460
28461 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28462
28463         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28464           Disable halfway-seek for pending release (since it needs a new
28465           core release).
28466
28467 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28468
28469         * sys/v4l/gstv4lsrc.c:
28470         * sys/v4l/gstv4lsrc.h:
28471         * sys/v4l/v4lsrc_calls.c:
28472           add autoprobe-fps property so we can separate autoprobing parts
28473
28474 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28475
28476         * sys/v4l/gstv4lsrc.c:
28477         * sys/v4l/v4lsrc_calls.c:
28478         initialise fourcc to catch unset fourcc's, and debug
28479
28480 2004-11-09  Wim Taymans  <wim@fluendo.com>
28481
28482         * gst/playback/README:
28483         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28484         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28485         (gst_play_bin_dispose), (gst_play_bin_set_property),
28486         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28487         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28488         (gst_play_bin_get_formats), (gst_play_bin_convert),
28489         (gst_play_bin_get_query_types), (gst_play_bin_query):
28490         Cleanups and some more documentation.
28491
28492 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28493
28494         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28495         (gst_cacasink_init), (gst_cacasink_chain):
28496         * ext/libcaca/gstcacasink.h:
28497         Cacasink inherits from VideoSink, so let that store the clock.
28498
28499 2004-11-09  Wim Taymans  <wim@fluendo.com>
28500
28501         * gst/playback/README:
28502         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28503         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28504         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28505         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28506         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28507         (setup_sinks):
28508         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28509         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28510         * gst/playback/gststreaminfo.h:
28511         Updated README.
28512         Only switch groups if all streams have muted (EOSed).
28513         Send Tags in sync with the stream playback instead of in
28514         the playback/preroll phase.
28515         Some cleanups, free the fakesrc elements.
28516
28517 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28518
28519         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28520           buffer-frames property was missing
28521         * ext/arts/gst_arts.c:
28522           rate missing from sinkcaps
28523         * ext/audiofile/gstafparse.c:
28524         * ext/audiofile/gstafsink.c:
28525         * ext/audiofile/gstafsrc.c:
28526         * ext/swfdec/gstswfdec.c:
28527           int audio doesn't know buffer-frames
28528         * ext/cdparanoia/gstcdparanoia.c:
28529           int audio doesn't know chunksize either
28530         * ext/nas/nassink.c:
28531           it's endianness, not endianess
28532         * gst-libs/gst/audio/audio.h:
28533           make float standard pad template caps really describe float
28534         * gst/law/mulaw.c: (linear_factory):
28535           signed only, please
28536         * gst/mpegstream/gstdvddemux.c:
28537           widths of 20 are not valid
28538
28539 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28540
28541         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28542
28543         * po/LINGUAS:
28544         * po/it.po:
28545           Add Italian
28546
28547 2004-11-08  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/gstplaybasebin.c: (probe_triggered),
28552         (gst_play_base_bin_change_state):
28553         Updated README, added more comments for fixmes etc..
28554
28555 2004-11-08  Wim Taymans  <wim@fluendo.com>
28556
28557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28558         We can remove this hack now.
28559
28560 2004-11-08  Wim Taymans  <wim@fluendo.com>
28561
28562         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28563         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28564         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28565         Only mix AYUV for maximum quality.
28566
28567 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28568
28569         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28570         (gst_ogg_demux_push), (gst_ogg_pad_push):
28571           Let's act as if we're synchronized now! :).
28572         * ext/theora/theoradec.c: (theora_dec_chain):
28573           Add some debug.
28574
28575 2004-11-08  Wim Taymans  <wim@fluendo.com>
28576
28577         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28578         (gst_alpha_set_property), (gst_alpha_sink_link),
28579         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28580         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28581         (gst_alpha_init_params), (gst_alpha_chain):
28582         Implement alpha functions for AYUV too, this increases
28583         accuracy quite a bit.
28584
28585 2004-11-08  Wim Taymans  <wim@fluendo.com>
28586
28587         * gst/ffmpegcolorspace/avcodec.h:
28588         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28589         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28590         (gst_ffmpegcsp_avpicture_fill):
28591         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28592         (gst_ffmpegcsp_caps_remove_format_info):
28593         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28594         (shrink12), (img_get_alpha_info), (deinterlace_line),
28595         (deinterlace_line_inplace):
28596         * gst/ffmpegcolorspace/imgconvert_template.h:
28597         Added AYUV colorspace and handle RGBA a bit more respectful.
28598
28599 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28600
28601         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28602           Actually always send a discont (cornercase when resending the
28603           same serial-tagged chain twice).
28604
28605 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28606
28607         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28608         (gst_ximagesink_finalize):
28609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28610         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28611
28612 2004-11-08  Wim Taymans  <wim@fluendo.com>
28613
28614         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28615         Don't segfault on NULL data.
28616
28617 2004-11-08  Wim Taymans  <wim@fluendo.com>
28618
28619         * gst/playback/gstdecodebin.c: (unlinked):
28620         * gst/playback/gstplay-marshal.list:
28621         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28622         (gst_play_base_bin_init), (group_create), (get_active_group),
28623         (get_building_group), (group_destroy), (group_commit),
28624         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28625         (add_element_stream), (no_more_pads), (probe_triggered),
28626         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28627         (state_change), (setup_source), (gst_play_base_bin_get_property),
28628         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28629         (gst_play_base_bin_link_stream),
28630         (gst_play_base_bin_get_streaminfo):
28631         * gst/playback/gstplaybasebin.h:
28632         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28633         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28634         Add support for chained ogg files. Prepare for playlist
28635         support. This patch introduces the concept of pad groups, which
28636         together compose one playable media file.
28637
28638 2004-11-07  David Schleef  <ds@schleef.org>
28639
28640         * testsuite/gst-lint: Check for pad templates that aren't statically
28641         scoped.
28642
28643 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28644
28645         * configure.ac:
28646         * ext/Makefile.am:
28647         * ext/musepack/Makefile.am:
28648         * ext/musepack/gstmusepackdec.cpp:
28649         * ext/musepack/gstmusepackdec.h:
28650         * ext/musepack/gstmusepackreader.cpp:
28651         * ext/musepack/gstmusepackreader.h:
28652           Add musepack decoder.
28653         * ext/faad/gstfaad.c: (gst_faad_base_init):
28654           Make pad templates static.
28655         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28656         (plugin_init):
28657           Add musepack typefinder, make mp3 typefinding work halfway stream,
28658           which doesn't actually work yet because id3demux doesn't implement
28659           _get_length().
28660
28661 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28662
28663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28664         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28665           Fix interrupt event handling (#144436).
28666
28667 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28668
28669         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28670           Hide unused glory.
28671
28672 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28673
28674         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28675
28676         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28677           Fix weird caps (#157548).
28678
28679 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28680
28681         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28682
28683         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28684           Add missing NULL terminator (#157543).
28685
28686 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28687
28688         * gst/tcp/gsttcp.h:
28689         * gst/tcp/gsttcpclientsink.c:
28690         * gst/tcp/gsttcpclientsrc.c:
28691         * gst/tcp/gsttcpserversink.c:
28692         * gst/tcp/gsttcpserversrc.c:
28693           ports can go up to 65535.  Move common defines to gsttcp.h
28694
28695 2004-11-05  Wim Taymans  <wim@fluendo.com>
28696
28697         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28698         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28699         Added two more colorspaces.
28700
28701 2004-11-05  Wim Taymans  <wim@fluendo.com>
28702
28703         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28704         (gst_ffmpegcsp_avpicture_fill):
28705         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28706         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28707         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28708         More stride fixes.
28709
28710 2004-11-05  Wim Taymans  <wim@fluendo.com>
28711
28712         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28713         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28714         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28715         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28716         (gst_videomixer_loop):
28717         More stride fixes.
28718
28719 2004-11-05  Benjamin Otte  <otte@gnome.org>
28720
28721         * ext/mad/gstmad.c: (gst_mad_chain):
28722           don't overflow data buffer. Flush not needed sync data when syncing
28723           failed.
28724
28725 2004-11-04  Wim Taymans  <wim@fluendo.com>
28726
28727         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28728         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28729         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28730         (gst_alpha_init_params), (gst_alpha_chain),
28731         (gst_alpha_change_state):
28732         Updated the chroma keying algorithm with something more
28733         sophisticated.
28734
28735 2004-11-03  Wim Taymans  <wim@fluendo.com>
28736
28737         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28738         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28739         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28740         Fix stride issues. Does not completely work for odd
28741         heights.
28742
28743 2004-11-03  Wim Taymans  <wim@fluendo.com>
28744
28745         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28746         (gst_alpha_chroma_key), (gst_alpha_chain):
28747         Fix stride issues. Does not completely work for odd
28748         heights.
28749
28750 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28751
28752         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28753         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28754         leak fixes
28755
28756 2004-11-03  Wim Taymans  <wim@fluendo.com>
28757
28758         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28759         (gst_ffmpegcsp_avpicture_fill):
28760         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28761         (avpicture_alloc):
28762         * gst/ffmpegcolorspace/imgconvert_template.h:
28763         Use correct _fill function to get correct strides.
28764
28765 2004-11-02  David Schleef  <ds@schleef.org>
28766
28767         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28768         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28769         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28770         Change all g_print()s to debugging.  Add a bunch of consistency
28771         checks.
28772
28773 2004-11-02  Wim Taymans  <wim@fluendo.com>
28774
28775         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28776         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28777         (unlinked), (no_more_pads), (close_link):
28778         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28779         (unknown_type), (add_element_stream), (new_decoded_pad),
28780         (removed_decoded_pad), (setup_source):
28781         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28782         (gst_stream_info_class_init), (gst_stream_info_init),
28783         (gst_stream_info_new), (gst_stream_info_dispose),
28784         (stream_info_mute_pad), (gst_stream_info_set_property),
28785         (gst_stream_info_get_property):
28786         * gst/playback/gststreaminfo.h:
28787         Fix playback of multiple files.
28788         a slightly different approach to handling dynamic pad removals.
28789         This one only looks at pads that we have linked.
28790
28791 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28792
28793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28794         free" warning from libc.
28795
28796 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28797
28798         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28799         (get_unconnected_element), (remove_starting_from), (pad_removed),
28800         (close_link):
28801           Implement support for dynamic pad changing. We listen to "live"
28802           pad removals (i.e. while playing) and re-setup autoplugging
28803           after that. Playbasebin/playbin need some more work for this
28804           to finally work, but decodebin supports (and replugs) chained
28805           ogg now.
28806
28807 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28808
28809         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28810         (gst_alsa_finalize):
28811         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28812         (gst_cdaudio_finalize):
28813         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28814         (cdparanoia_finalize):
28815         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28816         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28817         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28818         (dvdreadsrc_finalize):
28819         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28820         (gst_flacdec_finalize):
28821         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28822         (gst_flacenc_finalize):
28823         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28824         (gst_gnomevfssink_finalize):
28825         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28826         (gst_gnomevfssrc_finalize):
28827         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28828         (gst_fameenc_finalize):
28829         * ext/nas/nassink.c: (gst_nassink_class_init),
28830         (gst_nassink_finalize):
28831         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28832         (gst_sdlvideosink_class_init):
28833         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28834         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28835         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28836         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28837         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28838         (gst_x_window_listener_dispose):
28839         * gst/audioscale/gstaudioscale.c:
28840         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28841         (play_on_demand_finalize):
28842         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28843         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28844         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28845         (cdplayer_finalize):
28846         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28847         (gst_glimagesink_class_init):
28848         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28849         (gst_osselement_finalize):
28850         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28851         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28852         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28853           Fixes a bunch of problems with finalize and dispose functions,
28854           either assumptions that dispose is only called once, or not calling
28855           the parent class dispose/finalize function
28856
28857 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28858
28859         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28860           added two api precondition guards
28861           use g_strdup with getenv to fix crash when using ENVVAR
28862
28863 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28864         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28865         (gst_esdsink_finalize):
28866         Use a finalize function, not dispose, and more importantly,
28867         call the parent class finalize function too
28868
28869 2004-11-01  Johan Dahlin  <johan@gnome.org>
28870
28871         * ext/ogg/gstoggdemux.c:
28872         * gst/tags/gstvorbistag.c:
28873         Plug leaks.
28874
28875 2004-10-31  Benjamin Otte  <otte@gnome.org>
28876
28877         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28878           lotsa memleaks today. But they're all small...
28879
28880 2004-10-31  Benjamin Otte  <otte@gnome.org>
28881
28882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28883           another memleak crushed
28884
28885 2004-10-31  Benjamin Otte  <otte@gnome.org>
28886
28887         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28888           fix memleak
28889
28890 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28891
28892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28893           Hack to prevent crash when going to READY inside signal handler
28894           while this function is active.
28895
28896 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28897
28898         * gst/ffmpegcolorspace/Makefile.am:
28899         * gst/ffmpegcolorspace/avcodec.h:
28900         * gst/ffmpegcolorspace/common.h:
28901         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28902         * gst/ffmpegcolorspace/dsputil.h:
28903         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28904         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28905         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28906         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28907         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28908         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28909         (gst_ffmpegcsp_avpicture_fill):
28910         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28911         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28912         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28913         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28914         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28915         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28916         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28917         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28918         * gst/ffmpegcolorspace/imgconvert.c:
28919         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28920         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28921         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28922         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28923         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28924         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28925         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28926         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28927         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28928         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28929         (grow21), (grow22), (grow41), (grow44), (conv411),
28930         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28931         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28932         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28933         (avpicture_free), (is_yuv_planar), (img_convert),
28934         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28935         (deinterlace_line_inplace), (deinterlace_bottom_field),
28936         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28937         * gst/ffmpegcolorspace/imgconvert_template.h:
28938         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28939         * gst/ffmpegcolorspace/mmx.h:
28940         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28941         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28942         (av_freep), (avcodec_get_context_defaults),
28943         (avcodec_alloc_context), (avcodec_init):
28944           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28945           handling plus update from ffmpeg CVS. Large clean-up.
28946
28947 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28948
28949         * gst/playback/Makefile.am:
28950           We need the marshallers for decodebin, too.
28951
28952 2004-10-30  David Schleef  <ds@schleef.org>
28953
28954         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28955           quicktime typefinding work with 64-bit offsets.
28956
28957 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28958
28959         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28960           Set EOS on the element when processing an EOS event.
28961         * ext/speex/gstspeexdec.h:
28962         * ext/speex/gstspeexenc.h:
28963           Only keep a const ptr to the mode
28964         * gst-libs/gst/riff/riff-media.c:
28965         (gst_riff_create_audio_caps_with_data),
28966         (gst_riff_create_audio_template_caps):
28967           Allow WMAV3, with up to 6 channels.
28968         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28969           Don't call gst_pad_set_event_function on a sink pad.
28970         * gst/mpegstream/gstdvddemux.c:
28971         (gst_dvd_demux_get_subpicture_stream),
28972         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28973           Copy the explicit caps that were set across to the cur_* pads,
28974           instead of trying to use a possibly non-existent negotiated caps.
28975           Reset the type of subpicture pads to UNKNOWN after calling
28976           init_stream, so that the caps get set.
28977
28978 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28979
28980         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28981
28982         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28983           Don't touch buffer if it is of size 0 (fixes #151064).
28984
28985 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28986
28987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28988           Synchronized discont handling.
28989
28990 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28991
28992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28993         (gst_ogg_demux_push):
28994           Make seeking sort-of exact again (fixes #156387).
28995
28996 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28997
28998         * gst/playback/gstplaybasebin.c: (unknown_type),
28999         (add_element_stream), (new_decoded_pad),
29000         (gst_play_base_bin_change_state):
29001         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29002         (gst_stream_info_init), (gst_stream_info_new),
29003         (gst_stream_info_dispose), (gst_stream_info_get_property):
29004         * gst/playback/gststreaminfo.h:
29005           Make caps explicitely available. Makes testing for unsupported
29006           types possible. Improves error reporting.
29007
29008 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29009
29010         * gst/audioconvert/gstaudioconvert.c:
29011         (gst_audio_convert_buffer_to_default_format):
29012           Really don't touch read-only buffers (#156563).
29013
29014 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29015
29016         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29017
29018         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29019           Fix memleak (#155223).
29020
29021 2004-10-29  Wim Taymans  <wim@fluendo.com>
29022
29023         * gst/tcp/.cvsignore:
29024         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29025         (gst_multifdsink_class_init), (gst_multifdsink_init),
29026         (gst_multifdsink_add), (gst_multifdsink_remove),
29027         (gst_multifdsink_remove_client_link), (is_sync_frame),
29028         (gst_multifdsink_new_client),
29029         (gst_multifdsink_handle_client_write),
29030         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29031         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29032         (gst_multifdsink_get_property):
29033         * gst/tcp/gstmultifdsink.h:
29034         Added burst on connect sync_method, deprecated sync_clients,
29035         streamlined the sync code some more.
29036
29037 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29038
29039         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29040         (gst_play_base_bin_change_state):
29041           Improve error reporting.
29042
29043 2004-10-28  Wim Taymans  <wim@fluendo.com>
29044
29045         * gst/tcp/Makefile.am:
29046         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29047         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29048         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29049         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29050         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29051         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29052         (gst_fdset_wait):
29053         Added more locks around fdset structures. Fixed/reworked
29054         the poll array resizing code.
29055         Added stress test for fdset.
29056
29057 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29058
29059         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29060         fix build
29061
29062 2004-10-28  Benjamin Otte  <otte@gnome.org>
29063
29064         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29065           fix link function to always query channels and query width for
29066           floats
29067         * configure.ac:
29068           add equalizer dir
29069         * gst/equalizer/Makefile.am:
29070         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29071         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29072         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29073         (arg_to_scale), (setup_filter),
29074         (gst_iir_equalizer_compute_frequencies),
29075         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29076         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29077         (plugin_init):
29078           add an equalizer
29079
29080 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29081
29082         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29083
29084         * po/LINGUAS:
29085         * po/nb.po:
29086           Added Norwegian Bokmaal translation
29087
29088 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29089
29090         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29091           Don't break on options (fixes #156488).
29092
29093 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29094
29095         * configure.ac:
29096         * ext/cdaudio/Makefile.am:
29097         * sys/Makefile.am:
29098           fix build on older automake
29099
29100 2004-10-26  Wim Taymans  <wim@fluendo.com>
29101
29102         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29103         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29104         Allow a little margin when negotiating the framerate.
29105
29106 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29107
29108         * gst/level/gstlevel.c:
29109           synchonised naming of pads and pad-templates
29110
29111 2004-10-26  Wim Taymans  <wim@fluendo.com>
29112
29113         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29114         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29115         (_find_streams_check), (gst_ogg_demux_push):
29116         Fix EOS again. Needs to be done in a better way. We should not
29117         remove the pad if there is no new chained stream.
29118
29119 2004-10-26 Iain <iaingnome@gmail.com>
29120
29121         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29122         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29123         of the caps.
29124         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29125         pad.
29126         (interleave_release_pad): Remove the pad.
29127         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29128         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29129         the set device.
29130         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29131         attrs
29132         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29133         (gst_xvimagesink_finalize): Free the par.
29134
29135 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29136
29137         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29138         (gst_avimux_stop_file):
29139           First calculate the rate, and only then use it. Hdr.rate is a
29140           multiple and not a derivative of hdr.scale. Scale is not the
29141           same as blockalign but is solely related to rate.
29142
29143 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29144
29145         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29146         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29147           Implement seeking.
29148
29149 2004-10-25  James Henstridge  <james@jamesh.id.au>
29150
29151         Reviewed by:  David Schleef  <ds@schleef.org>
29152
29153         * examples/gstplay/player.c: (got_stream_length), (main):
29154         * examples/seeking/cdplayer.c: (update_scale):
29155         * examples/seeking/seek.c: (format_value), (update_scale):
29156         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29157         (stop_seek):
29158         Build fixes on AMD64.
29159
29160 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29161
29162         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29163
29164         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29165         Fix for some v4l cards which hang in v4lsrc
29166
29167 2004-10-25  Wim Taymans  <wim@fluendo.com>
29168
29169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29170         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29171         Make sure to remove the pad when a new chain is
29172         encountered. Set some vars to NULL so we don't try
29173         to reference freed memory.
29174
29175 2004-10-25  Wim Taymans  <wim@fluendo.com>
29176
29177         * examples/seeking/Makefile.am:
29178         * examples/seeking/cdplayer.c: (update_scale):
29179         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29180         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29181         (format_value), (update_scale), (iterate), (start_seek),
29182         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29183         (print_usage), (main):
29184         Added some more examples, update others.
29185
29186 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29187
29188         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29189         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29190         * ext/theora/theoradec.c: (theora_dec_chain):
29191         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29192           Add codec-name metadata.
29193
29194 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29195
29196         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29197
29198         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29199         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29200         * ext/alsa/gstalsamixertrack.h:
29201         * po/POTFILES.in:
29202           ALSA mixer track label internationalization (#154054).
29203
29204 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29205
29206         * ext/theora/theoradec.c: (theora_dec_chain):
29207           Export bitrate as metadata.
29208
29209 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29210
29211         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29212         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29213         * ext/alsa/gstalsamixertrack.h:
29214           Fix names, fix loop.
29215
29216 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29217
29218         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29219         (speex_dec_convert):
29220           sinkconvert function so oggdemux can get the file length (totem).
29221
29222 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29223
29224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29225
29226         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29227           Don't push incomplete packets.
29228         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29229           Fix MPEG-4 audio typefinding.
29230
29231 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29232
29233         * sys/v4l/Makefile.am:
29234         * sys/v4l/gstv4l.c: (plugin_init):
29235         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29236         (gst_v4lelement_init), (gst_v4lelement_dispose),
29237         (gst_v4lelement_change_state):
29238         * sys/v4l/gstv4lelement.h:
29239         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29240         (gst_v4l_xoverlay_close), (idle_refresh),
29241         (gst_v4l_xoverlay_set_xwindow_id):
29242         * sys/v4l/gstv4lxoverlay.h:
29243         * sys/v4l/v4l-overlay_calls.c:
29244         * sys/v4l/v4l_calls.h:
29245         * sys/v4l2/Makefile.am:
29246         * sys/v4l2/gstv4l2.c: (plugin_init):
29247         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29248         (gst_v4l2element_init), (gst_v4l2element_dispose),
29249         (gst_v4l2element_change_state):
29250         * sys/v4l2/gstv4l2element.h:
29251         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29252         (gst_v4l2_xoverlay_close), (idle_refresh),
29253         (gst_v4l2_xoverlay_set_xwindow_id):
29254         * sys/v4l2/gstv4l2xoverlay.h:
29255         * sys/v4l2/v4l2-overlay_calls.c:
29256         * sys/v4l2/v4l2_calls.h:
29257           Remove client-side overlay handling, use the X-server v4l plugin
29258           for that. Nicer overlay, less code. Also make the plugin
29259           compileable without X (but then without overlay, obviously).
29260           Makes xwindowlistener obsolete, should we remove that?
29261
29262 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29263
29264         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29265         (gst_osssrc_src_query):
29266         * sys/oss/gstosssrc.h:
29267           OK, so people want offset in DEFAULT. This time, actually fix all
29268           cases.
29269         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29270           Add FPS properly.
29271
29272 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29273
29274         * gst/asfdemux/gstasfmux.c:
29275         * gst/avi/gstavimux.c:
29276           Framerate.
29277
29278 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29279
29280         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29281           Fix properties (channel, norm, frequency).
29282
29283 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29284
29285         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29286           Flag typo.
29287         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29288           No warnings.
29289
29290 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29291
29292         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29293           Fix hang.
29294
29295 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29296
29297         * sys/v4l2/gstv4l2element.h:
29298           Yet Another Hack (tm) for kernel header borkedness.
29299         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29300         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29301         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29302         (gst_v4l2src_change_state):
29303         * sys/v4l2/gstv4l2src.h:
29304         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29305         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29306           Fix caps, keep track of state, work.
29307
29308 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29309
29310         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29311           Quiet.
29312
29313 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29314
29315         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29316           Don't mix bytes and samples.
29317
29318 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29319
29320         * ext/ogg/gstoggmux.c:
29321           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29322           and theora. Any is incorrect.
29323         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29324           Fix caps.
29325         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29326         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29327         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29328         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29329         * sys/v4l/gstv4lmjpegsrc.h:
29330         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29331         (gst_v4lsrc_change_state):
29332         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29333         (gst_v4lmjpegsrc_capture_stop):
29334           Fix caps. Keep track of internal state. Work.
29335
29336 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29337
29338         * ext/Makefile.am:
29339           Fix the build fixes.
29340
29341 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29342
29343         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29344         (gst_ogg_demux_src_event), (_find_chain_seek),
29345         (gst_ogg_pad_push):
29346           Check for pad availability before using it.
29347         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29348           Fix parsing of chained ogg. Needs more work on the decoder side.
29349
29350 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29351
29352         * gst/spectrum/Makefile.am:
29353         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29354         (idle_func):
29355           Fix demo and reenable it. Yes, I'm currently playing with audio
29356           analysis tools
29357
29358 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29359
29360         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29361           We love it if files that start at zero work too...
29362
29363 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29364
29365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29366           Handle files with missing EOS headers.
29367
29368 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29369
29370         * gst/tcp/gsttcpserversink.c:
29371         (gst_tcpserversink_handle_server_read),
29372         (gst_tcpserversink_init_send):
29373         Zero some variables first (need for accept not to return EINVAL)
29374
29375 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29376
29377         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29378         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29379         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29380         (theora_dec_chain):
29381         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29382         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29383           Seeking and querying finetune.
29384
29385 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29386
29387         * configure.ac:
29388         * ext/Makefile.am:
29389         * ext/raw1394/Makefile.am:
29390           fix the build
29391
29392 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29393
29394         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29395           Wrong return.
29396         * gst/playback/Makefile.am:
29397         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29398         * gst/playback/gstplay-marshal.list:
29399         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29400           Fix marshallers.
29401
29402 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29403
29404         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29405           Silence.
29406
29407 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29408
29409         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29410         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29411         (gst_ogg_pad_push):
29412           Yay for non-lineair granulepos in theora.
29413
29414 2004-10-18  Wim Taymans  <wim@fluendo.com>
29415
29416         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29417         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29418         * ext/dv/gstdvdec.h:
29419         Make sure we renegotiate aspect ratio when the camera switches.
29420
29421 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29422
29423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29424         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29425           Start at zero.
29426         * ext/theora/theoradec.c: (theora_dec_chain):
29427           Skip headers. Bad idea for chained ogg, but fixes seeking.
29428
29429 2004-10-18  Wim Taymans  <wim@fluendo.com>
29430
29431         * configure.ac:
29432         I swear, this is the last time I touch this.
29433
29434 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29435
29436         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29437         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29438         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29439           Faster seeking.
29440         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29441           Time-to-default conversion.
29442         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29443           Don't error on unknown packets, just skip. We should probably
29444           read them if we want to support chained ogg.
29445
29446 2004-10-18  Wim Taymans  <wim@fluendo.com>
29447
29448         * configure.ac:
29449         Added cdaudio to wrong list.
29450
29451 2004-10-18  Wim Taymans  <wim@fluendo.com>
29452
29453         * configure.ac:
29454         Revive cdaudio.
29455
29456 2004-10-18  Wim Taymans  <wim@fluendo.com>
29457
29458         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29459         (gst_dvdec_video_link), (gst_dvdec_push):
29460         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29461         (gst_smokeenc_resync), (gst_smokeenc_chain):
29462         Fix mimetype on smoke encoder.
29463         Add aspect ratio to dvdec. Not sure if these
29464         values are correct though....
29465
29466 2004-10-18  Wim Taymans  <wim@fluendo.com>
29467
29468         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29469         Fix vorbis property descriptions and ranges.
29470
29471 2004-10-18  Wim Taymans  <wim@fluendo.com>
29472
29473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29474         Really do nothing when no data is available.
29475         Go to the playing state when the stream is not seekable
29476         instead of failing.
29477
29478 2004-10-18  Wim Taymans  <wim@fluendo.com>
29479
29480         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29481         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29482         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29483         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29484         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29485         Added uri handler for cd://
29486         Port to new API.
29487
29488 2004-10-18  Wim Taymans  <wim@fluendo.com>
29489
29490         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29491         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29492         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29493         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29494         (remove_prerolls), (unknown_type), (add_element_stream),
29495         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29496         (gst_play_base_bin_remove_element),
29497         (gst_play_base_bin_link_stream):
29498         * gst/playback/gstplaybin.c: (gen_video_element),
29499         (gen_vis_element), (remove_sinks), (setup_sinks):
29500         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29501         (gst_stream_info_get_type), (gst_stream_info_class_init),
29502         (gst_stream_info_init), (gst_stream_info_new),
29503         (gst_stream_info_dispose), (stream_info_mute_pad),
29504         (gst_stream_info_set_property), (gst_stream_info_get_property):
29505         * gst/playback/gststreaminfo.h:
29506         Add sink padtemplate to decodebin.
29507         Added some more comments.
29508         Make queue size configurable in playbasebin.
29509         Added possibility to use elements as sinks (ex cdaudio).
29510
29511 2004-10-15  Wim Taymans  <wim@fluendo.com>
29512
29513         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29514         (gst_speexenc_chain):
29515         Fix speex timestamps so that it gets muxed properly.
29516
29517 2004-10-15  Wim Taymans  <wim@fluendo.com>
29518
29519         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29520         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29521         (gst_dv1394src_init), (gst_dv1394src_dispose),
29522         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29523         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29524         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29525         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29526         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29527         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29528         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29529         * ext/raw1394/gstdv1394src.h:
29530         Added conversion/query functions.
29531         Update buffer timestamps,
29532         Added signals.
29533         Added uri dv:// so it might play from the firewire in playbin.
29534         Fix a possible leak.
29535         Added debugging.
29536
29537 2004-10-15  Wim Taymans  <wim@fluendo.com>
29538
29539         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29540         (gst_dv1394src_init), (gst_dv1394src_set_property),
29541         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29542         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29543         * ext/raw1394/gstdv1394src.h:
29544         Added AV/C VTR control support needed for some cameras.
29545         Added automatic port detection.
29546         Added properties for selecting the channel.
29547         The configure.ac script is not yet updated to reflect the
29548         new libavc1394 and librom1394 dependencies.
29549
29550 2004-10-15  Wim Taymans  <wim@fluendo.com>
29551
29552         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29553         (qtdemux_parse), (gst_qtdemux_handle_esds):
29554         An esds box is not a container.
29555         Fix parsing of mp4v boxes.
29556         Do not try to renegotiate fps for each frame. Need to
29557         find a better method. This should fix mp4 playback.
29558
29559 2004-10-14  David Schleef  <ds@schleef.org>
29560
29561         * configure.ac: update for swfdec-0.3 and liboil-0.2
29562         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29563         * ext/swfdec/gstswfdec.h: same
29564         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29565         * gst/videotestsrc/videotestsrc.c: same
29566
29567 2004-10-14  Wim Taymans  <wim@fluendo.com>
29568
29569         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29570         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29571         (is_sync_frame), (gst_multifdsink_new_client),
29572         (gst_multifdsink_handle_client_write),
29573         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29574         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29575         Turn warnings into info.
29576         Don't allow a state change in the streaming thread.
29577
29578 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29579
29580         * ext/vorbis/oggvorbisenc.c:
29581         * ext/vorbis/vorbisdec.c:
29582           fix template sample rate
29583
29584 2004-10-13  Wim Taymans  <wim@fluendo.com>
29585
29586         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29587         Decoding the header first fixes some problems in resyncing
29588         in more mp3s.
29589
29590 2004-10-12  Wim Taymans  <wim@fluendo.com>
29591
29592         * gst/playback/gstplaybin.c: (gen_video_element),
29593         (gen_vis_element), (remove_sinks), (setup_sinks):
29594         Added vis plugin support, need to configure the vis
29595         element to activate it.
29596
29597 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29598
29599         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29600         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29601           Some debug.
29602         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29603         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29604         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29605         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29606         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29607         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29608         * gst/avi/gstavidemux.h:
29609           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29610           recovery (where, if part of the index is broken, we will still read
29611           the rest of the index and recover the broken part by stream
29612           scanning). More broken media support. EOS workarounds. General AVI
29613           braindamage headache recovery. Aspirin included.
29614
29615 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29616
29617         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29618         (cdparanoia_event), (cdparanoia_query):
29619           Get rid of hideous lead-in.
29620
29621 2004-10-11  Wim Taymans  <wim@fluendo.com>
29622
29623         * gst/playback/gstplaybasebin.c: (setup_source):
29624         Wrong var used to get g_list_next.
29625
29626 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29627
29628         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29629         (cdparanoia_get), (cdparanoia_open):
29630           Report discid as metadata, add duration.
29631
29632 2004-10-11  Wim Taymans  <wim@fluendo.com>
29633
29634         * gst/playback/gstplaybasebin.c: (setup_source):
29635         Cleanup the previous pipeline a little earlier for the
29636         case that a source element provides raw data.
29637
29638 2004-10-11  Benjamin Otte  <otte@gnome.org>
29639
29640         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29641           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29642           consuming the last 128 bytes, even though it was valid mp3 data.
29643
29644 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29645
29646         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29647         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29648         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29649         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29650
29651 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29652
29653         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29654         Fix for webcams that support only specific width or height
29655
29656 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29657
29658         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29659
29660         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29661           Fix wrong discont event setup (fixes #154967).
29662
29663 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29664
29665         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29666
29667         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29668           Error out on invalid data (fixes #154807).
29669
29670 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29671
29672         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29673
29674         * ext/dvdread/dvdreadsrc.c: (_read):
29675           Make titles > 0 work again (fixes #154834).
29676
29677 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29678
29679         * gst-libs/gst/riff/riff-media.c:
29680         (gst_riff_create_video_template_caps):
29681           WMV3 missing in template caps.
29682
29683 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29684
29685         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29686           OK, so the original code was too strict. It makes random AVI files
29687           hang for seconds upon opening, which is unacceptable and is far
29688           beyond the original goal of getting multiple chunks for one-chunk
29689           sounc stream files. So now do just that.
29690
29691 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29692
29693         * gst/playback/gstplaybasebin.c: (setup_source),
29694         (gst_play_base_bin_change_state):
29695           Actually clean up streaminfo if output fails. This would trigger
29696           if, for example, there was no CD in the drive. No preroll, so
29697           a streaminfo structure is created, but the subsequent state change
29698           of the thread fails.
29699         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29700           Don't change state if parent failed.
29701
29702 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29703
29704         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29705         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29706         (gen_video_element), (remove_sinks):
29707           Add small bits of code for screenshot handling.
29708
29709 2004-10-08  Wim Taymans  <wim@fluendo.com>
29710
29711         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29712         (gen_video_element), (gen_audio_element), (setup_sinks):
29713         Don't assume the user provided sinks are named "sink"...
29714
29715 2004-10-08  Wim Taymans  <wim@fluendo.com>
29716
29717         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29718         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29719         (gst_play_base_bin_link_stream):
29720         Do not try to autoplug sources that generate raw streams like
29721         cdparanoia.
29722         disconnect the preroll overrun signal when we don't need it anymore.
29723
29724 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29725
29726         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29727         Added reworked patch from #154903 from milosz derezynski (deadchip).
29728
29729 2004-10-08  Wim Taymans  <wim@fluendo.com>
29730
29731         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29732         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29733         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29734         (cdparanoia_convert), (cdparanoia_uri_get_type),
29735         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29736         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29737         * ext/cdparanoia/gstcdparanoia.h:
29738         This adds the cdda://<tracknum> uri.
29739
29740 2004-10-08  Wim Taymans  <wim@fluendo.com>
29741
29742         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29743         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29744         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29745         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29746         (unknown_type), (gst_play_base_bin_remove_element),
29747         (gst_play_base_bin_link_stream):
29748         * gst/playback/gstplaybasebin.h:
29749         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29750         (gst_play_bin_set_property), (gen_video_element),
29751         (gen_audio_element), (setup_sinks):
29752         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29753         (gst_stream_info_get_type), (gst_stream_info_class_init),
29754         (gst_stream_info_init), (gst_stream_info_new),
29755         (gst_stream_info_dispose), (stream_info_mute_pad),
29756         (gst_stream_info_set_property), (gst_stream_info_get_property):
29757         * gst/playback/gststreaminfo.h:
29758         Reuse the audio and video bins.
29759         Some internal cleanups in the stream selection code.
29760
29761 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29762
29763         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29764         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29765         * sys/ximage/ximagesink.h:
29766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29767         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29768         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29769         not coming from those elements. Moreover these elements should not keep
29770         the xid they have been given when in NULL state.
29771
29772 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29773
29774         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29775         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29776         * sys/ximage/ximagesink.h:
29777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29778         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29779         * sys/xvimage/xvimagesink.h:
29780           Actually only create a new toplevel window if we're not gonna
29781           embed it right after.
29782
29783 2004-10-07  Wim Taymans  <wim@fluendo.com>
29784
29785         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29786         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29787         * gst/playback/gstplaybin.c: (setup_sinks):
29788         Implement muting/unmuting of streams, mute streams that are not
29789         used.
29790
29791 2004-10-07  Wim Taymans  <wim@fluendo.com>
29792
29793         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29794         (plugin_init):
29795         Added lame audio/x-ac3 typefind function.
29796
29797 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29798
29799         * configure.ac:
29800           bump nano to cvs
29801
29802 === release 0.8.5 ===
29803
29804 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29805
29806         * NEWS:
29807         * RELEASE:
29808         * configure.ac:
29809           releasing 0.8.5, "Take You On"
29810
29811 2004-10-06  Wim Taymans  <wim@fluendo.com>
29812
29813         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29814         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29815         (no_more_pads), (close_link), (type_found):
29816         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29817         * gst/playback/gstplaybin.c: (gen_video_element):
29818         Do not signal the no_more_pads after the first pad when
29819         we are plugging a non dynamic element with multiple
29820         output pads (like swfdec, dvdec, ...).
29821
29822 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29823
29824         * configure.ac:
29825           bump for prerelease
29826
29827 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29828
29829         * gst/wavparse/gstwavparse.c:
29830           add ATRAC3 to STATIC CAPS to fix a warning
29831
29832         * gst/matroska/ebml-read.c:
29833         * gst-libs/gst/riff/riff-read.c:
29834           fix typos
29835
29836 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29837
29838         * gst-libs/gst/riff/riff-media.c:
29839           generate caps for ATRAC3 audio streams
29840
29841         * gst/realmedia/rmdemux.c:
29842           generate caps for ATRAC3 audio streams
29843
29844 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29845
29846         * gst/wavparse/Makefile.am
29847         * gst/wavparse/riff.h
29848         * gst/wavparse/wavparse.vcproj
29849           riff.h removal (unused and duplication with riff-ids.h)
29850
29851 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29852
29853         * gst/wavparse/gstwavparse.h
29854           remove duplicated defines for audio codec codes
29855
29856         * gst-libs/gst/riff/riff-ids.h
29857         * gst/wavenc/riff.h:
29858           add "4CC" code for ATRAC3 audio streams
29859           add "4CC" code for ITU_G721_ADPCM (unused for now)
29860
29861 2004-10-06  Wim Taymans  <wim@fluendo.com>
29862
29863         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29864         Actually _do_ negotiation. Pass gdouble as arg instead
29865         of guint64 for the framerate.
29866
29867 2004-10-06  Wim Taymans  <wim@fluendo.com>
29868
29869         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29870         (find_compatibles), (close_pad_link), (try_to_link_1),
29871         (no_more_pads), (close_link), (type_found):
29872         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29873         * gst/playback/gstplaybin.c: (gen_video_element),
29874         (gen_audio_element):
29875         Set state on newly added element to READY so that negotiation
29876         can happen ASAP.
29877         Addes some more debug info.
29878         Do not try to plug pads with multiple caps structures or ANY
29879         because it is too dangerous since we do not do dynamic
29880         replugging.
29881
29882 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29883
29884         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29885
29886         * po/LINGUAS:
29887         * po/or.po:
29888           add Oriya translation
29889
29890 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29891
29892         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29893           Prevent overwrite of size member. Makes audio sound crappy.
29894
29895 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29896
29897         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29898         Add rmvb to the list of known RealMedia extensions
29899
29900 2004-10-05  Wim Taymans  <wim@fluendo.com>
29901
29902         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29903         (mngdec_openstream), (mngdec_closestream),
29904         (mngdec_handle_sink_event), (mngdec_readdata),
29905         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29906         (mngdec_getcanvasline), (mngdec_refresh),
29907         (gst_mngdec_change_state):
29908         Set the framerate correctly.
29909
29910 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29911
29912         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29913           There was something wrong with the index massaging.
29914
29915 2004-10-04  Wim Taymans  <wim@fluendo.com>
29916
29917         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29918         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29919         (gst_smokedec_chain):
29920         * ext/jpeg/gstsmokedec.h:
29921         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29922         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29923         * ext/jpeg/gstsmokeenc.h:
29924         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29925         (smokecodec_decode_new), (smokecodec_info_free),
29926         (smokecodec_set_quality), (smokecodec_get_quality),
29927         (smokecodec_set_threshold), (smokecodec_get_threshold),
29928         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29929         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29930         (smokecodec_encode), (smokecodec_parse_id),
29931         (smokecodec_parse_header), (smokecodec_decode):
29932         * ext/jpeg/smokecodec.h:
29933         * ext/jpeg/smokeformat.h:
29934         Updated smoke, new bitstream, allows embedding in ogg.
29935
29936 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29937
29938         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29939           Fix seeking in some files. All this code is no longer needed (and
29940           actually breaks stuff) because we now synchronize the full index
29941           right when reading the header.
29942
29943 2004-10-04  Wim Taymans  <wim@fluendo.com>
29944
29945         * configure.ac:
29946         configure update for libmng.
29947
29948 2004-10-04  Wim Taymans  <wim@fluendo.com>
29949
29950         * ext/libmng/Makefile.am:
29951         * ext/libmng/gstmng.c: (plugin_init):
29952         * ext/libmng/gstmng.h:
29953         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29954         (gst_mngdec_base_init), (gst_mngdec_class_init),
29955         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29956         (gst_mngdec_loop), (gst_mngdec_get_property),
29957         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29958         (mngdec_closestream), (mngdec_handle_sink_event),
29959         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29960         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29961         (gst_mngdec_change_state):
29962         * ext/libmng/gstmngdec.h:
29963         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29964         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29965         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29966         (gst_mngenc_chain), (gst_mngenc_get_property),
29967         (gst_mngenc_set_property):
29968         * ext/libmng/gstmngenc.h:
29969         Added basic MNG decoder. Needs more work. The encoder does
29970         not work yet.
29971
29972 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29973
29974         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29975         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29976         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29977           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29978           no-more-pads.
29979
29980 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29981
29982         * configure.ac:
29983           you need at least 1.0.4 of speex
29984
29985 2004-10-04 Iain <iaingnome@gmail.com>
29986
29987         * ext/speex/gstspeexdec.h: Revert the includes changes.
29988
29989         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29990
29991 2004-09-30 Iain <iaingnome@gmail.com>
29992
29993         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29994         found during init or set as a property instead of hardcoding /dev/audio
29995
29996 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29997
29998         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29999         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30000         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30001         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30002         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30003         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30004         (gst_rmdemux_dump_data):
30005           Use debug category, fix EOS handling. filesrc ! rmdemux now
30006           works.
30007
30008 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30009
30010         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30011         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30012         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30013           Improve allocation, cutting and sorting of the index. How takes a
30014           few seconds instead of minutes.
30015
30016 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30017
30018         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30019           fixed compilation
30020
30021 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30022
30023         * gst-libs/gst/riff/riff-media.c:
30024         (gst_riff_create_video_caps_with_data),
30025         (gst_riff_create_video_template_caps):
30026           Add wing commander format mimetype/fourccs.
30027         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30028           Don't crash if some value is 0.
30029
30030 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30031
30032         * gst-libs/gst/riff/riff-media.c:
30033         (gst_riff_create_video_caps_with_data),
30034         (gst_riff_create_video_template_caps):
30035           Add DIB fourcc (raw, palettized 8-bit RGB).
30036         * gst-libs/gst/riff/riff-read.c:
30037         (gst_riff_read_strf_vids_with_data):
30038           Oops, fix strf_data reading bug.
30039         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30040           Use a non-NULL tag.
30041         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30042           Time for hacks. Sorry Dave. At least one quicktime movie (a
30043           trailer) that I've encountered contains multiple video tracks.
30044           One of those is the actual video track, the other are one-frame
30045           tracks (images). Unfortunately, the number of frames according
30046           to the trak header is 1 for each, so that doesn't help. So
30047           instead, I look at the duration and discard tracks with a
30048           duration shorter than 20% of the length of the stream. Better
30049           than nothing.
30050
30051 2004-10-01  Christian Schaller <christian@fluendo.com>
30052
30053         * ext/ivorbis/vorbis.c:
30054           Patch from Phil Blundell (Bug 152341)
30055
30056 2004-10-01  Wim Taymans  <wim@fluendo.com>
30057
30058         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30059         (speex_dec_get_formats), (speex_dec_convert),
30060         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30061         (speex_dec_chain), (gst_speexdec_get_property),
30062         (gst_speexdec_set_property):
30063         Small cleanups.
30064
30065 2004-10-01  Wim Taymans  <wim@fluendo.com>
30066
30067         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30068         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30069         (gst_wavparse_other), (gst_wavparse_loop),
30070         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30071         (gst_wavparse_srcpad_event):
30072         * gst/wavparse/gstwavparse.h:
30073         Added some more debugging info.
30074         Fix the case where the length of the file is 0.
30075         Make sure we seek to sample borders.
30076
30077 2004-10-01  Wim Taymans  <wim@fluendo.com>
30078
30079         * gst/playback/README:
30080         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30081         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30082         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30083         Add some debug info to decodebin, update README
30084
30085 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30086
30087         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30088           Don't use g_print(); use GST_DEBUG().
30089
30090 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30091
30092         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30093         (gst_ogg_mux_queue_pads):
30094           Handle EOS properly.
30095
30096 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30097
30098         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30099
30100         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30101         (gst_faad_chain), (gst_faad_change_state):
30102         * ext/faad/gstfaad.h:
30103           Allow playback of raw (unframed) MPEG AAC files (#148993).
30104
30105 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30106
30107         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30108
30109         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30110           Throw error if we didn't recognize the stream. Fixes #152289.
30111
30112 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30113
30114         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30115           Fix negotiation.
30116
30117 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30118
30119         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30120
30121         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30122           Fix memleak.
30123
30124 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30125
30126         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30127
30128         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30129           Solve #152805.
30130         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30131           Solve 152806.
30132
30133 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30134
30135         * gst-libs/gst/riff/riff-media.c:
30136         (gst_riff_create_video_caps_with_data),
30137         (gst_riff_create_audio_caps_with_data):
30138           Add codec_data handling (like asfdemux used to do).
30139         * gst/asfdemux/gstasf.c: (plugin_init):
30140         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30141         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30142           Use riff-media for caps creation instead of our own (mostly
30143           broken) copy of its functions.
30144
30145 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30146
30147         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30148           Don't actually error out if we get another return value than
30149           -EINVAL. Opposite to what I first thought, drivers have random
30150           return values for this, although -EINVAL is the expected return
30151           value. Since this is not fatal, we shouldn't use
30152           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30153
30154 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30155
30156         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30157         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30158         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30159         (dvdreadsrc_get), (dvdreadsrc_open_file),
30160         (dvdreadsrc_change_state):
30161           Fix. Don't do one big huge loop around the whole DVD, that will
30162           cache all data and thus eat sizeof(dvd) (several GB) before we
30163           see something.
30164         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30165           Actually NULL'ify event after using it.
30166         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30167         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30168         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30169         (gst_ebml_read_seek), (gst_ebml_read_skip):
30170           Handle events.
30171         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30172         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30173         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30174           Fix timing (this will probably break if I seek using menus, but
30175           I didn't get there yet). VOBs and normal DVDs should now work.
30176           Add a mpeg2-only pad with high rank so this get autoplugged for
30177           MPEG-2 movies.
30178         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30179         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30180         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30181         (gst_mpeg_demux_get_audio_stream),
30182         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30183         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30184           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30185           MPEG-1 but use dvddemux for MPEG-2.
30186         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30187         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30188         (gst_mpeg_parse_parse_packhead):
30189           Timing. Only add pad template if it exists. Add sink template from
30190           class and not from ourselves. This means we will always use the
30191           correct sink template even if it is not the one defined in this
30192           file.
30193
30194 2004-09-29  Wim Taymans  <wim@fluendo.com>
30195
30196         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30197         (gst_mpeg_demux_parse_pes):
30198         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30199         Fix playback of mpeg again, timestamps where screwed up by
30200         patch 1.61.
30201
30202 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30203
30204         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30205           Only return true if we actually filled something in. Prevents
30206           player applications from showing a random length for flac files.
30207         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30208         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30209         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30210         (gst_riff_read_strf_vids_with_data),
30211         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30212           OK, ok, so I implemented event handling. Apparently it's normal
30213           that we receive random events at random points without asking
30214           for it.
30215         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30216         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30217         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30218         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30219         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30220         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30221         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30222         * gst/avi/gstavidemux.h:
30223           Implement non-lineair chunk handling and subchunk processing.
30224           The first solves playback of AVI files where the audio and video
30225           data of individual buffers that we read are not synchronized.
30226           This should not happen according to the wonderful AVI specs, but
30227           of course it does happen in reality. It is also a prerequisite for
30228           the second. Subchunk processing allows us to cut chunks in small
30229           pieces and process each of these pieces separately. This is
30230           required because I've seen several AVI files with incredibly large
30231           audio chunks, even some files with only one audio chunk for the
30232           whole file. This allows for proper playback including seeking.
30233           This patch is supposed to fix all AVI A/V sync issues.
30234         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30235         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30236           Work.
30237         * gst/modplug/gstmodplug.cc:
30238           Proper return value setting for the query() function.
30239         * gst/playback/gstplaybasebin.c: (setup_source):
30240           Being in non-playing state (after, e.g., EOS) is not necessarily
30241           a bad thing. Allow for that. This fixes playback of short files.
30242           They don't actually playback fully now, because the clock already
30243           runs. This means that small files (<500kB) with a small length
30244           (<2sec) will still not or barely play. Other files, such as mod
30245           or flx, will work correctly, however.
30246
30247 2004-09-28  Wim Taymans  <wim@fluendo.com>
30248
30249         * ext/speex/gstspeex.c: (plugin_init):
30250         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30251         (gst_speex_dec_class_init), (speex_dec_get_formats),
30252         (speex_get_event_masks), (speex_get_query_types),
30253         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30254         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30255         (gst_speexdec_get_property), (gst_speexdec_set_property),
30256         (speex_dec_change_state):
30257         * ext/speex/gstspeexdec.h:
30258         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30259         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30260         (gst_speexenc_base_init), (gst_speexenc_class_init),
30261         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30262         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30263         (gst_speexenc_src_query), (gst_speexenc_init),
30264         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30265         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30266         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30267         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30268         (gst_speexenc_chain), (gst_speexenc_get_property),
30269         (gst_speexenc_set_property), (gst_speexenc_change_state):
30270         * ext/speex/gstspeexenc.h:
30271         Rewrote speex encoder, make sure it can be embedded in ogg.
30272         Implemented speex decoder.
30273
30274 2004-09-28  Christian Schaller <christian@fluendo.com>
30275
30276         * configure.ac:
30277         Remove kioslave plugin. Markey is brewing a new working one
30278         * ext/Makefile.am: Remove kioslave plugin
30279         * ext/kio: remove
30280         * gst-plugins.spec.in: remove kio plugin from spec
30281
30282 2004-09-27  Wim Taymans  <wim@fluendo.com>
30283
30284         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30285         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30286         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30287         (gst_multifdsink_new_client),
30288         (gst_multifdsink_handle_client_write),
30289         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30290         (gst_multifdsink_handle_clients):
30291         * gst/tcp/gstmultifdsink.h:
30292         Make syncing to keyframes actually work for new clients and lagging
30293         clients.
30294
30295 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30296
30297         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30298         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30299         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30300         * gst/debug/gstnavigationtest.h:
30301           make navigationtest display button-press and button-release events
30302
30303 2004-09-26 Iain <iaingnome@gmail.com>
30304
30305         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30306         the channels have received a new media event.
30307         (interleave_buffered_loop): Compresses a new media event on all
30308         channels into one.
30309
30310 2004-09-26 Iain <iaingnome@gmail.com>
30311
30312         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30313         call the sinkpad's default event handler and not the srcpads. He also
30314         says this is confusing :)
30315         (gst_wavenc_stop_file): Company says that seek events only go upstream
30316         we should send a discontinuous downstream instead.
30317
30318 2004-09-25  Christian Schaller <christian@fluendo.com>
30319
30320         * Update SPEC file to be usable in conjunction with Fedora Core,
30321           Fedora.us and freshrpms packages
30322         * Fix typo in multifilesrc test Makefile
30323
30324 2004-09-24  Wim Taymans  <wim@fluendo.com>
30325
30326         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30327         Only signal the no_more_pads signal when we have
30328         added the stream to our list.
30329
30330 2004-09-24  Wim Taymans  <wim@fluendo.com>
30331
30332         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30333         (new_decoded_pad):
30334         * gst/playback/gstplaybasebin.h:
30335         * gst/playback/gstplaybin.c: (setup_sinks):
30336         Don't try to preroll or decode more than one audio/video
30337         track.
30338
30339 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30340
30341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30342           Throw error if we failed to find a suitable output. This should
30343           throw an error if we successfully set up a pipeline (e.g. because
30344           we recognized a media file) but found no decodable streams in it
30345           (e.g. because it contains only media stream types for which we
30346           have no decoders, or because it's not a media type).
30347
30348 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30349
30350         * ext/dirac/Makefile.am:
30351         * ext/dirac/gstdirac.cc:
30352         * ext/dirac/gstdiracdec.cc:
30353         * ext/dirac/gstdiracdec.h:
30354           Do something. Don't actually know if this works because I don't
30355           have a demuxer yet.
30356         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30357           Add channels=1 to caps returned from _getcaps().
30358         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30359         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30360         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30361         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30362         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30363         (gst_ogm_parse_change_state):
30364           Separate between audio/video so ogmaudioparse actually uses the
30365           audio pad templates. Both audio and video work now, including
30366           autoplugging. Also use sometimes-srcpad hack.
30367         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30368           Handle events better. Don't hang on infinite loops.
30369         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30370         (gst_avi_demux_init), (gst_avi_demux_reset),
30371         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30372         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30373         (gst_avi_demux_change_state):
30374         * gst/avi/gstavidemux.h:
30375           Improve A/V sync. Still not perfect.
30376         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30377         (gst_ebml_read_skip):
30378           Handle events better.
30379         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30380         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30381         (qtdemux_audio_caps):
30382           Add IMA4. Improve event handling. Save offset after a seek when
30383           the headers are at the end of the file so that we don't end up in
30384           an infinite loop.
30385         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30386           Add low-priority typefind support for files with no length.
30387
30388 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30389
30390         * testsuite/multifilesink/Makefile.am:
30391         fix typo
30392
30393 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30394
30395         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30397         mistakes from thaytan's patches.
30398
30399 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30400
30401         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30402           For completeness, XSync in the destroy function as xvimage does.
30403
30404 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30405
30406         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30407            Correct caps negotiation
30408         * gst/volume/gstvolume.c: (volume_chain_float),
30409         (volume_chain_int16):
30410            Modify debug output to be little more informative
30411         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30413         (gst_xvimagesink_xvimage_destroy):
30414           Add XSync calls after detaching from the shared memory segment to
30415           avoid a crash.
30416
30417 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30418
30419         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30420         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30421         * ext/vorbis/vorbis.c: (plugin_init):
30422         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30423         (gst_vorbisenc_chain):
30424         * ext/vorbis/vorbisenc.h:
30425         remove explicit newmedia support from oggmux and vorbisenc
30426         add debug category to vorbisenc
30427         * gst/multifilesink/gstmultifilesink.c:
30428         (gst_multifilesink_class_init), (gst_multifilesink_init),
30429         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30430         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30431         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30432         (plugin_init):
30433         * gst/multifilesink/gstmultifilesink.h:
30434         add support for streamheader in multifilesink
30435
30436 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30437
30438         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30439         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30440         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30441           Prevent infinite loops. More correct error reporting.
30442         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30443           Error out if negotiation fails.
30444         * gst/playback/gstplaybasebin.c: (setup_source),
30445         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30446         (gst_play_base_bin_found_tag):
30447           Error/tag forwarding. Pre-roll fixes for source errors on state
30448           changes (e.g. "file does not exist") to prevent hangs.
30449
30450 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30451
30452         * testsuite/multifilesink/Makefile.am:
30453         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30454         (gst_newmedia_class_init), (gst_newmedia_init),
30455         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30456         (newfile_signal), (test_signal), (main):
30457         * testsuite/multifilesink/multifilesrc_test.c: (main):
30458         * testsuite/multifilesink/oggtheora_test.c:
30459         (gst_newmedia_base_init), (gst_newmedia_class_init),
30460         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30461         (test_format), (newfile_signal), (test_signal), (main):
30462         * testsuite/multifilesink/oggvorbis_test.c:
30463         (gst_newmedia_base_init), (gst_newmedia_class_init),
30464         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30465         (test_format), (newfile_signal), (test_signal), (main):
30466         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30467         (gst_newmedia_class_init), (gst_newmedia_init),
30468         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30469         (newfile_signal), (test_signal), (main):
30470         New media tests
30471
30472 2004-09-20  Christian Schaller <christian@fluendo.com>
30473
30474         * Fix mikmod license to LGPL as they have relicensed
30475         * Move Dirac and Effectv into LGPL section of README_license
30476
30477 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30478
30479         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30480         (gst_mad_change_state):
30481           Allow for mp3 rate/channels changes. However, only very
30482           conservatively. Reason that we *have* to enable this is smiply
30483           because the mad find_sync() function is not good enough, it will
30484           regularly sync on random data as valid frames and therefore make
30485           us provide random caps as *final* caps of the stream. The best fix
30486           I could think of is to simply require several of the same stream
30487           changes in a row before we change caps.
30488           The actual testcase that works now is #
30489         * ext/ogg/Makefile.am:
30490         * ext/ogg/gstogg.c: (plugin_init):
30491         * ext/ogg/gstogmparse.c:
30492           OGM support (video only for now; I need an audio sample file).
30493         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30494         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30495         (gst_asf_demux_add_video_stream):
30496           WMV extradata.
30497         * gst/playback/gstplaybasebin.c: (unknown_type):
30498           Don't error out on single unknown-types after all. It's wrong.
30499           If we found type of video and audio but not of a subtitle stream,
30500           it will still error out (which is unwanted). Will find a better fix
30501           later on.
30502         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30503         (ogmaudio_type_find), (plugin_init):
30504           OGM support.
30505
30506 2004-09-20  Johan Dahlin  <johan@gnome.org>
30507
30508         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30509         after setting caps.
30510
30511 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30512
30513         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30514         * gst/wavenc/gstwavenc.h:
30515         Added newmedia support to wavenc
30516
30517 2004-09-17  Wim Taymans  <wim@fluendo.com>
30518
30519         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30520         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30521         (gst_fdset_fd_can_write), (gst_fdset_wait):
30522         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30523         (gst_multifdsink_init), (gst_multifdsink_add),
30524         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30525         (gst_multifdsink_remove_client_link),
30526         (gst_multifdsink_client_queue_buffer),
30527         (gst_multifdsink_handle_client_write),
30528         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30529         (gst_multifdsink_close), (gst_multifdsink_change_state):
30530         * gst/tcp/gstmultifdsink.h:
30531         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30532         (gst_tcpserversink_removed):
30533         Small cleanups in fdset.c
30534         Use a hastable to map fd to the client structure for faster
30535         lookup in _remove and get_stats.
30536         Added virtual function to close the fds.
30537         Handle clients even when the select/poll call was unblocked because
30538         of a command.
30539         Implement syncing to keyframe in the recovery procedure.
30540
30541 2004-09-16 Iain <iaingnome@gmail.com>
30542
30543         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30544         try caps.
30545
30546 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30547
30548         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30549           Caps are only set if the type of the stream is unknown, but this
30550           is initialized in ->init_stream(), so set to UNKNOWN after calling
30551           ->init_stream() so that capsnego starts.
30552
30553 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30554
30555         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30556         (gst_avi_demux_stream_data):
30557           Just hardcode for raw audio then. AVI audio sucks.
30558
30559 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30560
30561         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30562         * gst/matroska/matroska-mux.c: (audiosink_templ),
30563         (gst_matroska_mux_audio_pad_link):
30564         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30565         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30566
30567 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30568
30569         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30570         (gst_avi_demux_stream_data):
30571           Try to fix a/v sync issues.
30572
30573 2004-09-15  David Schleef  <ds@schleef.org>
30574
30575         * configure.ac: remove NASM check, since we don't use it.  Update
30576         dirac check to 0.4
30577         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30578         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30579         Initialized variables.
30580         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30581         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30582         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30583         SVQ3 format
30584
30585 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30586
30587         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30588         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30589         * gst/avi/gstavidemux.h:
30590           Fix for compressed audio (mp3) timestamp generation. How did this
30591           ever work?
30592
30593 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30594
30595         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30596           Volume is a double not a float.
30597
30598 2004-09-15  Wim Taymans  <wim@fluendo.com>
30599
30600         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30601         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30602         Don't close the fd in multifdsink as we didn't open it in the
30603         first place. Some cleanups.
30604
30605 2004-09-15  Wim Taymans  <wim@fluendo.com>
30606
30607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30609         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30610         Fix the case where the muxer would mark pages as delta
30611         frames when they are not (vorbis only ogg).
30612
30613 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30614
30615         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30616         (gst_play_base_bin_change_state):
30617           Handle the case where we failed to setup a clear pipeline. This
30618           will throw an error (or EOS, another nice case) and if you don't
30619           catch that, the app will wait for the signal forever (and thus
30620           hang).
30621
30622 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30623
30624         * ext/gnomevfs/gstgnomevfssink.c:
30625         (gst_gnomevfssink_uri_get_protocols):
30626         * ext/gnomevfs/gstgnomevfssrc.c:
30627         (gst_gnomevfssrc_uri_get_protocols):
30628         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30629         * ext/gnomevfs/gstgnomevfsuri.h:
30630           Use _uri_new() instead of _open(), so it doesn't take as long and
30631           Christophe's computer won't hang.
30632         * gst/playback/gstplaybasebin.c: (unknown_type):
30633           Throw error on unknown media type, so apps actually display it.
30634
30635 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30636
30637         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30638           this script to work on Solaris since bash shell handles echo
30639           differenly than bash.
30640
30641 2004-09-17  Wim Taymans  <wim@fluendo.com>
30642
30643         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30644         (setup_source), (gst_play_base_bin_set_property),
30645         (gst_play_base_bin_add_element):
30646         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30647         Some more work on making sure seeking pauses the pipeline and
30648         that changing the uri actually does something.
30649
30650 2004-09-17  Wim Taymans  <wim@fluendo.com>
30651
30652         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30653         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30654         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30655         (gst_tcpserversink_close):
30656         Be a bit more paranoid when freeing memory.
30657
30658 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30659
30660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30661         (qtdemux_parse_trak):
30662           Don't crash by dividing by zero (see sample movie in #126922).
30663
30664 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30665
30666         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30667           Don't touch non-existing data (fixes crash on file in #140147).
30668
30669 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30670
30671         * gst/playback/gstplaybasebin.c:
30672         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30673           Handle double disposals, and proper change of URIs.
30674
30675 2004-09-13  Martin Eikermann <meiker@upb.de>
30676
30677         * gst/mpegstream/gstmpegparse.c:
30678           fix synchronistation for streams recorded from digital PCR
30679           fixes bug #119376
30680
30681 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30682
30683         * ext/gnomevfs/Makefile.am:
30684         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30685         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30686         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30687         (gst_gnomevfssink_uri_get_type),
30688         (gst_gnomevfssink_uri_get_protocols),
30689         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30690         (gst_gnomevfssink_uri_handler_init),
30691         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30692         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30693         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30694         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30695         (gst_gnomevfssrc_uri_get_type),
30696         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30697         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30698         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30699         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30700         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30701         * ext/gnomevfs/gstgnomevfsuri.h:
30702           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30703           of fake URIs to see which this version of Gnome-VFS likes, and
30704           uses that for the Gst-URI interface. Makes playbin support http://
30705           streams. Also fix up some stupid behaviour in gnomevfssrc.
30706
30707 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30708
30709         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30710         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30711         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30712         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30713           Update mixer (to sync with other sessions) if we try to obtain
30714           a new value. This makes alsamixer work accross applications.
30715         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30716           Only call sync functions if we're running, else alsalib asserts.
30717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30718           Sometimes fails to compile. Possibly a gcc bug.
30719         * gst/playback/gstplaybin.c: (gen_video_element),
30720         (gen_audio_element):
30721           Add a reference to an application-provided object, because we lose
30722           this same reference if we add it to the bin. If we don't do this,
30723           we can only use this object once and thus crash if we go from
30724           ready to playing, back to ready and back to playing again.
30725           Also add an audioscale element because several cheap soundcards -
30726           like mine - don't support all samplerates.
30727         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30728         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30729           Fix wrong order or PAR calls. Makes automatically obtained PAR
30730           from the X server atually being used.
30731
30732 2004-09-12  David Schleef  <ds@schleef.org>
30733
30734         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30735         #151887, #152102, #152247.
30736         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30737         * examples/seeking/cdparanoia.c: same
30738         * examples/seeking/cdplayer.c: same
30739         * examples/seeking/seek.c: same
30740         * examples/seeking/spider_seek.c: same
30741         * examples/seeking/vorbisfile.c: same
30742         * examples/stats/mp2ogg.c: same
30743         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30744         (gst_esdsink_dispose): Dispose of element properly.
30745         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30746         fixes.
30747         * ext/nas/nassink.c: (gst_nassink_class_init),
30748         (gst_nassink_dispose): Dispose of element correctly.
30749         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30750         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30751         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30752         Fix 64-bit warning.
30753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30754         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30755         Fix 64-bit warning.
30756
30757 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30758
30759         * configure.ac : change speex detection as 1.1.6 now uses
30760           .pc/pkg-config and they changed their headers location.
30761
30762 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30763
30764         * gst/matroska/matroska-mux.h:
30765         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30766         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30767         (gst_matroska_mux_write_data):
30768           Write multiple blocks/frames per cluster.
30769                 Write meta-seek information (seek heads).
30770
30771 2004-09-09  Scott Wheeler <wheeler@kde.org>
30772
30773         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30774         (gst_play_bin_set_property), (gst_play_bin_get_property),
30775         (gen_audio_element), (gen_audio_element):
30776           Add a volume element / property to the pipeline.
30777
30778 2004-09-07  Wim Taymans  <wim@fluendo.com>
30779
30780         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30781         Copy timestamps from the master pad to the output buffers.
30782
30783 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30784
30785         * ext/raw1394/gstdv1394src.c:
30786           throw errors when applicable
30787
30788 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30789
30790         * gst/matroska/ebml-ids.h:
30791         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30792         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30793         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30794           automatically convert unix time <-> ebml time when reading/writing
30795           a date, use gst_ebml_write_uint to write CUETIME,
30796           not gst_ebml_write_date.
30797         * gst/matroska/matroska-ids.h:
30798         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30799         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30800         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30801         (gst_matroska_mux_write_data):
30802           Write track and segment UIDs, write muxing date, write
30803           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30804           Create cues for audio only files.
30805
30806 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30807
30808         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30809         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30810           Re-commit ALSA switches.
30811         * gst/adder/gstadder.c: (gst_adder_loop):
30812           64-bit fix (#151416).
30813         * gst/debug/progressreport.c: (gst_progressreport_report):
30814           64-bit fix (#151419).
30815         * gst/matroska/matroska-demux.c:
30816         (gst_matroska_demux_parse_contents):
30817           64-bit fix (#151420).
30818         * gst/playback/test3.c: (update_scale):
30819           64-bit fix (#151421).
30820
30821 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30822
30823         * configure.ac:
30824           bump nano to cvs
30825
30826 === release 0.8.4 ===
30827
30828 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30829
30830         * configure.ac: releasing 0.8.4, "Alias"
30831
30832 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30833
30834         * ext/theora/Makefile.am:
30835           fix makefile.  Fixes #151462.
30836
30837 2004-08-30  Wim Taymans  <wim@fluendo.com>
30838
30839         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30840         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30841         (gst_multifdsink_remove_client_link),
30842         (gst_multifdsink_client_queue_buffer),
30843         (gst_multifdsink_handle_client_write):
30844         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30845         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30846         Fix some memory leaks.
30847
30848 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30849
30850         Patch by: David Schleef
30851
30852         * configure.ac:
30853         * sys/Makefile.am:
30854           rename our detection macro for V4L2.  Fixes #151236.
30855
30856 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30857
30858         Patch by: David Schleef
30859
30860         * configure.ac:
30861           check to define LAMEPRESET.  Fixes #151232.
30862
30863 2004-08-27  David Schleef  <ds@schleef.org>
30864
30865         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30866         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30867         (gst_glimagesink_fixate):  Move local variable declarations to
30868         make gcc-2.95 happy.
30869
30870 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30871
30872         * configure.ac:
30873           bump nano for prerelease
30874
30875 2004-08-27  David Schleef  <ds@schleef.org>
30876
30877         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30878         * sys/sunaudio/gstsunaudiosrc.c:
30879         * sys/sunaudio/gstsunaudiosrc.h:
30880
30881 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30882
30883         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30884         handle EOS correctly
30885         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30886         * gst/matroska/matroska-mux.h:
30887         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30888         VFW compatibility mode
30889
30890 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30891
30892         patch by: Zaheer Abbas Merali
30893
30894         * ext/ogg/gstoggmux.c:
30895         * ext/vorbis/vorbisenc.c:
30896         * ext/vorbis/vorbisenc.h:
30897           handle NEWMEDIA
30898
30899 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30900
30901         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30902         fix byte order reversion on little endian machines.
30903         * gst/matroska/matroska-mux.c: (audiosink_templ),
30904         (gst_matroska_mux_audio_pad_link):
30905         add TTA codec to the list of supported codecs.
30906         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30907         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30908         (gst_matroska_mux_write_data):
30909         * gst/matroska/matroska-mux.h:
30910         write segment duration correctly, write muxing app string, fixes bugs
30911         #140897 and #140898.
30912         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30913         wait for all pads to be negotiated before starting to mux.
30914
30915 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30916
30917         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30918         * ext/lame/gstlame.h:
30919         Added new media support to lame
30920
30921 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30922
30923         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30924         send vorbis headers at the beginning of a stream, fixes bug #141554.
30925         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30926         bug #148950.
30927         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30928         (gst_matroska_demux_plugin_init):
30929         * gst/matroska/matroska-ids.h:
30930         enable demuxing of TTA audio streams, fixes bug #148951.
30931         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30932         enable typefinding for TTA audio files, fixes bug #148711.
30933         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30934         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30935         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30936
30937 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30938
30939         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30940         (gst_riff_read_element_data), (gst_riff_read_seek),
30941         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30942         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30943         <teuf@gnome.org>
30944
30945 2004-08-23 Iain <iaingnome@gmail.com>
30946
30947         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30948         tags. They appear to be handled differently to normal.
30949         (tag_list_to_id3_tag_foreach): Ditto.
30950
30951 2004-08-22  Wim Taymans  <wim@fluendo.com>
30952
30953         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30954         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30955         Make sure we never send -1 granulepos.
30956
30957 2004-08-20  Wim Taymans  <wim@fluendo.com>
30958
30959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30960         (gst_ogg_mux_loop):
30961         I will accept bitchslappings with non sharp objects.
30962
30963 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30964
30965         * configure.ac:
30966         Clean up the test for lame presets
30967
30968 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30969
30970         * configure.ac:
30971         * ext/lame/Makefile.am:
30972         * ext/lame/gstlame.c: (gst_lame_class_init),
30973         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30974         Only enable lame presets if version of lame has presets in API
30975
30976 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30977         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30978         * gst/udp/gstudpsrc.h:
30979           Don't call gst_pad_push in a get function. Fixes #150449
30980
30981 2004-08-18  Wim Taymans  <wim@fluendo.com>
30982
30983         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30984         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30985         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30986         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30987         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30988         (gst_fdset_wait):
30989         * gst/tcp/gstfdset.h:
30990         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30991         (gst_multifdsink_client_queue_buffer),
30992         (gst_multifdsink_handle_client_write):
30993         * gst/tcp/gstmultifdsink.h:
30994         Some extra checks in gstfdset.
30995         Only use send() when the fd is a socket. Don't try to
30996         read from write only fds.
30997
30998 2004-08-18  Wim Taymans  <wim@fluendo.com>
30999
31000         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31001         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31002         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31003         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31004         (gst_fdset_wait):
31005         Add more locking and bounds checking.
31006
31007 2004-08-18  Wim Taymans  <wim@fluendo.com>
31008
31009         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31010         Realloc test fdset in the lock and right before starting
31011         the poll call. Bump the limit to 4096.
31012
31013 2004-08-17  David Schleef  <ds@schleef.org>
31014
31015         * sys/sunaudio/Makefile.am:
31016         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31017         of rates and channels.  Make debugging less obnoxious.
31018
31019         Patch from Balamurali Viswanathan implementing a mixer for
31020         Sun audio.  (bug #144091):
31021         * sys/sunaudio/gstsunelement.c:
31022         * sys/sunaudio/gstsunelement.h:
31023         * sys/sunaudio/gstsunmixer.c:
31024         * sys/sunaudio/gstsunmixer.h:
31025
31026 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31027
31028         * gst/audioscale/gstaudioscale.c:
31029         * gst/audioscale/gstaudioscale.h:
31030         made audioscale resample from any sample rate to any sample rate
31031
31032 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31033
31034         * ext/libpng/gstpngdec.c:
31035           error out on unsupported types
31036
31037 2004-08-17  Iain <iaingnome@gmail.com>
31038
31039         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31040         mid_side and loose_mid_side properties if its a stereo stream.
31041
31042 2004-08-17  Wim Taymans  <wim@fluendo.com>
31043
31044         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31045         (theora_get_formats), (theora_dec_src_convert),
31046         (theora_dec_sink_convert), (theora_dec_src_query),
31047         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31048         Add a debug line.
31049
31050 2004-08-17  Wim Taymans  <wim@fluendo.com>
31051
31052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31053         (gst_ogg_pad_push):
31054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31055         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31056         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31057         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31058         Mark delta units in the muxer.
31059         Try to decode the packet after an out-of-sync error from
31060         libogg.
31061
31062 2004-08-17  Wim Taymans  <wim@fluendo.com>
31063
31064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31065         (gst_multifdsink_init), (gst_multifdsink_add),
31066         (gst_multifdsink_client_queue_buffer),
31067         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31068         * gst/tcp/gstmultifdsink.h:
31069         Added option to send a keyframe to clients as the first buffer.
31070         Make timeout property writable.
31071
31072 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31073
31074         patch by: Wim Taymans
31075
31076         * gst/tcp/gstfdset.c:
31077         * gst/tcp/gstmultifdsink.c:
31078           fix index comparison, should include 0
31079
31080 2004-08-16  Wim Taymans  <wim@fluendo.com>
31081
31082         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31083         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31084         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31085         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31086         (gst_fdset_wait):
31087           copy when reallocing for poll so the select arguments don't get
31088           changed during the call
31089
31090 2004-08-16  Wim Taymans  <wim@fluendo.com>
31091
31092         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31093         (gst_theora_enc_class_init), (theora_enc_sink_link),
31094         (theora_buffer_from_packet), (theora_enc_chain):
31095         Fix bug where buffers were not marked as keyframes
31096         correctly.
31097
31098 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31099
31100         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31101         (gst_lame_preset_get_type), (gst_lame_class_init):
31102         describe the enum values for vbr mode and presets more verbosely
31103
31104 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31105
31106         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31107         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31108         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31109         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31110         * ext/lame/gstlame.h:
31111         add preset property to lame so it can use lame presets
31112
31113 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31114
31115         * ext/lame/gstlame.c: (gst_lame_get_property):
31116         whoops forgot break, thanks teuf
31117
31118 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31119
31120         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31121         (gst_lame_class_init), (gst_lame_src_getcaps),
31122         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31123         (gst_lame_get_property), (gst_lame_setup):
31124         * ext/lame/gstlame.h:
31125         fix lame's broken vbr stuff, allow it to resample if need be, and also
31126         make xing header optional
31127
31128 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31129
31130         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31131         added getcaps function so samplerate doesnt get fixated to silly values
31132
31133 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31134
31135         * ext/lame/gstlame.c: (gst_lame_src_link):
31136         revert previous fix
31137
31138 2004-08-12  Johan Dahlin  <johan@gnome.org>
31139
31140         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31141         checks. Doesn't matter what state we are in. Interfaces are a
31142         compile time thing, not runtime. It also broke the python bindings.
31143
31144 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31145
31146         * ext/lame/gstlame.c: (gst_lame_src_link):
31147         made source pad link function check if sinkpad is ok..fixes the problem
31148         where core fixates the output rate of lame stupidly
31149
31150 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31151
31152         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31153         * sys/v4l/v4l_calls.c:
31154         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31155           fix fixate function to handle nonsimple caps.
31156           remove bogus check in _link
31157           cleanups
31158
31159 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31160
31161         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31162         set default compression ratio parameter to 0.0 so bitrate parameter
31163         works :)
31164
31165 2004-08-11  David Schleef  <ds@schleef.org>
31166
31167         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31168
31169 2004-08-11  David Schleef  <ds@schleef.org>
31170
31171         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31172         before.
31173
31174 2004-08-11  David Schleef  <ds@schleef.org>
31175
31176         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31177
31178 2004-08-11  David Schleef  <ds@schleef.org>
31179
31180         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31181           license field
31182         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31183         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31184           LGPL.
31185         * gst/auparse/gstauparse.c: Fix plugin license field.
31186         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31187         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31188         * gst/rtp/gstrtp.c: Fix plugin license field.
31189
31190 2004-08-11  Wim Taymans  <wim@fluendo.com>
31191
31192         * gst/tcp/Makefile.am:
31193         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31194         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31195         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31196         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31197         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31198         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31199         (gst_fdset_fd_can_write), (gst_fdset_wait):
31200         * gst/tcp/gstfdset.h:
31201         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31202         (gst_multifdsink_class_init), (gst_multifdsink_init),
31203         (gst_multifdsink_add), (gst_multifdsink_remove),
31204         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31205         (gst_multifdsink_remove_client_link),
31206         (gst_multifdsink_handle_client_read),
31207         (gst_multifdsink_client_queue_data),
31208         (gst_multifdsink_client_queue_caps),
31209         (gst_multifdsink_client_queue_buffer),
31210         (gst_multifdsink_handle_client_write),
31211         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31212         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31213         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31214         (gst_multifdsink_close):
31215         * gst/tcp/gstmultifdsink.h:
31216         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31217         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31218         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31219         (gst_tcpserversink_close):
31220         * gst/tcp/gsttcpserversink.h:
31221         Abstracted away the select call, implemented poll (yes we ran into
31222         the 1024 limit in production).
31223
31224 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31225
31226         * gst/tcp/gsttcp.c:
31227         * gst/tcp/gsttcpplugin.c:
31228           improve debuggging, remove assert
31229
31230 2004-08-10  Wim Taymans  <wim@fluendo.com>
31231
31232         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31233         (gst_client_status_get_type), (gst_multifdsink_class_init),
31234         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31235         (gst_multifdsink_handle_client_read),
31236         (gst_multifdsink_handle_client_write),
31237         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31238         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31239         (gst_multifdsink_get_property):
31240         * gst/tcp/gstmultifdsink.h:
31241         * gst/tcp/gsttcp-marshal.list:
31242         Starting to prepare for specifying buffer time in other units
31243         than buffers. Expose remove reason in signal.
31244
31245 2004-08-10  Wim Taymans  <wim@fluendo.com>
31246
31247         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31248         (gst_multifdsink_remove), (gst_multifdsink_clear),
31249         (gst_multifdsink_remove_client_link),
31250         (gst_multifdsink_handle_client_read),
31251         (gst_multifdsink_client_queue_data),
31252         (gst_multifdsink_client_queue_buffer),
31253         (gst_multifdsink_handle_client_write),
31254         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31255         (gst_multifdsink_chain), (gst_multifdsink_close):
31256         * gst/tcp/gstmultifdsink.h:
31257         Added more debugging info. Changed the way clients are
31258         removed from the lists. Fixed a bug where a bad file descriptor
31259         could cause many clients to be removed.
31260
31261 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31262
31263         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31264           allow all pixel-aspect-ratios, not just 1:1
31265
31266 2004-08-09  David Schleef  <ds@schleef.org>
31267
31268         * sys/glsink/ARB_multitexture.h:  Remove old files.
31269         * sys/glsink/EXT_paletted_texture.h:
31270         * sys/glsink/NV_register_combiners.h:
31271         * sys/glsink/gstgl_nvimage.c:
31272         * sys/glsink/gstgl_pdrimage.c:
31273         * sys/glsink/gstgl_rgbimage.c:
31274         * sys/glsink/gstglsink.c:
31275         * sys/glsink/gstglsink.h:
31276         * sys/glsink/gstglxwindow.c:
31277         * sys/glsink/regcomb_yuvrgb.c:
31278
31279 2004-08-09  David Schleef  <ds@schleef.org>
31280
31281         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31282         GL sink plugin.  (Bug #147302)
31283
31284         * configure.ac: Test for OpenGL
31285         * sys/Makefile.am: Use test for OpenGL
31286         * sys/glsink/Makefile.am:
31287         * sys/glsink/glimagesink.c: rewrite
31288         * sys/glsink/glimagesink.h: rewrite
31289
31290 2004-08-09  David Schleef  <ds@schleef.org>
31291
31292         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31293         sane framerates.
31294         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31296         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31297
31298 2004-08-09  Wim Taymans  <wim@fluendo.com>
31299
31300         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31301         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31302         (gst_multifdsink_client_remove),
31303         (gst_multifdsink_handle_client_read),
31304         (gst_multifdsink_handle_client_write),
31305         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31306         Do a bit more logging, make the client_read code more robust.
31307
31308 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31309
31310         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31311         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31312         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31313         (gst_jpegdec_init), (gst_jpegdec_chain):
31314         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31315         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31316           cleanups, debugging fixes and memleak plugging
31317
31318 2004-08-09  Wim Taymans  <wim@fluendo.com>
31319
31320         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31321         (theora_get_formats), (theora_dec_src_convert),
31322         (theora_dec_sink_convert), (theora_dec_src_query),
31323         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31324         (theora_dec_change_state):
31325         Don't crash on missing header packets.
31326
31327 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31328
31329         * po/LINGUAS:
31330         * po/sq.po:
31331           Added Albanian translation (Laurent Dhima)
31332         * po/cs.po:
31333           updated
31334
31335 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31336
31337         * ext/lame/gstlame.c:
31338           fix/add debugging
31339
31340 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31341
31342         * sys/ximage/ximagesink.c:
31343         * sys/xvimage/xvimagesink.c:
31344           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31345
31346 2004-08-06  Wim Taymans  <wim@fluendo.com>
31347
31348         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31349         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31350         (gst_multifdsink_client_remove),
31351         (gst_multifdsink_handle_client_read),
31352         (gst_multifdsink_handle_client_write),
31353         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31354         Make sure we don't try to read more from a client that what
31355         ioctl says us or we deadlock.
31356
31357 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31358
31359         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31360         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31361         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31362           decouple running_time and n_frames so it can handle changing
31363           framerate while running
31364
31365 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31366
31367         * po/nl.po:
31368         * po/sv.po:
31369           updated translations
31370
31371 2004-08-04  Benjamin Otte  <otte@gnome.org>
31372
31373         * gst/videotestsrc/gstvideotestsrc.c:
31374         (gst_videotestsrc_get_capslist), (generate_capslist),
31375         (plugin_init):
31376           generate the list of supported caps at startup and reuse it instead
31377           of always generating it
31378
31379 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31380
31381         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31382           whoops, last checkin broke normal build
31383
31384 2004-08-03  Benjamin Otte  <otte@gnome.org>
31385
31386         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31387         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31388         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31389         (gst_alsa_mixer_get_option):
31390         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31391         (dvdnavsrc_print_event):
31392         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31393         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31394         (gst_ogg_mux_pad_unlink):
31395         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31396         (gst_multipart_mux_pad_unlink):
31397         * gst/videofilter/gstvideobalance.c:
31398         (gst_videobalance_colorbalance_set_value):
31399         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31400         (gst_videomixer_pad_unlink):
31401         * po/uk.po:
31402         * sys/oss/gstossmixer.c:
31403         * sys/v4l/gstv4lcolorbalance.c:
31404         * sys/v4l/gstv4ltuner.c:
31405         * sys/v4l/v4lsrc_calls.c:
31406         * sys/v4l2/gstv4l2colorbalance.c:
31407         * sys/v4l2/gstv4l2tuner.c:
31408           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31409
31410 2004-08-03  Benjamin Otte  <otte@gnome.org>
31411
31412         * examples/dynparams/filter.c: (ui_control_create):
31413         * examples/gstplay/player.c: (print_tag):
31414         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31415         * ext/gdk_pixbuf/gstgdkanimation.c:
31416         (gst_gdk_animation_iter_may_advance):
31417         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31418         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31419         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31420         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31421         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31422         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31423         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31424         * gst/sine/demo-dparams.c: (main):
31425         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31426         * testsuite/alsa/formats.c: (create_pipeline):
31427         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31428           fixes for G_DISABLE_ASSERT and friends
31429         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31430         (mp3_type_frame_length_from_header), (mp3_type_find),
31431         (plugin_init):
31432           require mp3 typefinding to have at least MIN_HEADERS valid headers
31433           add typefinding for AAC adts files
31434
31435 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31436
31437         * sys/ximage/ximagesink.c:
31438         (gst_ximagesink_calculate_pixel_aspect_ratio):
31439         * sys/xvimage/xvimagesink.c:
31440         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31441         Make sure we calculate pixel-aspect-ratio using floating point maths
31442
31443 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31444
31445         * po/uk.po:
31446           updated translation
31447
31448 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31449
31450         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31452           add debugging for display PAR calculation
31453
31454 2004-08-02  David Schleef  <ds@schleef.org>
31455
31456         * configure.ac: Fix mikmod CFLAGS.
31457
31458 2004-07-27  Benjamin Otte  <otte@gnome.org>
31459
31460         * gst/audioscale/gstaudioscale.c:
31461         - fix templates to only support S16, it's the only format that works
31462         - make caps nego code use try_set_caps_nonfixed and fixation instead
31463         of try_set_caps twice, which is not nice for autopluggers
31464         - change rank to secondary, so autopluggers can pick it up after
31465         audioconvert
31466
31467 2004-08-02  Iain <iain@prettypeople.org>
31468
31469         * gst/interleave/interleave.c (interleave_init),
31470         (interleave_request_new_pad),
31471         (interleave_pad_removed),
31472         (interleave_buffered_loop): Use the real pad count, not the artificial
31473         one.
31474
31475 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31476
31477         * configure.ac: bump nano back to development
31478
31479 === release 0.8.3 ===
31480
31481 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31482
31483         * configure.ac: releasing 0.8.3, "Water"
31484
31485 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31486
31487         * sys/xvimage/xvimagesink.c:
31488         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31489         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31490         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31491         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31492         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31493         * sys/xvimage/xvimagesink.h:
31494           apply similar PAR fixes as to ximagesink
31495
31496 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31497
31498         patch from: Benjamin Otte
31499
31500         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31501           add link function to lame.  Fixes #148986.
31502
31503 2004-08-02  Johan Dahlin  <johan@gnome.org>
31504
31505         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31506         fix debugging log
31507
31508 2004-07-30  David Schleef  <ds@schleef.org>
31509
31510         * gst/videomixer/Makefile.am: Fix things that should have been
31511         fixed in the last checkin.
31512
31513 2004-07-30  David Schleef  <ds@schleef.org>
31514
31515         * gst/multipart/Makefile.am: Fix things that should have been
31516         fixed in the last checkin.
31517
31518 2004-07-30  David Schleef  <ds@schleef.org>
31519
31520         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31521
31522 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31523
31524         * configure.ac:
31525           bump nano for prerelease
31526         * po/af.po:
31527         * po/az.po:
31528         * po/cs.po:
31529         * po/en_GB.po:
31530         * po/hu.po:
31531         * po/nl.po:
31532         * po/sr.po:
31533         * po/sv.po:
31534         * po/uk.po:
31535           updates
31536
31537 2004-07-30  Wim Taymans  <wim@fluendo.com>
31538
31539         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31540         (gst_multifdsink_add), (gst_multifdsink_remove),
31541         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31542         (gst_multifdsink_client_remove),
31543         (gst_multifdsink_handle_client_write),
31544         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31545         * gst/tcp/gstmultifdsink.h:
31546         Recover from a select with a bad file descriptor by removing
31547         the client.
31548
31549 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31550
31551         * configure.ac:
31552           fix requirement of core
31553         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31554         (gst_play_pipeline_setup):
31555           don't use colorspace element.  do use hermescolorspace element.
31556           make macro to get a colorspace element.
31557           mark strings for translation.
31558         * po/POTFILES.in:
31559           add play.c
31560         * po/af.po:
31561         * po/az.po:
31562         * po/cs.po:
31563         * po/en_GB.po:
31564         * po/hu.po:
31565         * po/nl.po:
31566         * po/sr.po:
31567         * po/sv.po:
31568         * po/uk.po:
31569           update translations
31570
31571 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31572
31573         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31574         fix default for newmedia flag
31575
31576 2004-07-30  Wim Taymans  <wim@fluendo.com>
31577
31578         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31579         (gst_theora_dec_init), (theora_get_formats),
31580         (theora_dec_src_convert), (theora_dec_sink_convert),
31581         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31582         (theora_dec_chain), (theora_dec_set_property),
31583         (theora_dec_get_property):
31584         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31585         (gst_theora_enc_class_init), (gst_theora_enc_init),
31586         (theora_enc_sink_link), (theora_enc_chain),
31587         (theora_enc_set_property), (theora_enc_get_property):
31588         Added cropping option to theora decoder.
31589         Added border option to theora encoder.
31590
31591 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31592
31593         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31594         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31595         (gst_pngenc_set_property):
31596         * ext/libpng/gstpngenc.h:
31597         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
31598
31599 2004-07-30  Wim Taymans  <wim@fluendo.com>
31600
31601         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31602         (theora_enc_sink_link), (theora_enc_chain),
31603         (theora_enc_set_property), (theora_enc_get_property):
31604         Fix encoding of non-multiple-of-16 video.
31605
31606 2004-07-29  David Schleef  <ds@schleef.org>
31607
31608         * configure.ac: make test for audiofile more strict
31609
31610 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31611
31612         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31613           give different names to typefind functions
31614
31615 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31616
31617         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31618         (gst_ximagesink_calculate_pixel_aspect_ratio),
31619         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31620         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31621         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31622         (gst_ximagesink_get_property), (gst_ximagesink_init):
31623         * sys/ximage/ximagesink.h:
31624           allocate PAR's dynamically.
31625           use autodetected PAR if no object-set PAR is given.
31626           add workaround for directfb's X not setting physical size.
31627           fix to xvimagesink will follow tomorrow.
31628
31629 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31630
31631         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31632         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31633         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31634         (gst_shout2send_class_init), (gst_shout2send_init),
31635         (set_shout_metadata), (gst_shout2send_set_metadata),
31636         (gst_shout2send_chain), (gst_shout2send_set_property),
31637         (gst_shout2send_get_property), (gst_shout2send_connect),
31638         (gst_shout2send_change_state):
31639         * ext/shout2/gstshout2.h:
31640         - fix for sending mp3 audio to icecast2 server, if pad link function not
31641         called before PAUSED state
31642         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31643         - added tagging support for mp3 audio broadcasted
31644         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31645         debug info
31646
31647 2004-07-28  Wim Taymans  <wim@fluendo.com>
31648
31649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31650         (gst_ogg_demux_push):
31651         Return query failure when we don't know the length of
31652         an ogg stream insteda of returning TRUE with a bogus value.
31653
31654 2004-07-28  Wim Taymans  <wim@fluendo.com>
31655
31656         * ext/theora/theoradec.c: (theora_get_formats),
31657         (theora_dec_src_convert), (theora_dec_sink_convert),
31658         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31659         (theora_dec_chain):
31660         Don't screw up the 1 Chroma for 1 luma sample situation when we
31661         have an odd offset/width by adding a black border in those cases.
31662
31663 2004-07-28  Wim Taymans  <wim@fluendo.com>
31664
31665         * ext/theora/theoradec.c: (theora_get_formats),
31666         (theora_dec_src_convert), (theora_dec_sink_convert),
31667         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31668         (theora_dec_chain):
31669         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31670         Added first attempt at cropping of the image as required by the
31671         theora spec. We need more properties in the caps (offset_x,
31672         offset_y,stride) to implement this correctly.
31673
31674 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31675
31676         * ext/dvdnav/README:
31677           Update the README to use dvddemux
31678         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31679           Ensure getcaps returns a subset of the template caps
31680         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31681         (gst_mpeg2subt_init):
31682           Ensure getcaps returns a subset of the template caps
31683         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31684         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31685         (gst_dvd_demux_get_subpicture_stream),
31686         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31687         * gst/mpegstream/gstdvddemux.h:
31688           Set the explicit caps on the current_video pad before pushing
31689           anything
31690         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31691         (gst_mpeg_demux_get_audio_stream):
31692           Free caps used to gst_pad_set_explicit_caps, which takes a const
31693           GstCaps *
31694
31695 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31696
31697         * configure.ac: update GStreamer requirement to 0.8.4 because of
31698           GstFraction.
31699
31700 2004-07-28  Wim Taymans  <wim@fluendo.com>
31701
31702         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31703         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31704         Add the pad to the element after setting up the caps. This
31705         makes it a lot easier to autoplug.
31706
31707 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31708
31709         * gst/median/gstmedian.c:
31710         * gst/mpeg2subt/gstmpeg2subt.c:
31711         * gst/mpegaudioparse/gstmpegaudioparse.c:
31712         * gst/mpegstream/gstdvddemux.c:
31713         * gst/mpegstream/gstmpegdemux.c:
31714         * gst/mpegstream/gstmpegpacketize.c:
31715         * gst/rtjpeg/gstrtjpeg.c:
31716         * gst/rtjpeg/gstrtjpegdec.c:
31717         * gst/rtjpeg/gstrtjpegenc.c:
31718         * gst/sine/gstsinesrc.c:
31719         * gst/smooth/gstsmooth.c:
31720         * gst/smpte/gstsmpte.c:
31721         * gst/smpte/gstsmpte.h:
31722         * gst/stereo/gststereo.c:
31723         * gst/videofilter/gstgamma.c:
31724         * gst/videofilter/gstvideobalance.c:
31725         * gst/videofilter/gstvideofilter.c:
31726         * gst/videofilter/gstvideoflip.c:
31727         * gst/videoscale/gstvideoscale.c:
31728         * gst/videoscale/videoscale.c:
31729         * gst/videotestsrc/gstvideotestsrc.c:
31730         * gst/videotestsrc/videotestsrc.c:
31731         * gst/wavenc/gstwavenc.c:
31732         * gst/wavparse/gstwavparse.c:
31733           fix local includes and 64 bits constants
31734
31735 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31736
31737         * win32/gst.sln:
31738         * gst-libs/gst/*/*.vcproj:
31739         * gst/*/*.vcproj:
31740           more working plugins
31741
31742 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31743
31744         * testsuite/alsa/Makefile.am:
31745         * testsuite/alsa/srcstate.c:
31746         add test for alsasrc changing state
31747
31748 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31749
31750         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31751         (gst_silence_get):
31752         * gst/silence/gstsilence.h:
31753         fix silence generation for 16bit raw audio
31754
31755 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31756
31757         * gst/matroska/matroska-demux.c:
31758         (gst_matroska_demux_parse_metadata),
31759         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31760         * gst/mpegaudio/common.c:
31761         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31762         (gst_videoscale_getcaps), (gst_videoscale_link),
31763         (gst_videoscale_src_fixate), (gst_videoscale_init),
31764         (gst_videoscale_finalize):
31765         * gst/videoscale/gstvideoscale.h:
31766         * gst/videotestsrc/gstvideotestsrc.c:
31767         (gst_videotestsrc_get_capslist):
31768         * gst/wavenc/gstwavenc.c:
31769         * sys/oss/gstossmixer.c: (fill_labels):
31770         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31771         (gst_ximagesink_handle_xevents),
31772         (gst_ximagesink_calculate_pixel_aspect_ratio),
31773         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31774         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31775         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31776         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31777         (gst_ximagesink_init), (gst_ximagesink_class_init):
31778         * sys/ximage/ximagesink.h:
31779         * sys/xvimage/xvimagesink.c:
31780         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31781         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31782         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31783         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31784         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31785         * sys/xvimage/xvimagesink.h:
31786           first batch of pixel aspect ratio commits.
31787
31788 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31789
31790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31791         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31792         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31793           handle stride, needs work if we want to move stride handling
31794           upstream, but works correctly for our purposes.
31795
31796 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31797
31798         * gst/videoscale/README:
31799           add testing examples
31800         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31801         (gst_videoscale_chain):
31802         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31803         (gst_videoscale_get_size):
31804           add get_size function that handles stride like videotestsrc.
31805           fixes conversion for YUV formats for as much as I can test them.
31806
31807 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31808
31809         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31810         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31812         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31813         (gst_xvimagesink_xvimage_put):
31814           further cleanups, logging, error handling and synchronizing
31815
31816 2004-07-27  Wim Taymans  <wim@fluendo.com>
31817
31818         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31819         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31820         (gst_videomixer_pad_set_property),
31821         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31822         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31823         (gst_videomixer_class_init), (gst_videomixer_init),
31824         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31825         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31826         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31827         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31828         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31829         (gst_videomixer_loop), (plugin_init):
31830         Be a nicer negotiation citizen and provide a getcaps function on
31831         the srcpad. This also fixes a crash when resizing.
31832
31833 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31834
31835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31836         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31837
31838 2004-07-27  Wim Taymans  <wim@fluendo.com>
31839
31840         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31841         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31842         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31843         (gst_pngenc_set_property):
31844         * ext/libpng/gstpngenc.h:
31845         Added snapshot property to pngenc.
31846         removed g_print from pngdec
31847
31848 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31849
31850         * gst/ac3parse/ac3parse.vcproj
31851         * gst/adder/adder.vcproj
31852         * gst/alpha/alpha.vcproj
31853         * gst/alpha/alphacolor.vcproj
31854         * gst/asfdemux/asf.vcproj
31855         * gst/audioconvert/audioconvert.vcproj
31856         * gst/audiorate/audiorate.vcproj
31857         * gst/audioscale/audioscale.vcproj
31858         * gst/auparse/auparse.vcproj
31859         * gst/avi/avi.vcproj
31860         * gst/cdxaparse/cdxaparse.vcproj
31861         * gst/chart/chart.vcproj
31862         * gst/colorspace/colorspace.vcproj
31863         * gst/cutter/cutter.vcproj
31864         * gst/debug/debug.vcproj
31865         * gst/debug/efence.vcproj
31866         * gst/debug/navigationtest.vcproj
31867         * gst/deinterlace/deinterlace.vcproj
31868         * gst/effectv/effectv.vcproj
31869         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31870         * gst/filter/filter.vcproj
31871         * gst/flx/flxdec.vcproj
31872         * gst/goom/goom.vcproj
31873         * gst/interleave/interleave.vcproj
31874         * gst/law/alaw.vcproj
31875         * gst/law/mulaw.vcproj
31876         * gst/matroska/matroska.vcproj
31877         * gst/median/median.vcproj
31878         * gst/mixmatrix/mixmatrix.vcproj
31879         * gst/mpeg1sys/mpeg1systemencode.vcproj
31880         * gst/mpeg1videoparse/mp1videoparse.vcproj
31881         * gst/mpeg2sub/mpeg2subt.vcproj
31882         * gst/mpegaudio/mpegaudio.vcproj
31883         * gst/mpegaudioparse/mpegaudioparse.vcproj
31884         * gst/mpegstream/mpegstream.vcproj
31885         * gst/multifilesink/multifilesink.vcproj
31886         * gst/multipart/multipart.vcproj
31887         * gst/oneton/oneton.vcproj
31888         * gst/overlay/overlay.vcproj
31889         * gst/passthrough/passthrough.vcproj
31890         * gst/qtdemux/qtdemux.vcproj
31891         * gst/realmedia/rmdemux.vcproj
31892         * gst/rtjpeg/rtjpeg.vcproj
31893         * gst/rtp/rtp.vcproj
31894         * gst/silence/silence.vcproj
31895         * gst/sine/sinesrc.vcproj
31896         * gst/smooth/smooth.vcproj
31897         * gst/smpte/smpte.vcproj
31898         * gst/spectrum/spectrum.vcproj
31899         * gst/speed/speed.vcproj
31900         * gst/stereo/stereo.vcproj
31901         * gst/switch/switch.vcproj
31902         * gst/tags/tagedit.vcproj
31903         * gst/tcp/tcp.vcproj
31904         * gst/typefind/typefindfunctions.vcproj
31905         * gst/udp/udp.vcproj
31906         * gst/videobox/videobox.vcproj
31907         * gst/videocrop/videocrop.vcproj
31908         * gst/videodrop/videodrop.vcproj
31909         * gst/videofilter/gamma.vcproj
31910         * gst/videofilter/videobalance.vcproj
31911         * gst/videofilter/videofilter.vcproj
31912         * gst/videofilter/videoflip.vcproj
31913         * gst/videoflip/videoflip.vcproj
31914         * gst/videomixer/videomixer.vcproj
31915         * gst/videorate/videorate.vcproj
31916         * gst/videoscale/videoscale.vcproj
31917         * gst/videotestsrc/videotestsrc.vcproj
31918         * gst/virtualdub/virtualdub.vcproj
31919         * gst/volenv/volenv.vcproj
31920         * gst/volume/volume.vcproj
31921         * gst/wavenc/wavenc.vcproj
31922         * gst/wavparse/wavparse.vcproj
31923         * gst/y4m/y4menc.vcproj
31924         * gst-libs/gst/audio/audio.vcproj
31925         * gst-libs/gst/audio/audiofilter.vcproj
31926         * gst-libs/gst/colorbalance/colorbalance.vcproj
31927         * gst-libs/gst/idct/idtc.vcproj
31928         * gst-libs/gst/media-info/media-info.vcproj
31929         * gst-libs/gst/mixer/mixer.vcproj
31930         * gst-libs/gst/navigation/navigation.vcproj
31931         * gst-libs/gst/play/play.vcproj
31932         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31933         * gst-libs/gst/resample/resample.vcproj
31934         * gst-libs/gst/riff/riff.vcproj
31935         * gst-libs/gst/tuner/tuner.vcproj
31936         * gst-libs/gst/video/video.vcproj
31937         * gst-libs/gst/xoverlay/xoverlay.vcproj
31938           avoid problems with math.h, fix release dependancy
31939           rename GStreamer-0.8.lib to libgstreamer.lib
31940
31941 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31942
31943         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31945         the atom is not available we have to unlock the mutex. Fixes #148023
31946
31947 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31948
31949         * gst-libs/gst/media-info/media-info.h:
31950           issue for a vararg macro with MSVC
31951
31952 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31953
31954         * gst/effectv/effectv.vcproj
31955         * gst-libs/gst/idct/idct.vcproj:
31956         * gst-libs/gst/media-info/media-info.vcproj:
31957         * gst-libs/gst/navigation/navigation.vcproj:
31958         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31959         * gst-libs/gst/video/video.vcproj:
31960         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31961           fixes for build problems
31962
31963 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31964
31965         * gst-libs/gst/audio/audio.def:
31966         * gst-libs/gst/audio/riff.def:
31967           add some definitions needed by plugins
31968
31969 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31970
31971         * gst/asfdemux/gstasfmux.c
31972           Fix some 64 bits constants to be glib friendly
31973
31974 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31975
31976         * gst/ac3parse/gstac3parse.c
31977         * gst/audioscale/gstaudioscale.c
31978         * gst/auparse/gstauparse.c
31979         * gst/colorspace/gstcolorspace.c
31980         * gst/colorspace/yuv2rgb.h
31981           local include fixes
31982
31983 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31984
31985         * win32/gst.sln
31986           add more plugins to the build
31987
31988 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31989
31990         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31991         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31992
31993 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31994
31995         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31996         (gst_level_set_property), (gst_level_get_property),
31997         (gst_level_base_init), (gst_level_class_init):
31998           add debugging categories.  cleanups.
31999
32000 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32001
32002         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32003         (gst_videoscale_planar411), (gst_videoscale_planar400),
32004         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32005         (gst_videoscale_scale_nearest_str1),
32006         (gst_videoscale_scale_nearest_str2),
32007         (gst_videoscale_scale_nearest_str4),
32008         (gst_videoscale_scale_nearest_16bit),
32009         (gst_videoscale_scale_nearest_24bit):
32010           fixed stride issues
32011           tested with 320x240 -> 321, 322, 324 x240
32012           tested with YV12, I420, YUY2, UYVY
32013           fixed packed422rev (don't think it could have worked before)
32014           by testing with UYVY
32015
32016 2004-07-26  Benjamin Otte  <otte@gnome.org>
32017
32018         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32019         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32020         (plugin_init):
32021           add debugging category, add error checks like checking return values
32022           of setup calls, make sure it still works after
32023           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32024
32025 2004-07-26  Wim Taymans  <wim@fluendo.com>
32026
32027         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32028         (gst_mpeg_demux_get_audio_stream),
32029         (gst_mpeg_demux_process_private):
32030         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32031         Check for error codes from the negotiation functions. Make sure
32032         we really set the pad caps when a new pad is created.
32033
32034 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32035
32036         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32037         (gst_ffmpeg_caps_to_pix_fmt):
32038         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32040         (gst_ffmpegcolorspace_pad_link):
32041           don't make function do two things at the same time without reason.
32042
32043 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32044
32045         * gst/ac3parse/ac3parse.vcproj
32046         * gst/adder/adder.vcproj
32047         * gst/alpha/alpha.vcproj
32048         * gst/alpha/alphacolor.vcproj
32049         * gst/asfdemux/asf.vcproj
32050         * gst/audioconvert/audioconvert.vcproj
32051         * gst/audiorate/audiorate.vcproj
32052         * gst/audioscale/audioscale.vcproj
32053         * gst/auparse/auparse.vcproj
32054         * gst/avi/avi.vcproj
32055         * gst/cdxaparse/cdxaparse.vcproj
32056         * gst/chart/chart.vcproj
32057         * gst/colorspace/colorspace.vcproj
32058         * gst/cutter/cutter.vcproj
32059         * gst/debug/debug.vcproj
32060         * gst/debug/efence.vcproj
32061         * gst/debug/navigationtest.vcproj
32062         * gst/deinterlace/deinterlace.vcproj
32063         * gst/effectv/effectv.vcproj
32064         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32065         * gst/filter/filter.vcproj
32066         * gst/flx/flxdec.vcproj
32067         * gst/goom/goom.vcproj
32068         * gst/interleave/interleave.vcproj
32069         * gst/law/alaw.vcproj
32070         * gst/law/mulaw.vcproj
32071         * gst/matroska/matroska.vcproj
32072         * gst/median/median.vcproj
32073         * gst/mixmatrix/mixmatrix.vcproj
32074         * gst/mpeg1sys/mpeg1systemencode.vcproj
32075         * gst/mpeg1videoparse/mp1videoparse.vcproj
32076         * gst/mpeg2sub/mpeg2subt.vcproj
32077         * gst/mpegaudio/mpegaudio.vcproj
32078         * gst/mpegaudioparse/mpegaudioparse.vcproj
32079         * gst/mpegstream/mpegstream.vcproj
32080         * gst/multifilesink/multifilesink.vcproj
32081         * gst/multipart/multipart.vcproj
32082         * gst/oneton/oneton.vcproj
32083         * gst/overlay/overlay.vcproj
32084         * gst/passthrough/passthrough.vcproj
32085         * gst/qtdemux/qtdemux.vcproj
32086         * gst/realmedia/rmdemux.vcproj
32087         * gst/rtjpeg/rtjpeg.vcproj
32088         * gst/rtp/rtp.vcproj
32089         * gst/silence/silence.vcproj
32090         * gst/sine/sinesrc.vcproj
32091         * gst/smooth/smooth.vcproj
32092         * gst/smpte/smpte.vcproj
32093         * gst/spectrum/spectrum.vcproj
32094         * gst/speed/speed.vcproj
32095         * gst/stereo/stereo.vcproj
32096         * gst/switch/switch.vcproj
32097         * gst/tags/tagedit.vcproj
32098         * gst/tcp/tcp.vcproj
32099         * gst/typefind/typefindfunctions.vcproj
32100         * gst/udp/udp.vcproj
32101         * gst/videobox/videobox.vcproj
32102         * gst/videocrop/videocrop.vcproj
32103         * gst/videodrop/videodrop.vcproj
32104         * gst/videofilter/gamma.vcproj
32105         * gst/videofilter/videobalance.vcproj
32106         * gst/videofilter/videofilter.vcproj
32107         * gst/videofilter/videoflip.vcproj
32108         * gst/videoflip/videoflip.vcproj
32109         * gst/videomixer/videomixer.vcproj
32110         * gst/videorate/videorate.vcproj
32111         * gst/videoscale/videoscale.vcproj
32112         * gst/videotestsrc/videotestsrc.vcproj
32113         * gst/virtualdub/virtualdub.vcproj
32114         * gst/volenv/volenv.vcproj
32115         * gst/volume/volume.vcproj
32116         * gst/wavenc/wavenc.vcproj
32117         * gst/wavparse/wavparse.vcproj
32118         * gst/y4m/y4menc.vcproj
32119           more plugins supported under windows
32120
32121 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32122
32123         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32124         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32125         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32127         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32128           Add debugging statements.  Use the sizes as returned by the
32129           *CreateImage calls.
32130
32131 2004-07-26  Johan Dahlin  <johan@gnome.org>
32132
32133         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32134         the pad is negotiated.
32135
32136         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32137
32138 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32139
32140         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32141         * gst-libs/gst/idct/idct.vcproj:
32142         * gst-libs/gst/media-info/media-info.vcproj:
32143         * gst-libs/gst/mixer/mixer.vcproj:
32144         * gst-libs/gst/navigation/navigation.vcproj:
32145         * gst-libs/gst/play/play.vcproj:
32146         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32147         * gst-libs/gst/resample/resample.vcproj:
32148         * gst-libs/gst/tuner/tuner.vcproj:
32149         * gst-libs/gst/video/video.vcproj:
32150         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32151           more plugins supported under windows
32152
32153 2004-07-25 Iain <iain@prettypeople.org>
32154
32155         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32156         pad now rather than when the pad is created because state changes wipe
32157         explicit caps (fixes #148043).
32158
32159 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32160
32161         reviewed by Benjamin Otte  <otte@gnome.org>
32162
32163         * ext/mad/gstmad.c:
32164           fix mad plugin crashing on Sun (fixes #148289)
32165
32166 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32167
32168         * gst/avi/avi.def:
32169         * gst/avi/avi.vcproj:
32170         * gst/matroska/matroska.def:
32171         * gst/matroska/matroska.vcproj:
32172           remove unused .def files
32173
32174 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32175
32176         * gst-libs/gst/audio/gstaudiofilter.c:
32177           Clean the local include
32178
32179 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32180
32181         * win32/gst.sln:
32182         * gst-libs/gst/audio/audio.def:
32183         * gst-libs/gst/audio/audio.vcproj:
32184         * gst-libs/gst/audio/audiofilter.vcproj:
32185         * gst-libs/gst/audio/riff.def:
32186         * gst-libs/gst/audio/riff.vcproj:
32187         * gst-libs/gst/gst-libs.def:
32188         * gst-libs/gst/gst-libs.vcproj:
32189         * gst/avi/avi.vcproj:
32190         * gst/avi/avi.vcproj:
32191           Copy the files where needed after building, cleaner projects
32192
32193 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32194
32195         * gst/matroska/ebml-write.c:
32196           Fix some 64 bits constants to be glib friendly
32197
32198 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32199
32200         * win32/gst.sln:
32201         * gst-libs/gst/gst-libs.def:
32202         * gst-libs/gst/gst-libs.vcproj:
32203         * gst/matroska/matroska.def:
32204         * gst/matroska/matroska.vcproj:
32205           Add the preliminary canvas to build plugins on Win32
32206
32207 2004-07-23  Benjamin Otte  <otte@gnome.org>
32208
32209         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32210           don't enfore negotiation from source side, it breaks
32211           sinesrc ! audioconvert ! osssink
32212
32213 2004-07-22  David Schleef  <ds@schleef.org>
32214
32215         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32216         for ELF files, since they can easily be recognized as audio/mpeg.
32217         (bug #147441)
32218
32219 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32220
32221         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32222         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32223         (gst_videoscale_scale_nearest_24bit),
32224         (gst_videoscale_scale_nearest_16bit):
32225           fix 16bit and 24bit for stride (24bit might need testing)
32226           don't pretend we do more than one algorithm
32227
32228 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32229
32230         * configure.ac:
32231         * gst/Makefile.am:
32232         * gst/multifilesink/Makefile.am:
32233         * gst/multifilesink/gstmultifilesink.c:
32234         (gst_multifilesink_get_formats),
32235         (gst_multifilesink_get_query_types), (_do_init),
32236         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32237         (gst_multifilesink_init), (gst_multifilesink_dispose),
32238         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32239         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32240         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32241         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32242         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32243         (gst_multifilesink_uri_get_type),
32244         (gst_multifilesink_uri_get_protocols),
32245         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32246         (gst_multifilesink_uri_handler_init), (plugin_init):
32247         * gst/multifilesink/gstmultifilesink.h:
32248         * testsuite/Makefile.am:
32249         * testsuite/multifilesink/Makefile.am:
32250         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32251         (gst_newmedia_class_init), (gst_newmedia_init),
32252         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32253         (newfile_signal), (test_signal), (main):
32254         multifilesink plugin for creating new files every time a new media
32255         discontinuity event occurs
32256
32257 2004-07-22  Wim Taymans  <wim@fluendo.com>
32258
32259         * gst/alpha/Makefile.am:
32260         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32261         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32262         (gst_alpha_color_init), (gst_alpha_color_set_property),
32263         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32264         (transform), (gst_alpha_color_chain),
32265         (gst_alpha_color_change_state), (plugin_init):
32266         Stupid plugin to to RGBA to AYUV conversion because none of
32267         the colorspace plugins can handle that yet.
32268
32269 2004-07-22  Wim Taymans  <wim@fluendo.com>
32270
32271         * examples/seeking/seek.c: (update_scale), (main):
32272         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32273         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32274         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32275         (gst_decode_bin_init), (gst_decode_bin_dispose),
32276         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32277         (no_more_pads), (close_link), (type_found),
32278         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32279         (plugin_init):
32280         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32281         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32282         (gst_play_base_bin_dispose), (queue_overrun),
32283         (gen_preroll_element), (remove_prerolls), (unknown_type),
32284         (no_more_pads), (new_stream), (setup_source),
32285         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32286         (play_base_eos), (gst_play_base_bin_change_state),
32287         (gst_play_base_bin_add_element),
32288         (gst_play_base_bin_remove_element),
32289         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32290         (gst_play_base_bin_unlink_stream),
32291         (gst_play_base_bin_get_streaminfo):
32292         * gst/playback/gstplaybin.c: (gen_video_element),
32293         (gen_audio_element):
32294         * gst/playback/gststreaminfo.h:
32295         More playback updates, attempt to fix things after the state change
32296         breakage.
32297
32298 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32299
32300         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32301         (gst_videoscale_scale_nearest_16bit):
32302           comment algorithm
32303
32304 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32305
32306         * gst/videotestsrc/gstvideotestsrc.c:
32307         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32308         (gst_videotestsrc_init), (gst_videotestsrc_get),
32309         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32310         (gst_videotestsrc_get_property):
32311         * gst/videotestsrc/gstvideotestsrc.h:
32312         * gst/videotestsrc/videotestsrc.c:
32313         * gst/videotestsrc/videotestsrc.h:
32314           cleanup and commenting
32315
32316 2004-07-21  Wim Taymans  <wim@fluendo.com>
32317
32318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32319         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32320         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32321         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32322         (_find_chain_get_unknown_part), (_find_streams_check),
32323         (gst_ogg_demux_push), (gst_ogg_pad_push):
32324         * ext/theora/theoradec.c: (theora_get_formats),
32325         (theora_dec_src_convert), (theora_dec_sink_convert),
32326         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32327         (theora_dec_chain):
32328         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32329         (vorbis_dec_convert), (vorbis_dec_src_query),
32330         (vorbis_dec_src_event), (vorbis_dec_event):
32331         More seeking fixes, oggdemux now supports seeking to time and
32332         uses the downstream element to convert granulepos to time.
32333         Seeking in theora-only ogg files now works.
32334
32335 2004-07-21  Wim Taymans  <wim@fluendo.com>
32336
32337         * ext/theora/theoradec.c: (gst_theora_dec_init),
32338         (theora_get_formats), (theora_get_event_masks),
32339         (theora_get_query_types), (theora_dec_src_convert),
32340         (theora_dec_sink_convert), (theora_dec_src_query),
32341         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32342         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32343         (vorbis_get_event_masks), (vorbis_get_query_types),
32344         (gst_vorbis_dec_init), (vorbis_dec_convert),
32345         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32346         Added query/convert/formats functions to vorbis and theora decoders
32347         so that the outside world can use them too. Fixed seeking on an
32348         ogg/theora/vorbis file by disabling the seeking seeking on the
32349         theora srcpad.
32350
32351 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32352
32353         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32354         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32355         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32356         images creation for both elements. We don't create the image on caps
32357         nego or renego, we just destroy the internal one if present if it does
32358         not match the needs. The chain function takes care of creating a new
32359         image when needed.
32360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32361         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32362         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32363         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32364         the image format information. The buffer pool checks for the context
32365         image format and discard images with different formats.
32366         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32367
32368 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32369
32370         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32371         (gst_ffmpegcolorspace_chain):
32372           no point in doing any chaining if the pad we want to push from
32373           isn't usable.
32374
32375 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32376
32377         * gst-libs/gst/riff/riff-media.c:
32378         (gst_riff_create_audio_caps_with_data):
32379           Fix double end-to-native symbol conversion (#148021).
32380
32381 2004-07-20  David Schleef  <ds@schleef.org>
32382
32383         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32384         Don't use an Atom that doesn't exist.
32385
32386 2004-07-20  Wim Taymans  <wim@fluendo.com>
32387
32388         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32389         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32390         (gst_multifdsink_client_remove),
32391         (gst_multifdsink_handle_client_write),
32392         (gst_multifdsink_queue_buffer):
32393         * gst/tcp/gstmultifdsink.h:
32394         More multifdsink stats. Avoid deadlock by releasing locks
32395         before sending out a signal.
32396
32397 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32398
32399         * po/LINGUAS:
32400         * po/hu.po:
32401           added Hungarian translation (Laszlo Dvornik)
32402
32403 2004-07-20  Wim Taymans  <wim@fluendo.com>
32404
32405         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32406         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32407         (gst_multifdsink_handle_client_write),
32408         (gst_multifdsink_queue_buffer):
32409         * gst/tcp/gsttcp-marshal.list:
32410         Fixed the stupid marshal definition.
32411
32412 2004-07-20  Wim Taymans  <wim@fluendo.com>
32413
32414         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32415         (gst_multifdsink_init), (gst_multifdsink_add),
32416         (gst_multifdsink_client_remove),
32417         (gst_multifdsink_handle_client_write),
32418         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32419         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32420         (gst_multifdsink_init_send):
32421         * gst/tcp/gstmultifdsink.h:
32422         Added more stats, added timeout for a client, fixed some typos
32423         and added some comments.
32424
32425 2004-07-20  Wim Taymans  <wim@fluendo.com>
32426
32427         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32428         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32429         (gst_multifdsink_client_remove),
32430         (gst_multifdsink_handle_client_write):
32431         * gst/tcp/gstmultifdsink.h:
32432         * gst/tcp/gsttcp-marshal.list:
32433         Added get_stats method that returns a GValueArray of
32434         stats values.
32435
32436 2004-07-19  Benjamin Otte  <otte@gnome.org>
32437
32438         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32439           make sure longname, description and author are valid UTF-8
32440
32441 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32442
32443         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32444         (gst_ximagesink_set_property):
32445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32446         (gst_xvimagesink_set_property):
32447           make sure SYNCHRONOUS is respected after getting the X context
32448
32449 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32450
32451         * gst/matroska/matroska-demux.c:
32452         (gst_matroska_demux_handle_src_event),
32453         (gst_matroska_demux_parse_blockgroup):
32454         * gst/matroska/matroska-ids.h:
32455           add BlockReference tag and ignore it to clear out log.
32456           ignore NAVIGATION events to clear out log.
32457
32458 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32459
32460         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32461         (gst_matroska_demux_add_stream):
32462         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32463           add debug categories
32464
32465 2004-07-16  Wim Taymans  <wim@fluendo.com>
32466
32467         * ext/libpng/Makefile.am:
32468         * ext/libpng/gstpng.c: (plugin_init):
32469         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32470         (gst_pngdec_get_type), (gst_pngdec_base_init),
32471         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32472         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32473         * ext/libpng/gstpngdec.h:
32474         Added png decoder.
32475
32476 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32477
32478         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32479         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32480         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32481         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32482         (gst_ximagesink_buffer_alloc):
32483         * sys/ximage/ximagesink.h:
32484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32485         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32486         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32487         (gst_xvimagesink_buffer_alloc):
32488         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32489         again. Using internal data pointer of the x(v)image to store image's
32490         data to be coherent with the buffer alloc mechanism. Investigated the
32491         image destruction code to be sure that everything gets freed correctly.
32492
32493 2004-07-16  Wim Taymans  <wim@fluendo.com>
32494
32495         * gst-libs/gst/riff/riff-read.c:
32496         (gst_riff_read_strf_vids_with_data),
32497         (gst_riff_read_strf_auds_with_data):
32498         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32499         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32500         Make sure we don't create 0 sized subbuffers in riff-read.
32501         Signal the no more pads signal after reading the avi header.
32502
32503 2004-07-16  Wim Taymans  <wim@fluendo.com>
32504
32505         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32506         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32507         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32508         (gst_decode_bin_init), (gst_decode_bin_dispose),
32509         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32510         (no_more_pads), (close_link), (type_found),
32511         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32512         (gst_decode_bin_change_state), (plugin_init):
32513         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32514         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32515         (gst_play_base_bin_dispose), (queue_overrun),
32516         (gen_preroll_element), (remove_prerolls), (unknown_type),
32517         (no_more_pads), (new_stream), (setup_source),
32518         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32519         (play_base_eos), (gst_play_base_bin_change_state),
32520         (gst_play_base_bin_add_element),
32521         (gst_play_base_bin_remove_element),
32522         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32523         (gst_play_base_bin_unlink_stream),
32524         (gst_play_base_bin_get_streaminfo):
32525         * gst/playback/gstplaybasebin.h:
32526         Better error recovery. Added configurable preroll queue size. Faster
32527         detection of no-more-pads.
32528
32529 2004-07-16  Wim Taymans  <wim@fluendo.com>
32530
32531         * gst-libs/gst/video/video.h:
32532         Added 32 bits RGBA. Not sure if we should use another mime-type
32533         for alpha rgb. Currently the presence of the alpha_mask property
32534         signals an alpha channel.
32535
32536 2004-07-16  Wim Taymans  <wim@fluendo.com>
32537
32538         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32540         FPS seems to be 0.0 to MAX everywhere else.
32541
32542 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32543
32544         * gst-libs/gst/riff/riff-media.c:
32545         (gst_riff_create_video_caps_with_data):
32546           mp42/mp43 (no caps) exist too.
32547         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32548           Set pixel_width/height; we've got them in-caps.
32549         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32550         * gst/wavparse/gstwavparse.c: (plugin_init):
32551           Both are valid primary.
32552         * sys/oss/gstossmixer.c:
32553           Remove i18n hack and enable translations.
32554
32555 2004-07-15  Benjamin Otte  <otte@gnome.org>
32556
32557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32558         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32559           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32560
32561 2004-07-15  Benjamin Otte  <otte@gnome.org>
32562
32563         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32564         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32565         (gst_alsa_close_audio):
32566           disable some of the debugging code for now. Writing debugging to a
32567           buffer is broken in current alsalib releases.
32568
32569 2004-07-12  Benjamin Otte  <otte@gnome.org>
32570
32571         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32572           use bufferpools
32573
32574 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32575
32576         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32577         (theora_dec_src_query), (theora_dec_event):
32578         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32579           add debugging categories.  Remove \n's.
32580
32581 2004-07-13  Johan Dahlin  <johan@gnome.org>
32582
32583         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32584         (gst_play_bin_get_property): Impl.
32585
32586 2004-07-13  Wim Taymans  <wim@fluendo.com>
32587
32588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32589         When trying to find the stream length, seek back N pages
32590         instead of just one, where N is the number of streams in
32591         the current chain.
32592
32593 2004-07-13  Wim Taymans  <wim@fluendo.com>
32594
32595         * gst-libs/gst/riff/riff-media.c:
32596         (gst_riff_create_audio_caps_with_data),
32597         (gst_riff_create_audio_caps),
32598         (gst_riff_create_audio_template_caps):
32599         * gst-libs/gst/riff/riff-media.h:
32600         * gst-libs/gst/riff/riff-read.c:
32601         (gst_riff_read_strf_vids_with_data),
32602         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32603         * gst-libs/gst/riff/riff-read.h:
32604         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32605         (gst_avi_demux_add_stream):
32606         Set codec_data on caps for avidemuxer.
32607
32608 2004-07-12  David Schleef  <ds@schleef.org>
32609
32610         * configure.ac: Fix test for Objective C
32611
32612 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32613         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32614         (gst_gdk_pixbuf_chain):
32615           Add svg and pcx to template caps, and ensure that getcaps returns a
32616           subset of the template caps.
32617           Copy each row manually for output, as gdkpixbuf may pad the
32618           rowstride to a 32-bit word boundary.
32619
32620 2004-07-12  Wim Taymans  <wim@fluendo.com>
32621
32622         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32623         (gst_riff_create_video_template_caps):
32624         Fix the template caps to include some more media types.
32625
32626 2004-07-12  Wim Taymans  <wim@fluendo.com>
32627
32628         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32629         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32630         (compare_ranks), (print_feature), (gst_decode_bin_init),
32631         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32632         (try_to_link_1), (new_pad), (close_link), (type_found),
32633         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32634         (gst_decode_bin_change_state), (plugin_init):
32635         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32636         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32637         (gst_play_base_bin_dispose), (queue_overrun),
32638         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32639         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32640         (gst_play_base_bin_get_property), (play_base_eos),
32641         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32642         (gst_play_base_bin_remove_element),
32643         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32644         (gst_play_base_bin_unlink_stream),
32645         (gst_play_base_bin_get_streaminfo):
32646         * gst/playback/gstplaybasebin.h:
32647         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32648         (gst_play_bin_class_init), (gst_play_bin_init),
32649         (gst_play_bin_dispose), (gst_play_bin_set_property),
32650         (gst_play_bin_get_property), (gen_video_element),
32651         (gen_audio_element), (remove_sinks), (setup_sinks),
32652         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32653         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32654         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32655         (gst_play_bin_query), (plugin_init):
32656         * gst/playback/test4.c: (main):
32657         More fixes on reusing of the element.
32658
32659 2004-07-11  Benjamin Otte  <otte@gnome.org>
32660
32661         * ext/mad/gstmad.c: (normal_seek):
32662           allow seeking for other methods than just SET
32663
32664 2004-07-11  Andy Wingo  <wingo@pobox.com>
32665
32666         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32667         float, "any" caps -> buffer_frames=[0,MAX].
32668
32669         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32670         doesn't intersect our caps with the template any more. Do it
32671         ourselves.
32672         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32673
32674 2004-07-09  Wim Taymans  <wim@fluendo.com>
32675
32676         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32677         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32678         (compare_ranks), (print_feature), (gst_decode_bin_init),
32679         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32680         (try_to_link_1), (new_pad), (close_link), (type_found),
32681         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32682         (gst_decode_bin_change_state), (plugin_init):
32683         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32684         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32685         (gst_play_base_bin_dispose), (queue_overrun),
32686         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32687         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32688         (gst_play_base_bin_get_property), (play_base_eos),
32689         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32690         (gst_play_base_bin_remove_element),
32691         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32692         (gst_play_base_bin_unlink_stream),
32693         (gst_play_base_bin_get_streaminfo):
32694         * gst/playback/gstplaybasebin.h:
32695         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32696         (gst_play_bin_class_init), (gst_play_bin_init),
32697         (gst_play_bin_dispose), (gst_play_bin_set_property),
32698         (gst_play_bin_get_property), (gen_video_element),
32699         (gen_audio_element), (remove_sinks), (setup_sinks),
32700         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32701         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32702         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32703         (gst_play_bin_query), (plugin_init):
32704         * gst/playback/test4.c: (main):
32705         Work on object reuse and seeking.
32706
32707 2004-07-09  Wim Taymans  <wim@fluendo.com>
32708
32709         * examples/seeking/seek.c: (iterate):
32710         Don't consume all CPU in the idle loop.
32711
32712 2004-07-09  Wim Taymans  <wim@fluendo.com>
32713
32714         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32715         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32716         Add pad to element *after* setting the pad functions so that
32717         the scheduler can use the correct ones.
32718
32719 2004-07-09  Wim Taymans  <wim@fluendo.com>
32720
32721         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32722         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32723         Sync to keyframe after seek
32724
32725 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32726
32727         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32728         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32729         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32730         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32731         * ext/libvisual/visual.c: (gst_visual_change_state):
32732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32733         * ext/theora/theoradec.c: (theora_dec_change_state):
32734         * ext/theora/theoraenc.c: (theora_enc_change_state):
32735         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32736         * gst-libs/gst/navigation/navigation.c:
32737         * gst/adder/gstadder.c: (gst_adder_change_state):
32738         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32739         (gst_audio_convert_get_buffer):
32740         * gst/multipart/multipartdemux.c:
32741         (gst_multipart_demux_change_state):
32742         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32743         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32744         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32745         * gst/videoscale/gstvideoscale.c:
32746         (gst_videoscale_handle_src_event):
32747         * gst/volume/gstvolume.c: (volume_chain_int16):
32748           don't assert in state change, this should be done by the base
32749           GstElement class.
32750           various debugging fixes.
32751
32752 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32753
32754         * configure.ac:
32755         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32756         (gst_play_dispose), (gst_play_set_location),
32757         (gst_play_set_data_src), (gst_play_set_video_sink),
32758         (gst_play_set_audio_sink), (gst_play_set_visualization),
32759         (gst_play_connect_visualization), (gst_play_get_sink_element),
32760         (gst_play_get_all_by_interface):
32761         * gst-libs/gst/play/play.h:
32762           add new method to get elements implementing an interface.
32763           add various error logging
32764
32765 2004-07-08  Wim Taymans  <wim@fluendo.com>
32766
32767         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32768         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32769         (make_playerbin_pipeline), (query_durations_elems),
32770         (query_durations_pads), (query_positions_elems),
32771         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32772         (main):
32773         Added playbin seeking example.
32774
32775 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32776
32777         * gst-libs/gst/play/play.c: (gst_play_set_location),
32778         (gst_play_set_data_src), (gst_play_set_video_sink),
32779         (gst_play_set_audio_sink), (gst_play_set_visualization),
32780         (gst_play_connect_visualization), (gst_play_get_framerate):
32781           use a macro to look up elements from hash table
32782
32783 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32784
32785         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32786         (gst_play_get_length_callback), (gst_play_set_location),
32787         (gst_play_seek_to_time), (gst_play_set_data_src),
32788         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32789         (gst_play_set_visualization), (gst_play_connect_visualization),
32790         (gst_play_get_sink_element):
32791         - add debugging info
32792         - fix looking up sink elements by iterating over complete caps
32793         - put everything except for source and autoplugger in a complete bin
32794
32795 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32796
32797         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32798         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32799         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32800         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32801         * ext/alsa/gstalsasink.h:
32802         - add debugging info
32803         - clean up schizophrenia of data/buffer/event
32804         - fix double event unref error
32805
32806 2004-07-08  Wim Taymans  <wim@fluendo.com>
32807
32808         * gst/playback/Makefile.am:
32809         Add headers to noinst
32810
32811 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32812
32813         * tools/gst-launch-ext-m.m:
32814         * tools/gst-launch-ext.1.in:
32815           convert to the third millenium
32816
32817 2004-07-07  David Schleef  <ds@schleef.org>
32818
32819         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32820
32821 2004-07-07  Wim Taymans  <wim@fluendo.com>
32822
32823         * gst/playback/Makefile.am:
32824         * gst/playback/README:
32825         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32826         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32827         (compare_ranks), (print_feature), (gst_decode_bin_init),
32828         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32829         (try_to_link_1), (new_pad), (close_link), (type_found),
32830         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32831         (plugin_init):
32832         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32833         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32834         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32835         (gen_preroll_element), (no_more_pads), (new_stream),
32836         (setup_source), (gst_play_base_bin_set_property),
32837         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32838         (gst_play_base_bin_add_element),
32839         (gst_play_base_bin_remove_element),
32840         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32841         (gst_play_base_bin_unlink_stream),
32842         (gst_play_base_bin_get_streaminfo):
32843         * gst/playback/gstplaybasebin.h:
32844         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32845         (gst_play_bin_class_init), (gst_play_bin_init),
32846         (gst_play_bin_dispose), (gst_play_bin_set_property),
32847         (gst_play_bin_get_property), (gen_video_element),
32848         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32849         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32850         (gst_play_bin_get_formats), (gst_play_bin_convert),
32851         (gst_play_bin_get_query_types), (gst_play_bin_query),
32852         (plugin_init):
32853         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32854         (gst_stream_info_get_type), (gst_stream_info_class_init),
32855         (gst_stream_info_init), (gst_stream_info_new),
32856         (gst_stream_info_dispose), (gst_stream_info_set_property),
32857         (gst_stream_info_get_property):
32858         * gst/playback/gststreaminfo.h:
32859         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32860         (main):
32861         * gst/playback/test2.c: (main):
32862         * gst/playback/test3.c: (update_scale), (main):
32863         More playbin fixes. Added README. Do better element filtering.
32864         Added base class to preroll media. Added test apps.
32865
32866 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32867
32868         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32869         * ext/mpeg2dec/gstmpeg2dec.h:
32870           various debugging improvements.  Reset stream to next picture
32871           instead of sequence header, otherwise seeks cannot work.
32872
32873 2004-07-07  Wim Taymans  <wim@fluendo.com>
32874
32875         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32876         (gst_video_box_class_init), (gst_video_box_set_property),
32877         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32878         Use pad_alloc where possible.
32879
32880 2004-07-07  Wim Taymans  <wim@fluendo.com>
32881
32882         * sys/oss/gstosselement.c: (gst_osselement_reset),
32883         (gst_osselement_parse_caps):
32884         * sys/oss/gstosselement.h:
32885         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32886         Fix offset on osssrc.
32887
32888 2004-07-07  Wim Taymans  <wim@fluendo.com>
32889
32890         * ext/theora/theora.c: (plugin_init):
32891         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32892         (theora_dec_src_query), (theora_dec_chain):
32893         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32894         (theora_enc_sink_link), (theora_buffer_from_packet),
32895         (theora_push_packet), (theora_enc_chain):
32896         Fix theora granulepos calculation.
32897         Fix overflow in duration/position calculation.
32898         Bump rank to PRIMARY for theoradec.
32899         Use granulepos of last packet to calculate position.
32900         Set keyframe flag on buffers when needed.
32901
32902 2004-07-06  David Schleef  <ds@schleef.org>
32903
32904         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32905         serious?  (Fixed, obviously.)
32906
32907 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32908
32909         * po/LINGUAS:
32910         * po/cs.po:
32911           added Czech translation (Miloslav Trmac)
32912
32913 2004-07-05  Wim Taymans  <wim@fluendo.com>
32914
32915         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32916         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32917         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32918         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32919         (close_link), (type_found), (gst_decode_bin_set_property),
32920         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32921         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32922         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32923         (gst_decode_bin_query), (plugin_init):
32924         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32925         (gst_play_bin_class_init), (gst_play_bin_init),
32926         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32927         (get_video_element), (new_pad), (setup_source),
32928         (gst_play_bin_set_property), (gst_play_bin_get_property),
32929         (gst_play_bin_change_state), (gst_play_bin_add_element),
32930         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32931         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32932         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32933         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32934         * gst/playback/test.c: (main):
32935         More fixes, cleaned up playbin, make it use decodebin. Added
32936         threaded property to playbin.
32937
32938 2004-07-05  Wim Taymans  <wim@fluendo.com>
32939
32940         * configure.ac:
32941         * gst/playback/Makefile.am:
32942         * gst/playback/decodetest.c: (main):
32943         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32944         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32945         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32946         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32947         (close_link), (type_found), (gst_decode_bin_set_property),
32948         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32949         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32950         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32951         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32952         (plugin_init):
32953         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32954         (gst_play_bin_class_init), (gst_play_bin_init),
32955         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32956         (collect_sink_pads), (find_compatibles), (close_pad_link),
32957         (try_to_link_1), (new_pad), (close_link), (type_found),
32958         (setup_source), (gst_play_bin_set_property),
32959         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32960         (compare_ranks), (gst_play_bin_collect_factories),
32961         (gst_play_bin_change_state), (gst_play_bin_add_element),
32962         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32963         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32964         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32965         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32966         * gst/playback/test.c: (main):
32967         Added some playback helper elements and some test apps, very alpha
32968         still.
32969
32970 2004-07-04  Benjamin Otte  <otte@gnome.org>
32971
32972         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32973           only restart audio when we indeed have an xrun to fix repeated
32974           xruns. Fix suggested by Giuliano Pochini.
32975
32976 2004-07-03  David Schleef  <ds@schleef.org>
32977
32978         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32979         call to gst_debug_log() if debugging is disabled (bug #145118)
32980
32981 2004-07-03  Benjamin Otte  <otte@gnome.org>
32982
32983         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32984           use our own functions for restarting the alsa device.
32985         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32986           I should apply patches myself - use MIN for the third argument, not
32987           the second, this fixes seeking
32988
32989 2004-07-02  David Schleef  <ds@schleef.org>
32990
32991         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32992         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32993         do with the logic.
32994
32995 2004-07-02  David Schleef  <ds@schleef.org>
32996
32997         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32998         output buffers.  Fix logic mistake.  (bug #144866)
32999
33000 2004-07-02  David Schleef  <ds@schleef.org>
33001
33002         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33003         on X.  (bug #144753)
33004
33005 2004-07-02  David Schleef  <ds@schleef.org>
33006
33007         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33008         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33009         (bug #144624)
33010         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33011         (gst_osselement_rate_probe_check): Add another workaround for
33012         buggy drivers (bug #145336)
33013
33014 2004-07-02  David Schleef  <ds@schleef.org>
33015
33016         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33017         Most systems don't have MSG_NOSIGNAL.
33018
33019 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33020
33021         * Makefile.am:
33022         * gst-libs/gst/colorbalance/Makefile.am:
33023         * gst-libs/gst/mixer/Makefile.am:
33024         * gst-libs/gst/play/Makefile.am:
33025         * gst-libs/gst/tuner/Makefile.am:
33026           (hopefully) fix both install and dist and make error message useful.
33027           needs testing across automakes.
33028
33029 2004-07-02  Benjamin Otte  <otte@gnome.org>
33030
33031         * ext/ogg/gstogg.c: (plugin_init):
33032           we require bytestream now
33033         * ext/ogg/gstoggdemux.c:
33034           huge diff to implement chain setup in a fast and generic way. This
33035           improves tag reading and startup of huge files (read: Theora videos)
33036           quite a bit. It probably contains bugs, too, so please test.
33037           Seeking is not improved to the fast method.
33038
33039 2004-06-29  Wim Taymans  <wim@fluendo.com>
33040
33041         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33042         * ext/ogg/gstoggmux.c:
33043         Fix memleak in oggdemux when running unconnected pads.
33044         doc update in mux, start working on keyframe mode.
33045
33046 2004-06-29  Benjamin Otte  <otte@gnome.org>
33047
33048         * sys/oss/gstosssink.c:
33049         * sys/oss/gstosssrc.c:
33050           advertise correct template caps - we indeed do non-native endianness
33051           and 8bit audio has no endianness
33052         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33054           avoid (wrong) duplications in getcaps function and return
33055           template caps
33056
33057 2004-06-29  Wim Taymans  <wim@fluendo.com>
33058
33059         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33060         (gst_multifdsink_class_init), (gst_multifdsink_add),
33061         (gst_multifdsink_remove), (gst_multifdsink_clear),
33062         (gst_multifdsink_client_remove),
33063         (gst_multifdsink_handle_client_read),
33064         (gst_multifdsink_client_queue_data),
33065         (gst_multifdsink_client_queue_caps),
33066         (gst_multifdsink_client_queue_buffer),
33067         (gst_multifdsink_handle_client_write),
33068         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33069         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33070         (gst_multifdsink_init_send), (gst_multifdsink_close):
33071         Fix wrong GList iteration that could crash the server when
33072         more then 2 clients disconnect at the same time. Read all the
33073         pending commands in one batch to recover from command storms under
33074         very heavy load.
33075
33076 2004-06-28  Wim Taymans  <wim@fluendo.com>
33077
33078         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33079         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33080         (gst_videomixer_pad_set_property),
33081         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33082         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33083         (gst_videomixer_class_init), (gst_videomixer_init),
33084         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33085         (pad_zorder_compare), (gst_videomixer_sort_pads),
33086         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33087         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33088         (gst_videomixer_update_queues), (gst_videomixer_loop),
33089         (plugin_init):
33090         Avoid divide by zero, choose masterpad as the pad with the highest
33091         framerate.
33092
33093 2004-06-27  Julien Moutte  <julien@moutte.net>
33094
33095         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33096         (gst_ximagesink_xwindow_new):
33097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33098         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33099         function directly. We might want to call it from somewhere else one day.
33100
33101 2004-06-27  Julien Moutte  <julien@moutte.net>
33102
33103         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33104         (gst_ximagesink_xwindow_new):
33105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33106         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33107         window decorations.
33108
33109 2004-06-27  Wim Taymans  <wim@fluendo.com>
33110
33111         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33112         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33113         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33114         (gst_dvdec_set_property), (gst_dvdec_get_property):
33115         * ext/dv/gstdvdec.h:
33116         Implement drop_factor property to lower the framerate with
33117         a factor.
33118
33119 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33120
33121         * gst-libs/gst/colorbalance/Makefile.am:
33122         * gst-libs/gst/mixer/Makefile.am:
33123         * gst-libs/gst/play/Makefile.am:
33124         * gst-libs/gst/tuner/Makefile.am:
33125           unbreak Company's fix that didn't install the -enum.h files
33126
33127 2004-06-27  Wim Taymans  <wim@fluendo.com>
33128
33129         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33130         (gst_dvdec_change_state):
33131         * ext/dv/gstdvdec.h:
33132         Fix timestamp, duration and offset of the buffers.
33133
33134 2004-06-27  Wim Taymans  <wim@fluendo.com>
33135
33136         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33137         (gst_multifdsink_class_init), (gst_multifdsink_add),
33138         (gst_multifdsink_remove), (gst_multifdsink_clear),
33139         (gst_multifdsink_client_remove),
33140         (gst_multifdsink_handle_client_read),
33141         (gst_multifdsink_client_queue_data),
33142         (gst_multifdsink_client_queue_caps),
33143         (gst_multifdsink_client_queue_buffer),
33144         (gst_multifdsink_handle_client_write),
33145         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33146         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33147         (gst_multifdsink_init_send), (gst_multifdsink_close):
33148         * gst/tcp/gstmultifdsink.h:
33149         * gst/tcp/gsttcpserversink.c:
33150         (gst_tcpserversink_handle_server_read),
33151         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33152         More multifdsink fixes, more recovery policy fixes.
33153         Removed stupid g_print
33154
33155 2004-06-26  Wim Taymans  <wim@fluendo.com>
33156
33157         * gst/tcp/Makefile.am:
33158         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33159         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33160         (gst_multifdsink_class_init), (gst_multifdsink_init),
33161         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33162         (gst_multifdsink_handle_client_read),
33163         (gst_multifdsink_client_queue_data),
33164         (gst_multifdsink_client_queue_caps),
33165         (gst_multifdsink_client_queue_buffer),
33166         (gst_multifdsink_handle_client_write),
33167         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33168         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33169         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33170         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33171         (gst_multifdsink_close), (gst_multifdsink_change_state):
33172         * gst/tcp/gstmultifdsink.h:
33173         * gst/tcp/gsttcpplugin.c: (plugin_init):
33174         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33175         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33176         (gst_tcpserversink_handle_server_read),
33177         (gst_tcpserversink_handle_select),
33178         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33179         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33180         * gst/tcp/gsttcpserversink.h:
33181         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33182         one of the locks, added recovery policy to multifdsink.
33183
33184 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33185
33186         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33187           fix decision for when getting frames with same timestamp
33188         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33189         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33190         (gst_v4lsrc_get_property):
33191         * sys/v4l/gstv4lsrc.h:
33192           add latency offset property
33193
33194 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33195
33196         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33197         (plugin_init):
33198           fix debugging. add category.
33199
33200 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33201
33202         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33203           fix wrong offsets
33204
33205 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33206
33207         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33208         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33209         (gst_alsa_src_change_state):
33210           return a time that is in sync with the element's processing
33211
33212 2004-06-25  Wim Taymans  <wim@fluendo.com>
33213
33214         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33215         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33216         (gst_tcpserversink_client_remove),
33217         (gst_tcpserversink_handle_client_read),
33218         (gst_tcpserversink_client_queue_data),
33219         (gst_tcpserversink_client_queue_caps),
33220         (gst_tcpserversink_client_queue_buffer),
33221         (gst_tcpserversink_handle_client_write),
33222         (gst_tcpserversink_queue_buffer),
33223         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33224         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33225         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33226         (gst_tcpserversink_close):
33227         * gst/tcp/gsttcpserversink.h:
33228         Serversink rewrite. Really do non blocking writes to clients and
33229         maintain an internal queue to handle slower clients while not
33230         disturbing fast clients.
33231
33232 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33233
33234         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33235           better debug, don't override OFFSET and OFFSET_END
33236
33237 2004-06-25  Iain <iain@prettypeople.org>
33238
33239         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33240         name=source for the wavparse pipeline.
33241
33242 2004-06-24  Johan Dahlin  <johan@gnome.org>
33243
33244         * ext/theora/theoraenc.c (theora_enc_chain): Call
33245         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33246         streamheader caps are set correctly.
33247
33248 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33249
33250         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33251         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33252           respect minimum bitrate; same could be done for max bitrate
33253
33254 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33255
33256         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33257         (gst_vorbisenc_setup):
33258           fix sample rate range
33259
33260 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33261
33262         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33263         (gst_oggvorbisenc_setup):
33264         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33265         (gst_vorbisenc_setup):
33266           resolve ambiguities in code and description
33267
33268 2004-06-24  Wim Taymans  <wim@fluendo.com>
33269
33270         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33271         * ext/alsa/gstalsa.h:
33272         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33273         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33274         Use alsa trigger_tstamp to get the timestamp of the first
33275         sample in the buffer for more precise sync. Some cleanups.
33276
33277 2004-06-24  Wim Taymans  <wim@fluendo.com>
33278
33279         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33280         (gst_audiorate_init), (gst_audiorate_chain),
33281         (gst_audiorate_set_property), (gst_audiorate_get_property):
33282         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33283         (gst_videorate_chain):
33284         Added some logging, fixed an overflow bug in videorate.
33285
33286 2004-06-24  Benjamin Otte  <otte@gnome.org>
33287
33288         * ext/kio/Makefile.am:
33289           fix for builddir != srcdir and distcheck
33290
33291 2004-06-24  Benjamin Otte  <otte@gnome.org>
33292
33293         * gst-libs/gst/colorbalance/Makefile.am:
33294         * gst-libs/gst/mixer/Makefile.am:
33295         * gst-libs/gst/play/Makefile.am:
33296         * gst-libs/gst/tuner/Makefile.am:
33297         * gst/tcp/Makefile.am:
33298         * sys/dxr3/Makefile.am:
33299           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33300           tarball.
33301           Also add all *.list files that were missing.
33302         * Makefile.am:
33303           add a distcheck hook to ensure the above doesn't happen again.
33304
33305 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33306
33307         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33308
33309 2004-06-23  Colin Walters  <walters@redhat.com>
33310
33311         * m4/Makefile.am: Distribute gst-fionread.m4.
33312
33313 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33314
33315         * configure.ac: back to dev
33316
33317 2004-06-23  Wim Taymans  <wim@fluendo.com>
33318
33319         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33320         (gst_alsa_xrun_recovery):
33321         * ext/alsa/gstalsa.h:
33322         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33323         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33324         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33325         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33326         (gst_alsa_src_loop):
33327         Add clock to alsasrc. Take new capture timestamp when
33328         restarting after an overrun. Split up some functions between
33329         alsasrc and alsasink.
33330
33331 === release 0.8.2 ===
33332
33333 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33334
33335         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33336         (gst_alsa_change_state), (gst_alsa_update_avail),
33337         (gst_alsa_xrun_recovery):
33338         * ext/alsa/gstalsa.h:
33339         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33340           merge back changes from release
33341
33342 2004-06-23  Wim Taymans  <wim@fluendo.com>
33343
33344         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33345         (gst_audiorate_init), (gst_audiorate_chain),
33346         (gst_audiorate_set_property), (gst_audiorate_get_property):
33347         Implement sample dropping and notify
33348
33349 2004-06-22  Wim Taymans  <wim@fluendo.com>
33350
33351         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33352         (theora_enc_sink_link), (theora_buffer_from_packet),
33353         (theora_push_packet), (theora_enc_chain):
33354         Some cleanups, make sure the timestamps are correct.
33355
33356 2004-06-22  Wim Taymans  <wim@fluendo.com>
33357
33358         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33359         (gst_alsa_change_state), (gst_alsa_update_avail),
33360         (gst_alsa_xrun_recovery):
33361         * ext/alsa/gstalsa.h:
33362         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33363         Cleanups, take queued samples into account when reporting
33364         the time.
33365
33366 2004-06-22  Wim Taymans  <wim@fluendo.com>
33367
33368         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33369         (gst_videorate_init):
33370         Initialize the property as well.
33371
33372 2004-06-22  Wim Taymans  <wim@fluendo.com>
33373
33374         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33375         (gst_videorate_init), (gst_videorate_chain),
33376         (gst_videorate_set_property), (gst_videorate_get_property):
33377         Add property to make videorate silent.
33378         Add property to prefer new frames over old ones.
33379
33380 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33381
33382         * sys/osxvideo/Makefile.am:
33383         Workaround so that the osxvideo .so file gets linked with the
33384         Cocoa, OpenGL and QuickTime frameworks
33385
33386 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33387
33388         * sys/osxaudio/Makefile.am:
33389         Workaround so that the osxaudio .so file gets linked with the
33390         CoreAudio framework
33391
33392 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33393
33394         * configure.ac:
33395         Whoops, my fault...fixed build issues
33396
33397 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33398
33399         * configure.ac:
33400         Add objective-c support if running in Darwin/Mac OS X
33401         * sys/Makefile.am:
33402         * sys/osxvideo:
33403         * sys/osxvideo/Makefile.am:
33404         * sys/osxvideo/osxvideosink.h:
33405         * sys/osxvideo/osxvideosink.m:
33406         * sys/osxvideo/cocoawindow.h:
33407         * sys/osxvideo/cocoawindow.m:
33408         Add osxvideosink, a cocoa-based osx video sink
33409
33410
33411 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33412         * ext/dvdnav/gst-dvd:
33413         Grab the gconf key from the right spot
33414         * gst/debug/gstnavseek.c: (gst_navseek_init),
33415         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33416         (gst_navseek_chain):
33417         * gst/debug/gstnavseek.h:
33418           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33419           and loop parameters of a segment seek.
33420         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33421         (gst_videotestsrc_get_event_masks),
33422         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33423         * gst/videotestsrc/gstvideotestsrc.h:
33424           Add seeking support to videotestsrc
33425           Initialise the timestamp_offset variable.
33426
33427 2004-06-18  Wim Taymans  <wim@fluendo.com>
33428
33429         * ext/sidplay/gstsiddec.cc:
33430         Fix negotiation and set correct end offset.
33431
33432 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33433
33434         * configure.ac: branch and prerelease
33435
33436 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33437
33438         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33439         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33440         (gst_tcpclientsrc_init_receive):
33441         * gst/tcp/gsttcpclientsrc.h:
33442           read caps when connecting to server for GDP so we set them correctly
33443
33444 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33445
33446         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33447           notify drops and duplicates
33448         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33449           no good reason to limit ourselves to 100x100
33450
33451 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33452
33453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33454         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33455         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33456         (gst_v4lsrc_get_property):
33457         * sys/v4l/gstv4lsrc.h:
33458         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33459         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33460         (gst_v4l_set_audio):
33461         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33462         (gst_v4lsrc_try_capture):
33463         * sys/v4l/v4lsrc_calls.h:
33464           change try_palette to more general try_capture
33465           add autoprobe option so we can turn off autoprobing
33466           various fixes
33467
33468 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33469
33470         * configure.ac:
33471           add videorate
33472         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33473         (gst_ximagesink_class_init):
33474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33475         (gst_xvimagesink_class_init):
33476           run them as finalize, not dispose, since dispose can be invoked
33477           multiple times
33478
33479 2004-06-17  Wim Taymans  <wim@fluendo.com>
33480
33481         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33482         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33483         * ext/alsa/gstalsa.h:
33484         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33485         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33486         (gst_alsa_src_change_state):
33487         * ext/alsa/gstalsasrc.h:
33488         Make the xrun code timestamp and offset the buffers correctly.
33489         moved the clock to the base class, use alsa methods to get time.
33490         Do correct timestamping on outgoing buffers.
33491
33492 2004-06-17  Wim Taymans  <wim@fluendo.com>
33493
33494         * gst/audiorate/Makefile.am:
33495         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33496         (gst_audiorate_base_init), (gst_audiorate_class_init),
33497         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33498         (gst_audiorate_set_property), (gst_audiorate_get_property),
33499         (gst_audiorate_change_state), (plugin_init):
33500         Added an audiorate converter that fills in gaps.
33501
33502 2004-06-17  Johan Dahlin  <johan@gnome.org>
33503
33504         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33505
33506 2004-06-16  Wim Taymans  <wim@fluendo.com>
33507
33508         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33509         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33510         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33511         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33512         (gst_v4lsrc_get_property):
33513         * sys/v4l/gstv4lsrc.h:
33514         Added a copy mode to v4lsrc where it will output a copied version
33515         of its internal hardware buffer.
33516         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33517         can't | them.
33518
33519 2004-06-16  Wim Taymans  <wim@fluendo.com>
33520
33521         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33522         Timestamp fixes.
33523
33524 2004-06-16  Wim Taymans  <wim@fluendo.com>
33525
33526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33527         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33528         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33529         (gst_v4lsrc_get_property):
33530         * sys/v4l/gstv4lsrc.h:
33531         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33532         Added a sync mode enum property to control v4lsrc timestamp method
33533         Removed the use-fixed-fps property and moved functionality in
33534         the enum.
33535         Don't error on an error value from v4l-conf, it might not always
33536         be a real error.
33537
33538 2004-06-16  Wim Taymans  <wim@fluendo.com>
33539
33540         * gst/videorate/Makefile.am:
33541         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33542         (gst_videorate_base_init), (gst_videorate_class_init),
33543         (gst_videorate_getcaps), (gst_videorate_link),
33544         (gst_videorate_init), (gst_videorate_chain),
33545         (gst_videorate_set_property), (gst_videorate_get_property),
33546         (gst_videorate_change_state), (plugin_init):
33547         Added a video timestamp corrector.
33548
33549 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33550
33551         fixed a potential leak with previous commit
33552
33553         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33554
33555 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33556
33557         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33558         Added missing refcount, fixes bug #144425
33559         Cheers Tim for finding the bug
33560
33561 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33562
33563         * sys/v4l/gstv4l.c: (plugin_init):
33564         * sys/v4l/gstv4lcolorbalance.c:
33565         * sys/v4l/gstv4lcolorbalance.h:
33566         * sys/v4l/gstv4lelement.c:
33567         * sys/v4l/gstv4lelement.h:
33568         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33569         * sys/v4l/gstv4lmjpegsink.h:
33570         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33571         * sys/v4l/gstv4lmjpegsrc.h:
33572         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33573         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33574         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33575         * sys/v4l/gstv4lsrc.h:
33576         * sys/v4l/gstv4ltuner.c:
33577         * sys/v4l/gstv4ltuner.h:
33578         * sys/v4l/gstv4lxoverlay.c:
33579         * sys/v4l/gstv4lxoverlay.h:
33580         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33581         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33582         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33583         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33584         (gst_v4l_set_audio):
33585         * sys/v4l/v4l_calls.h:
33586         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33587         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33588         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33589         (gst_v4lmjpegsink_playback_init),
33590         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33591         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33592         (gst_v4lmjpegsink_playback_stop),
33593         (gst_v4lmjpegsink_playback_deinit):
33594         * sys/v4l/v4lmjpegsink_calls.h:
33595         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33596         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33597         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33598         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33599         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33600         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33601         * sys/v4l/v4lmjpegsrc_calls.h:
33602         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33603         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33604         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33605         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33606         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33607         (gst_v4lsrc_try_palette):
33608         * sys/v4l/v4lsrc_calls.h:
33609           bunch of paranoia cleanups
33610
33611 2004-06-14  David Schleef  <ds@schleef.org>
33612
33613         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33614         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33615         Send discont events and change timestamps appropriately when
33616         we get a seek event.  (bug #144240)
33617         * ext/cdparanoia/gstcdparanoia.h:
33618
33619 2004-06-14  Benjamin Otte  <otte@gnome.org>
33620
33621         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33622           snd_pcm_hw_params_set_rate  since the latter fails for no good
33623           reason on some setups.
33624
33625 2004-06-14  David Schleef  <ds@schleef.org>
33626
33627         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33628         standard.  Thank you for playing.
33629
33630 2004-06-14  Wim Taymans  <wim@fluendo.com>
33631
33632         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33633         Patch 1.3 broke the ordering of the colorspace info and
33634         made the plugin basically work by coincidence, reordered
33635         the info.
33636
33637 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33638
33639         * ext/lame/gstlame.c:
33640         * ext/mad/gstmad.c:
33641           sync caps.  Make sure mad can only output a list of rates, not
33642           a full range.  In the future, have three caps lists for each of the
33643           mpeg versions.  Change mpegversion to a double as well.
33644
33645 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33646
33647         * gst/volume/.cvsignore:
33648         * gst/volume/Makefile.am:
33649         * gst/volume/demo.c: (value_changed_callback), (idler),
33650         (setup_gui), (main):
33651           added small demo app
33652
33653 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33654         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33655         * ext/esd/esdsink.h:
33656         Close the esd connection on pause, because esd will just wait -
33657         blocking all other esd clients indefinitely.
33658
33659 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33660
33661         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33662           previous commit with GST_DEBUG
33663
33664 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33665
33666         * configure.ac:
33667           add a header check for a dvdread header in dvdnav.  Fixes #133002
33668
33669 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33670
33671         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33672         * gst/tcp/gsttcpclientsink.h:
33673         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33674         * gst/tcp/gsttcpclientsrc.h:
33675         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33676         (gst_tcpserversink_handle_server_read),
33677         (gst_tcpserversink_init_send):
33678         * gst/tcp/gsttcpserversink.h:
33679         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33680         * gst/tcp/gsttcpserversrc.h:
33681         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33682         version of IP)
33683
33684 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33685
33686         * configure.ac:
33687         Added ogg library so that OSX detects libtheora properly
33688
33689 2004-06-11  Wim Taymans  <wim@fluendo.com>
33690
33691         * ext/theora/theoradec.c: (theora_dec_chain),
33692         (theora_dec_change_state):
33693         Don't try to decode frames before we received a keyframe.
33694
33695 2004-06-11  Wim Taymans  <wim@fluendo.com>
33696
33697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33698         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33699         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33700         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33701         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33702         Added property to set the maximum delay of a page.
33703
33704 2004-06-10  Wim Taymans  <wim@fluendo.com>
33705
33706         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33707         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33708         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33709         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33710         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33711         Added max-delay property to control the maximum amount
33712         of data to put in one page.
33713
33714 2004-06-10  Wim Taymans  <wim@fluendo.com>
33715
33716         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33717         (gst_theora_enc_init), (theora_enc_sink_link),
33718         (theora_buffer_from_packet), (theora_enc_set_property),
33719         (theora_enc_get_property):
33720         Set duration on encoded buffer, added some more properties
33721
33722 2004-06-10  Wim Taymans  <wim@fluendo.com>
33723
33724         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33725         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33726         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33727         * ext/theora/theoraenc.c: (theora_enc_chain):
33728         Fix refcounting bugs
33729
33730 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33731
33732         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33733         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33734         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33735         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33736         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33737         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33738         (gst_asf_demux_change_state):
33739         * gst/asfdemux/gstasfdemux.h:
33740           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33741           feels like. I think we should set a new requirement for demuxers
33742           from now on to implement sane loop functions, data loops, query
33743           and seek functions before first commit into CVS. And this commit
33744           fixes all of the above.
33745
33746 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33747
33748         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33749           vorbis comments are properly encoded in UTF-8 before adding them
33750           to a GstTagList
33751
33752 2004-06-09  Benjamin Otte  <otte@gnome.org>
33753
33754         * ext/alsa/gstalsa.c: (add_channels):
33755           handle min <= max correctly
33756         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33757         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33758           add fixation functions so we fixate correctly. No preferring of alaw
33759           anymore because it's the first structure.
33760         * ext/alsa/gstalsa.h:
33761         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33762         (gst_alsa_hw_params_dump):
33763           add functions to ease debugging in alsalib
33764         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33765         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33766         (gst_alsa_start_audio):
33767           only specify hw params if we really setup a format (fixes #134007 -
33768           or at least works around it)
33769
33770 2004-06-09  Wim Taymans  <wim@fluendo.com>
33771
33772         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33773         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33774         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33775         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33776         (gst_ogg_mux_loop):
33777         Use stream caps to setup the initial pages in the ogg stream.
33778         Correctly set the streamheader caps on the srcpad.
33779
33780 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33781
33782         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33783         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33784         (gst_v4lsrc_getcaps):
33785         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33786         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33787           add querying of fps lists for webcams.  Negotiating to a framerate
33788           now works.
33789
33790 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33791
33792         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33793         (theora_push_buffer), (theora_push_packet),
33794         (theora_set_header_on_caps), (theora_enc_chain):
33795           mark buffers and put on streamheader, raw theora streaming
33796           now works too, whee
33797
33798 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33799
33800         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33801         (gst_tcp_gdp_read_caps):
33802           do a looping read for caps and GDP headers too
33803
33804 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33805
33806         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33807         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33808           return EOS instead of NULL in _get
33809
33810 2004-06-08  Wim Taymans  <wim@fluendo.com>
33811
33812         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33813         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33814         (gst_tcp_gdp_write_caps):
33815         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33816         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33817         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33818         Memory leak fixes
33819
33820 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33821
33822         * ext/vorbis/Makefile.am:
33823         * ext/vorbis/vorbis.c: (plugin_init):
33824         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33825         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33826         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33827         (vorbis_parse_change_state):
33828         * ext/vorbis/vorbisparse.h:
33829           adding a vorbisparse element that marks the buffers, streaming
33830           raw vorbis using GDP now works, whee
33831
33832 2004-06-08  Wim Taymans  <wim@fluendo.com>
33833
33834         * ext/jpeg/Makefile.am:
33835         * ext/jpeg/README:
33836         * ext/jpeg/gstjpeg.c: (plugin_init):
33837         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33838         (gst_smokedec_base_init), (gst_smokedec_class_init),
33839         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33840         * ext/jpeg/gstsmokedec.h:
33841         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33842         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33843         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33844         (gst_smokeenc_resync), (gst_smokeenc_chain),
33845         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33846         * ext/jpeg/gstsmokeenc.h:
33847         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33848         (smokecodec_flush_destination), (smokecodec_term_destination),
33849         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33850         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33851         (smokecodec_term_source), (smokecodec_encode_new),
33852         (smokecodec_decode_new), (smokecodec_info_free),
33853         (smokecodec_set_quality), (smokecodec_get_quality),
33854         (smokecodec_set_threshold), (smokecodec_get_threshold),
33855         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33856         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33857         (smokecodec_parse_header), (smokecodec_decode):
33858         * ext/jpeg/smokecodec.h:
33859         Added a new simple jpeg based codec
33860
33861 2004-06-08  Wim Taymans  <wim@fluendo.com>
33862
33863         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33864         (gst_multipart_mux_loop):
33865         Fix memory leak
33866
33867 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33868
33869         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33870         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33871         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33872         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33873         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33874         * gst/tcp/gsttcpserversink.h:
33875           take streamheader into account
33876
33877 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33878
33879         * gst/level/Makefile.am:
33880         * gst/level/gstlevel.c: (gst_level_class_init):
33881           clean up marshal generation
33882
33883 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33884
33885         * gst/tcp/Makefile.am:
33886         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33887         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33888         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33889         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33890         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33891         (gst_tcpclientsrc_get_property):
33892         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33893         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33894         (gst_tcpserversink_handle_client_read),
33895         (gst_tcpserversink_handle_client_write),
33896         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33897         * gst/tcp/gsttcpserversink.h:
33898           add signals client-added and client-removed
33899         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33900         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33901         (gst_tcpserversrc_get_property):
33902         uniformized, change default protocol to NONE
33903         * gst/tcp/gsttcp-marshal.list: added
33904 2004-06-07  Benjamin Otte  <otte@gnome.org>
33905
33906         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33907           handle discont events if they happen before caps nego
33908
33909 2004-06-07  Wim Taymans  <wim@fluendo.com>
33910
33911         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33912         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33913         (gst_multipart_demux_plugin_init):
33914         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33915         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33916         (gst_multipart_mux_change_state):
33917         Small updates, fix a memleak
33918
33919 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33920
33921         * configure.ac: OSS portability
33922         * ext/arts/gst_arts.c: idem
33923         * sys/oss/gstosselement.c: idem
33924         * sys/oss/gstossmixer.c: idem
33925         * sys/oss/gstosssink.c: idem
33926         * sys/oss/gstosssrc.c: idem
33927         * sys/oss/oss_probe.c: idem
33928           - check for soundcard.h in different places for some BSD
33929
33930 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33931
33932         * AUTHORS:
33933         Add me to the authors file
33934         * configure.ac:
33935         Increase the libdv requirement to >= version 0.100
33936         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33937         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33938         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33939         * ext/dv/gstdvdec.h:
33940         Add support for the new_media flag when sending DISCONT events
33941         Make the querying work when video pad is not linked
33942
33943 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33944
33945         reviewed by Benjamin Otte  <otte@gnome.org>
33946
33947         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33948           create a NULL-initialized array of pads, so we don't think they
33949           exist already. (fixes #143130)
33950
33951 2004-06-07  Benjamin Otte  <otte@gnome.org>
33952
33953         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33954         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33955         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33956           don't use // coments
33957
33958 2004-06-07  Benjamin Otte  <otte@gnome.org>
33959
33960         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33961           cast to GstClockTime to get higher granularity
33962         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33963           use gst_element_set_time_delay to get the exact time
33964         * ext/mad/gstmad.c: (gst_mad_chain):
33965           use the negotiated rate instead of the current frame's rate which
33966           might be wrong because of bit errors. This avoids emitting totally
33967           bogus timestamps and screwing sync.
33968         (fixes #143454)
33969
33970 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33971
33972         reviewed by Benjamin Otte  <otte@gnome.org>
33973
33974         * gst/adder/gstadder.c: (gst_adder_loop):
33975           properly error out when no negotiation has happened yet. (fixes
33976           #143032)
33977
33978 2004-06-06  Benjamin Otte  <otte@gnome.org>
33979
33980         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33981           forward correctly transformed offset in discont events. Based on
33982           patch by Arwed v. Merkatz. (fixes #142851)
33983
33984 2004-06-06  David Schleef  <ds@schleef.org>
33985
33986         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33987         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33988         problems on several systems.
33989
33990 2004-06-06  Benjamin Otte  <otte@gnome.org>
33991
33992         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33993           use explicit caps on the srcpad
33994         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33995           properly error out if caps couldn't be set (fixes #142764)
33996
33997 2004-06-06  Benjamin Otte  <otte@gnome.org>
33998
33999         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34000         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34001         (gst_alsa_start_audio):
34002           - don't call set_periods_integer anymore, it breaks the
34003           configuration randomly
34004           - call snd_pcm_hw_params_set_access directly instead of using masks
34005           - don't fail if the sw_params can't be set, just use the default
34006           params and hope it works. Alsalib has weird issues when you touch
34007           sw_params and does no proper error reporting about what failed.
34008         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34009         (gst_alsa_close_audio):
34010           make our alsa debugging go via gst debugging and not conditionally
34011           defined
34012         * ext/alsa/gstalsa.h:
34013           add ALSA_DEBUG_FLUSH macro
34014         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34015         (plugin_init):
34016           wrap alsa errors to be printed via the gst debugging system and not
34017           spammed to stderr
34018
34019 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34020
34021         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34022         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34023         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34024         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34025         (qtdemux_parse_trak):
34026         * gst/qtdemux/qtdemux.h:
34027           Bitch. Also known as seeking, querying & co.
34028         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34029         (gst_osssink_change_state):
34030         * sys/oss/gstosssink.h:
34031           Resyncing is for weenies, this hack is no longer needed and was
34032           broken anyway (since it - unintendedly - always leaves resync to
34033           TRUE).
34034
34035 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34036
34037         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34038         * gst/tcp/gsttcpclientsrc.h: idem
34039           - define MSG_NOSIGNAL if not done
34040           - include unistd.h for off_t
34041           (fixes #143749)
34042
34043 2004-06-05  Benjamin Otte  <otte@gnome.org>
34044
34045         * configure.ac:
34046         * ext/kio/Makefile.am:
34047           check for qt's moc preprocessor explicitly and use it
34048
34049 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34050
34051         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34052           don't get a signal for EPIPE on socket writes
34053           (somebody check if this works on other platforms)
34054
34055 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34056
34057         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34058         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34059           check error condition on available samples correctly
34060
34061 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34062
34063         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34064           avoid a segfault
34065         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34066         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34067         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34068         (gst_tcpserversrc_gdp_read_header):
34069          use ssize_t over size_t since the former is signed and thus the
34070          check for error codes can work
34071
34072 2004-06-02  Wim Taymans  <wim@fluendo.com>
34073
34074         reviewed by: Johan
34075
34076         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34077         (gst_multipart_mux_loop):
34078         Oops
34079
34080 2004-06-02  Wim Taymans  <wim@fluendo.com>
34081
34082         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34083         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34084         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34085         (gst_multipart_mux_change_state):
34086         Added configurable boundary specifier, added the value as a
34087         caps field as well.
34088
34089 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34090
34091         * gst/tcp/gsttcp.c:
34092         * gst/tcp/gsttcpclientsrc.c:
34093         * gst/tcp/gsttcpclientsrc.h:
34094         * gst/tcp/gsttcpserversrc.c:
34095           - portability fix, to compile on OSX
34096             (fixes #143146)
34097
34098         * sys/osxaudio/gstosxaudioelement.c:
34099         * sys/osxaudio/gstosxaudiosink.c:
34100         * sys/osxaudio/gstosxaudiosrc.c:
34101           - compilation warnings on OSX
34102             (fixes #143153)
34103
34104 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34105
34106         * ext/vorbis/vorbisdec.c : sign warning fixes
34107
34108         * gst-libs/gst/mixer/mixertrack.c :
34109           do no use defines which are glib 2.4 specific
34110
34111 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34112
34113         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34114           buffer since libflac doesn't expect it (reports a sync error when
34115           it encounters that)
34116
34117
34118 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34119
34120         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34121         * gst-libs/gst/mixer/mixertrack.c:
34122         (gst_mixer_track_get_property), (get_mixer_track_init),
34123         (get_mixer_track_get_property): Added property accessors
34124         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34125         * gst-libs/gst/mixer/mixeroptions.c:
34126         (gst_mixer_options_get_values): Added
34127         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34128         * gst-libs/gst/mixer/mixer.c: Fixed comment
34129
34130
34131 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34132
34133         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34134           improve error messages on open
34135
34136
34137 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34138
34139         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34140           check if v4l-conf is in path
34141
34142 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34143
34144         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34145           change assert to a more readable error message
34146
34147 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34148
34149         * gst-libs/gst/tuner/tunerchannel.h:
34150           - add a freq_multiplicator field to make the conversion
34151             between internal frequency unit and Hz
34152         * sys/v4l/gstv4lelement.c:
34153         * sys/v4l2/gstv4l2element.c:
34154           - change default video device to /dev/video0
34155         * sys/v4l/v4l_calls.c:
34156         * sys/v4l2/v4l2_calls.c:
34157           - we only expose frequency to the user in Hz instead of
34158             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34159
34160 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34161         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34162           Initialise b_o_s and e_o_s variables
34163         * gst-libs/gst/riff/riff-media.c:
34164         (gst_riff_create_video_caps_with_data):
34165           Add some unusual fourcc's from mplayer avi's
34166         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34167           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34168           autoplugging.
34169
34170 2004-05-28  Wim Taymans  <wim@fluendo.com>
34171
34172         * configure.ac:
34173         * gst/alpha/Makefile.am:
34174         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34175         (gst_alpha_get_type), (gst_alpha_base_init),
34176         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34177         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34178         (gst_alpha_chroma_key), (gst_alpha_chain),
34179         (gst_alpha_change_state), (plugin_init):
34180         A plugin to add an alpha channel to I420 video. Can optionally do
34181         chroma keying.
34182         * gst/multipart/Makefile.am:
34183         * gst/multipart/multipart.c: (plugin_init):
34184         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34185         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34186         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34187         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34188         (gst_multipart_demux_change_state),
34189         (gst_multipart_demux_plugin_init):
34190         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34191         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34192         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34193         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34194         (gst_multipart_mux_pad_unlink),
34195         (gst_multipart_mux_request_new_pad),
34196         (gst_multipart_mux_handle_src_event),
34197         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34198         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34199         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34200         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34201         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34202         send multipart jpeg images to a browser.
34203         * gst/videobox/Makefile.am:
34204         * gst/videobox/README:
34205         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34206         (gst_video_box_get_type), (gst_video_box_base_init),
34207         (gst_video_box_class_init), (gst_video_box_init),
34208         (gst_video_box_set_property), (gst_video_box_get_property),
34209         (gst_video_box_sink_link), (gst_video_box_i420),
34210         (gst_video_box_ayuv), (gst_video_box_chain),
34211         (gst_video_box_change_state), (plugin_init):
34212         Crops or adds borders around an image. can do alpha channel
34213         borders as well.
34214         * gst/videomixer/Makefile.am:
34215         * gst/videomixer/README:
34216         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34217         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34218         (gst_videomixer_pad_get_sink_event_masks),
34219         (gst_videomixer_pad_get_property),
34220         (gst_videomixer_pad_set_property),
34221         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34222         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34223         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34224         (gst_videomixer_base_init), (gst_videomixer_class_init),
34225         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34226         (gst_videomixer_handle_src_event),
34227         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34228         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34229         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34230         (gst_videomixer_loop), (gst_videomixer_get_property),
34231         (gst_videomixer_set_property), (gst_videomixer_change_state),
34232         (plugin_init):
34233         Generic video mixer plugin, can handle multiple inputs all with
34234         different framerates and video sizes. Is fully alpha channel
34235         aware.
34236
34237 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34238
34239         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34240           Select first track as master track. Not sure how else to handle
34241           that...
34242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34243           Discard discont events. Should fix #142962.
34244
34245 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34246
34247         * ext/alsa/Makefile.am:
34248         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34249         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34250         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34251         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34252         (gst_alsa_mixer_get_option):
34253         * ext/alsa/gstalsamixer.h:
34254         * ext/alsa/gstalsamixeroptions.c:
34255         (gst_alsa_mixer_options_get_type),
34256         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34257         (gst_alsa_mixer_options_new):
34258         * ext/alsa/gstalsamixeroptions.h:
34259         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34260         * ext/alsa/gstalsamixertrack.h:
34261           Add enumerations (as GstMixerOptions). Make correct distinction
34262           between input/output tracks. Add capture/playback private flag.
34263           Use flag to decide on whether to set capture or playback volumes
34264           or switches. Use playback and record switches.
34265         * gst-libs/gst/mixer/Makefile.am:
34266         * gst-libs/gst/mixer/mixer-marshal.list:
34267         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34268         (gst_mixer_set_option), (gst_mixer_get_option),
34269         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34270         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34271         * gst-libs/gst/mixer/mixer.h:
34272         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34273         (gst_mixer_options_class_init), (gst_mixer_options_init),
34274         (gst_mixer_options_dispose):
34275         * gst-libs/gst/mixer/mixeroptions.h:
34276           Add GstMixerOptions.
34277         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34278           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34279           broken device detection on computers with multiple OSS sound
34280           cards.
34281
34282 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34283
34284         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34285           fixate nicely even when the peer is not negotiating
34286
34287 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34288
34289         * gst/audioconvert/gstaudioconvert.c:
34290         (gst_audio_convert_parse_caps):
34291           make sure we don't allow depth > width
34292         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34293           fixate endianness to G_BYTE_ORDER as default
34294         * gst/audioscale/gstaudioscale.c:
34295           we don't handle another endianness as host-endianness
34296
34297 2004-05-25  David Schleef  <ds@schleef.org>
34298
34299         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34300
34301 2004-05-24  Benjamin Otte  <otte@gnome.org>
34302
34303         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34304         (gst_oggvorbisenc_setup):
34305           properly fail when we can't setup the vorbis encoder due to
34306           unsupported settings
34307         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34308         (gst_vorbisenc_setup):
34309           same
34310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34311           fix case where warnings occured when one pad was unlinked while the
34312           other's link function was called
34313
34314 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34315
34316         * gst/tcp/Makefile.am:
34317           use GST_ENABLE_NEW
34318
34319 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34320
34321         * gst-libs/gst/resample/private.h:
34322           don't use optimizations that are #if 0'ed
34323
34324 2004-05-24  Wim Taymans  <wim@fluendo.com>
34325
34326         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34327         Fix potential division by zero error and hopefully get
34328         the position query right to get correct timestamps on avi
34329         audio.
34330
34331 2004-05-24  Wim Taymans  <wim@fluendo.com>
34332
34333         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34334         (gst_videoscale_scale_nearest_str2),
34335         (gst_videoscale_scale_nearest_str4),
34336         (gst_videoscale_scale_nearest_32bit),
34337         (gst_videoscale_scale_nearest_24bit),
34338         (gst_videoscale_scale_nearest_16bit):
34339         Fix the scaling algorithm and avoid a buffer overflow.
34340         removed the while loop in the scaling function as it
34341         was used for point sampling only.
34342
34343 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34344
34345         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34346         (gst_id3_tag_class_init), (gst_id3_tag_init),
34347         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34348         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34349         (gst_id3_tag_send_tag_event):
34350           lots of fixes to make id3mux work and id3demux work correctly
34351
34352 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34353
34354         * ext/Makefile.am:
34355           add rules to build shout2send (was removed by accident
34356           when this module was no more marked experimental/broken)
34357
34358 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34359
34360         * ext/shout2/gstshout2.c:
34361         * ext/shout2/gstshout2.h:
34362           adding a "connection problem" signal to shout2send
34363           (fixes #142954)
34364
34365 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34366
34367         * ext/kio/kioreceiver.cpp:
34368         * ext/kio/kioreceiver.h:
34369           fix sign comparison issues
34370
34371 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34372
34373         * gst/cdxaparse/gstcdxaparse.c:
34374         * gst/cdxaparse/gstcdxaparse.h:
34375           some renaming
34376           add some checks/sanity
34377           prepare for seek addition
34378
34379         * sys/sunaudio/gstsunaudio.c:
34380           remove exported dupe init function
34381
34382 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34383
34384         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34385         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34386           Fix format conversion and position querying.
34387         * gst/debug/progressreport.c: (gst_progressreport_report):
34388           Don't output a bogus total value that we didn't query.
34389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34390           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34391           only a blank window after xine has been used.
34392
34393 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34394
34395         * m4/as-arts.m4:
34396           sync with upstream version to fix test on FC2
34397           readd with -ko to preserve Id header
34398
34399 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34400
34401         * configure.ac:
34402           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34403         * gst/tcp/gsttcpclientsrc.c: idem
34404         * gst/tcp/gsttcpserversink.c: idem
34405         * gst/tcp/gsttcpserversrc.c: idem
34406         * m4/gst-fionread.m4: idem
34407
34408         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34409
34410         * configure.ac: enable speex plugin for speex 1.1.5+
34411         * ext/speex/gstspeexenc.c: fix cast warning
34412
34413         * ext/esd/README: fix typo
34414
34415 2004-05-20  David Schleef  <ds@schleef.org>
34416
34417         * configure.ac: Minor cosmetic change to convince the buildbot to
34418         reautogen.
34419         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34420         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34421         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34422         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34423         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34424         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34425         More hacking.  Plays audio now.
34426
34427 2004-05-20  David Schleef  <ds@schleef.org>
34428
34429         * configure.ac:
34430         * sys/Makefile.am:
34431
34432 2004-05-20  David Schleef  <ds@schleef.org>
34433
34434         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34435         * sys/osxaudio/gstosxaudio.c:
34436         * sys/osxaudio/gstosxaudioelement.c:
34437         * sys/osxaudio/gstosxaudioelement.h:
34438         * sys/osxaudio/gstosxaudiosink.c:
34439         * sys/osxaudio/gstosxaudiosink.h:
34440         * sys/osxaudio/gstosxaudiosrc.c:
34441         * sys/osxaudio/gstosxaudiosrc.h:
34442
34443 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34444
34445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34446         (gst_vorbisenc_chain):
34447           put the codec headers on the caps as streamheader as well as
34448           pushing them out
34449
34450 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34451
34452         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34453         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34454         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34455         split up push_packet into two functions
34456
34457 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34458
34459         * gst/tcp/.cvsignore:
34460           ignore enums
34461         * gst/tcp/Makefile.am:
34462         * gst/tcp/README:
34463         * gst/tcp/gsttcp.c:
34464         * gst/tcp/gsttcp.h:
34465         * gst/tcp/gsttcpclientsink.c:
34466         * gst/tcp/gsttcpclientsink.h:
34467         * gst/tcp/gsttcpclientsrc.c:
34468         * gst/tcp/gsttcpclientsrc.h:
34469         * gst/tcp/gsttcpplugin.c:
34470         * gst/tcp/gsttcpserversink.c:
34471         * gst/tcp/gsttcpserversink.h:
34472         * gst/tcp/gsttcpserversrc.c:
34473         * gst/tcp/gsttcpserversrc.h:
34474           add new tcp elements
34475
34476 2004-05-19  Wim Taymans  <wim@fluendo.com>
34477
34478         * gst/law/mulaw-conversion.c: (mulaw_encode):
34479         Fix overflow bug in ulaw encoding.
34480
34481 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34482
34483         * ext/mad/gstmad.c: (gst_mad_handle_event):
34484           don't unref the event twice
34485
34486 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34487
34488         * configure.ac:
34489           remove -Wno-sign-compare
34490
34491 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34492
34493         * configure.ac:
34494           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34495           if you want to work against glib 2.2 and 2.4
34496
34497 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34498
34499         * gst/tcp/Makefile.am:
34500         * gst/tcp/gsttcp.c:
34501         * gst/tcp/gsttcp.h:
34502         * gst/tcp/gsttcpsink.h:
34503         * gst/tcp/gsttcpsrc.h:
34504           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34505
34506 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34507
34508         * gst/debug/tests.c: (md5_get_value):
34509           fix segfault on gst-inspect
34510
34511 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34512
34513         * gst/debug/testplugin.c:
34514         * gst/debug/tests.c:
34515         * gst/debug/tests.h:
34516           add new extensible and configurable testing element. Current tests
34517           include buffer count, stream length, timestamp/duration matching and
34518           md5.
34519         * gst/debug/Makefile.am:
34520         * gst/debug/gstdebug.c: (plugin_init):
34521           add infrastructure for new element
34522
34523 2004-05-19  Johan Dahlin  <johan@gnome.org>
34524
34525         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34526         ending of the array. Fixes gst-inspect segfault on ppc.
34527
34528 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34529
34530         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34531
34532         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34533
34534 2004-05-18  David Schleef  <ds@schleef.org>
34535
34536         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34537         warnings (bugs, actually) noticed by gcc but not forte.
34538
34539 2004-05-18  David Schleef  <ds@schleef.org>
34540
34541         * sys/sunaudio/Makefile.am:
34542         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34543
34544 2004-05-18  David Schleef  <ds@schleef.org>
34545
34546         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34547         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34548         to allow qtdemux to use non-seekable streams. (bug #142272)
34549
34550 2004-05-18  David Schleef  <ds@schleef.org>
34551
34552         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34553         (gst_resample_sinc_ft_float): Remove use of static temporary
34554         buffer.  This code was obviously not supposed to last long, but
34555         it's stuck in our ABI, so it required a little hack to make it
34556         ABI-compatible.  Fixes #142585.
34557         * gst-libs/gst/resample/resample.h: same.
34558
34559 2004-05-18  David Schleef  <ds@schleef.org>
34560
34561         * configure.ac: Add sunaudio
34562         * examples/Makefile.am: make gstplay depend on gconf
34563         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34564         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34565         (convert_table_lookup), (img_convert): remove c99-isms
34566         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34567           unsigned, to fix a warning on Solaris
34568         * gst/mpeg1sys/systems.c: bcopy->memcpy
34569         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34570         * sys/Makefile.am: Add sunaudio
34571
34572 2004-05-18  Wim Taymans  <wim@fluendo.com>
34573
34574         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34575         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34576         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34577         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34578         (gst_ogg_mux_loop):
34579         Fix an ugly memleak where the muxer didn't flush enough ogg
34580         pages. This also resulted in badly muxed ogg files.
34581
34582 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34583
34584         * gst/asfdemux/asfheaders.c :
34585         * gst/asfdemux/asfheaders.h :
34586         * gst/asfdemux/gstasfdemux.c :
34587           - fix ASF_OBJ_PADDING guid
34588           - add 3 new object guids (language list, metadata,
34589             extended stream properties)
34590           - add a function to parse extended header objects
34591
34592 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34593
34594         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34595           remove leftover debugging g_print
34596
34597 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34598
34599         * ext/mad/gstmad.c: (gst_mad_handle_event):
34600           Fix for when the first format in a discont event is not a
34601           byte-based one. Should fix #137710.
34602
34603 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34604
34605         * m4/a52.m4 : fix compilation with -Wall -Werror
34606         * m4/libfame.m4 : idem
34607         * m4/libmikmod.m4 : idem
34608
34609 2004-05-17  Benjamin Otte  <otte@gnome.org>
34610
34611         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34612           signal the new tags before giving up the reference
34613
34614 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34615
34616         * ext/shout2/gstshout2.c:
34617           use application/ogg instead of application/x-ogg (patch by Patrick
34618           Guimond, fixes #142432)
34619         * sys/oss/gstosselement.c: (gst_osselement_reset),
34620         (gst_osselement_sync_parms):
34621           don't set fragment size unless specified (fixes #142493)
34622
34623 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34624
34625         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34626           fixes #142664
34627
34628 2004-05-17  Benjamin Otte  <otte@gnome.org>
34629
34630         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34631           compute offsets correctly for internal buffers so timestamps are set
34632           correctly when we can't seek. Also handle cases where there are no
34633           offsets. (based on a patch by David Moore, fixes #142507)
34634
34635 2004-05-17  Benjamin Otte  <otte@gnome.org>
34636
34637         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34638           use correct variable when determining amount of data to skip so we
34639           don't skip into the void and segfault
34640
34641 2004-05-16  Benjamin Otte  <otte@gnome.org>
34642
34643         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34644           Hi, I'm a memleak
34645
34646 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34647
34648         * gst/asfdemux/gstasfdemux.c:
34649           - fix a mem leak and always propagate tags
34650           - add WMV3 to known video codecs (but no decoder yet)
34651           - replace "surplus data" at end of audio header for what
34652             it is : codec specific data
34653           - fix a typo
34654
34655 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34656
34657         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34658
34659         * gst-libs/gst/audio/audioclock.c:
34660           Fix wrong return type (#142205).
34661
34662 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34663
34664         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34665           Ignore CRCs by default (fixes #142566).
34666
34667 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34668
34669         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34670         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34671         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34672         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34673         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34674         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34675           Fix for cases where we fail to attach to a mixer.
34676
34677 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34678
34679         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34680           Don't touch events after not owning them anymore.
34681         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34682         (gst_wavparse_fmt), (gst_wavparse_other),
34683         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34684         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34685         (gst_wavparse_srcpad_event):
34686         * gst/wavparse/gstwavparse.h:
34687           Add seeking, fix querying.
34688
34689 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34690
34691         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34692           - process comments even if they don't end with \0\0
34693             g_convert would ignore them if present and works well without them
34694
34695 2004-05-16  Benjamin Otte  <otte@gnome.org>
34696
34697         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34698           simplify caps
34699
34700 2004-05-16  Benjamin Otte  <otte@gnome.org>
34701
34702         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34703           don't write to memory we might not write to - g_convert does that
34704           for us anyway (fixes #142613)
34705         (gst_asf_demux_audio_caps):
34706           comment out gst_util_dump_mem
34707
34708 2004-05-16  Benjamin Otte  <otte@gnome.org>
34709
34710         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34711           compute correct expected timestamps after seek (broken since
34712           last commit)
34713         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34714           rename element and debugging category to gdkpixbufscale
34715
34716 2004-05-16  Benjamin Otte  <otte@gnome.org>
34717
34718         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34719           add error checking to snd_pcm_delay and remove duplicate call to
34720           snd_pcm_delay that caused issues (see inline code comments)
34721         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34722           make more readable and fix return value when snd_pcm_delay fails
34723         (fixes #142586)
34724
34725 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34726         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34727         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34728         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34729         (gst_pixbufscale_link), (gst_pixbufscale_init),
34730         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34731         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34732         (gst_pixbufscale_get_property), (pixbufscale_init):
34733         * ext/gdk_pixbuf/pixbufscale.h:
34734         Add these files I forgot earlier
34735
34736 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34737         * ext/gdk_pixbuf/Makefile.am:
34738         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34739         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34740         Add new pixbufscale element to scale RGB video
34741         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34742         and HYPER interpolation correctly.
34743         * ext/theora/theoraenc.c: (theora_enc_chain),
34744         Discard buffer and return if explicit caps could not be set
34745         (theora_enc_get_property):
34746         Make _get return kbps for the bitrate consistent with
34747         the _set function.
34748
34749
34750 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34751
34752         * ext/libvisual/visual.c: (gst_visual_chain):
34753           add missing visual_audio_analyze
34754
34755 2004-05-14  David Schleef  <ds@schleef.org>
34756
34757         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34758         is killed while we're playing.
34759         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34760         gst_element_no_more_pads().
34761
34762 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34763
34764         * gst-libs/gst/riff/riff-read.c :
34765           - fix INFO tag extraction in RIFF/AVI files
34766             because gst_event_unref (event) also freed taglist
34767           - avoid a mem leak
34768
34769 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34770
34771         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34772         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34773
34774         * gst/auparse/gstauparse.c :
34775           - add code (commented for now) to support audio/x-adpcm on src pad
34776             (we have no decoder for those layout yet)
34777
34778         * gst/cdxaparse/gstcdxaparse.c :
34779         * gst/cdxaparse/gstcdxaparse.h :
34780           - partial rewrite using RiffRead (ripped iain's wavparse code)
34781
34782         * gst/rtp/gstrtpL16enc.c : typo
34783         * gst/rtp/gstrtpgsmenc.c : typo
34784
34785 2004-05-13  Benjamin Otte  <otte@gnome.org>
34786
34787         * configure.ac:
34788           check for exact version of libvisual, it's not supposed to be
34789           API/ABI stable yet
34790
34791 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34792
34793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34794           signal no-more-pads
34795
34796 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34797
34798         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34799         Report which format was used for GST_FORMAT_DEFAULT
34800         * gst/debug/Makefile.am:
34801         * gst/debug/gstdebug.c: (plugin_init):
34802         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34803         (gst_progressreport_class_init), (gst_progressreport_init),
34804         (gst_progressreport_report), (gst_progressreport_set_property),
34805         (gst_progressreport_get_property), (gst_progressreport_chain),
34806         (gst_progressreport_plugin_init):
34807         Add progressreport element for testing.
34808
34809 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34810
34811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34812         * sys/v4l/gstv4lsrc.h:
34813         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34814         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34815         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34816         (gst_v4lsrc_grab_frame):
34817           add more debugging
34818           send a discont at start
34819
34820 2004-05-12  Colin Walters  <walters@redhat.com>
34821
34822         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34823         inflooping if we can't find a chunk.  Or in other words, don't blow
34824         chunks if we don't have a chunk to blow.
34825
34826 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34827         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34828         Remove old debug output
34829         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34830         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34831         (gst_dvdec_set_property), (gst_dvdec_get_property):
34832         Change the quality setting to an enum, so it works from gst-launch
34833         Don't renegotiate a non-linked pad. Allows audio only decoding.
34834         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34835         (gst_deinterlace_link), (gst_deinterlace_init):
34836         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34837         (gst_videodrop_link):
34838         Some caps negotiation fixes
34839
34840 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34841
34842         * ext/tarkin/gsttarkin.c :
34843           - Change RANK from NONE to PRIMARY
34844         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34845           - Change RANK from NONE to MARGINAL
34846         * ext/divx/gstdivxenc.c :
34847           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34848
34849 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34850
34851         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34852         (gst_vorbisenc_push_packet):
34853           copy a function that was added between 1.0 and 1.0.1 until we
34854           depend on worthwhile features of post-1.0
34855
34856 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34857
34858         * configure.ac:
34859           enable shout2 by default
34860         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34861         (gst_shout2send_base_init), (gst_shout2send_init),
34862         (gst_shout2send_connect), (gst_shout2send_change_state):
34863         * ext/shout2/gstshout2.h:
34864           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34865           #142262)
34866         * ext/theora/theora.c: (plugin_init):
34867           don't set rank on encoders
34868
34869 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34870
34871         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34872           Use codec_data property instead of flag1 and flag2 for wma
34873
34874 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34875
34876         * gst/cdxaparse/gstcdxaparse.c :
34877           - Add mpegversion to CAPS to make it link
34878           - Rank is as GST_RANK_SECONDARY instead of NONE
34879         * gst/auparse/gstauparse.c :
34880           - Document all audio encoding we can encounter from Solaris 9
34881             headers and libsndfile information.
34882           - Increase max. rate from 48000 to 192000 (to match other elements)
34883           - Don't try to play junk data between header and samples
34884
34885 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34886
34887         * ext/libvisual/visual.c: (gst_visual_getcaps):
34888           use the right caps depending on endianness (I hope)
34889         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34890           use GST_RANK_NONE for all non-decoding elements or spider gets
34891           mighty confused
34892
34893 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34894
34895         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34896           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34897
34898 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34899
34900         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34901         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34902         (gst_switch_loop), (gst_switch_get_type):
34903           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34904           HEADERS. Had to be said.
34905
34906 2004-05-10  David Schleef  <ds@schleef.org>
34907
34908         * configure.ac: Add prototype Dirac support.
34909         * ext/Makefile.am:
34910         * ext/dirac/Makefile.am:
34911         * ext/dirac/gstdirac.cc:
34912         * ext/dirac/gstdiracdec.cc:
34913
34914 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34915
34916         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34917         (gst_auparse_init), (gst_auparse_chain),
34918         (gst_auparse_change_state):
34919           Hack around spider. Remove me some day please.
34920
34921 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34922
34923         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34924           Fix for some uninitialized variables in previous patch, also
34925           makes it work. Fixes #142286 while we're at it.
34926
34927 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34928
34929         * gst/auparse/gstauparse.c:
34930                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34931                 only unsupported formats are ADPCM/CCITT G.72x
34932                 reviewed by Ronald
34933         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34934
34935 2004-05-10  Wim Taymans  <wim@fluendo.com>
34936
34937         * ext/vorbis/Makefile.am:
34938         * ext/vorbis/README:
34939         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34940         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34941         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34942         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34943         (gst_oggvorbisenc_convert_sink),
34944         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34945         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34946         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34947         (get_constraints_string), (update_start_message),
34948         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34949         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34950         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34951         * ext/vorbis/oggvorbisenc.h:
34952         * ext/vorbis/vorbis.c: (plugin_init):
34953         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34954         (raw_caps_factory), (gst_vorbisenc_class_init),
34955         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34956         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34957         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34958         * ext/vorbis/vorbisenc.h:
34959         Added a raw vorbis encoder to be used with the oggmuxer.
34960         We still need the old encoder for some gnome applications,
34961         read the README to find out how that works.
34962         The raw encoder is called "rawvorbisenc" until 0.9.
34963
34964 2004-05-10  Wim Taymans  <wim@fluendo.com>
34965
34966         * ext/ogg/gstogg.c: (plugin_init):
34967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34968         (gst_ogg_print):
34969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34970         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34971         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34972         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34973         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34974         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34975         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34976         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34977         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34978         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34979         Added an ogg muxer.
34980         Small typo fixes in the demuxer.
34981
34982 2004-05-10  Wim Taymans  <wim@fluendo.com>
34983
34984         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34985         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34986         (theora_enc_change_state), (theora_enc_set_property),
34987         (theora_enc_get_property):
34988         Mark the last packet with an EOS flag which is not really needed
34989         in gstreamer.
34990         Do some better video framerate initialisation.
34991         Update the buffer timestamp.
34992
34993 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34994
34995         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34996         Return the result of the parent state change call
34997
34998 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34999
35000         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35001         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35002         * gst/law/alaw-encode.c : (idem)
35003         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35004         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35005         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35006
35007 2004-05-09  Benjamin Otte  <otte@gnome.org>
35008
35009         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35010           don't use a fixed buffer size when writing variable length data to
35011           it. Fixes memory corruption and makes alsasrc work
35012
35013 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35014
35015         * ext/gnomevfs/gstgnomevfssink.c:
35016         (_gst_boolean_allow_overwrite_accumulator),
35017         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35018           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35019           RUN_LAST, and don't use that to set the accumulator value because
35020           then it's always FALSE.
35021
35022 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35023
35024         * gst-libs/gst/riff/riff-media.c:
35025         (gst_riff_create_video_caps_with_data),
35026         (gst_riff_create_audio_caps),
35027         (gst_riff_create_audio_template_caps):
35028         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35029           Fix for unaligned RIFF files (i.e. where all the chunks together
35030           in a LIST chunk are not of the same size as the size given in
35031           the LIST chunk header). Fixes several odd WAVE files. Also fix
35032           ADPCM (block_align property) in audio, so that wavparse based
35033           on this works now as it used to stand-alone.
35034
35035 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35036
35037         reviewed by Benjamin Otte  <otte@gnome.org>
35038
35039         * ext/a52dec/gsta52dec.c:
35040         * ext/divx/gstdivxdec.c:
35041         * ext/divx/gstdivxenc.c:
35042         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35043         * ext/faac/gstfaac.c: (gst_faac_base_init):
35044         * ext/faad/gstfaad.c: (gst_faad_base_init):
35045         * ext/ivorbis/vorbisfile.c:
35046         * ext/lame/gstlame.c:
35047         * ext/libfame/gstlibfame.c:
35048         * ext/mpeg2enc/gstmpeg2enc.cc:
35049         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35050         * ext/sidplay/gstsiddec.cc:
35051         * ext/speex/gstspeexdec.c:
35052         * ext/speex/gstspeexenc.c:
35053         * ext/xvid/gstxviddec.c:
35054         * ext/xvid/gstxvidenc.c:
35055           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35056           (fixes #142193)
35057
35058 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35059
35060         * ext/alsa/gstalsa.c: (device_list),
35061         (gst_alsa_class_probe_devices):
35062         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35063           Fix alsa oddness in mixer after the combination of using mixer
35064           in source/sink elements and using hw:x,y instead of just hw:x.
35065
35066 2004-05-09  Benjamin Otte  <otte@gnome.org>
35067
35068         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35069         (gst_wavparse_create_sourcepad):
35070           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35071           sourcepads
35072
35073 2004-05-09  Benjamin Otte  <otte@gnome.org>
35074
35075         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35076           allow discont events before caps nego
35077
35078 2004-05-08  Benjamin Otte  <otte@gnome.org>
35079
35080         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35081           don't leak events
35082
35083 2004-05-08  Benjamin Otte  <otte@gnome.org>
35084
35085         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35086         (gst_level_change_state), (gst_level_init):
35087         * gst/level/gstlevel.h:
35088           figure out if we're initialized directly instead of keeping a
35089           variable that's wrong in 90% of cases
35090           don't initialize pads and then leak them and use a new unitialized
35091           pad. (fixes #142084)
35092           these were bugs so n00bish I didn't find them for an hour :/
35093
35094 2004-05-08 Iain <iain@prettypeople.org>
35095
35096         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35097         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35098         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35099         return the length that was read.
35100         (gst_riff_read_strf_auds): Allow fmt tags as well.
35101
35102 2004-05-07  David Schleef  <ds@schleef.org>
35103
35104         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35105         signed char assumption in faad.h.
35106
35107 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35108
35109         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35110           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35111
35112 2004-05-07  Colin Walters  <walters@redhat.com>
35113
35114         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35115         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35116         function.
35117         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35118         Add dispose function.
35119
35120 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35121         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35122           Fix caps nego and pad templates. RGB mode caps should
35123           work now.
35124         * ext/dvdnav/gst-dvd:
35125           Move mpeg2dec inside the thread because otherwise the
35126           queue rejects cap changes mid-stream
35127         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35128         (gst_mpeg2dec_flush_decoder):
35129           For mpeg2dec > 0.4.0, call the flush function instead of
35130           manually extracting all in-flight frames.
35131         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35132         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35133           Change mime type video/dv go video/x-dv to match the
35134           rest of gst-plugins
35135
35136 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35137
35138         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35139         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35140         (gst_alsa_sink_class_init):
35141         * ext/alsa/gstalsasink.h:
35142         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35143         (gst_alsa_src_class_init):
35144         * ext/alsa/gstalsasrc.h:
35145           Make alsasink/src a subclass of alsamixer so that mixer stuff
35146           shows up in gst-rec. Needs some finetuning.
35147
35148 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35149
35150         * ext/lame/gstlame.c: (gst_lame_chain):
35151           simplify
35152         * ext/mad/gstmad.c: (gst_mad_handle_event):
35153           fix event leak
35154         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35155           be able to detect mp3 files < 4096 bytes
35156
35157 2004-05-06  Wim Taymans  <wim@fluendo.com>
35158
35159         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35160         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35161         (theora_enc_set_property), (theora_enc_get_property):
35162         Also encode the first frame, cleanup some code.
35163
35164 2004-05-06  Wim Taymans  <wim@fluendo.com>
35165
35166         * ext/mpeg2enc/gstmpeg2enc.cc:
35167         Forward events first before deciding that negotiation was
35168         not performed.
35169
35170 2004-05-06  Wim Taymans  <wim@fluendo.com>
35171
35172         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35173         First process the events before deciding that negotiation
35174         was not performed.
35175
35176 2004-05-06  Wim Taymans  <wim@fluendo.com>
35177
35178         * ext/theora/Makefile.am:
35179         * ext/theora/theora.c: (plugin_init):
35180         * ext/theora/theoradec.c: (theora_dec_change_state):
35181         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35182         (gst_theora_enc_class_init), (gst_theora_enc_init),
35183         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35184         (theora_enc_chain), (theora_enc_change_state),
35185         (theora_enc_set_property), (theora_enc_get_property):
35186         Added a theora encoder, grouped the encoder and decoder into the
35187         same plugin.
35188
35189 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35190
35191         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35192         (gst_jpegenc_chain):
35193         fix DURATION on outgoing buffers
35194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35195         debug using time formats
35196         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35198         (gst_xvimagesink_sink_link):
35199         windows with width/height 0 generate X errors, so don't allow them
35200
35201 2004-05-05  Wim Taymans  <wim@fluendo.com>
35202
35203         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35204         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35205         (gst_mpeg2dec_negotiate_format):
35206         * ext/mpeg2dec/gstmpeg2dec.h:
35207           removed the static pad template so that we can add the
35208           more accurate framerate value to the caps.
35209
35210
35211 2004-05-04  Benjamin Otte  <otte@gnome.org>
35212
35213         * configure.ac:
35214           check for kdemacros.h, too (should fix #141821)
35215         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35216           don't crash if no header was sent, but nicely error out (fixes part
35217           of #141554)
35218
35219 2004-05-04  Wim Taymans  <wim@fluendo.com>
35220
35221         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35222         parent dispose function to avoid segfault on destroy.
35223
35224 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35225
35226         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35227         (plugin_init):
35228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35229         (gst_xvimagesink_sink_link):
35230         clean up debugging caps
35231         also recreate xvimage when format has changed
35232
35233 2004-05-04  Benjamin Otte  <otte@gnome.org>
35234
35235         * ext/libvisual/Makefile.am:
35236         * ext/libvisual/visual.c: (gst_visual_class_init),
35237         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35238         (gst_visual_srclink), (gst_visual_chain),
35239         (gst_visual_change_state), (plugin_init):
35240           use a GstAdapter to correctly adapt buffer sizes - allows using a
35241           framerate
35242
35243 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35244
35245         * sys/v4l/gstv4lelement.h:
35246         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35248         (gst_v4lsrc_buffer_free):
35249         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35250         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35251         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35252         (gst_v4lsrc_requeue_frame):
35253         move some debugging categories around
35254         query for fps index and set accordingly if found
35255
35256 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35257
35258         * ext/lame/gstlame.c:
35259         correct defaults that lame_init puts out of range
35260
35261 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35262
35263         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35264         (gst_divxenc_class_init):
35265         fix range since -1 is the default
35266         * gst/mpeg1sys/gstmpeg1systemencode.c:
35267         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35268         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35269         (gst_rtjpegdec_chain):
35270         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35271         (gst_rtjpegenc_chain):
35272         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35273         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35274         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35275         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35276         * sys/v4l/gstv4lsrc.c:
35277         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35278         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35279         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35280         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35281         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35282           remove gst_info calls
35283
35284 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35285
35286         * Makefile.am:
35287         * po/af.po:
35288         * po/az.po:
35289         * po/en_GB.po:
35290         * po/nl.po:
35291         * po/sr.po:
35292         * po/sv.po:
35293           Updated translations
35294
35295 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35296
35297         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35298           refactor/comment code
35299
35300 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35301
35302         * gst/asfdemux/Makefile.am:
35303         * gst/asfdemux/asfheaders.c:
35304         * gst/asfdemux/asfheaders.h:
35305         * gst/asfdemux/gstasf.c: (plugin_init):
35306         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35307         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35308         (gst_asf_demux_setup_pad):
35309         * gst/asfdemux/gstasfdemux.h:
35310         * gst/asfdemux/gstasfmux.c:
35311         * gst/asfdemux/gstasfmux.h:
35312           Add tagging support to demuxer, split out registration in its own
35313           file instead of in demux (hacky), and prevent having some tables
35314           in our memory multiple times (in asfheaders.h).
35315
35316 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35317
35318         * gst/matroska/matroska-demux.c:
35319         (gst_matroska_demux_parse_metadata):
35320         * gst/matroska/matroska-ids.h:
35321           Basic tag reading support.
35322
35323 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35324
35325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35326           Really detect ac-3 audio.
35327         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35328           really detect matroska files (off-by-1).
35329
35330 2004-04-30  David Schleef  <ds@schleef.org>
35331
35332         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35333         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35334         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35335         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35336         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35337         hackage -- parse a lot more atoms, extract a few tags.  One might even
35338         mistake this for tag support.  Maybe it is.
35339         * gst/qtdemux/qtdemux.h:
35340
35341 2004-04-30  Colin Walters  <walters@verbum.org>
35342
35343         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35344
35345 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35346
35347         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35348         (gst_ffmpegcolorspace_getcaps):
35349           remove broken nego fix
35350
35351 2004-04-30  Benjamin Otte  <otte@gnome.org>
35352
35353         * configure.ac:
35354         * ext/Makefile.am:
35355         * ext/libvisual/Makefile.am:
35356         * ext/libvisual/visual.c:
35357           add initial support for libvisual (http://libvisual.sourceforge.net)
35358           libvisual is still quite alpha, so expect crashes in there :)
35359
35360 2004-04-29  David Schleef  <ds@schleef.org>
35361
35362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35363         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35364         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35365         code; you will no longer respect me.
35366
35367 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35368
35369         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35370         * ext/alsa/gstalsa.h :
35371         change alsa pcm device discovery to find more than 1 device
35372         per card. code review by Ronald.
35373
35374 2004-04-29  David Schleef  <ds@schleef.org>
35375
35376         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35377         Add a check for a driver bug on FreeBSD.  (bug #140565)
35378
35379 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35380
35381         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35382         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35383         (gst_jpegenc_getcaps):
35384           move format setting to inner loop
35385         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35386         (gst_ffmpegcolorspace_getcaps):
35387           use GST_PAD_CAPS if available so that we use already negotiated
35388           caps
35389         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35390         (qtdemux_parse_moov), (qtdemux_parse):
35391           extra debugging
35392         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35393         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35394           move hardcoded path to DEFINE
35395
35396 2004-04-28  David Schleef  <ds@schleef.org>
35397
35398         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35399         (bug #140064)
35400
35401 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35402
35403         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35404           Don't probe for playback device if we're a source element. Fixes
35405           #139658.
35406
35407 2004-04-29  Benjamin Otte  <otte@gnome.org>
35408
35409         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35410         (gst_id3_tag_chain):
35411           rewrite buffer offset
35412
35413 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35414
35415         * configure.ac:
35416         * ext/Makefile.am:
35417         * ext/dts/Makefile.am:
35418         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35419         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35420         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35421         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35422         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35423         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35424         (plugin_init):
35425         * ext/dts/gstdtsdec.h:
35426           New DTS decoder.
35427         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35428         (gst_faad_srcconnect):
35429           Add ESDS atom handling (.m4a).
35430
35431 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35432
35433         * ext/divx/gstdivxdec.c: (plugin_init):
35434           Remove comment that makes no sense.
35435         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35436           Fix for obvious typo that resulted in warnings during gst-register.
35437         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35438         (gst_xviddec_sink_link):
35439           Fix caps negotiation a bit better.
35440         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35441           We call this 'codec_data', not 'esds'.
35442
35443 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35444
35445         * gst/monoscope/gstmonoscope.c:
35446           make sure we only provide 256x128
35447         * gst/monoscope/monoscope.c: (monoscope_init):
35448           assert size of 256x128
35449
35450 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35451
35452         * Makefile.am:
35453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35454         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35455           fixate to max width and height of device
35456
35457 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35458
35459         * Makefile.am:
35460         * sys/v4l/gstv4l.c:
35461         * sys/v4l/gstv4lsrc.c:
35462         * sys/v4l/v4l_calls.c:
35463         * sys/v4l/v4lsrc_calls.c:
35464           fix for qc-usb driver which fakes having more than one buffer
35465           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35466           buffer_free override
35467           add debugging
35468
35469 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35470
35471         * Makefile.am:
35472         * gst/videotestsrc/gstvideotestsrc.c:
35473         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35474         (gst_videotestsrc_init), (gst_videotestsrc_get),
35475         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35476         * gst/videotestsrc/gstvideotestsrc.h:
35477           add num-buffers property
35478
35479         2004-04-26  Benjamin Otte  <otte@gnome.org>
35480
35481         * ext/mad/gstid3tag.c: (plugin_init):
35482           set id3mux rank to NONE so it doesn't confuse spider
35483           require audio/mpeg,mpegversion=1 in id3mux
35484
35485 2004-04-26  Benjamin Otte  <otte@gnome.org>
35486
35487         * configure.ac:
35488           detect faad correctly as non-working if it's indeed non-working
35489
35490 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35491
35492         * Makefile.am:
35493         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35494         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35495         fix _getcaps so it only negotiates to its supported format
35496
35497 2004-04-25  Benjamin Otte  <otte@gnome.org>
35498
35499         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35500           fix memleak
35501
35502 2004-04-23  Benjamin Otte  <otte@gnome.org>
35503
35504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35505           audio/x-raw-int with height rules! not. Now it's depth.
35506
35507 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35508
35509         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35510         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35511         (gst_wavparse_loop):
35512           Missing variable initialization. Add handling of DVI ADPCM. Fix
35513           mis-parsing of LIST chunks. This works around a bug where we mis-
35514           parse non-aligning LIST chunks (so LIST chunks where the contents
35515           don't align with the actual LIST size). The correct fix is to use
35516           rifflib, I'm not going to fix wavparse - too much work. All this
35517           fixes #104878.
35518
35519 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35520
35521         reviewed by Benjamin Otte  <otte@gnome.org>
35522
35523         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35524           fix shoutcast not working (fixes #140844)
35525
35526 2004-04-22  Benjamin Otte  <otte@gnome.org>
35527
35528         * ext/hermes/gsthermescolorspace.c:
35529         (gst_hermes_colorspace_caps_remove_format_info):
35530         * gst/colorspace/gstcolorspace.c:
35531         (gst_colorspace_caps_remove_format_info):
35532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35533         (gst_ffmpegcolorspace_caps_remove_format_info):
35534           s/gst_caps_simplify/gst_caps_do_simplify/
35535
35536 2004-04-22  Benjamin Otte  <otte@gnome.org>
35537
35538         * gst-libs/gst/riff/riff-media.c:
35539         (gst_riff_create_video_caps_with_data):
35540           mpegversion is an int
35541         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35542           don't try to create pad templates with NULL caps, use any caps
35543           instead.
35544
35545 2004-04-20  David Schleef  <ds@schleef.org>
35546
35547         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35548         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35549         (bug #140384)
35550
35551 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35552
35553         reviewed by David Schleef
35554
35555         * ext/mad/gstid3tag.c: Add stdlib.h
35556         * gst/rtp/gstrtpgsmenc.c: same
35557         * gst/tags/gstid3tag.c: same
35558         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35559         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35560         GST_DISABLE_LOADSAVE use.
35561         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35562         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35563         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35564         atol(3)).
35565         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35566         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35567         strtoul(3)).
35568         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35569         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35570         $(ID3_CFLAGS).
35571         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35572         $(LIBFAME_CFLAGS).
35573
35574 2004-04-20  David Schleef  <ds@schleef.org>
35575
35576         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35577         last checkin.  Same idea.
35578
35579 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35580
35581         reviewed by David Schleef
35582
35583         * configure.ac: bump required gstreamer version to 0.8.1.1
35584         because of following changes [--ds]
35585
35586         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35587         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35588         (gst_riff_read_header):  Use GST_READ_UINT*
35589         macros to access possibly unaligned memory.
35590
35591         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35592         (mp3_type_find):  Use GST_READ_UINT*
35593         macros to access possibly unaligned memory.
35594         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35595         (speex_type_find): Likewise
35596
35597         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35598
35599         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35600         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35601         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35602         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35603         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35604         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35605         macros to access possibly unaligned memory.
35606
35607         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35608         Likewise.
35609
35610         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35611         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35612
35613         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35614         Likewise.
35615
35616         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35617         (gst_mpeg2subt_chain_subtitle): Likewise.
35618
35619         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35620         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35621         Likewise.
35622
35623         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35624         Likewise.
35625
35626         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35627         Likewise.
35628
35629         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35630         Likewise.
35631
35632 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35633
35634         * configure.ac:
35635           update required version of GStreamer because of GST_TIME_FORMAT
35636
35637 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35638
35639         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35640           remove leftover g_print
35641         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35642           don't try setting only a subset of the caps. We don't want to kill
35643           autoplugging on purpose
35644
35645 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35646
35647         * sys/ximage/ximagesink.c: (plugin_init):
35648         * sys/xvimage/xvimagesink.c: (plugin_init):
35649           add debugging categories
35650
35651 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35652
35653         * po/en_GB.po:
35654         * po/LINGUAS:
35655           Adding en_GB translation (Gareth Owen)
35656
35657 2004-04-20  David Schleef  <ds@schleef.org>
35658
35659         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35660         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35661         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35662         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35663         A number of new features and hacks to extract the esds atom and
35664         put it into the caps.  (bug #137724)
35665
35666 2004-04-19  David Schleef  <ds@schleef.org>
35667
35668         * gconf/Makefile.am: Fix for non-GNU make
35669         * gst-libs/gst/Makefile.am: Change directory order to handle
35670         GstPlay linking with gstinterfaces
35671         * gst-libs/gst/audio/make_filter: make use of tr portable
35672         * gst-libs/gst/play/Makefile.am: Add intended \
35673         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35674         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35675         function prototype instead of void *.
35676         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35677         macro.
35678         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35679         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35680         * gst/videofilter/make_filter: make use of tr portable
35681         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35682
35683 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35684
35685         * po/LINGUAS:
35686         * po/uk.po:
35687           Added Ukrainian translation (Maxim V. Dziumanenko)
35688
35689 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35690
35691         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35692         (gst_gsmdec_link), (gst_gsmdec_chain):
35693           Fix capsnego, simplify chain function slightly.
35694         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35695           Add GSM.
35696
35697 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35698
35699         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35700         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35701         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35702           Hack to make wavparse work with spider (always -> sometimes pad).
35703           Fixes #135862 && #140411.
35704
35705 2004-04-18  Benjamin Otte  <otte@gnome.org>
35706
35707         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35708         (gst_osselement_rate_probe_check),
35709         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35710           get rid of \n in debug output
35711
35712 2004-04-17  Iain <iain@prettypeople.org>
35713
35714         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35715         not just EOS.
35716
35717 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35718
35719         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35720         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35721         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35722         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35723         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35724         (gst_id3_tag_change_state), (plugin_init):
35725           deprecate id3tag element and replace with id3demux/id3mux.
35726           great side effect: this ugly file is now even uglier, yay!
35727         * ext/mad/gstmad.h:
35728           remove non-available function
35729           update for new get_type
35730
35731 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35732
35733         * configure.ac:
35734           require mpeg2dec >= 0.4.0
35735
35736 2004-04-17  Benjamin Otte  <otte@gnome.org>
35737
35738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35739         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35740         (gst_xvimagesink_set_xwindow_id):
35741           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35742           assorted cleanup fixes.
35743
35744 2004-04-16  David Schleef  <ds@schleef.org>
35745
35746         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35747         * sys/xvimage/xvimagesink.h: same
35748
35749 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35750
35751         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35752           Fix GST_ELEMENT_ERROR with (NULL)
35753
35754 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35755
35756         * gst-libs/gst/riff/riff-media.c:
35757         (gst_riff_create_video_caps_with_data):
35758           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35759
35760 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35761
35762         * gst-libs/gst/riff/riff-media.c:
35763         (gst_riff_create_video_caps_with_data),
35764         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35765         (gst_riff_create_video_template_caps),
35766         (gst_riff_create_audio_template_caps):
35767         * gst-libs/gst/riff/riff-media.h:
35768         * gst-libs/gst/riff/riff-read.c:
35769         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35770         * gst-libs/gst/riff/riff-read.h:
35771         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35772           Add MS RLE support. I added some functions to read out strf chunks
35773           into strf chunks and the data behind it. This is usually color
35774           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35775           caps creation. Lastly, add ADPCM (similar to wavparse - which
35776           should eventually be rifflib based).
35777         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35778         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35779         * gst/matroska/matroska-demux.h:
35780           Remove placeholders for some prehistoric tagging system. Didn't add
35781           support for any tag system really anyway.
35782         * gst/qtdemux/qtdemux.c:
35783           Add support for audio/x-m4a (MPEG-4) through spider.
35784         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35785         (gst_wavparse_loop):
35786           ADPCM support (#135862). Increase max. buffer size because we
35787           cannot split buffers for ADPCM (screws references) and I've seen
35788           files with 2048 byte chunks. 4096 seems safe for now.
35789
35790 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35791
35792         * configure.ac: bump nano to 1
35793
35794 === release 0.8.1 ===
35795
35796 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35797
35798         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35799
35800 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35801
35802         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35803           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35804           Fixes #140058
35805
35806 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35807
35808         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35809           lower rank of dvddemux so that it's not used for mpeg playback.
35810
35811 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35812
35813         * configure.ac:
35814           save libs correctly when checking mad
35815
35816 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35817
35818         * ext/mad/gstid3tag.c: (plugin_init):
35819           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35820
35821 2004-04-13  David Schleef  <ds@schleef.org>
35822
35823         * common/m4/gst-feature.m4: Call -config scripts with
35824         --plugin-libs if it is supported.
35825         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35826         JPEG images are image/jpeg.
35827         * gst/debug/Makefile.am:
35828         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35829         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35830         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35831         (gst_negotiation_plugin_init): Add a property that acts like
35832         filter caps.
35833         * testsuite/gst-lint:  Move license checking to be a standard
35834         test.
35835
35836 2004-04-13  David Schleef  <ds@schleef.org>
35837
35838         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35839         patch from Sebastien Cote (bug #139958)
35840
35841 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35842
35843         * examples/gstplay/Makefile.am:
35844         * examples/gstplay/player.c: (main):
35845           make the commandline player example use gconf settings
35846
35847 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35848
35849         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35850         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35851         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35852           init/end library during state transition, not object
35853           creation/disposal.  get rid of custom dispose handler.
35854
35855
35856 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35857
35858         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35859         be a symlink
35860
35861 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35862
35863         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35864           Handle JUNK chunks inside data section. Prevents warnings.
35865
35866 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35867
35868         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35869         (gst_riff_create_video_template_caps):
35870           Add MS video v1.
35871         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35872         (gst_avi_demux_stream_data):
35873           Add support for "rec-list" chunks.
35874
35875 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35876
35877         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35878           Fix another codecname mismatch.
35879
35880 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35881
35882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35883           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35884           so that MJPEG plays back.
35885
35886 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35887
35888         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35889         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35890         * gst/mpeg1videoparse/gstmp1videoparse.h:
35891           Fix for some slight mis-cuts in buffer parsing, and for some
35892           potential overflows or faults-causers. Adds disconts. Also fixes
35893           #139105 while we're at it.
35894
35895 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35896
35897         * configure.ac:
35898         * sys/v4l2/gstv4l2element.h:
35899           Workaround for missing struct v4l2_buffer declaration in Suse 9
35900           and Mandrake 10 linux/videodev2.h header file (#135919).
35901
35902 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35903
35904         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35905           Bail out if no filename was given.
35906
35907 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35908
35909         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35910         (gst_v4l2_fourcc_from_structure):
35911           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35912           Y41B somewhere).
35913
35914 2004-04-09  Benjamin Otte  <otte@gnome.org>
35915
35916         * ext/gnomevfs/gstgnomevfssink.c:
35917         (_gst_boolean_allow_overwrite_accumulator),
35918         (gst_gnomevfssink_class_init):
35919           fix erase signal - if any handler returns false the file will not be
35920           overwritten. If no handler is connected, the file will not be
35921           overwritten either.
35922           renamed signal to "allow-overwrite"
35923         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35924           free string when adding it to ID3 failed
35925         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35926           unref event when done
35927         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35928           free caps
35929         * gst/typefind/gsttypefindfunctions.c:
35930         (mpeg_video_stream_type_find):
35931           fix invalid read
35932
35933 2004-04-08  David Schleef  <ds@schleef.org>
35934
35935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35936         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35937
35938 2004-04-08  David Schleef  <ds@schleef.org>
35939
35940         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35941         we don't support (bug #139532)
35942
35943 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35944
35945         * ext/mad/gstmad.c: (gst_mad_handle_event),
35946         (gst_mad_check_caps_reset), (gst_mad_chain),
35947         (gst_mad_change_state):
35948           only set explicit caps if they haven't been set before for
35949           this stream.  MPEG-audio sample rate/channels aren't allowed
35950           to change in-stream.
35951           Fixes #139382
35952
35953 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35954
35955         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35956         (_gst_boolean_did_something_accumulator),
35957         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35958         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35959         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35960         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35961         (gst_gnomevfssink_change_state):
35962           Fix erase signal. Don't erase by default. Remove handoff signal.
35963           Remove erase property. Don't segfault. General cleanup.
35964
35965 2004-04-07  Benjamin Otte  <otte@gnome.org>
35966
35967         * gst-libs/gst/gconf/test-gconf.c: (main):
35968           add missing gst_init
35969
35970 2004-04-07  Benjamin Otte  <otte@gnome.org>
35971
35972         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35973           free the mutexes, too
35974
35975 2004-04-07  Benjamin Otte  <otte@gnome.org>
35976
35977         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35978           actually free the URI string
35979         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35980           compute offset correctly when passing discont events
35981         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35982           don't leak discont events
35983         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35984           add some missing breaks so caps aren't copied randomly
35985         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35986           if we realloc memory, we better use it
35987
35988 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35989
35990         * ext/mad/gstmad.c: (normal_seek):
35991           fix GST_FORMAT_TIME usage
35992
35993 2004-04-05  David Schleef  <ds@schleef.org>
35994
35995         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35996         a deprecated function (hack!)
35997
35998 2004-04-05  Benjamin Otte  <otte@gnome.org>
35999
36000         * ext/esd/esdmon.c: (gst_esdmon_get):
36001           fix nonterminated vararg and memleak
36002
36003 2004-04-05  Benjamin Otte  <otte@gnome.org>
36004
36005         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36006         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36007         (gst_ladspa_set_property), (gst_ladspa_get_property),
36008         (gst_ladspa_instantiate), (gst_ladspa_activate),
36009         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36010           clean up debugging
36011
36012 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36013
36014         reviewed by Benjamin Otte  <otte@gnome.org>
36015
36016         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36017           check for broken LADSPA parameters (fixes #138635)
36018
36019 2004-04-05  Benjamin Otte  <otte@gnome.org>
36020
36021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36022           advertise buffer-frames correctly on sinkpads
36023
36024 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36025
36026         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36027         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36028         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36029         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36030         (gst_mad_check_caps_reset), (gst_mad_chain):
36031         add more debugging, only reset caps when we're not in error state
36032
36033 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36034
36035         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36036
36037 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36038
36039         reviewed by Benjamin Otte  <otte@gnome.org>
36040
36041         * configure.ac:
36042           fix == in test(1) operator
36043
36044 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36045
36046         reviewed by Benjamin Otte  <otte@gnome.org>
36047
36048         * configure.ac:
36049           fix --export-symblos-regex to a working regex.
36050
36051 2004-04-04  Benjamin Otte  <otte@gnome.org>
36052
36053         * sys/oss/.cvsignore:
36054           add for oss_probe
36055
36056 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36057
36058         reviewed by Benjamin Otte  <otte@gnome.org>
36059
36060         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36061           add missing 'new_media' argument (fixes #138168)
36062         * gst/matroska/matroska-demux.c:
36063         (gst_matroska_demux_handle_seek_event):
36064           add vararg terminator (fixes #138169)
36065
36066 2004-04-02  David Schleef  <ds@schleef.org>
36067
36068         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36069         disted (bug #138914)
36070
36071 2004-04-01  Benjamin Otte  <otte@gnome.org>
36072
36073         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36074         (gst_alsa_close_audio):
36075           handle case better where a soundcard can't pause
36076         * ext/ogg/gstoggdemux.c:
36077           don't crash when we get events but don't have pads yet
36078
36079 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36080
36081         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36082           throw an error if we couldn't probe any caps.
36083
36084 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36085
36086         * ext/dvdnav/gst-dvd:
36087         Add a really simple sample DVD player
36088
36089 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36090
36091         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36092         (gst_a52dec_push), (gst_a52dec_handle_event),
36093         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36094         (gst_a52dec_change_state):
36095         * ext/a52dec/gsta52dec.h:
36096           Use a debug category, Output timestamps correctly
36097           Emit tag info, Handle events, tell liba52dec about cpu
36098           capabilities so it can use MMX etc.
36099         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36100           Fix a crasher accessing invalid memory
36101         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36102         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36103         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36104         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36105         (dvdnavsrc_query):
36106           Some support for byte-format seeking.
36107           Small fixes for still frames and menu button overlays
36108         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36109         (gst_mpeg2dec_alloc_buffer):
36110           Use a debug category. Adjust the report level of several items to
36111           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36112           so it doesn't lose the GstBuffer pointer
36113         * gst/debug/Makefile.am:
36114         * gst/debug/gstdebug.c: (plugin_init):
36115         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36116         (gst_navseek_base_init), (gst_navseek_class_init),
36117         (gst_navseek_init), (gst_navseek_seek),
36118         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36119         (gst_navseek_get_property), (gst_navseek_chain),
36120         (gst_navseek_plugin_init):
36121         * gst/debug/gstnavseek.h:
36122           Add the navseek debug element for seeking back and forth in a
36123           video stream using arrow keys.
36124         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36125         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36126         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36127         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36128         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36129         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36130         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36131         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36132         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36133         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36134         * gst/mpeg2sub/gstmpeg2subt.h:
36135           Pretty much a complete rewrite. Now a loopbased element. May still
36136           require work to properly synchronise subtitle buffers.
36137         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36138         (gst_dvd_demux_send_subbuffer):
36139         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36140           Don't attempt to create subbuffers of size 0
36141           Reduce a couple of error outputs to warnings.
36142         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36143         (gst_y4mencode_chain):
36144         Output the y4m frame header correctly.
36145
36146 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36147
36148         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36149           throw errors instead of allowing SIGFPE
36150
36151 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36152
36153         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36154         (gst_gconf_render_bin_from_key):
36155           leak plugging and style fixing
36156
36157 2004-03-31  David Schleef  <ds@schleef.org>
36158
36159         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36160         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36161         (bug #138225)
36162         * gst/debug/Makefile.am:
36163         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36164         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36165         plugin.
36166         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36167         (gst_negotiation_base_init), (gst_negotiation_class_init),
36168         (gst_negotiation_init), (gst_negotiation_getcaps),
36169         (gst_negotiation_pad_link), (gst_negotiation_chain),
36170         (gst_negotiation_set_property), (gst_negotiation_get_property),
36171         (gst_negotiation_plugin_init):  New element to talk about random
36172         negotiation things happening in a pipeline.
36173
36174 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36175
36176         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36177           fix integer addition with help of Stefan Kost
36178
36179 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36180
36181         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36182
36183 2004-03-30  David Schleef  <ds@schleef.org>
36184
36185         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36186         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36187         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36188         (bug #137504)
36189         * ext/mpeg2dec/gstmpeg2dec.h:
36190
36191 2004-03-30  David Schleef  <ds@schleef.org>
36192
36193         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36194
36195 2004-03-30  David Schleef  <ds@schleef.org>
36196
36197         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36198         Michael Petullo) to handle .mov
36199
36200 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36201
36202         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36203         (gst_osselement_rate_check_rate):
36204           probe caps correctly for sound cards that only support one format
36205
36206 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36207
36208         * ext/kio/kiosrc.cpp: (process_events):
36209           update handling event processing if inside KDE - untested
36210
36211 2004-03-29  David Schleef  <ds@schleef.org>
36212
36213         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36214         by 2 to not interfere with other colorspaces.
36215         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36216         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36217         one to not interfere with ffmpeg_colorspace.
36218
36219 2004-03-29  David Schleef  <ds@schleef.org>
36220
36221         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36222         aren't in the caps.
36223         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36224         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36225
36226 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36227
36228         * gst-libs/gst/riff/riff-media.c:
36229           fail on error, don't try to set stuff on NULL caps
36230
36231 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36232
36233         * configure.ac:
36234         * ext/Makefile.am:
36235         * ext/kio/Makefile.am:
36236         * ext/kio/kioreceiver.cpp:
36237         * ext/kio/kioreceiver.h:
36238         * ext/kio/kiosrc.cpp:
36239         * ext/kio/kiosrc.h:
36240           add experimental kiosrc plugin
36241         * ext/alsa/gstalsaplugin.c: (plugin_init):
36242           initialize debugging category only when we're sure registering the
36243           plugins worked.
36244
36245 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36246
36247         * examples/gstplay/player.c: (main):
36248         * gst-libs/gst/play/play.c: (gst_play_class_init),
36249         (gst_play_set_location), (gst_play_set_data_src),
36250         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36251         (gst_play_set_visualization), (gst_play_connect_visualization):
36252           check return values of element_set_state and return FALSE where
36253           failed
36254
36255 2004-03-29  Benjamin Otte  <otte@gnome.org>
36256
36257         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36258           try harder to check if an event is really a discont
36259
36260 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36261
36262         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36263         * po/az.po:
36264
36265 2004-03-28  Benjamin Otte  <otte@gnome.org>
36266
36267         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36268         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36269         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36270           get rid of non-standard "..." ranges in case statements.
36271
36272 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36273
36274         * gst/mpegstream/gstmpegdemux.c:
36275         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36276         specific functionality split to the new dvddemux element.
36277         * gst/mpegstream/gstdvddemux.c:
36278         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36279         streams, derived from mpegdemux.
36280         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36281         up. SCR based timestamp rewriting can be turned off (will probably
36282         completely disappear soon).
36283         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36284         hacking. General cleanup. All printf statements replaced by
36285         debugging messages. Almost complete libdvdnav support.
36286         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36287         by events. New properties for audio and subpicture languages.
36288         (dvdnavsrc_update_highlight): Now uses events.
36289         (dvdnavsrc_user_op): Cleaned up.
36290         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36291         based). Lots of cleanup, and propper support for most libdvdnav
36292         events.
36293         (dvdnavsrc_make_dvd_event): New function.
36294         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36295         (dvdnavsrc_make_clut_change_event): New function.
36296
36297 2004-03-26  Benjamin Otte  <otte@gnome.org>
36298
36299         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36300           fix bug where typefinding would claim it's theora whenever less then
36301           7 bytes of data were available
36302
36303 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36304
36305         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36306         (gst_alawdec_base_init), (gst_alawdec_class_init),
36307         (gst_alawdec_init), (gst_alawdec_chain):
36308         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36309         (gst_alawenc_base_init), (gst_alawenc_class_init),
36310         (gst_alawenc_init), (gst_alawenc_chain):
36311         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36312         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36313         (gst_mulawdec_init), (gst_mulawdec_chain):
36314         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36315         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36316         (gst_mulawenc_init), (gst_mulawenc_chain):
36317           Fix capsnego in all four, remove the unused property functions and
36318           simplify the chain functions slightly. I guess we could use macros
36319           or something similar for those, since the code is so similar, but
36320           I'm currently too lazy...
36321
36322 2004-03-24  David Schleef  <ds@schleef.org>
36323
36324         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36325         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36326         (gst_osselement_get_format_structure),
36327         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36328         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36329         (gst_osselement_rate_int_compare): Add code to handle rate probing
36330         (bug #120883)
36331         * sys/oss/gstosselement.h: same
36332         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36333         Use rate probing provided by osselement.
36334         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36335
36336 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36337
36338         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36339         (gst_xvidenc_get_property):
36340           ulong/int mess-up.
36341
36342 2004-03-24  David Schleef  <ds@schleef.org>
36343
36344         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36345         (gst_speexdec_init):
36346         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36347         (gst_speexenc_init):  Create the pad template correctly (from
36348         the static pad template, not a NULL pointer.)
36349
36350 2004-03-25  Benjamin Otte  <otte@gnome.org>
36351
36352         * gst/debug/Makefile.am:
36353         * gst/debug/breakmydata.c:
36354           add element that quasi-randomly changes bytes in the stream.
36355           Intended use is robustness checking of demuxers and decoders in
36356           media tests.
36357
36358 2004-03-24  Benjamin Otte  <otte@gnome.org>
36359
36360         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36361         (gst_alsa_probe_hw_params):
36362         * ext/alsa/gstalsa.h:
36363           debugging output fixes
36364
36365 2004-03-24  Benjamin Otte  <otte@gnome.org>
36366
36367         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36368           don't g_return_if_fail if element is PLAYING, fail silently as every
36369           other element.
36370         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36371           only fix needed for cast lvalue issues in gst-plugins
36372         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36373           add proxy_getcaps
36374
36375 2004-03-24  Benjamin Otte  <otte@gnome.org>
36376
36377         * gst/level/gstlevel.c: (gst_level_init):
36378           add proxying getcaps function, so level doesn't advertise impossible
36379           caps
36380
36381 2004-03-24  David Schleef  <ds@schleef.org>
36382
36383         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36384         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36385         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36386         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36387         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36388         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36389         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36390         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36391         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36392         messages.  Divide the chunk size by the compression ratio
36393         (needed for MACE audio)
36394
36395 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36396
36397         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36398           Fix buffer overflow read error.
36399
36400 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36401
36402         * ext/alsa/gstalsa.h:
36403           Remove unused entry.
36404         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36405           Add cinepak.
36406         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36407         (gst_videodrop_link), (gst_videodrop_chain):
36408           Fix, sort of. Was horribly broken with new capsnego. Bah...
36409
36410 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36411
36412         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36413         (plugin_init):
36414         Add a monkeysaudio typefind function
36415
36416 2004-03-23  Johan Dahlin  <johan@gnome.org>
36417
36418         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36419         (gst_play_video_fixate): Check so the structure has the field
36420         before trying to fixate them, this makes it possible to have
36421         fakesinks for video and audio output without printing errors on
36422         the output console.
36423
36424 2004-03-22  David Schleef  <ds@schleef.org>
36425
36426         * sys/oss/Makefile.am:
36427         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36428         (check_rate), (add_rate):  Rate probing test app.
36429
36430 2004-03-21  Benjamin Otte  <otte@gnome.org>
36431
36432         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36433         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36434           add a fixation function that pretty much does the right thing (fixes
36435           #137556)
36436
36437 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36438
36439         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36440
36441 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36442
36443         reviewed by: Benjamin Otte  <otte@gnome.org>
36444
36445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36446           terminate gst_event_new_discontinuous correctly (fixes parts of
36447           #137711)
36448
36449 2004-03-19  David Schleef  <ds@schleef.org>
36450
36451         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36452         since it doesn't depend on X, and it's part of our ABI.
36453
36454 2004-03-19  Iain <iain@prettypeople.org>
36455
36456         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36457         is_int in the structure, not the local variable.
36458
36459 2004-03-19  David Schleef  <ds@schleef.org>
36460
36461         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36462         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36463         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36464         Improvements in caps negotiation.
36465
36466 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36467
36468         * po/LINGUAS:
36469         * po/af.po:
36470           adding Afrikaans (Petri Jooste)
36471
36472 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36473
36474         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36475         (gst_ffmpegcolorspace_chain):
36476         throw error instead of g_critical (#137588)
36477
36478 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36479
36480         * Makefile.am:
36481         * configure.ac:
36482           dist common and m4 correctly
36483         * po/sv.po:
36484
36485 2004-03-17  David Schleef  <ds@schleef.org>
36486
36487         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36488         (bug #137348)
36489
36490 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36491
36492         * po/LINGUAS:
36493         * po/sv.po:
36494           adding Swedish translation (Christian Rose)
36495
36496 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36497
36498         * Makefile.am: use release.mak
36499
36500 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36501
36502         * common/ChangeLog:
36503         * common/gst-autogen.sh:
36504           add some explanation about the version detection
36505         * configure.ac:
36506           fix X check
36507
36508 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36509
36510         * configure.ac: bump nano to 1
36511
36512 === release 0.8.0 ===
36513
36514 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36515
36516         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36517
36518 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36519
36520         * configure.ac:
36521           update libtool version
36522         * gst-libs/gst/media-info/Makefile.am:
36523           actually use libtool version
36524
36525 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36526
36527         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36528
36529 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36530
36531         * configure.ac:
36532         * gst-plugins.spec.in:
36533         * pkgconfig/Makefile.am:
36534         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36535         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36536         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36537         * pkgconfig/gstreamer-libs.pc.in:
36538         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36539         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36540         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36541         * pkgconfig/gstreamer-plugins.pc.in:
36542           remove @VERSION@ from some of the pc files since core and plugins
36543           are decoupled.
36544           created gstreamer-plugins.pc as it's a better name, but keeping
36545           -libs around for now to get fixes upstream done first.
36546
36547 2004-03-15  Julien MOUTTE <julien@moutte.net>
36548
36549         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36550         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36551         * gst-libs/gst/play/play.h:
36552
36553 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36554
36555         * *.c, *.cc: don't mix tabs and spaces
36556
36557 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36558
36559         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36560           use the new ffmpegcolorspace
36561         * gst-plugins.spec.in:
36562           package new colorspace and media-info
36563         * configure.ac:
36564         * pkgconfig/Makefile.am:
36565           fix some more disting issues
36566         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36567         * pkgconfig/gstreamer-media-info.pc.in:
36568           generate media-info pc files
36569
36570 2004-03-15  Johan Dahlin  <johan@gnome.org>
36571
36572         * *.h: Revert indenting
36573
36574 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36575
36576         * configure.ac:
36577           adding ffmpegcolorspace element
36578         * gst/ffmpegcolorspace/Makefile.am:
36579         * gst/ffmpegcolorspace/avcodec.h:
36580         * gst/ffmpegcolorspace/common.h:
36581         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36582         * gst/ffmpegcolorspace/dsputil.h:
36583         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36584         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36585         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36586         (gst_ffmpeg_caps_to_pix_fmt):
36587         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36588         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36589         (gst_ffmpegcolorspace_caps_remove_format_info),
36590         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36591         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36592         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36593         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36594         (gst_ffmpegcolorspace_set_property),
36595         (gst_ffmpegcolorspace_get_property),
36596         (gst_ffmpegcolorspace_register):
36597         * gst/ffmpegcolorspace/imgconvert.c:
36598         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36599         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36600         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36601         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36602         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36603         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36604         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36605         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36606         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36607         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36608         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36609         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36610         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36611         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36612         (img_get_alpha_info), (deinterlace_line),
36613         (deinterlace_line_inplace), (deinterlace_bottom_field),
36614         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36615         * gst/ffmpegcolorspace/imgconvert_template.h:
36616         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36617         * gst/ffmpegcolorspace/mmx.h:
36618         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36619           adding ffmpegcolorspace element supplied by Ronald after cleaning
36620           up and pulling in the right bits of upstream source.
36621           I'm sure a better C/compiler wizard could do some cleaning up (for
36622           example use GLIB's malloc stuff), but as a first pass this
36623           works very well
36624
36625 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36626
36627         * ext/alsa/gstalsa.h:
36628           I assume Ronald forgot to commit the change to have cardname
36629           as a struct member.  Expect some public spanking at the next
36630           opportunity.
36631
36632 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36633
36634         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36635         (gst_alsa_open_audio), (gst_alsa_close_audio):
36636         * ext/alsa/gstalsa.c:
36637           Don't open the device if we're a mixer (= padless).
36638         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36639         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36640         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36641           Open mixer during state change rather than during object
36642           initialization. Also, get a device name. Currently in a somewhat
36643           hackish fashion, but I didn't really find something better.
36644
36645 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36646
36647         * *.c, *.h: run gst-indent
36648
36649 2004-03-14  Benjamin Otte  <otte@gnome.org>
36650
36651         * gst/modplug/gstmodplug.cc:
36652         * gst/modplug/gstmodplug.h:
36653           set correct timestamps on outgoing buffers
36654
36655 2004-03-14  Benjamin Otte  <otte@gnome.org>
36656
36657         * gst/modplug/gstmodplug.cc:
36658           handle events - don't do crap when a discont arrives that's not
36659           necessary
36660           This allows correct loading and playback of mods in Rhythmbox
36661
36662 2004-03-14  Benjamin Otte  <otte@gnome.org>
36663
36664         * configure.ac:
36665         * gst-libs/gst/gconf/Makefile.am:
36666         * pkgconfig/Makefile.am:
36667           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36668           they get rebuilt properly
36669         * configure.ac:
36670           when checking for vorbis, try pkgconfig first.
36671         * gst/modplug/gstmodplug.cc:
36672           add fixate function
36673
36674 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36675
36676         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36677           Fix for obvious mistake, where we first shift the offset and then
36678           read a samplesize element assuming the old offset. Note that this
36679           part still has something weird, i.e. my movies containing those
36680           don't actually play well, but at least there's something that looks
36681           like sound now.
36682
36683 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36684         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36685         (plugin_init):
36686         Add a typefind function for speex format
36687
36688 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36689
36690         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36691         (gst_asf_demux_setup_pad):
36692           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36693           instead of 0. Reason is simple: some elements have a fps range
36694           of 1-max instead of 0-max. So now ASF video actually works.
36695
36696 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36697
36698         * po/LINGUAS:
36699         * po/sr.po:
36700           adding serbian as a language
36701
36702 2004-03-13  Benjamin Otte  <otte@gnome.org>
36703
36704         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36705           return taglist correctly from _get function, don't gst_pad_push it.
36706           (fixes #137042)
36707
36708 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36709         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36710
36711 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36712
36713         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36714         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36715         (gst_alsa_mixer_track_new):
36716         * ext/alsa/gstalsamixertrack.h:
36717           Fix ancient leftovers... MixerTrack is a GObject.
36718
36719 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36720
36721         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36722         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36723           Don't block during probing...
36724
36725 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36726
36727         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36728         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36729         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36730         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36731         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36732         (gst_alsa_open_audio), (gst_alsa_close_audio):
36733         * ext/alsa/gstalsa.h:
36734           Add propertyprobe interface implementation, add some device-name
36735           property, all this so that it looks good in gnome-volume-control.
36736
36737 2004-03-12  David Schleef  <ds@schleef.org>
36738
36739         * configure.ac: the Hermes library controls hermescolorspace, not
36740         colorspace.
36741         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36742         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36743         not /* */
36744         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36745         * ext/sdl/sdlvideosink.h: ditto.
36746         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36747
36748 2004-03-12  Benjamin Otte  <otte@gnome.org>
36749
36750         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36751         (gst_x_overlay_got_xwindow_id):
36752         * gst-libs/gst/xoverlay/xoverlay.h:
36753           replace XID with unsigned long to get rid of the xlibs dependency in
36754           XOverlay (fixes #137004)
36755
36756 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36757         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36758         (gst_agingtv_setup):
36759         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36760         (gst_dicetv_base_init), (gst_dicetv_class_init),
36761         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36762         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36763         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36764         (gst_edgetv_setup), (gst_edgetv_rgb32):
36765         * gst/effectv/gsteffectv.c:
36766         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36767         (gst_quarktv_set_property):
36768         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36769         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36770         (gst_revtv_setup), (gst_revtv_rgb32):
36771         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36772         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36773         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36774         (gst_shagadelictv_rgb32):
36775         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36776         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36777         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36778         * gst/effectv/gstwarp.c:
36779         Port everything that can be ported to videofilter and fix up the caps.
36780         Can someone with a big-endian machine please check these?
36781
36782 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36783
36784         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36785         (gst_osssink_chain), (gst_osssink_change_state):
36786           Latest fixes for A/V sync, audio playback and such. This is about
36787           all... MPEG playback issues are mostly related to the async build-
36788           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36789
36790 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36791
36792         patch from: Stephane Loeuillet
36793
36794         * configure.ac:
36795           use pkg-config for some libraries, falling back to the old .m4 way
36796           (fixes #131270)
36797         * m4/libdv.m4:
36798           removed
36799
36800 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36801
36802         * configure.ac:
36803         * tools/Makefile.am:
36804         * tools/Makefile.in:
36805         * tools/gst-launch-ext-m.m:
36806         * tools/gst-launch-ext.1.in:
36807         * tools/gst-visualise-m.m:
36808         * tools/gst-visualise.1:
36809         * tools/gst-visualise.1.in:
36810           reorganizing generation of script tools
36811
36812 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36813
36814         * ext/divx/gstdivxdec.c:
36815           Downgrade priority. We prefer ffdec_mpeg4.
36816         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36817         (gst_faad_chain), (gst_faad_change_state):
36818           Fix capsnego. Doesn't work for some sounds because we don't have
36819           a 5:1 to stereo element.
36820         * ext/xvid/gstxvid.c: (plugin_init):
36821           Add priority.
36822         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36823         (gst_osssink_change_state):
36824           Add discont handling.
36825
36826 2004-03-09  Colin Walters  <walters@verbum.org>
36827
36828         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36829         conversion.
36830
36831 2004-03-09  Benjamin Otte  <otte@gnome.org>
36832
36833         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36834           the signals take 2 arguments
36835
36836 2004-03-09  David Schleef  <ds@schleef.org>
36837
36838         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36839         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36840         * ext/alsa/gstalsa.h:
36841         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36842
36843 2004-03-09  Benjamin Otte  <otte@gnome.org>
36844
36845         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36846         (gst_mikmod_change_state):
36847         * ext/mikmod/gstmikmod.h:
36848           make mikmod's loop function not loop infinitely and call
36849           gst_element_yield anymore
36850         * gst/modplug/gstmodplug.cc:
36851           fix pad negotiation (fixes #136590)
36852
36853 2004-03-09  David Schleef  <ds@schleef.org>
36854
36855         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36856         doesn't conflict with the internal colorspace plugin.
36857         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36858         satisfy the crappy-ass shell shipped by a certain vendor.
36859         * gst/videofilter/make_filter: same (bug #135299)
36860
36861 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36862
36863         * configure.ac: bump nano to 1
36864
36865 === release 0.7.6 ===
36866
36867 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36868
36869         * configure.in: releasing 0.7.6, "There"
36870
36871 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36872
36873         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36874         * pkgconfig/gstreamer-play.pc.in:
36875           synchronize the two
36876
36877 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36878
36879         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36880         (cdparanoia_open), (cdparanoia_event):
36881           fix/add error handling
36882         * po/POTFILES.in:
36883           add cdparanoia source
36884         * tools/Makefile.am:
36885           make scripts executable
36886
36887 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36888
36889         * configure.ac:
36890         * ext/vorbis/Makefile.am:
36891         * sys/Makefile.am:
36892           remove id3types, vorbisfile and xvideosink from the build (#133783)
36893
36894 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36895
36896         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36897           Fix metadata read crash (#136537).
36898
36899 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36900
36901         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36902         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36903           adding mime types, fixing the one-stop function
36904
36905 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36906
36907         * ext/nas/nassink.c and /ext/nas/nassink.h:
36908         More NAS love from Arwed von Merkatz
36909         So lets all sing 'Can you feel the NAS tonight'
36910
36911 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36912
36913         * tools/gst-launch-ext.in:
36914         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36915
36916 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36917
36918         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36919         (gst_mpeg2dec_init):
36920         remove the user_data pad for now, because it is being used in
36921         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36922         If someone knows how to fix this properly, please do.
36923
36924 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36925
36926         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36927         (gst_osssink_get_time):
36928         add a warning, IMO this won't get triggered anymore, remove later
36929
36930 2004-03-07  David Schleef  <ds@schleef.org>
36931
36932         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36933         format (bug #136470)
36934
36935 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36936
36937         * gst-libs/Makefile.am:
36938         * gst-libs/gst/media-info/Makefile.am:
36939         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36940         (error_callback), (gst_media_info_error_create),
36941         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36942         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36943         * gst-libs/gst/media-info/media-info-priv.h:
36944         * gst-libs/gst/media-info/media-info-test.c: (main):
36945         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36946         (gst_media_info_class_init), (gst_media_info_instance_init),
36947         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36948         (gst_media_info_read_idler), (gst_media_info_read):
36949         * gst-libs/gst/media-info/media-info.h:
36950         fixed, should work now
36951
36952 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36953
36954         * ext/nas/nassink.c:
36955         A bunch of NAS fixes from Arwed von Merkatz
36956
36957 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36958
36959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36960         (qtdemux_parse_trak):
36961           Fix crash (j might be greater than n_samples, in which case we're
36962           writing outside the allocated space for the array) and memleak.
36963
36964 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36965
36966         * sys/oss/gstosssink.c: (gst_osssink_chain):
36967           And another caller that couldn't handle delay < 0 (unsigned
36968           integer overflow). Video now continues playing on an audio
36969           buffer underrun, and the clock continues working. Audio still
36970           stalls.
36971
36972 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36973
36974         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36975         (gst_osssink_get_time):
36976           get_delay() may return values lower than 0. In those cases, we
36977           should not actually cast to *unsigned* int64, that will break
36978           stuff horribly. In my case, it screwed up A/V sync in movies
36979           in totem rather badly.
36980
36981 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36982
36983         * ext/faac/gstfaac.c: (gst_faac_chain):
36984         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36985         * ext/libpng/gstpngenc.c: (user_write_data):
36986         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36987         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36988         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36989         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36990         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36991         of any buffer), should fix some leaks. I hope I didn't unref buffers
36992         that shouldn't be...
36993
36994 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36995
36996         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36997         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36998         (error_callback), (gmi_reset), (gmi_seek_to_track),
36999         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37000         (gmip_find_type_post), (gmip_find_stream_post),
37001         (gmip_find_track_streaminfo_post):
37002         * gst-libs/gst/media-info/media-info-priv.h:
37003         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37004         (info_print), (main):
37005         * gst-libs/gst/media-info/media-info.c:
37006         (gst_media_info_error_create), (gst_media_info_error_element),
37007         (gst_media_info_instance_init), (gst_media_info_get_property),
37008         (gst_media_info_new), (gst_media_info_set_source),
37009         (gst_media_info_read_idler), (gst_media_info_read):
37010         * gst-libs/gst/media-info/media-info.h:
37011           first pass at making this work again.  This seems to work on
37012           tagged ogg/vorbis and mp3 files.
37013
37014 2004-03-06  Benjamin Otte  <otte@gnome.org>
37015
37016         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37017           fix huge leak: gst_buffer_merge doesn't unref the first argument
37018           itself.
37019
37020 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37021
37022         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37023           report layer/mode/emphasis
37024
37025 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37026
37027         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37028
37029 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37030
37031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37032           signal serial
37033
37034 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37035
37036         * ext/vorbis/vorbis.c: (plugin_init):
37037         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37038         (gst_vorbis_dec_init), (vorbis_dec_event):
37039         add debug category
37040         make vorbisdec handle _BYTE and _TIME queries
37041
37042 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37043
37044         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37045           from the xing header
37046
37047 2004-03-06  Benjamin Otte  <otte@gnome.org>
37048
37049         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37050         (gst_audio_convert_link), (gst_audio_convert_change_state),
37051         (gst_audio_convert_buffer_from_default_format):
37052           do conversions from/to float correctly, fix some caps nego errors,
37053           export correct supported caps in template and getcaps, use correct
37054           caps in try_set_caps functions
37055
37056 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37057
37058         For some reason, I only committed a ChangeLog entry yesterday and
37059         not the corresponding code...
37060         * ext/mad/gstmad.c: Fix detection of Xing headers
37061         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37062
37063 2004-03-06  Benjamin Otte  <otte@gnome.org>
37064
37065         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37066         (gst_ogg_demux_src_query):
37067           make sure to handle the case where there's no current chain
37068           gracefully.
37069
37070 2004-03-05  David Schleef  <ds@schleef.org>
37071
37072         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37073         Add fixate function. (bug #131128)
37074         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37075         (gst_sdlvideosink_fixate):  Add fixate function.
37076         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37077         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37078         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37079         Fix missing break that was causing ulaw to be interpreted as
37080         raw int.
37081
37082 2004-03-05  David Schleef  <ds@schleef.org>
37083
37084         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37085         Fix code that ignores return value of gst_buffer_merge().
37086         (bug #114560)
37087         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37088         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37089         * testsuite/gst-lint:  Check for above.
37090
37091 2004-03-05  David Schleef  <ds@schleef.org>
37092
37093         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37094         caps and throw an element error.  (bug #136334)
37095
37096 2004-03-05  David Schleef  <ds@schleef.org>
37097
37098         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37099         (gst_faad_chain): Fix negotiation.
37100         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37101         key and button events.
37102         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37103         dung heap of code.
37104         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37105         depends on gconf
37106         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37107         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37108         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37109         function to encourage better negotiation, particularly between
37110         audioconvert and osssink.
37111         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37112         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37113         more important.
37114         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37115         typefinding.
37116         * gst/vbidec/vbiscreen.c:  Add glib header
37117         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37118
37119 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37120
37121         * ext/mad/gstmad.c: Fix detection of Xing headers
37122         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37123
37124 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37125
37126         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37127         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37128           debug updates
37129
37130 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37131
37132         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37133         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37134         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37135         files, and report the parsed length as a GST_TAG_DURATION tag.
37136         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37137
37138 2004-03-05  Benjamin Otte  <otte@gnome.org>
37139
37140         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37141           convert channels correctly. convert correctly to unsigned.
37142
37143 2004-03-05  Julien MOUTTE <julien@moutte.net>
37144
37145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37146         we have a window before clearing it.
37147
37148 2004-03-05  Julien MOUTTE <julien@moutte.net>
37149
37150         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37151         have a window before clearing it.
37152
37153 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37154
37155         * gconf/gstreamer.schemas.in:
37156         * gst-libs/gst/gconf/Makefile.am:
37157           version installation path the same way as for 0.6
37158         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37159         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37160         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37161           remove comment that was fixed
37162
37163 2004-03-05  David Schleef  <ds@schleef.org>
37164
37165         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37166         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37167         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37168         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37169         Add prototype code for handling seeking and querying.
37170
37171 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37172
37173         * examples/gstplay/player.c: (main):
37174           Initialize variables to NULL. Prevents a segfault because the
37175           (uninitialized) variable is not NULL, resulting in a crash on
37176           trying to reach error->message.
37177
37178 2004-03-05  Benjamin Otte  <otte@gnome.org>
37179
37180         * gst/audioconvert/gstaudioconvert.c:
37181         (gst_audio_convert_buffer_to_default_format):
37182         make float=>int conversion work correctly even in cornercases.
37183
37184 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37185
37186         * debian/README.Debian:
37187         * debian/build-deps:
37188         * debian/changelog:
37189         * debian/control:
37190         * debian/control.in:
37191         * debian/copyright:
37192         * debian/gstreamer-a52dec.files:
37193         * debian/gstreamer-aa.files:
37194         * debian/gstreamer-alsa.files:
37195         * debian/gstreamer-alsa.manpages:
37196         * debian/gstreamer-arts.files:
37197         * debian/gstreamer-artsd.files:
37198         * debian/gstreamer-audiofile.files:
37199         * debian/gstreamer-avifile.files:
37200         * debian/gstreamer-cdparanoia.files:
37201         * debian/gstreamer-colorspace.files:
37202         * debian/gstreamer-doc.files:
37203         * debian/gstreamer-dv.files:
37204         * debian/gstreamer-dvd.files:
37205         * debian/gstreamer-esd.files:
37206         * debian/gstreamer-festival.files:
37207         * debian/gstreamer-flac.files:
37208         * debian/gstreamer-gconf.conffiles:
37209         * debian/gstreamer-gconf.files:
37210         * debian/gstreamer-gconf.postinst:
37211         * debian/gstreamer-gnomevfs.files:
37212         * debian/gstreamer-gsm.files:
37213         * debian/gstreamer-http.files:
37214         * debian/gstreamer-jack.files:
37215         * debian/gstreamer-jpeg.files:
37216         * debian/gstreamer-mad.files:
37217         * debian/gstreamer-mikmod.files:
37218         * debian/gstreamer-misc.files:
37219         * debian/gstreamer-mpeg2dec.files:
37220         * debian/gstreamer-oss.files:
37221         * debian/gstreamer-plugin-apps.files:
37222         * debian/gstreamer-plugin-apps.manpages:
37223         * debian/gstreamer-plugin-libs-dev.files:
37224         * debian/gstreamer-plugin-libs.files:
37225         * debian/gstreamer-plugin-template.postinst:
37226         * debian/gstreamer-plugin-template.postrm:
37227         * debian/gstreamer-sdl.files:
37228         * debian/gstreamer-sid.files:
37229         * debian/gstreamer-vorbis.files:
37230         * debian/gstreamer-x.files:
37231         * debian/mk.control:
37232         * debian/rules:
37233         Debian package info not maintained here.
37234
37235 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37236
37237         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37238         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37239         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37240         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37241         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37242         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37243         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37244         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37245         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37246         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37247         * gst-libs/gst/colorbalance/colorbalance.c:
37248         (gst_color_balance_class_init):
37249         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37250         (gst_color_balance_channel_class_init):
37251         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37252         * gst-libs/gst/play/play.c: (gst_play_class_init):
37253         * gst-libs/gst/propertyprobe/propertyprobe.c:
37254         (gst_property_probe_iface_init):
37255         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37256         * gst-libs/gst/tuner/tunerchannel.c:
37257         (gst_tuner_channel_class_init):
37258         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37259         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37260         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37261         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37262         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37263         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37264         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37265         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37266         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37267           fix signals to use - instead of _
37268         * ext/libcaca/gstcacasink.h:
37269         * ext/sdl/sdlvideosink.h:
37270           fix header rename
37271
37272 2004-03-04  David Schleef  <ds@schleef.org>
37273
37274         * testsuite/gst-lint:  Add a check for bad signal names.
37275
37276 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37277
37278         reviewed by David Schleef
37279
37280         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37281         modified the alpha channel and caused a warning. (bug #136192)
37282
37283 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37284
37285         * gst-plugins.spec.in:
37286         Change names of plugins to actually be correct. Try to keep things
37287         alphabetical to avoid getting beat up by Thomas
37288
37289 2004-03-03  Julien MOUTTE <julien@moutte.net>
37290
37291         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37292         Using ximagesink as a default if no gconf key found. We should
37293         probably consider using alsasink instead of osssink for the audio
37294         part.
37295
37296 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37297
37298         * configure.ac:
37299           fix --with-plugins, don't think it ever worked before
37300         * gst-plugins.spec.in:
37301           even more updates
37302
37303 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37304
37305         * ext/sdl/sdlvideosink.h:
37306         * sys/ximage/ximagesink.h:
37307         * sys/xvideo/xvideosink.h:
37308         * sys/xvimage/xvimagesink.h:
37309           Fix for move of gstvideosink.h -> videosink.h.
37310
37311 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37312
37313         * gst-libs/gst/xwindowlistener/Makefile.am:
37314           this is a plugin library, not a library
37315
37316 2004-03-01  David Schleef  <ds@schleef.org>
37317
37318         * AUTHORS:  Added some names.  Add yourself if you're still
37319         missing.
37320
37321 2004-03-01  David Schleef  <ds@schleef.org>
37322
37323         * MAINTAINERS: Add
37324
37325 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37326
37327         * gst-plugins.spec.in: clean up spec file
37328
37329 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37330
37331         * gst-libs/gst/video/Makefile.am:
37332         * gst-libs/gst/video/gstvideosink.c:
37333         * gst-libs/gst/video/gstvideosink.h:
37334           rename gstvideosink.h to videosink.h to match other headers
37335         * gst/mixmatrix/Makefile.am:
37336           fix plugin filename
37337         * gst/tags/Makefile.am: fix plugin filename
37338
37339 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37340
37341         * gst/tags/Makefile.am: fix plugin filename
37342
37343 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37344
37345         * examples/gstplay/player.c: (got_time_tick), (main):
37346           add error handler
37347           display time_tick more readably
37348         * gst/mixmatrix/Makefile.am:
37349           fix plugin file name
37350
37351 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37352
37353         * sys/oss/gstosselement.c: (gst_osselement_probe),
37354         (device_combination_append), (gst_osselement_class_probe_devices):
37355         * sys/oss/gstosselement.h:
37356           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37357           on my system using alsa oss emulation, fixes bug #135597
37358
37359 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37360
37361         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37362         (gst_videodrop_chain), (gst_videodrop_change_state):
37363         * gst/videodrop/gstvideodrop.h:
37364           Work based on timestamp of input data, not based on the expected
37365           framerate from the input. The consequence is that this element now
37366           not only scales framerates, but also functions as a framerate
37367           corrector or framerate stabilizer/constantizer.
37368
37369 2004-02-27  David Schleef  <ds@schleef.org>
37370
37371         patches from jmmv@menta.net (Julio M. Merino Vidal)
37372
37373         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37374         GST_ELEMENT_ERROR call (bug #135634)
37375         * gst/interleave/interleave.c: (interleave_buffered_loop),
37376         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37377         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37378         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37379         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37380         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37381         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37382         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37383         Fix GST_ELEMENT_ERROR call.
37384         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37385         GST_ELEMENT_ERROR call.
37386
37387 2004-02-27  Benjamin Otte  <otte@gnome.org>
37388
37389         * gst-libs/gst/audio/audio.h:
37390           add macro to make sure header isn't included twice
37391         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37392           don't use gst_buffer_free
37393         * gst/playondemand/filter.func:
37394           don't use gst_data_free. Free data only once.
37395
37396 2004-02-26  David Schleef  <ds@schleef.org>
37397
37398         * gst-libs/gst/colorbalance/Makefile.am:
37399         * gst-libs/gst/mixer/Makefile.am:
37400         * gst-libs/gst/tuner/Makefile.am:
37401         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37402         should not be disted, -marshal.h files should not be installed,
37403         and -enum.h files _should_ be installed.  Fix to make this the
37404         case.
37405
37406 === release 0.7.5 ===
37407
37408 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37409
37410         * configure.ac: release 0.7.5, "Under The Sea"
37411
37412 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37413
37414         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37415         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37416         * gst/videoscale/gstvideoscale.c:
37417         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37418           assorted debug/warning fixes
37419
37420 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37421
37422         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37423         (gst_videoscale_init), (gst_videoscale_chain),
37424         (gst_videoscale_set_property), (plugin_init):
37425         * gst/videoscale/gstvideoscale.h:
37426         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37427         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37428         (gst_videoscale_planar400), (gst_videoscale_packed422),
37429         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37430         (gst_videoscale_24bit), (gst_videoscale_16bit),
37431         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37432         (gst_videoscale_scale_plane_slow),
37433         (gst_videoscale_scale_point_sample),
37434         (gst_videoscale_scale_nearest),
37435         (gst_videoscale_scale_nearest_str2),
37436         (gst_videoscale_scale_nearest_str4),
37437         (gst_videoscale_scale_nearest_32bit),
37438         (gst_videoscale_scale_nearest_24bit),
37439         (gst_videoscale_scale_nearest_16bit):
37440         add debugging category and use it properly
37441         fix use of GST_PTR_FORMAT
37442
37443 2004-02-25  Andy Wingo  <wingo@pobox.com>
37444
37445         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37446         push only when channel->buffer is NULL. Prevents segfaults doing
37447         the state change after a nonlocal exit, like a scheme exception.
37448
37449         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37450         Handle the case where the intersected caps is empty.
37451
37452 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37453
37454         * gst/law/mulaw-decode.c: (mulawdec_link):
37455         * gst/law/mulaw.c: (plugin_init):
37456           fix mulawdec so it actually works again
37457
37458 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37459
37460         reviewed by: David Schleef  <ds@schleef.org>
37461
37462         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37463         (gst_gamma_init), (gst_gamma_set_property),
37464         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37465         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37466         for RGB, with separate r g and b correction factors. (#131167)
37467
37468 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37469
37470         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37471           only signal tags for bitrate if they're > 0 (#134894)
37472
37473 2004-02-24  David Schleef  <ds@schleef.org>
37474
37475         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37476         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37477         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37478         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37479         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37480         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37481         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37482         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37483         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37484         category.  Attempt to fix timestamp calculation.
37485
37486 2004-02-24  Johan Dahlin  <johan@gnome.org>
37487
37488         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37489
37490 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37491
37492         * configure.ac:
37493         * gconf/Makefile.am:
37494         * gconf/gstreamer.schemas:
37495         * gst-libs/gst/gconf/Makefile.am:
37496         * gst-libs/gst/gconf/gconf.c:
37497           version gconf schemas and install locations
37498
37499 2004-02-23  Benjamin Otte  <otte@gnome.org>
37500
37501         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37502         (gst_xine_input_subclass_init):
37503           call parent dispose.
37504           change pad template for CD reader correctly
37505         * ext/xine/Makefile.am:
37506         * ext/xine/gstxine.h:
37507         * ext/xine/xine.c: (plugin_init):
37508         * ext/xine/xineaudiosink.c:
37509           wrap audio sinks, too
37510         * gst-libs/gst/resample/private.h:
37511         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37512         (gst_resample_reinit), (gst_resample_scale),
37513         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37514         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37515         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37516         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37517         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37518         * gst-libs/gst/resample/resample.h:
37519         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37520         (gst_audioscale_class_init), (gst_audioscale_link),
37521         (gst_audioscale_get_buffer), (gst_audioscale_init),
37522         (gst_audioscale_chain), (gst_audioscale_set_property),
37523         (gst_audioscale_get_property):
37524         * gst/audioscale/gstaudioscale.h:
37525           s/resample_*/gst_resample_*/i to not clobber namespaces
37526
37527 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37528
37529         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37530         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37531         (gst_riff_create_video_template_caps),
37532         (gst_riff_create_audio_template_caps),
37533         (gst_riff_create_iavs_template_caps):
37534         * gst-libs/gst/riff/riff-media.h:
37535         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37536         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37537         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37538         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37539         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37540         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37541         (gst_matroska_demux_plugin_init): First batch implementing audio and
37542         video codec tags in demuxers.
37543
37544 2004-02-22  Benjamin Otte  <otte@gnome.org>
37545
37546         * ext/xine/Makefile.am:
37547         * ext/xine/gstxine.h:
37548         * ext/xine/xine.c: (plugin_init):
37549         * ext/xine/xineinput.c:
37550           add input plugin wrapper. Playback from files, http, mms and cdda
37551           works.
37552         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37553           remove leftover G_GNUC_UNUSED
37554         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37555         (gst_asf_demux_identify_guid):
37556           improve debugging output
37557
37558 2004-02-22  Benjamin Otte  <otte@gnome.org>
37559
37560         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37561
37562         * autogen.sh:
37563           replace test -e with test -x for mkinstalldirs to be more portable.
37564           (fixes #134816)
37565
37566 2004-02-22  Benjamin Otte  <otte@gnome.org>
37567
37568         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37569
37570         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37571           set rank to PRIMARY
37572         * gst/volume/gstvolume.c: (plugin_init):
37573           set rank to NONE
37574         fixes #134960
37575
37576 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37577
37578         reviewed by Benjamin Otte  <otte@gnome.org>
37579
37580         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37581           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37582
37583 2004-02-22  Benjamin Otte  <otte@gnome.org>
37584
37585         * configure.ac:
37586           export [_]*{gst,Gst,GST}.* symbols from plugins
37587
37588 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37589
37590         reviewed by: Benjamin Otte  <otte@gnome.org>
37591
37592         * ext/lame/gstlame.c: (add_one_tag):
37593         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37595         (gst_vorbisenc_metadata_set1):
37596         * gst/tags/gstid3tag.c:
37597         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37598           apply fixes from bugs #135042 (lame can't write tags) and #133817
37599           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37600
37601 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37602
37603         * configure.ac: Export only gst_plugin_desc from plugins.
37604          Note that this change only makes any effect with Linux using libtool
37605          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37606          fine. And don't try to have several versions of libtool in different
37607          directories.
37608
37609 2004-02-20  Andy Wingo  <wingo@pobox.com>
37610
37611         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37612         interleave respectively.
37613
37614         * gst/interleave/deinterleave.c: New plugin: deinterleave
37615         (replaces on oneton).
37616         * gst/interleave/interleave.c: New plugin: interleave.
37617         * gst/interleave/plugin.h: Support file.
37618         * gst/interleave/plugin.c: Support file.
37619
37620         * configure.ac: Remove intfloat and oneton, add interleave.
37621
37622         * ext/sndfile/gstsf.c: Handle events better.
37623
37624         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37625         and float2int operation. int2float has scheduling problems as
37626         noted in in2float_chain.
37627
37628 2004-02-20  Benjamin Otte  <otte@gnome.org>
37629
37630         * ext/xine/Makefile.am:
37631         * ext/xine/gstxine.h:
37632         * ext/xine/xine.c:
37633         * ext/xine/xineaudiodec.c:
37634         * ext/xine/xinecaps.c:
37635           add first version of xine plugin wrapper. Currently only wraps the
37636           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37637         * configure.ac:
37638         * ext/Makefile.am:
37639           add xine plugin wrapper, disabled by default. Use --enable-xine to
37640           build. Note that it'll segfault on gst-register if you don't remove
37641           the goom and tvtime post plugins from xine.
37642         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37643         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37644           add extradata parsing for QDM2.
37645           change around debugging prints.
37646
37647 2004-02-19  Benjamin Otte  <otte@gnome.org>
37648
37649         * ext/lame/gstlame.c: (gst_lame_chain):
37650         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37651           use gst_tag_list_insert when you want to insert tags
37652
37653 2004-02-18  David Schleef  <ds@schleef.org>
37654
37655         * configure.ac:  Move massink to gst-rotten
37656         * ext/Makefile.am:
37657         * ext/mas/Makefile.am:
37658         * ext/mas/massink.c:
37659         * ext/mas/massink.h:
37660
37661 2004-02-18  David Schleef  <ds@schleef.org>
37662
37663         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37664         typefinding, since it seems to be worse than nothing.
37665         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37666         atom to recognize .mp4 and .m4a files as video/quicktime.
37667
37668 2004-02-18  David Schleef  <ds@schleef.org>
37669
37670         * gst/sine/demo-dparams.c: (quit_live),
37671         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37672         Use double dparams, not float.
37673         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37674         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37675         sync'd elements don't really work correctly.
37676         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37677         (volume_update_volume), (volume_get_property):  Change dparam
37678         to double.
37679
37680 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37681
37682         * sys/ximage/ximagesink.c:
37683         (gst_ximagesink_xwindow_update_geometry),
37684         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37685         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37686         (gst_ximagesink_init): Rework the way software video scaling works. So
37687         now we check on each chain call if the video frames are feeling the
37688         window. If not we try to renegotiate caps. On failure we memorize that
37689         and we won't try again for that PLAYING sessions.
37690         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37691         failure.
37692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37693         synchronous flag.
37694
37695 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37696
37697         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37698           break up _link so we can give a better debug message for errors
37699
37700 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37701
37702         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37703           set up debug category
37704
37705 2004-02-18  Julien MOUTTE <julien@moutte.net>
37706
37707         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37708         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37709         the way renegotiation work. The event handling function is not taking
37710         care of external windows and renegotiate method check for pad flags
37711         NEGOTIATING. Should fix : #133209
37712
37713 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37714
37715         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37716         pad is negotiating before trying renegotiation.
37717
37718 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37719
37720         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37721           pass on all possible mime types as typefind hints
37722
37723 2004-02-17  Julien MOUTTE <julien@moutte.net>
37724
37725         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37727         possible SHM leak if we crash. All other apps using XShm are doing
37728         that.
37729
37730 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37731
37732         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37733         (gst_ximagesink_expose): Renegotiate size on expose.
37734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37735         size on expose.
37736
37737 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37738
37739         * testsuite/alsa/sinesrc.c:
37740           cosmetic fix to fix compile issue with gcc 2.95.4
37741
37742 2004-02-16  Julien MOUTTE <julien@moutte.net>
37743
37744         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37745         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37746         failed opening the audio device.
37747         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37748         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37749         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37750         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37751         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37752         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37753         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37754         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37755         Removing some useless g_return_if_fail like wingo suggested.
37756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37757         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37758         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37759         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37760         (gst_xvimagesink_update_colorbalance),
37761         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37762         (gst_xvimagesink_xcontext_clear),
37763         (gst_xvimagesink_get_fourcc_from_caps),
37764         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37765         (gst_xvimagesink_set_xwindow_id),
37766         (gst_xvimagesink_colorbalance_list_channels),
37767         (gst_xvimagesink_colorbalance_set_value),
37768         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37769         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37770
37771 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37772
37773         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37774           throw error when not negotiated instead of asserting
37775
37776 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37777
37778         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37779         correct data refcounting.
37780
37781 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37782
37783         * gst/switch/gstswitch.c: (gst_switch_change_state),
37784         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37785         change, mostly the EOS flag.
37786
37787 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37788
37789         * examples/gstplay/player.c: (got_eos), (main): Adding some
37790         output for debugging.
37791         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37792         timeouts if we go to any state different from PLAYING.
37793         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37794         more EOS bugs in riff lib.
37795
37796 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37797
37798         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37799         visualization until i find a way to fix switch correctly.
37800         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37801         EOS arrives.
37802         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37803         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37804         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37805         Reworked switch to get a more correct behaviour with events and refing
37806         of data stored in sinkpads.
37807         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37808         we don't pull from a pad in EOS.
37809
37810 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37811
37812         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37813           remove v1 tag even if we can't read it (makes sure we don't detect
37814           it again)
37815
37816 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37817
37818         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37819         (gst_alsa_xrun_recovery):
37820         * ext/alsa/gstalsa.h:
37821           try xrun recovery when wait failed. Make xrun recovery function
37822           return TRUE/FALSE to indicate success. (might fix #134354)
37823
37824 2004-02-13  David Schleef  <ds@schleef.org>
37825
37826         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37827         (dynparm_value_changed), (main): Convert from float to double.
37828         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37829
37830 2004-02-13  David Schleef  <ds@schleef.org>
37831
37832         * gst/silence/gstsilence.c: (gst_silence_class_init),
37833         (gst_silence_set_clock), (gst_silence_get),
37834         (gst_silence_set_property), (gst_silence_get_property):
37835         * gst/silence/gstsilence.h: Add sync property.
37836         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37837         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37838         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37839         * gst/sine/gstsinesrc.h: Add sync property.
37840
37841 2004-02-13  David Schleef  <ds@schleef.org>
37842
37843         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37844         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37845
37846 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37847
37848         * configure.ac:
37849         * ext/Makefile.am:
37850         * gst-libs/ext/Makefile.am:
37851           move ffmpeg plugin to gst-ffmpeg module
37852
37853 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37854
37855         * configure.ac: use GST_ARCH to detect architecture
37856
37857 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37858
37859         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37860
37861 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37862
37863         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37864           classify LADSPA plugins based on number of src/sink pads
37865           (#133663, Stefan Kost)
37866         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37867           fix dparams registration
37868           (#133528, Stefan Kost)
37869         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37870           fix use of isprint and use g_ascii_isprint instead
37871           (#133316, Stefan Kost)
37872
37873 2004-02-11  David Schleef  <ds@schleef.org>
37874
37875         Convert a few inner loops to use liboil.  This is currently
37876         optional, and is only enabled if liboil is present (duh!).
37877         * configure.ac: Check for liboil-0.1
37878         * gst/intfloat/Makefile.am:
37879         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37880         (gst_int2float_chain_gint16):
37881         * gst/videofilter/Makefile.am:
37882         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37883         (tablelookup_u8), (gst_videobalance_planar411):
37884         * gst/videotestsrc/Makefile.am:
37885         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37886         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37887         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37888         (paint_hline_RGB565), (paint_hline_xRGB1555):
37889
37890 2004-02-11  David Schleef  <ds@schleef.org>
37891
37892         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37893         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37894         (gst_colorspace_getcaps), (gst_colorspace_link),
37895         (gst_colorspace_base_init), (gst_colorspace_init),
37896         (gst_colorspace_chain), (gst_colorspace_change_state),
37897         (plugin_init): Merge Ronald's patch (bug #117897) and update
37898         for new caps and negotiation.  Seems to work, although it
37899         shows off bugs in lcs.
37900
37901 2004-02-11  David Schleef  <ds@schleef.org>
37902
37903         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37904         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37905
37906 2004-02-11  David Schleef  <ds@schleef.org>
37907
37908         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37909         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37910         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37911         Add server and port properties
37912
37913 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37914
37915         * m4/a52.m4:
37916         * m4/aalib.m4:
37917         * m4/as-ffmpeg.m4:
37918         * m4/as-liblame.m4:
37919         * m4/as-slurp-ffmpeg.m4:
37920         * m4/check-libheader.m4:
37921         * m4/esd.m4:
37922         * m4/freetype2.m4:
37923         * m4/gconf-2.m4:
37924         * m4/glib.m4:
37925         * m4/gst-alsa.m4:
37926         * m4/gst-artsc.m4:
37927         * m4/gst-ivorbis.m4:
37928         * m4/gst-matroska.m4:
37929         * m4/gst-sdl.m4:
37930         * m4/gst-shout2.m4:
37931         * m4/gst-sid.m4:
37932         * m4/gtk.m4:
37933         * m4/libdv.m4:
37934         * m4/libfame.m4:
37935         * m4/libmikmod.m4:
37936         * m4/ogg.m4:
37937         * m4/vorbis.m4:
37938           fix underquotedness of macros (#133800)
37939         * m4/as-avifile.m4:
37940         * m4/xmms.m4:
37941           removed because no longer used
37942
37943 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37944
37945         * configure.ac:
37946           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37947           by autopoint (fixes #132996)
37948
37949 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37950
37951         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37952         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37953         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37954         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37955           fix memleaks
37956
37957 2004-02-11  David Schleef  <ds@schleef.org>
37958
37959         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37960         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37961         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37962         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37963         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37964         (gst_jpegenc_class_init), (gst_jpegenc_init),
37965         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37966         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37967         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37968         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37969
37970 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37971
37972         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37973         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37974         * ext/mikmod/gstmikmod.h:
37975           fix caps negotiation in mikmod
37976         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37977           output debug information
37978
37979 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37980
37981         * gst-libs/gst/colorbalance/Makefile.am:
37982         * gst-libs/gst/navigation/Makefile.am:
37983         * gst-libs/gst/xoverlay/Makefile.am:
37984           remove unused GST_OPT_CFLAGS from Makefiles
37985           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37986
37987 2004-02-07  David Schleef  <ds@schleef.org>
37988
37989         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37990         push events to pads that haven't been created (#133508)
37991
37992 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37993
37994         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37995         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37996         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37997         (gst_dvdec_loop), (gst_dvdec_change_state):
37998         Second attempt at committing a working dvdec element.
37999
38000 2004-02-06  David Schleef  <ds@schleef.org>
38001
38002         Build fixes for OS X: (see #129600)
38003         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38004         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38005         (gst_riff_read_strf_iavs):
38006         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38007         (gst_avi_demux_stream_odml):
38008         * gst/playondemand/Makefile.am:
38009         * gst/rtp/rtp-packet.c:
38010
38011 2004-02-05  David Schleef  <ds@schleef.org>
38012
38013         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38014         last change, because it Just Doesn't Compile.
38015
38016 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38017
38018         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38019           skip undecodable id3v2 tag instead of keeping it
38020
38021 2004-02-05  David Schleef  <ds@schleef.org>
38022
38023         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38024         Unref leaked buffer.  (Noticed by Ronald)
38025
38026 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38027
38028         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38029         Sync requires with other checks.  >= vs =.
38030
38031 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38032
38033         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38034         (gst_dvdec_video_link), (gst_dvdec_loop):
38035         * ext/dv/gstdvdec.h:
38036           rework the caps negotiation so that dvdec works again instead
38037           of just segfaulting.
38038
38039 === release 0.7.4 ===
38040
38041 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38042
38043         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38044         * configure.ac: changed for release
38045
38046 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38047
38048         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38049         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38050         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38051         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38052           reworked patch by David Lehn to fix libdir and includedir for
38053           uninstalled libraries
38054           removed play and gconf from gstreamer-libs since they have their
38055           own pkgconfig files
38056
38057 2004-02-04  David Schleef  <ds@schleef.org>
38058
38059         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38060         memleak.
38061
38062 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38063
38064         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38065           use correct GST_TAG_ENCODER tag
38066
38067 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38068
38069         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38070           be sure to stop the clock when going to paused
38071         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38072           reset number of transmitted when going to ready.
38073         fixes #132935
38074
38075 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38076
38077         reviewed by Benjamin Otte
38078
38079         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38080           extract track count (fixes #133410)
38081
38082 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38083
38084         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38085           that should be !=, not == (fixes #132519)
38086
38087 2004-02-04  David Schleef  <ds@schleef.org>
38088
38089         Make sure set_explicit_caps() is called before adding pad.
38090         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38091         * gst/id3/gstid3types.c: (gst_id3types_loop):
38092         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38093         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38094
38095 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38096
38097         * configure.ac:
38098           bump nano to 2, first prerelease
38099           put back AM_PROG_LIBTOOL
38100
38101 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38102
38103         * testsuite/alsa/Makefile.am:
38104           these are user test apps, not automatic testsuite tests
38105
38106 2004-02-04  David Schleef  <ds@schleef.org>
38107
38108         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38109         * gst/mpeg1videoparse/gstmp1videoparse.c:
38110         (mp1videoparse_parse_seq):
38111         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38112         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38113         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38114         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38115         (gst_xvideosink_getcaps):
38116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38117         * testsuite/gst-lint: more tests
38118
38119 2004-02-04  David Schleef  <ds@schleef.org>
38120
38121         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38122         with the code that they would expand to.
38123         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38124         (gst_flacdec_get_src_query_types),
38125         (gst_flacdec_get_src_event_masks):
38126         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38127         (gst_gnomevfssrc_get_query_types),
38128         (gst_gnomevfssrc_get_event_mask):
38129
38130 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38131
38132         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38133         (gst_sinesrc_dispose):
38134           fix memleak by properly disposing sinesrc
38135
38136 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38137
38138         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38139         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38140         an overlay to redraw the image because it has been exposed.
38141         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38142         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38143         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38144         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38145         interface
38146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38147         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38148         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38149         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38150         interface
38151
38152 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38153
38154         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38155           more memleak fixage
38156
38157 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38158
38159         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38160         * gst/typefind/gsttypefindfunctions.c:
38161           fix memleaks shown by gst-typefind
38162
38163 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38164
38165         * common/glib-gen.mak:
38166           add hack rule to touch .Plo files
38167         * gst-libs/gst/colorbalance/Makefile.am:
38168         * gst-libs/gst/mixer/Makefile.am:
38169         * gst-libs/gst/play/Makefile.am:
38170         * gst-libs/gst/tuner/Makefile.am:
38171           remove glib_root variable
38172
38173 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38174
38175         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38176           set explicit caps before adding the element, so the autopluggers can
38177           plug correctly.
38178         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38179         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38180         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38181         (dv_type_find):
38182           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38183           argument.
38184
38185 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38186
38187         * gst-libs/gst/colorbalance/Makefile.am:
38188         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38189         * gst-libs/gst/colorbalance/colorbalance.c:
38190         * gst-libs/gst/colorbalance/colorbalance.h:
38191         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38192         * gst-libs/gst/mixer/Makefile.am:
38193         * gst-libs/gst/mixer/mixer-marshal.list:
38194         * gst-libs/gst/mixer/mixer.c:
38195         * gst-libs/gst/mixer/mixer.h:
38196         * gst-libs/gst/mixer/mixermarshal.list:
38197         * gst-libs/gst/play/Makefile.am:
38198         * gst-libs/gst/play/play.h:
38199         * gst-libs/gst/tuner/Makefile.am:
38200         * gst-libs/gst/tuner/tuner-marshal.list:
38201         * gst-libs/gst/tuner/tuner.c:
38202         * gst-libs/gst/tuner/tuner.h:
38203         * gst-libs/gst/tuner/tunermarshal.list:
38204           use new glib-gen.mak snippet to clean up Makefile.am
38205           fix various bugs in Makefile.am's
38206
38207 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38208
38209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38210           handle chain parsing correctly in the multichain case
38211         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38212         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38213         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38214         (theora_dec_chain):
38215           handle events and queries correctly
38216
38217 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38218
38219         * .cvsignore:
38220         Ignore generated file _stdint.h.
38221
38222 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38223
38224         * gst-libs/gst/colorbalance/Makefile.am:
38225         * gst-libs/gst/colorbalance/colorbalance.h:
38226         * gst-libs/gst/mixer/Makefile.am:
38227         * gst-libs/gst/mixer/mixer.h:
38228         * gst-libs/gst/play/Makefile.am:
38229         * gst-libs/gst/play/play.h:
38230         * gst-libs/gst/tuner/Makefile.am:
38231         * gst-libs/gst/tuner/tuner.h:
38232         Generate enum type code with glib-mkenums.
38233         * gst-libs/gst/colorbalance/.cvsignore:
38234         * gst-libs/gst/mixer/.cvsignore:
38235         * gst-libs/gst/play/.cvsignore:
38236         * gst-libs/gst/tuner/.cvsignore:
38237         Ignore generated files.
38238
38239 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38240
38241         * gst-libs/gst/audio/.cvsignore:
38242         Ignore generated file.
38243         * gst-libs/gst/audio/Makefile.am:
38244         Do not install example filter.
38245
38246 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38247
38248         * examples/switch/.cvsignore:
38249         Ignore generated file.
38250
38251 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38252
38253         * common/m4/ax_create_stdint_h.m4:
38254         * configure.ac:
38255           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38256           _stdint.h.
38257         * Makefile.am:
38258           remove generated _stdint.h in DISTCLEANFILES
38259         * ext/a52dec/gsta52dec.c:
38260           include _stdint.h for a52dec. (should fix #133064)
38261
38262 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38263
38264         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38265         (gst_tag_to_vorbis_comments):
38266         Add replaygain support to vorbistag
38267
38268 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38269         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38270         (gst_ffmpeg_caps_to_extradata):
38271           Fix SVQ3 caps flag properties
38272           Use glib macro for bytes swap
38273
38274 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38275
38276         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38277         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38278         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38279         * ext/sndfile/gstsf.c: (plugin_init):
38280         * gst/avi/gstavi.c: (plugin_init):
38281         * sys/dxr3/dxr3init.c: (plugin_init):
38282         * sys/oss/gstossaudio.c: (plugin_init):
38283         * sys/v4l/gstv4l.c: (plugin_init):
38284         * sys/v4l2/gstv4l2.c: (plugin_init):
38285           remove textdomain calls
38286         * po/nl.po:
38287           update Dutch translation
38288
38289 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38290
38291         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38292         (gst_play_set_audio_sink): Moving volume in the audio thread for
38293         instantaneous volume change. Maybe i will add another volume in front
38294         of visualization later, not sure yet though.
38295
38296 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38297
38298         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38299         (gst_ximagesink_handle_xevents): Better X events handling, only take
38300         the latest events for configure and motion.
38301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38302
38303 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38304
38305         reviewed by: David Schleef  <ds@schleef.org>
38306
38307         Fix memory leaks:
38308         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38309         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38310
38311 2004-02-02  David Schleef  <ds@schleef.org>
38312
38313         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38314         of lines.
38315         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38316         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38317         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38318         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38319         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38320         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38321         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38322         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38323         (gst_float2_2_int_link):
38324         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38325         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38326         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38327         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38328         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38329         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38330         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38331         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38332         * testsuite/gst-lint: Add tests for bzero and ;;
38333
38334 2004-02-02  David Schleef  <ds@schleef.org>
38335
38336         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38337
38338 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38339
38340         * ext/aalib/gstaasink.c: (gst_aasink_open):
38341         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38342         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38343         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38344         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38345         (gst_afsink_close_file):
38346         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38347         (gst_afsrc_close_file):
38348         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38349         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38350         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38351         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38352         * ext/esd/esdmon.c: (gst_esdmon_get):
38353         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38354         * ext/faac/gstfaac.c: (gst_faac_chain):
38355         * ext/faad/gstfaad.c: (gst_faad_chain):
38356         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38357         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38358         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38359         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38360         (gst_flacdec_loop):
38361         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38362         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38363         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38364         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38365         (gst_gnomevfssink_close_file):
38366         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38367         (gst_gnomevfssrc_open_file):
38368         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38369         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38370         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38371         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38372         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38373         * ext/mad/gstmad.c: (gst_mad_chain):
38374         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38375         * ext/mpeg2dec/gstmpeg2dec.c:
38376         * ext/mpeg2enc/gstmpeg2enc.cc:
38377         * ext/mplex/gstmplex.cc:
38378         * ext/mplex/gstmplexibitstream.cc:
38379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38380         (gst_ogg_demux_push):
38381         * ext/raw1394/gstdv1394src.c:
38382         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38383         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38384         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38385         (gst_sf_loop):
38386         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38387         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38388         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38389         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38390         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38391         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38392         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38393         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38394         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38395         (gst_riff_read_element_data), (gst_riff_read_seek),
38396         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38397         * gst/adder/gstadder.c: (gst_adder_loop):
38398         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38399         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38400         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38401         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38402         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38403         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38404         * gst/goom/gstgoom.c: (gst_goom_chain):
38405         * gst/id3/gstid3types.c: (gst_id3types_loop):
38406         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38407         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38408         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38409         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38410         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38411         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38412         (gst_ebml_read_float), (gst_ebml_read_header):
38413         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38414         (gst_matroska_demux_parse_blockgroup):
38415         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38416         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38417         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38418         * gst/silence/gstsilence.c: (gst_silence_get):
38419         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38420         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38421         * gst/speed/gstspeed.c: (speed_loop):
38422         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38423         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38424         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38425         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38426         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38427         (gst_wavparse_loop):
38428         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38429         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38430         (dxr3audiosink_close):
38431         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38432         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38433         (dxr3videosink_close), (dxr3videosink_write_data):
38434         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38435         * sys/oss/gstosssink.c: (gst_osssink_chain):
38436         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38437         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38438         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38439         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38440         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38441         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38442         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38443         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38444         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38445         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38446         (gst_v4l_set_audio):
38447         * sys/v4l/v4l_calls.h:
38448         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38449         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38450         (gst_v4lmjpegsink_playback_init),
38451         (gst_v4lmjpegsink_playback_start):
38452         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38453         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38454         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38455         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38456         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38457         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38458         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38459         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38460         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38461         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38462         (gst_v4l2_get_output), (gst_v4l2_set_output),
38463         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38464         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38465         (gst_v4l2_set_attribute):
38466         * sys/v4l2/v4l2_calls.h:
38467         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38468         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38469         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38470         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38471         (gst_v4l2src_capture_stop):
38472         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38473         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38474         (gst_ximagesink_chain):
38475         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38476         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38477         (gst_xvideosink_xwindow_new):
38478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38479         (gst_xvimagesink_chain):
38480
38481 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38482
38483         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38484         (gst_volume_get_volume), (volume_class_init), (volume_init),
38485         (volume_chain_int16), (volume_update_volume):
38486         * gst/volume/gstvolume.h:
38487           make code more readable by removing magic numbers
38488           make mixer interface export 0-100 range
38489           make it internally map to 0.0-1.0 range so users don't distort
38490           output by putting the sliders at full volume
38491
38492 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38493
38494         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38495         (gst_play_state_change), (gst_play_seek_to_time):
38496         block the tick callback for 0.5 secs after doing a seek
38497
38498 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38499
38500         * gst-libs/gst/play/play.c: (gst_play_new):
38501           check for GError
38502
38503 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38504
38505         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38506         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38507         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38508         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38510         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38511
38512 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38513
38514         * configure.ac:
38515         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38516           check for a function added in vorbis 1.1
38517
38518 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38519
38520         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38521         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38522           really start/stop clock only on PLAYING <=> PAUSED
38523         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38524           remove \n from debugging lines
38525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38526           make it work when seeking does not
38527         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38528           reset on DISCONT
38529
38530 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38531
38532         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38533           start clock on PAUSED=>PLAYING, not later
38534         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38535           extract correct time for different discont formats
38536         (gst_alsa_sink_get_time):
38537           don't segfault when no format is negotiated yet, just return 0
38538         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38539         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38540         (gst_ogg_pad_push):
38541           handle flush and discont events correctly
38542         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38543           handle discont events correctly
38544
38545 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38546
38547         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38548         (gst_play_error_create), (gst_play_error_plugin),
38549         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38550         * gst-libs/gst/play/play.h:
38551           add error handling during creation
38552         * examples/gstplay/player.c: (main):
38553           use new gst_play_new
38554
38555
38556 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38557
38558         * ext/theora/theoradec.c: (theora_dec_chain):
38559           make comments work
38560         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38561         (vorbis_dec_src_event), (vorbis_dec_chain):
38562           add encoder tag, fix tag reading to be more error tolerant, change
38563           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38564           gst_pad_event_default.
38565         * gst/tags/gstvorbistag.c:
38566         (gst_tag_list_from_vorbiscomment_buffer):
38567           undefine function specific define at end of function
38568
38569 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38570
38571         * ext/flac/gstflac.c: (plugin_init):
38572         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38573         * ext/flac/gstflacdec.h:
38574         * ext/flac/gstflacenc.h:
38575           Fix typos
38576
38577 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38578
38579         * examples/gstplay/player.c: s/gstplay.h/play.h/
38580
38581 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38582
38583         * gst-libs/gst/play/Makefile.am:
38584         * gst-libs/gst/play/gstplay.c:
38585         * gst-libs/gst/play/gstplay.h:
38586         * gst-libs/gst/play/play.c:
38587           more surgery, operation complete
38588
38589 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38590
38591         * gst-libs/gst/play/play.old.c:
38592         * gst-libs/gst/play/play.old.h:
38593           after CVS surgery by moving, remove
38594         * gst-libs/gst/play/playpipelines.c:
38595           remove
38596
38597         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38598           add negotiation error
38599
38600 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38601
38602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38603         (gst_ogg_demux_push):
38604           add some seeking debug info
38605           send a flush when seeking
38606
38607 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38608
38609         * configure.ac:
38610           use AC_C_INLINE
38611         * configure.ac:
38612         * ext/Makefile.am:
38613         * ext/theora/Makefile.am:
38614         * ext/theora/theoradec.c:
38615           add theora video decoder. Does just do simple decoding for now and
38616           has been tested against Theora cvs only. It only works when theora
38617           is compiled with --enable-static.
38618         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38619           always reset packetno on DISCONT
38620
38621 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38622
38623         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38624           Fix audio.
38625
38626 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38627
38628         * gst/mpegaudioparse/gstmpegaudioparse.c:
38629         (mp3_type_frame_length_from_header):
38630           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38631
38632 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38633
38634         * ext/esd/esdsink.c: (gst_esdsink_init):
38635           Since we have static pad template caps, we don't need to negotiate;
38636           either the core errors out or we know the format.
38637
38638 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38639
38640         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38641         (gst_riff_read_seek):
38642         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38643         (gst_ebml_read_seek):
38644           Fix event handling.
38645
38646 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38647
38648         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38649           removee video/x-theora from vp3 decoder, it doesn't handle raw
38650           theora streams
38651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38652           fix bug with finalizing element that never went to PAUSED
38653         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38654           length and position queries were swapped
38655         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38656         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38657         (vorbis_dec_src_event):
38658           implement querying time and bytes
38659
38660 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38661
38662         * just about every source file:
38663           gst_element_error -> GST_ELEMENT_ERROR
38664
38665 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38666
38667         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38668         emiting FLUSH and even before DISCONT.
38669         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38670         get the best instant seeking as possible yay!
38671
38672 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38673
38674         * gst/mpeg1videoparse/gstmp1videoparse.c:
38675         (gst_mp1videoparse_real_chain):
38676           Committed wrong version last week... Grr... Didn't notice until now.
38677
38678 2004-01-29  Julien MOUTTE <julien@moutte.net>
38679
38680         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38682         have_xwindow_id signal in xwindow_create.
38683
38684 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38685
38686         * ext/ogg/gstoggdemux.c:
38687           lots of changes - mainly support for chained bitstreams, seeking,
38688           querying and bugfixes of course
38689         * ext/vorbis/Makefile.am:
38690         * ext/vorbis/vorbisdec.c:
38691         * ext/vorbis/vorbisdec.h:
38692           add vorbisdec raw vorbis decoder
38693         * ext/vorbis/vorbis.c: (plugin_init):
38694           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38695         * gst/intfloat/Makefile.am:
38696         * gst/intfloat/float22int.c:
38697         * gst/intfloat/float22int.h:
38698         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38699           add float2intnew plugin. It converts multichannel interleaved float to
38700           multichannel interleaved int. The name should probably be changed.
38701         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38702         (plugin_init):
38703           add typefinding for raw theora video so oggdemux can detect it.
38704
38705 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38706
38707         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38708         sink element first.
38709         * gst/videoscale/gstvideoscale.c:
38710         (gst_videoscale_handle_src_event): Fixing src event handler.
38711
38712 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38713
38714         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38715         (gst_v4lsrc_open), (gst_v4lsrc_close),
38716         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38717         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38718         * sys/v4l/gstv4lsrc.h:
38719         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38720         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38721           Implement resizing... Hack. But that's why v4l is b0rked...
38722
38723 2004-01-28  Julien MOUTTE <julien@moutte.net>
38724
38725         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38726         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38727         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38728         (gst_ximagesink_xwindow_destroy):
38729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38730         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38731         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38732         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38733         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38734         correctly cleaning the image created to check xshm calls on succes,
38735         added a lot of XSync calls in X11 functions, and fixed a segfault when
38736         no image format was defined before negotiation happened.
38737
38738 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38739
38740         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38741           use gst_element_get_time to get correct time
38742
38743 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38744
38745         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38746         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38747         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38749         (gst_xvimagesink_check_xshm_calls),
38750         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38751         X plugins are now able to detect that XShm calls will fail even if the
38752         server claims that it has XShm support (remote displays most of the
38753         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38754         so that we use non XShm functions. This feature is almost useless for
38755         xvimagesink as Xv is not supported on remote displays anyway, but
38756         it might happen than even on the local display XShm calls fail.
38757
38758 2004-01-27  David Schleef  <ds@schleef.org>
38759
38760         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38761         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38762         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38763         changed esdsink to only use 44100,16,2, since esd sucks at rate
38764         conversion and esdsink has had difficulty negotiating.
38765
38766 2004-01-27  Julien MOUTTE <julien@moutte.net>
38767
38768         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38769         (gst_play_seek_to_time): Fixing the way to get current position.
38770
38771 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38772
38773         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38774           use gst_element_get_time to get correct time
38775
38776 2004-01-27  Julien MOUTTE <julien@moutte.net>
38777
38778         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38779         fix ever... Inverting 2 lines of code make spider autoplug correctly
38780         tagged mp3 !
38781
38782 2004-01-27  David Schleef  <ds@schleef.org>
38783
38784         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38785         Use gst_pad_try_set_caps_nonfixed().
38786
38787 2004-01-27  David Schleef  <ds@schleef.org>
38788
38789         * gst/ac3parse/gstac3parse.c: update to checklist 5
38790         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38791         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38792         * gst/audioscale/gstaudioscale.c: same
38793         * gst/auparse/gstauparse.c: same
38794         * gst/avi/gstavidemux.c: same
38795
38796 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38797
38798         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38799           stop processing after EOS
38800
38801 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38802
38803         * gst/asfdemux/asfheaders.h:
38804         * gst/asfdemux/gstasfdemux.c:
38805         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38806         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38807         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38808           lot's of fixes to make data extraction simpler and get the code
38809           architecture and compiler independant. Add debugging category
38810         * gst/goom/gstgoom.c: (gst_goom_change_state):
38811           reset channel count on PAUSED=>READY, not READY=>PAUSED
38812
38813 2004-01-26  Colin Walters  <walters@verbum.org>
38814
38815         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38816         code to pull a bigger buffer in iradio mode.  This as a side effect
38817         makes typefinding work.
38818
38819 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38820
38821         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38822         Fix SVQ3 decoding on PPC
38823
38824 2004-01-26  Julien MOUTTE <julien@moutte.net>
38825
38826         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38827         that one managed to stay there... Fixed.
38828
38829 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38830
38831         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38832         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38833         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38834         (qtdemux_video_caps):
38835         * gst/qtdemux/qtdemux.h:
38836         Add SVQ3 specific flags to qtdemux and ffmpeg
38837
38838 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38839
38840         * gst-libs/gst/audio/audio.h:
38841           remove buffer-frames from audio caps
38842         * gst/audioconvert/gstaudioconvert.c:
38843           fix plugin to really work.
38844
38845 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38846
38847         * gst-libs/gst/mixer/mixer.c:
38848         * gst-libs/gst/propertyprobe/propertyprobe.c:
38849         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38850         (gst_tuner_find_channel_by_name):
38851         * gst-libs/gst/tuner/tuner.h:
38852           Add gtk-doc style comments. Also fix a function name.
38853
38854 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38855
38856         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38857         (gst_divxdec_negotiate):
38858           Fix for new capsnego - also fixes gst-player with divxdec.
38859
38860 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38861
38862         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38863         (gst_play_identity_handoff), (gst_play_set_location),
38864         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38865         try in visualization implementation. Still have an issue with switch
38866         blocking when pulling from video_queue and only audio comes out of
38867         spider.
38868         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38869         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38870         release method. And check if the pad is usable before pulling.
38871
38872 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38873
38874         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38875         (gst_videobalance_init),
38876         (gst_videobalance_colorbalance_list_channels),
38877         (gst_videobalance_colorbalance_set_value),
38878         (gst_videobalance_colorbalance_get_value),
38879         (gst_videobalance_update_properties),
38880         (gst_videobalance_update_tables_planar411),
38881         (gst_videobalance_planar411):
38882         * gst/videofilter/gstvideobalance.h:
38883           Implement lookup-tables. +/- 10x faster.
38884
38885 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38886
38887         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38888         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38889           The index reading was broken. The rest worked fine, but the whole
38890           goal of my rewrite was to make avidemux readable, and this was
38891           not at all readable. Please use typed variables.
38892
38893 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38894
38895         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38896           Additional pad usability check.
38897         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38898         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38899         (gst_mp1videoparse_real_chain):
38900           Fix MPEG video stream parsing. The original plugin had several
38901           issues, including not timestamping streams where the source was
38902           not timestamped (this happens with PTS values in mpeg system
38903           streams, but MPEG video is also a valid stream on its own so
38904           that needs timestamps too). We use the display time code for that
38905           for now. Also, if one incoming buffer contains multiple valid
38906           frames, we push them all on correctly now, including proper EOS
38907           handling. Lastly, several potential segfaults were fixed, and we
38908           properly sync on new sequence/gop headers to include them in next,
38909           not previous frames (since they're header for the next frame, not
38910           the previous). Also see #119206.
38911         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38912         (bpf_from_header):
38913           Move caps setting so we only do it after finding several valid
38914           MPEG-1 fraes sequentially, not right after the first one (which
38915           might be coincidental).
38916         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38917         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38918         (plugin_init):
38919           Add unsynced MPEG video stream typefinding, and change some
38920           probability values so we detect streams rightly. The idea is as
38921           follows: I can have an unsynced system stream which contains
38922           video. In the current code, I would randomly get a type for either
38923           system or video stream type found, because the probabilities are
38924           being calculated rather randomly. I now use fixed values, so we
38925           always prefer system stream if that was found (and that is how it
38926           should be). If no system stream was found, we can still identity                the stream as video-only.
38927
38928 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38929
38930         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38931         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38932           don't write to buffer. Extract data without the need of
38933           __attribute__ ((packed))
38934
38935 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38936
38937         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38938         (mpeg1_sys_type_find):
38939           Fix MPEG-1 stream typefinding.
38940
38941 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38942
38943         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38944           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38945
38946 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38947
38948         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38949         * ext/esd/gstesd.c: (plugin_init):
38950           private debugging, better error reporting
38951
38952 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38953
38954         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38955         (gst_riff_read_init), (gst_riff_read_change_state):
38956         * gst-libs/gst/riff/riff-read.h:
38957           Remove stuff fromold metadata system.
38958
38959 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38960
38961         * ext/ogg/gstoggdemux.c:
38962           Fix wrong file comment.
38963         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38964         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38965           Add metadata reading properly.
38966
38967 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38968
38969         * ext/Makefile.am:
38970           Fix nas DIST_SUBDIRS
38971           Uraeus:
38972           Fix bug where make distcheck doesn't get run on adding stuff to
38973           the build.
38974
38975 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38976
38977         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38978         * ext/divx/gstdivxdec.h:
38979           Fix divx3 ("msmpeg4") playback using divxdec.
38980
38981 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38982
38983         * gst/typefind/gsttypefindfunctions.c:
38984         (mp3_type_frame_length_from_header): fix bug in length computation
38985         (mp3_type_find): improve debugging output
38986
38987 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38988
38989         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38990         (gst_play_set_location), (gst_play_seek_to_time),
38991         (gst_play_set_audio_sink), (gst_play_set_visualization),
38992         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38993         the pipeline from scratch. Visualization is back and switch went out as
38994         i realized it was not possible to use the way i wanted.
38995         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38996         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38997         clearing in state change from READY to NULL. So that one can clean the
38998         X ressources keeping the element.
38999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39000         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39001         (gst_xvimagesink_colorbalance_set_value),
39002         (gst_xvimagesink_colorbalance_get_value),
39003         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39004         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39005         change from READY to NULL and fixed some stupid bugs in colorbalance
39006         get/set values. Also added the following feature : when nobody tries to
39007         set some values to the colorbalance levels before the xcontext is
39008         grabbed, then when creating channels list from Xv attributes we set the
39009         internal values to the Xv defaults. This way we handle buggy Xv drivers
39010         that set default hue values far from the middle of the range (Thanks
39011         to Jon Trowbridge for pointing that issue).
39012         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39013         colorbalance levels have been set before xcontext is grabbed.
39014
39015 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39016
39017         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39018           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39019           it might block operations (which is bad for a mixer).
39020
39021 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39022
39023         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39024         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39025         (gmip_find_type_pre):
39026         * gst-libs/gst/media-info/media-info-priv.h:
39027         * gst-libs/gst/media-info/media-info.c:
39028         (gst_media_info_instance_init), (gst_media_info_read_idler):
39029         add fakesink to get caps on decoder src pad again
39030         fix callback prototype to match new have_type signal signature
39031
39032 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39033
39034         * gst/adder/gstadder.c: (gst_adder_link):
39035           fix non-compile and cut-n-paste code
39036
39037 2004-01-21  David Schleef  <ds@schleef.org>
39038
39039         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39040         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39041         (gst_swfdec_init), (gst_swfdec_change_state):
39042         * ext/swfdec/gstswfdec.h:
39043         Fix negotiation.
39044         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39045         (gst_adder_request_new_pad): Fix negotiation.
39046         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39047         Add a fixate function.
39048         * gst/intfloat/gstfloat2int.c:
39049         * gst/intfloat/gstfloat2int.h:
39050         * gst/intfloat/gstint2float.c:
39051         * gst/intfloat/gstint2float.h:
39052         Completely rewrite the negotiation.  Doesn't quite work yet,
39053         due to some buffer-frames problem.
39054
39055 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39056
39057         * ext/gnomevfs/gstgnomevfssrc.c:
39058         * sys/v4l2/v4l2_calls.h:
39059           fix includes for distcheck
39060
39061 2004-01-21  Christian Schaller <uraeus@gnome.org>
39062
39063         * ext/nas/
39064         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39065         based on earlier patch from Laurent Vivier
39066
39067 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39068
39069         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39070         Fix wma caps property
39071         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39072         Fix typo (flags1 and flags2)
39073
39074 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39075
39076         * gst-libs/gst/media-info/media-info-priv.c:
39077         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39078         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39079         (gmip_find_stream), (gmip_find_track_metadata),
39080         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39081         (gmip_find_track_format):
39082         * gst-libs/gst/media-info/media-info-priv.h:
39083         * gst-libs/gst/media-info/media-info-test.c: (main):
39084         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39085         (gst_media_info_read_idler), (gst_media_info_read):
39086         * gst-libs/gst/media-info/media-info.h:
39087           register debugging category and use it for debugging
39088
39089 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39090
39091         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39092         (gst_vorbisfile_new_link):
39093           signal streaminfo through tags
39094
39095 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39096
39097         * ext/mplex/gstmplex.cc:
39098         * ext/mplex/gstmplexibitstream.cc:
39099           g++ doesn't like NULL in our i18n/error macros, should be
39100           either (NULL) or ("").
39101
39102 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39103
39104         * sys/dxr3/dxr3audiosink.c:
39105         * sys/dxr3/dxr3init.c:
39106         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39107         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39108           Fix more error error error errors (missing includes here).
39109
39110 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39111
39112         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39113           fix thomas' error errors.
39114
39115 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39116
39117         * ext/mpeg2enc/gstmpeg2enc.cc:
39118           fix error errors.
39119
39120 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39121
39122         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39123         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39124           Fix for new error system.
39125
39126 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39127
39128         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39129           fix for new error reporting
39130
39131 2004-01-20  David Schleef  <ds@schleef.org>
39132
39133         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39134         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39135         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39136         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39137         and neither is 100+, most likely.
39138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39139         (gst_xvimagesink_getcaps): same
39140
39141 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39142
39143         * configure.ac:
39144           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39145           clashes with ffmpeg.
39146
39147 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39148
39149         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39150         (gst_switch_init): Fixed switch element : proxying link and setting
39151         caps from src to sink on request.
39152
39153 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39154
39155         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39156         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39157         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39158         fix element_error
39159
39160 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39161
39162         * sys/v4l/v4l_calls.h:
39163         * sys/v4l2/v4l2_calls.h:
39164           element_error fixes
39165
39166 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39167
39168         * gst-libs/gst/gst-i18n-plugin.h:
39169           add locale.h
39170           remove config.h inclusion
39171
39172 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39173
39174         * autogen.sh:
39175           adding autopoint invocation
39176         * Makefile.am:
39177         * configure.ac:
39178         * gst-libs/gst/gettext.h:
39179           adding gettext bits
39180         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39181         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39182         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39183         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39184         (gst_gnomevfssink_close_file):
39185         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39186         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39187         * gst-libs/gst/gst-i18n-plugin.h:
39188         * gst/avi/gstavi.c: (plugin_init):
39189         * sys/dxr3/dxr3init.c: (plugin_init):
39190         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39191         * sys/oss/gstossaudio.c: (plugin_init):
39192         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39193         * sys/v4l/gstv4l.c: (plugin_init):
39194         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39195         * sys/v4l2/gstv4l2.c: (plugin_init):
39196         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39197         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39198         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39199         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39200         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39201         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39202           make sure locale and translation domain are set
39203           fix translated strings
39204         * po/.cvsignore:
39205         * po/LINGUAS:
39206         * po/Makevars:
39207         * po/POTFILES.in:
39208         * po/nl.po:
39209           put translation files into place
39210         * sys/xvideo/imagetest.c: (main):
39211         * ext/dv/demo-play.c: (main):
39212           fix unnecessary translations
39213
39214 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39215
39216         * ext/sndfile/gstsf.c:
39217         * gst/avi/gstavimux.c:
39218         * ext/audiofile/gstafsink.c:
39219         * ext/audiofile/gstafsrc.c:
39220         * ext/gnomevfs/gstgnomevfssink.c:
39221         * ext/gnomevfs/gstgnomevfssrc.c:
39222         * sys/oss/gstosselement.c:
39223         * sys/v4l/v4l_calls.h:
39224           fix i18n include
39225
39226 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39227
39228         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39229         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39230         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39231         (gst_v4l2_get_output), (gst_v4l2_set_output),
39232         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39233         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39234         (gst_v4l2_set_attribute):
39235         update to new error handling
39236
39237 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39238
39239         * ext/sidplay/gstsiddec.cc:
39240         * gst/modplug/gstmodplug.cc:
39241           parenthese NULL because C++ seems angry about it
39242
39243 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39244
39245         * gst-libs/gst/gst-i18n-plugin.h:
39246           add skeleton i18n stuff, but needs to be further implemented
39247
39248 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39249
39250         * examples/gstplay/player.c: (main):
39251         * ext/aalib/gstaasink.c: (gst_aasink_open):
39252         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39253         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39254         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39255         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39256         (gst_afsink_close_file):
39257         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39258         (gst_afsrc_close_file):
39259         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39260         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39261         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39262         * ext/esd/esdmon.c: (gst_esdmon_get):
39263         * ext/esd/esdsink.c: (gst_esdsink_chain):
39264         * ext/faac/gstfaac.c: (gst_faac_chain):
39265         * ext/faad/gstfaad.c: (gst_faad_chain):
39266         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39267         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39268         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39269         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39270         (gst_flacdec_loop):
39271         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39272         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39273         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39274         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39275         (gst_gnomevfssink_close_file):
39276         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39277         (gst_gnomevfssrc_open_file):
39278         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39279         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39280         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39281         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39282         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39283         * ext/mad/gstmad.c: (gst_mad_chain):
39284         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39285         * ext/mpeg2dec/gstmpeg2dec.c:
39286         * ext/mpeg2enc/gstmpeg2enc.cc:
39287         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39288         * ext/mplex/gstmplex.cc:
39289         * ext/mplex/gstmplexibitstream.cc:
39290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39291         (gst_ogg_demux_push), (gst_ogg_pad_push):
39292         * ext/raw1394/gstdv1394src.c:
39293         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39294         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39295         * ext/sidplay/gstsiddec.cc:
39296         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39297         (gst_sf_loop):
39298         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39299         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39300         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39301         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39302         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39303         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39304         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39305         * gst-libs/gst/Makefile.am:
39306         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39307         (gst_riff_read_element_data), (gst_riff_read_seek),
39308         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39309         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39310         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39311         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39312         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39313         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39314         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39315         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39316         * gst/goom/gstgoom.c: (gst_goom_chain):
39317         * gst/id3/gstid3types.c: (gst_id3types_loop):
39318         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39319         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39320         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39321         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39322         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39323         (gst_ebml_read_float), (gst_ebml_read_header):
39324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39325         (gst_matroska_demux_parse_blockgroup):
39326         * gst/modplug/gstmodplug.cc:
39327         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39328         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39329         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39330         * gst/silence/gstsilence.c: (gst_silence_get):
39331         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39332         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39333         * gst/speed/gstspeed.c: (speed_loop):
39334         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39335         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39336         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39337         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39338         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39339         (gst_wavparse_loop):
39340         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39341         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39342         (dxr3audiosink_close):
39343         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39344         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39345         (dxr3videosink_close), (dxr3videosink_write_data):
39346         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39347         * sys/oss/gstosselement.h:
39348         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39349         (gst_osssink_chain):
39350         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39351         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39352         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39353         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39354         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39355         (gst_v4l_enable_overlay):
39356         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39357         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39358         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39359         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39360         (gst_v4l_set_audio):
39361         * sys/v4l/v4l_calls.h:
39362         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39363         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39364         (gst_v4lmjpegsink_playback_init),
39365         (gst_v4lmjpegsink_playback_start):
39366         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39367         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39368         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39369         (gst_v4lmjpegsrc_requeue_frame):
39370         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39371         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39372         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39373         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39374         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39375         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39376         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39377         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39378         (gst_v4l2src_capture_stop):
39379         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39380         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39381         (gst_ximagesink_chain):
39382         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39383         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39384         (gst_xvideosink_xwindow_new):
39385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39386         (gst_xvimagesink_chain):
39387         use new error signal, function and categories
39388
39389 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39390
39391         * configure.ac:
39392         * ext/Makefile.am:
39393         * ext/musicbrainz/gsttrm.c:
39394         * ext/musicbrainz/gsttrm.h:
39395         * ext/musicbrainz/Makefile.am:
39396         Add a trm plugin
39397
39398 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39399
39400         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39401         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39402         synchronous property for debugging.
39403         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39405         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39406         smaller block, fixing indent.
39407
39408 2004-01-16  David Schleef  <ds@schleef.org>
39409
39410         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39411         property affects the video stream.
39412         * sys/xvimage/xvimagesink.c:
39413         * sys/xvimage/xvimagesink.h:
39414         Add synchronous property for debugging.  Should probably be
39415         disabled in non-CVS builds.  Make sure that the Xv attribute
39416         exists before we set it (crash!).  Fix a silly float bug that
39417         caused colorbalance to just not work.
39418
39419 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39420
39421         * tools/gst-launch-ext.in - update for new plugins
39422
39423 2004-01-16  David Schleef  <ds@schleef.org>
39424
39425         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39426         already-freed caps.
39427
39428 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39429
39430         * Update spec for new colorspace plugin and libcaca plugin
39431         * Fix compilation of libcaca plugin (clock -> id)
39432
39433 2004-01-16  Julien MOUTTE <julien@moutte.net>
39434
39435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39436         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39437         (gst_xvimagesink_set_xwindow_id),
39438         (gst_xvimagesink_colorbalance_set_value),
39439         (gst_xvimagesink_colorbalance_get_value),
39440         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39441         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39442         correct colorbalance properties. They can now be set when the element
39443         is still in NULL state. The values will be committed to the Xv Port
39444         when xcontext is initialized.
39445         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39446         brightness int values in the GstXvImagesink structure.
39447
39448 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39449
39450         * gst-libs/gst/Makefile.am:
39451           restructure so having local patches works easier.
39452
39453 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39454
39455         * ext/mpeg2enc/Makefile.am:
39456         * ext/mpeg2enc/gstmpeg2enc.cc:
39457         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39458           Bugfix with respect to EOS handling.
39459
39460 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39461
39462         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39463           Link with right caps (else, it segfaults).
39464         * ext/mplex/gstmplexjob.cc:
39465           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39466
39467 2004-01-15  David Schleef  <ds@schleef.org>
39468
39469         * gst-libs/gst/audio/Makefile.am:
39470         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39471         from the template.
39472         * gst-libs/gst/audio/gstaudiofilter.c:
39473         * gst-libs/gst/audio/gstaudiofilter.h:
39474         Add bytes_per_sample and size and n_samples calculation.
39475         * gst-libs/gst/audio/gstaudiofilterexample.c:
39476         Remove, now autogenerated.
39477         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39478         Moved from gstaudiofilterexample, object name changed, code added
39479         so that it actually works.
39480         * gst-libs/gst/audio/make_filter:
39481         Script to build an audiofilter subclass from the template.
39482         * gst/colorspace/Makefile.am:
39483         * gst/colorspace/yuv2yuv.c:
39484         Remove file, since it's GPL, and we don't use it.
39485
39486 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39487
39488         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39490         them use the buffer free function to test how the buffer was allocated.
39491
39492 2004-01-15  David Schleef  <ds@schleef.org>
39493
39494         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39495         that handles osssink fallback.
39496         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39497         (gst_audio_convert_getcaps):
39498         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39499         Add audio/x-qdm2 for QDM2 audio.
39500         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39501         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39502         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39503         Decrease minimum size to 16x16.
39504         * gst/wavparse/gstwavparse.c:
39505         Convert disabled pad template caps to new caps.
39506         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39508         (gst_xvimagesink_chain): Throw element error when display cannot
39509         be opened.  Increase minimum framerate to 1.0.  Check the data
39510         free function on a buffer to make sure it is the type we expect
39511         before manipulating it.
39512
39513 2004-01-15  Julien MOUTTE <julien@moutte.net>
39514
39515         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39516         (gst_videobalance_colorbalance_set_value): Implement passthru if
39517         settings are in the middle.
39518         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39519
39520 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39521
39522         * gst/videofilter/Makefile.am:
39523         * gst/volume/Makefile.am:
39524           Since we use videofilter symbols, link to it.
39525
39526 2004-01-15  Julien MOUTTE <julien@moutte.net>
39527
39528         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39529         mixer interface type to HARDWARE.
39530         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39531         type to SOFTWARE.
39532         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39533         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39534         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39535         (gst_volume_interface_init), (gst_volume_list_tracks),
39536         (gst_volume_set_volume), (gst_volume_get_volume),
39537         (gst_volume_set_mute), (gst_volume_mixer_init),
39538         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39539         (volume_init): Implementing mixer interface.
39540         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39541         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39542         (gst_osselement_change_state): Removing some trailing commas in
39543         structures.
39544         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39545         interface type to HARDWARE.
39546         * sys/v4l/gstv4lcolorbalance.c:
39547         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39548         type to HARDWARE.
39549         * sys/v4l2/gstv4l2colorbalance.c:
39550         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39551         interface type to HARDWARE.
39552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39553         same code than ximagesink for event handling.
39554
39555 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39556
39557         * ext/snapshot/Makefile.am:
39558         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39559         (gst_snapshot_chain):
39560         * ext/snapshot/gstsnapshot.h:
39561           This has to be a joke... Snapshot should be connected to a tee,
39562           colorspace element before it and EOS after that, where the other
39563           src of the tee receives normal data.
39564           The current way is *wrong*.
39565
39566 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39567
39568         * ext/hermes/gsthermescolorspace.c:
39569           Fix another compile error. Same as below.
39570
39571 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39572
39573         * gst/colorspace/gstcolorspace.c:
39574         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39575         (gst_colorspace_i420_to_yv12):
39576           Fix compiling... Didn't test if it actually works.
39577
39578 2004-01-15  David Schleef  <ds@schleef.org>
39579
39580         * configure.ac:
39581         * gst/colorspace/Makefile.am:
39582         * gst/colorspace/gstcolorspace.c:
39583         * gst/colorspace/gstcolorspace.h:
39584         * gst/colorspace/yuv2rgb.c:
39585         * gst/colorspace/yuv2rgb.h:
39586         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39587         code and GPL code.  Fix for new caps negotiation.  Rewrite
39588         much of the format handling code, and some of the conversion
39589         code.  Basically, rewrote almost everything.  This element
39590         handles I420, YV12 to RGB conversions.
39591         * ext/hermes/Makefile.am:
39592         * ext/hermes/gsthermescolorspace.c:
39593         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39594         Remove non-Hermes related code.  This element handles lots of
39595         RGB to RGB conversions, but no YUV.
39596         * ext/hermes/gstcolorspace.c:
39597         * ext/hermes/gstcolorspace.h:
39598         * ext/hermes/rgb2yuv.c:
39599         * ext/hermes/yuv2rgb.c:
39600         * ext/hermes/yuv2rgb.h:
39601         * ext/hermes/yuv2rgb_mmx16.s:
39602         * ext/hermes/yuv2yuv.c:
39603         * ext/hermes/yuv2yuv.h:
39604         Remove old code.
39605
39606 2004-01-14  Colin Walters  <walters@verbum.org>
39607
39608         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39609         they've already been.
39610
39611 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39612
39613         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39614           assume tag mode when pad is not connected
39615
39616 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39617
39618         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39619           Don't update the time of the clock
39620         (gst_alsa_sink_loop):
39621           sync to the clock given to alsasink, not the own clock
39622         * sys/oss/gstosssink.c: (gst_osssink_chain):
39623           sync to the clock
39624         (gst_osssink_change_state):
39625           activate the clock
39626         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39628           remove bogus code that made DISCONT events unhandled
39629         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39630           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39631           #131502)
39632         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39633         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39634         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39635           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39636           2nd warning in bug #131502)
39637
39638 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39639
39640         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39641         (gst_videobalance_colorbalance_set_value),
39642         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39643         for colorbalance interface implementation.
39644         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39645         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39646         (gst_ximagesink_dispose), (gst_ximagesink_init),
39647         (gst_ximagesink_class_init): Adding DISPLAY property.
39648         * sys/ximage/ximagesink.h: Adding display_name to store display.
39649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39650         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39651         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39652         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39653         properties (they still need polishing though for gst-launch use : no
39654         xcontext yet, i ll do that tomorrow).
39655         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39656
39657 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39658
39659         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39660         (gst_play_set_location), (gst_play_set_visualization): Preparing
39661         switch integration, adding videobalance in the pipeline.
39662
39663 2004-01-14  Julien MOUTTE <julien@moutte.net>
39664
39665         * gst-libs/gst/colorbalance/colorbalance.c:
39666         (gst_color_balance_class_init): Adding a default type.
39667         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39668         the type.
39669         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39670         (gst_videobalance_dispose), (gst_videobalance_class_init),
39671         (gst_videobalance_init), (gst_videobalance_interface_supported),
39672         (gst_videobalance_interface_init),
39673         (gst_videobalance_colorbalance_list_channels),
39674         (gst_videobalance_colorbalance_set_value),
39675         (gst_videobalance_colorbalance_get_value),
39676         (gst_videobalance_colorbalance_init): Implementing colorbalance
39677         interface.
39678         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39679         list.
39680         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39681         bug which was triggering a BadAccess X error when setting an overlay
39682         before pad was really negotiated.
39683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39684         Using the colorbalance type macro.
39685
39686 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39687
39688         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39689         (gst_flacenc_chain):
39690           handle tags correctly
39691         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39692           extract ID3v1 tags correctly
39693
39694 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39695
39696         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39697         (plugin_init):
39698           Improve matroska typefinding for odd-typed headers...
39699
39700 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39701
39702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39703           Fix for using incremental number on padnames.
39704
39705 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39706
39707         * ext/divx/gstdivxdec.c:
39708         * ext/divx/gstdivxenc.c:
39709           Set category to divx4linux instead of divx (too generic).
39710         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39711         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39712         (gst_wavparse_loop), (gst_wavparse_change_state):
39713         * gst/wavparse/gstwavparse.h:
39714           fix parsing of WAV files with non-standard fmt-tag size and fix
39715           skipping of unrecognized chunks... Someone please fix this thing
39716           to use rifflib so all this is automated.
39717         * sys/v4l/Makefile.am:
39718         * sys/v4l2/Makefile.am:
39719           Add X_CFLAGS because we depend on X (for overlay).
39720
39721 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39722
39723         * ext/mpeg2dec/gstmpeg2dec.c:
39724           Don't issue a timestamp unless we tagged the frame
39725           with a PTS.
39726
39727 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39728
39729         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39730           Query the audio element to get the time, not the clock. We're
39731           interested in the element's time here.
39732
39733 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39734
39735         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39736         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39737         * ext/esd/esdsink.c: (gst_esdsink_chain):
39738         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39739         * ext/mas/massink.c: (gst_massink_chain):
39740         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39741         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39742         (gst_matroska_demux_parse_metadata):
39743         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39744         (gst_mpeg_parse_release_locks):
39745         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39746         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39747         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39748         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39749         (gst_osssink_change_state):
39750         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39751         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39752         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39753         (gst_xvideosink_release_locks):
39754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39755           use element time.
39756         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39757         (gst_alsa_clock_stop):
39758         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39759         (gst_audio_clock_get_internal_time):
39760           simplify for use with new clocking code.
39761         * testsuite/alsa/Makefile.am:
39762         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39763           fix testsuite for new caps system
39764
39765 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39766
39767         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39768         * ext/flac/gstflacenc.c: (add_one_tag):
39769           length is already host endian, no need to convert. Fixes playback of
39770           tagged files on PPC. (bug #128384)
39771
39772 2004-01-13  Julien MOUTTE <julien@moutte.net>
39773
39774         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39775         colorbalance interface stating if it is hardware based or software
39776         based.
39777         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39778         Removing a trailing comma.
39779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39780         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39781         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39782         the documentation seems to be wrong on the -1000 to 1000 interval.
39783
39784 2004-01-12  David Schleef  <ds@schleef.org>
39785
39786         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39787         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39788         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39789         Fix negotiation.  Add a bufferalloc function for the sink pad,
39790         and generally clean up some of the code.
39791
39792 2004-01-12  Julien MOUTTE <julien@moutte.net>
39793
39794         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39795         (gst_color_balance_channel_dispose): Adding safety check in dispose
39796         method.
39797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39798         (gst_xvimagesink_xcontext_clear),
39799         (gst_xvimagesink_interface_supported),
39800         (gst_xvimagesink_colorbalance_list_channels),
39801         (gst_xvimagesink_colorbalance_set_value),
39802         (gst_xvimagesink_colorbalance_get_value),
39803         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39804         Adding colorbalance interface support to set XV parameters such as
39805         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39806         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39807         interface.
39808
39809 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39810
39811         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39812         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39813         (gst_audio_convert_init), (gst_audio_convert_set_property),
39814         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39815         (gst_audio_convert_link),
39816         (gst_audio_convert_buffer_to_default_format),
39817         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39818           - implement _getcaps and use it
39819           - improve linking
39820           - remove float caps since no float conversion is actually done
39821           - remove properties and arguments that were to be used for rate
39822             conversion
39823
39824 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39825
39826         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39827         (gst_audio_structure_set_int):
39828         * gst-libs/gst/audio/audio.h:
39829           add helper functions for _getcaps matching the standard audio
39830           templates
39831
39832 2004-01-12  David Schleef  <ds@schleef.org>
39833
39834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39835         Test that pad is negotiated before getting its caps.
39836
39837 2004-01-12  Julien MOUTTE <julien@moutte.net>
39838
39839         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39840         analyzing the pads of an element the bin is mostly in READY state so
39841         no caps were negotiated. This helper function needs to work with
39842         _get_caps directly then. I was not freeing them though, added that to
39843         fix the mem leak.
39844
39845 2004-01-12  Julien MOUTTE <julien@moutte.net>
39846
39847         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39849         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39850         than the free_func.
39851
39852 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39853
39854         * sys/oss/gstossaudio.c: (plugin_init):
39855         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39856         * sys/oss/gstosselement.h:
39857           make an oss debugging category
39858           make failure more descriptive
39859
39860 2004-01-11  David Schleef  <ds@schleef.org>
39861
39862         * ext/ffmpeg/gstffmpeg.c:
39863         * ext/ffmpeg/gstffmpegcodecmap.c:
39864         * ext/ffmpeg/gstffmpegdec.c:
39865         * ext/ffmpeg/gstffmpegenc.c:
39866         * ext/ffmpeg/gstffmpegprotocol.c:
39867         * ext/gdk_pixbuf/gstgdkanimation.c:
39868         * ext/jpeg/gstjpeg.c:
39869         * ext/libpng/gstpng.c:
39870         * ext/mpeg2dec/perftest.c:
39871         * ext/speex/gstspeex.c:
39872         * gst-libs/gst/resample/dtos.c:
39873         * gst/intfloat/gstintfloatconvert.c:
39874         * gst/oneton/gstoneton.c:
39875         * gst/rtjpeg/RTjpeg.c:
39876         * gst/rtp/gstrtp.c:
39877         * sys/dxr3/dxr3init.c:
39878         * sys/glsink/gstgl_nvimage.c:
39879         * sys/glsink/gstgl_pdrimage.c:
39880         * sys/glsink/gstglsink.c:
39881         * testsuite/gst-lint:
39882         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39883
39884 2004-01-11  David Schleef  <ds@schleef.org>
39885
39886         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39887         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39888         * ext/gdk_pixbuf/gstgdkanimation.c:
39889         (gst_gdk_animation_iter_create_pixbuf):
39890         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39891         (gst_gdk_pixbuf_chain):
39892         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39893         * ext/jack/gstjack.c: (gst_jack_change_state):
39894         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39895         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39896         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39897         * gst/videofilter/gstvideofilter.c:
39898         (gst_videofilter_set_output_size):
39899         Remove all usage of gst_pad_get_caps(), and replace it with
39900         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39901
39902 2004-01-11  David Schleef  <ds@schleef.org>
39903
39904         * configure.ac:
39905         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39906         * ext/divx/gstdivxdec.c:
39907         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39908         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39909         handle images that span multiple buffers.  Now work with both
39910         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39911         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39912         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39913         video/video.h changes
39914         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39915         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39916         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39917         of GstData free function.
39918         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39919         same.
39920
39921 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39922
39923         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39924         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39925         (gst_v4l2element_get_property):
39926         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39927           add norm, channel and frequency properties.
39928         * sys/v4l2/gstv4l2tuner.c:
39929           fixes for tuner interface changes
39930         * sys/v4l2/gstv4l2element.h:
39931         * sys/v4l2/gstv4l2src.c:
39932         * sys/v4l2/gstv4l2src.h:
39933         * sys/v4l2/v4l2src_calls.c:
39934         * sys/v4l2/v4l2src_calls.h:
39935           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39936
39937 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39938
39939         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39940         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39941         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39942         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39943         * gst-libs/gst/tuner/tuner.h:
39944           GObjects aren't const.
39945           Add find_by_name functions.
39946           Add checks to _changed functions.
39947         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39948         (gst_v4l_tuner_get_norm):
39949           Fixes for above.
39950
39951 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39952
39953         * gst-libs/gst/video/video.h:
39954           Fix caps template names to be understandable.
39955           Prefix everything with GST_VIDEO.
39956         * ext/aalib/gstaasink.c:
39957         * ext/divx/gstdivxdec.c:
39958         * ext/divx/gstdivxenc.c:
39959         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39960         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39961         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39962         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39963         * ext/libcaca/gstcacasink.c:
39964         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39965         * ext/snapshot/gstsnapshot.c:
39966         * ext/swfdec/gstswfdec.c:
39967         * ext/xvid/gstxviddec.c:
39968         * ext/xvid/gstxvidenc.c:
39969         * gst/chart/gstchart.c:
39970         * gst/deinterlace/gstdeinterlace.c:
39971         * gst/effectv/gsteffectv.c:
39972         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39973         * gst/goom/gstgoom.c:
39974         * gst/median/gstmedian.c:
39975         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39976         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39977         * gst/overlay/gstoverlay.c:
39978         * gst/smooth/gstsmooth.c:
39979         * gst/smpte/gstsmpte.c:
39980         * gst/synaesthesia/gstsynaesthesia.c:
39981         * gst/videocrop/gstvideocrop.c:
39982         * gst/videodrop/gstvideodrop.c:
39983         * gst/y4m/gsty4mencode.c:
39984         * sys/qcam/gstqcamsrc.c:
39985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39986           Make them work with new video.h file.
39987         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39988         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39990         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39991           Make it work with new buffer allocation system.
39992
39993 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39994
39995         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39996         pad_alloc_buffer implementation to use ->srcpad
39997         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39998         pad_alloc_buffer implementation to use ->srcpad
39999         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40000         pad_alloc_buffer implementation to use ->srcpad
40001         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40002         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40003         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40004         a reference to everything we need.
40005         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40007         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40008         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40009         a reference to everything we need.
40010         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40011
40012 2004-01-11  David Schleef  <ds@schleef.org>
40013
40014         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40015         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40016         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40017         structure members.
40018         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40019         value during a resize/renegotiation.
40020         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40021         gst_pad_alloc_buffer();
40022         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40023         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40024         structure members.
40025         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40026         Fix for rename of buffer private structure members.
40027         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40028         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40029         Fix for rename of buffer private structure members.
40030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40031         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40032         Fix for rename of buffer private structure members.
40033
40034 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40035
40036         reviewed by: David Schleef <ds@schleef.org>
40037
40038         * gst/videofilter/Makefile.am:
40039         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40040         from the patch by ds to fit in with recent make_filter changes.
40041
40042 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40043
40044         * configure.ac: Adding examples/switch/Makefile
40045         * examples/Makefile.am: Adding examples/switch
40046         * examples/switch/Makefile.am: Adding switcher example.
40047         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40048         (switch_timer), (main): Adding an example demonstrating switch usage
40049         with 2 videotestsrc showing different patterns.
40050         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40051         (gst_switch_init): Fixing switch with the new caps system.
40052
40053 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40054
40055         * gst-libs/gst/video/video.h:
40056           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40057           They should probably be like
40058           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40059
40060 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40061
40062         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40063         (qtdemux_parse_trak):
40064           fix audio chunk size/timestamp calculation
40065
40066 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40067
40068         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40069           fix SVQ3 caps
40070
40071 2004-01-11  Steve Baker  <steve@stevebaker.org>
40072
40073         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40074         (gst_agingtv_base_init), (gst_agingtv_class_init),
40075         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40076         (gst_agingtv_set_property), (gst_agingtv_get_property):
40077         Port agingTV to videofilter
40078
40079 2004-01-09  Julien MOUTTE <julien@moutte.net>
40080
40081         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40082         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40083
40084 2004-01-09  Julien MOUTTE <julien@moutte.net>
40085
40086         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40087         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40088         * gst-libs/gst/xoverlay/xoverlay.c:
40089         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40090         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40091         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40092         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40093         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40094         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40095         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40096         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40097         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40098         interface implementation to handle xid being 0 and fix some bugs
40099         triggered by Benjamin's testcase.
40100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40101         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40102         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40103         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40104         interface implementation to handle xid being 0 and fix some bugs
40105         triggered by Benjamin's testcase.
40106
40107 2004-01-09  David Schleef  <ds@schleef.org>
40108
40109         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40110         mouse pointer events.  It works.
40111
40112 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40113
40114         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40115           Use explicit caps - fix capsnego.
40116         * ext/xvid/gstxviddec.c:
40117         * ext/xvid/gstxvidenc.c:
40118           Remove macro-inside-macro which caused compile errors.
40119         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40120           Error out if it's not a RIFF file. Else we error out without
40121           gst_element_error() which is not good...
40122
40123 2004-01-08  David Schleef  <ds@schleef.org>
40124
40125         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40126         Fix pad_link function to handle formats that ffmpeg returns
40127         as multiple caps structures.
40128         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40129         Only complain if source buffer is _smaller_ than expected.
40130         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40131         (gst_videoscale_handle_src_event): Resize navigation events
40132         when passing them upstream.
40133         * gst/videotestsrc/gstvideotestsrc.c:
40134         * gst/videotestsrc/gstvideotestsrc.h:
40135         * gst/videotestsrc/videotestsrc.c:
40136         * gst/videotestsrc/videotestsrc.h:
40137         Rewrite many of the buffer painting functions to handle odd
40138         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40139         been verified to work with my video card.
40140         * testsuite/gst-lint:  Add check for elements calling
40141         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40142
40143 2004-01-08  David Schleef  <ds@schleef.org>
40144
40145         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40146         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40147
40148 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40149
40150         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40151         configure event is not emiting the desired size signal. That fixes
40152         aspect ratio issues with gst-player.
40153
40154 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40155
40156         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40157           Fix capsnego.
40158
40159 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40160
40161         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40162         public method to fire size signal.
40163
40164 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40165
40166         * examples/gstplay/Makefile.am: Adding the interface library.
40167         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40168         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40169         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40170         GST_IS_X_OVERLAY before signal connect.
40171         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40172         Removing the have_video_size signal.
40173         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40174         and associated public method.
40175         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40176         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40177         signal.
40178         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40179         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40180         signal.
40181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40182         Using XOverlay public method to fire size signal.
40183
40184 2004-01-07  David Schleef  <ds@schleef.org>
40185
40186         * gst/videofilter/Makefile.am:
40187         * gst/videofilter/gstvideotemplate.c:
40188         * gst/videofilter/make_filter:
40189         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40190         Convert make_filter to /bin/sh script.
40191
40192 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40193
40194         * gst/modplug/gstmodplug.cc: fix element description
40195
40196 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40197
40198         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40199         (got_video_size): Adding some new lines in g_print calls.
40200         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40201         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40202         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40203         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40204         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40205         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40206         Complete code review, reverting some stuff i disagree with, adding
40207         some fixes : time synchronization on invalid timestamps, renegotiation
40208         of private window.
40209         * sys/ximage/ximagesink.h:
40210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40211         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40212         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40213         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40214         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40215         (gst_xvimagesink_buffer_new),
40216         (gst_xvimagesink_navigation_send_event),
40217         (gst_xvimagesink_set_xwindow_id),
40218         (gst_xvimagesink_get_desired_size),
40219         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40220         stuff i disagree with, adding some fixes : Renegotiation of private
40221         window, implementing get_desired_size.
40222
40223 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40224
40225         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40226         (gst_afsink_handle_event):
40227         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40228         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40229         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40230         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40231         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40232           Fix for instantiate-test (see core). Also remove dead code from
40233           jpegenc (which still needs fixing, but that's lower on my TODO
40234           list...).
40235         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40236           Never return NULL as caps.
40237
40238 2004-01-07  David Schleef  <ds@schleef.org>
40239
40240         * configure.ac:
40241         * ext/Makefile.am:
40242         * ext/librfb/Makefile.am:
40243         * ext/librfb/gstrfbsrc.c:
40244         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40245         is the protocol used by VNC.
40246
40247 2004-01-07  David Schleef  <ds@schleef.org>
40248
40249         * gst/videofilter/gstvideotemplate.c:
40250         * gst/videofilter/gstvideotemplate.h:
40251         * gst/videofilter/make_filter:
40252         Merge videotemplate header into source file.
40253         * gst/effectv/Makefile.am:
40254         * gst/effectv/gsteffectv.c: (plugin_init):
40255         * gst/effectv/gstwarp.c:
40256         Make warpTV a subclass of videofilter.
40257
40258 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40259
40260         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40261           Add guard against invalid utf-8 conversions in mad. Just in case.
40262
40263 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40264
40265         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40266           Fix for bug shown by poisoning
40267
40268 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40269
40270         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40271         (gst_v4lmjpegsrc_buffer_free):
40272         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40273         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40274         (gst_v4lsrc_buffer_free):
40275           Fix for removed bufferpools.
40276
40277 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40278
40279         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40280         Fix caps negotiation.
40281
40282         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40283         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40284         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40285         (dvdnavsrc_event):
40286         * ext/mpeg2dec/gstmpeg2dec.c:
40287         * gst-libs/gst/navigation/navigation.c:
40288         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40289         * gst-libs/gst/navigation/navigation.h:
40290         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40291         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40293         Super-simple first version of mouse and keyboard events. Clicking
40294         on a DVD menu now works, although it may not take you where you
40295         expected.
40296
40297         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40298         * gst/videotestsrc/gstvideotestsrc.c:
40299         (gst_videotestsrc_src_fixate):
40300         These fixate functions were broken - they never actually
40301         fixated :)
40302
40303 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40304
40305         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40306         (gst_icecastsend_init):
40307           fix for new caps system.
40308         * gst-libs/gst/mixer/mixertrack.h:
40309         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40310           Add 'master track' flag (for tools like ACME that only want to
40311           change the main volume).
40312
40313 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40314
40315         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40316         (gst_xvid_csp_to_caps):
40317         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40318         * ext/xvid/gstxvidenc.c:
40319         ifdef out ARGB type when it isn't available
40320         in xvidcore 1.0.0beta2
40321
40322 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40323
40324         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40325           When we have received a new SCR right in the first buffer after
40326           a seek (so in the same cycle that handles the discont), we should
40327           handle the buffer instead of unreffing it, else we lose data.
40328
40329 2004-01-06  Iain <iain@prettypeople.org>
40330
40331         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40332           buffer-frames caps too.
40333
40334         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40335           caps that we need, don't destroy them all and rebuild them. And when
40336           creating src pads, use the src pad template rather than the sink...
40337
40338 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40339
40340         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40341           Add pad to element *after* setting functions such as event handler.
40342           Without this, the scheduler (opt) will link pads, set the event
40343           handler from the default event function (dispatcher in gstpad.c)
40344           and *after* that, we will set our own event function, which will
40345           thus never be used (and thus mpegdemux doesn't handle events).
40346
40347 2004-01-04  David Schleef  <ds@schleef.org>
40348
40349         Fix the fixate functions to handle new prototype:
40350         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40351         * gst/videotestsrc/gstvideotestsrc.c:
40352         (gst_videotestsrc_src_fixate):
40353         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40354         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40356
40357 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40358
40359         * sys/ximage/ximagesink.h:
40360         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40361         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40362         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40363         (gst_ximagesink_xoverlay_init):
40364           assorted fixes to make (re)embedding work
40365         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40366         (gst_ximagesink_get_desired_size):
40367           implement desired size additions to XOverlay
40368
40369 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40370
40371         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40372         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40373         (gst_x_overlay_got_desired_size):
40374         * gst-libs/gst/xoverlay/xoverlay.h:
40375           Add optional "desired size" signal and querying.
40376
40377 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40378
40379         * gst/matroska/matroska-demux.c:
40380         (gst_matroska_demux_parse_blockgroup):
40381           Fix EBML-laced block parsing. Diffs are relative to previous
40382           lace, not the first lace. Thanks to Mosu from the Matroska
40383           team for detecting this.
40384         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40385         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40386         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40387         (gst_wavparse_change_state):
40388         * gst/wavparse/gstwavparse.h:
40389           Quickfix for capsnego.
40390
40391 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40392
40393         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40394           Fix indenting, fix pad creation.
40395
40396 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40397
40398         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40399         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40400         (gst_xviddec_sink_link):
40401           Implement src_getcaps() so proper size caps is negotiated.
40402
40403 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40404
40405         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40406           Finish flac decoder on EOS. See #116178.
40407
40408 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40409
40410         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40411         (gst_matroska_demux_add_stream):
40412         * gst/matroska/matroska-ids.h:
40413           Add getcaps() function to fix capsnego...
40414
40415 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40416
40417         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40418         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40419         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40420           Fix more integer overflows. Again, see #126967.
40421
40422 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40423
40424         * ext/mpeg2dec/gstmpeg2dec.c:
40425           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40426           #130416.
40427
40428 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40429
40430         * configure.ac:
40431         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40432         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40433         * ext/xvid/gstxvid.h:
40434         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40435         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40436         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40437         (gst_xviddec_change_state):
40438         * ext/xvid/gstxviddec.h:
40439         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40440         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40441         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40442         (gst_xvidenc_link), (gst_xvidenc_set_property),
40443         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40444         * ext/xvid/gstxvidenc.h:
40445           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40446
40447 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40448
40449         * gst/rtp/rtp-packet.c:
40450           Add sys/types.h include, since OS X doesn't define in_addr_t
40451           in netinet/in.h, like it does on Linux (see #129600).
40452
40453 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40454
40455         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40456
40457         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40458           Correct logic of dispose function (see #129306).
40459
40460 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40461
40462         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40463         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40464         (gst_mpeg_parse_init):
40465         * gst/mpegstream/gstmpegparse.h:
40466           Remove clock (which was never provided, i.e. dead code), and
40467           also fix integer overflows at high PTS values (see #126967).
40468
40469 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40470
40471         * ext/flac/gstflacdec.c:
40472         * ext/libpng/gstpngenc.h:
40473         * ext/mikmod/gstmikmod.h:
40474           OS X fixes (see #126628).
40475
40476 2004-01-02  David Schleef  <ds@schleef.org>
40477
40478         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40479         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40480         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40481         (gst_mpeg_parse_class_init): Move pad template registration
40482         to class_init, since the derived class (mpegdemux) doesn't
40483         want them.
40484
40485 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40486
40487         * sys/ximage/Makefile.am:
40488         * sys/xvideo/Makefile.am:
40489         * sys/xvimage/Makefile.am:
40490           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40491           after installation (see #127664).
40492
40493 2004-01-02  David Schleef  <ds@schleef.org>
40494
40495         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40496         (gst_ffmpegenc_connect):  Negotiation fixes.
40497         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40498         Remove inappropriate gst_caps_free().
40499         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40500         Reenable Ronald's internal resize code, since the core handles
40501         it correctly now.
40502
40503 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40504
40505         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40506         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40507         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40508           Fix pad template stuff.
40509
40510 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40511
40512         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40513         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40514           fix signed integer reading/writing.
40515
40516 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40517
40518         * ext/alsa/README:
40519           Remove outdated document
40520
40521 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40522
40523         * gst/cutter/gstcutter.c: (gst_cutter_init):
40524           src pad was being created twice - oops.
40525
40526 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40527
40528         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40529           Comment out internal resize. It doesn't handle the resulting
40530           XEvent internally, does another try_set_caps() which leads to
40531           a really nice loop.
40532           Real fix will come when Julien and Dave are awake. ;).
40533
40534 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40535
40536         * ext/mpeg2enc/gstmpeg2enc.cc:
40537           fix const/nonconst compile issue.
40538
40539 2004-01-02  David Schleef  <ds@schleef.org>
40540
40541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40542         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40543         Add fixate function and a check for bad formats.
40544
40545 2004-01-01  David Schleef  <ds@schleef.org>
40546
40547         Negotiation fixes:
40548         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40549         (gst_audiofilter_init):
40550         * gst/debug/efence.c: (gst_efence_init):
40551         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40552         (gst_deinterlace_init):
40553         * gst/volume/gstvolume.c: (volume_connect):
40554
40555 2004-01-01  David Schleef  <ds@schleef.org>
40556
40557         Convert elements to use gst_pad_use_explicit_caps() where
40558         appropriate:
40559         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40560         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40561         (gst_afparse_open_file):
40562         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40563         (gst_afsrc_open_file):
40564         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40565         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40566         (gst_ffmpegdec_chain):
40567         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40568         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40569         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40570         (gst_gdk_pixbuf_chain):
40571         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40572         (gst_jpegdec_chain):
40573         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40574         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40575         (gst_mikmod_negotiate):
40576         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40577         (gst_mpeg2dec_negotiate_format):
40578         * ext/mpeg2enc/gstmpeg2enc.cc:
40579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40580         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40581         (gst_speexdec_sinkconnect):
40582         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40583         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40584         (gst_vorbisfile_new_link):
40585         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40586         (gst_ac3parse_chain):
40587         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40588         (gst_asf_demux_setup_pad):
40589         * gst/auparse/gstauparse.c: (gst_auparse_init),
40590         (gst_auparse_chain):
40591         * gst/id3/gstid3types.c: (gst_id3types_loop):
40592         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40593         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40594         (mp1videoparse_parse_seq):
40595         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40596         (bpf_from_header):
40597         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40598         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40599         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40600         (gst_mpeg_parse_send_data):
40601         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40602         (gst_qtdemux_add_stream):
40603         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40604         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40605         (gst_wavparse_parse_fmt):
40606
40607 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40608
40609         * configure.ac:
40610           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40611           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40612           it therefore uses the wrong include paths. Too bad... Note
40613           that 1.6.1.93 is not release yet. ;).
40614           Also add a check for mplex, which is now using the lib'ified
40615           mplex from mjpegtools, too.
40616         * ext/ffmpeg/gstffmpegcodecmap.c:
40617           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40618           issues. I don't think ffmpeg handles 3ivx correctly, so this
40619           probably won't work. But it won't hurt either.
40620         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40621         (gst_ffmpegdec_chain):
40622         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40623         (gst_ffmpegenc_chain_audio):
40624           Fix memleak in audio encoding. Close codec if open fails, this
40625           calls the cleanup routines so we can re-use the context.
40626         * ext/mpeg2enc/gstmpeg2enc.cc:
40627           Fix pad template names/types, fix memory issue with getcaps().
40628         * ext/mpeg2enc/gstmpeg2encoder.cc:
40629         * ext/mpeg2enc/gstmpeg2encoder.hh:
40630           Fix compile issue with new caps system (const thingy).
40631         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40632         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40633           We read a first frame right on initing, so that we have a caps
40634           when we init the output. This caps is cached in padprivate and
40635           read as first frame.
40636         * ext/mplex/Makefile.am:
40637         * ext/mplex/gstmplex.cc:
40638         * ext/mplex/gstmplex.h:
40639         * ext/mplex/gstmplex.hh:
40640         * ext/mplex/gstmplexibitstream.cc:
40641         * ext/mplex/gstmplexibitstream.hh:
40642         * ext/mplex/gstmplexjob.cc:
40643         * ext/mplex/gstmplexjob.hh:
40644         * ext/mplex/gstmplexoutputstream.cc:
40645         * ext/mplex/gstmplexoutputstream.hh:
40646           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40647           had issues, didn't do capsnego, supported only a subset of the
40648           mplex features and required a mplex fork in our local CVS. Plus
40649           that it worked agaist a very old mplex version. Rewriting was
40650           faster than updating it.
40651         * gst-libs/ext/Makefile.am:
40652         * gst-libs/ext/mplex/INSTRUCT:
40653         * gst-libs/ext/mplex/Makefile.am:
40654         * gst-libs/ext/mplex/README:
40655         * gst-libs/ext/mplex/TODO:
40656         * gst-libs/ext/mplex/ac3strm_in.cc:
40657         * gst-libs/ext/mplex/audiostrm.hh:
40658         * gst-libs/ext/mplex/audiostrm_out.cc:
40659         * gst-libs/ext/mplex/aunit.hh:
40660         * gst-libs/ext/mplex/bits.cc:
40661         * gst-libs/ext/mplex/bits.hh:
40662         * gst-libs/ext/mplex/buffer.cc:
40663         * gst-libs/ext/mplex/buffer.hh:
40664         * gst-libs/ext/mplex/fastintfns.h:
40665         * gst-libs/ext/mplex/format_codes.h:
40666         * gst-libs/ext/mplex/inputstrm.cc:
40667         * gst-libs/ext/mplex/inputstrm.hh:
40668         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40669         * gst-libs/ext/mplex/mjpeg_logging.cc:
40670         * gst-libs/ext/mplex/mjpeg_logging.h:
40671         * gst-libs/ext/mplex/mjpeg_types.h:
40672         * gst-libs/ext/mplex/mpastrm_in.cc:
40673         * gst-libs/ext/mplex/mpegconsts.cc:
40674         * gst-libs/ext/mplex/mpegconsts.h:
40675         * gst-libs/ext/mplex/mplexconsts.hh:
40676         * gst-libs/ext/mplex/multplex.cc:
40677         * gst-libs/ext/mplex/outputstream.hh:
40678         * gst-libs/ext/mplex/padstrm.cc:
40679         * gst-libs/ext/mplex/padstrm.hh:
40680         * gst-libs/ext/mplex/stillsstream.cc:
40681         * gst-libs/ext/mplex/stillsstream.hh:
40682         * gst-libs/ext/mplex/systems.cc:
40683         * gst-libs/ext/mplex/systems.hh:
40684         * gst-libs/ext/mplex/vector.cc:
40685         * gst-libs/ext/mplex/vector.hh:
40686         * gst-libs/ext/mplex/videostrm.hh:
40687         * gst-libs/ext/mplex/videostrm_in.cc:
40688         * gst-libs/ext/mplex/videostrm_out.cc:
40689         * gst-libs/ext/mplex/yuv4mpeg.cc:
40690         * gst-libs/ext/mplex/yuv4mpeg.h:
40691         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40692         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40693           We don't fork mjpegtools' mplex in our CVS anymore.
40694         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40695         (gst_avi_demux_add_stream):
40696         * gst/avi/gstavidemux.h:
40697           Add getcaps() function for proper caps nego. This makes some
40698           parts of AVI playback/reading work.
40699         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40700           Resize window on new capsnego. This is probably wrong, but
40701           I'm still committing it because with current capsnego, the
40702           first successfull capsnego is auto-fixated, therefore rounded
40703           down to the lowest values in the caps. this results in a 16x16
40704           XWindow that is not reized when real capsnego finishes.
40705           Dave, I see more cases of this, do you know a proper solution?
40706         * tools/gst-launch-ext.in:
40707           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40708
40709 2003-12-31  David Schleef  <ds@schleef.org>
40710
40711         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40712         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40713           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40714
40715 2003-12-30  David Schleef  <ds@schleef.org>
40716
40717         * ext/ffmpeg/gstffmpegcolorspace.c:
40718         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40719         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40720         (gst_ffmpegcsp_chain): Negotiation fixes
40721         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40722         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40723         (gst_audio_convert_link), (gst_audio_convert_channels):
40724         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40725         (gst_audioscale_link), (gst_audioscale_get_buffer),
40726         (gst_audioscale_chain): Negotiation fixes
40727         * gst/audioscale/gstaudioscale.h:
40728         * gst/videofilter/gstvideofilter.c:
40729         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40730         (gst_videofilter_link), (gst_videofilter_init),
40731         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40732         (gst_videofilter_find_format_by_structure):
40733         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40734         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40735         (gst_videoscale_link):
40736         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40737         (videoscale_find_by_structure), (gst_videoscale_setup):
40738         * gst/videoscale/videoscale.h: Negotiation fixes
40739         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40740         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40741         function, restrict resizing to a multiple of 4 (hack until
40742         everyone supports odd sizes correctly).
40743
40744 2003-12-29  Colin Walters  <walters@verbum.org>
40745
40746         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40747         signed.
40748
40749 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40750
40751         * ext/sndfile/gstsf.c: (gst_sf_loop):
40752           Fix warning about discarding const qualifier
40753
40754 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40755
40756         * gst/cutter/gstcutter.c:
40757         * gst/videoscale/gstvideoscale.c:
40758         * gst/volenv/gstvolenv.c:
40759         * gst-libs/gst/audio/audio.c:
40760         * gst-libs/gst/video/video.c:
40761           Fix warnings
40762
40763 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40764
40765         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40766           Don't send ALSA debugging to stderr.
40767         * ext/alsa/gstalsa.h:
40768           Use GST_WARNING instead of g_warning when ALSA functions fail.
40769
40770 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40771
40772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40773           Free XVAdapterInfo correctly.
40774
40775 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40776
40777         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40778         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40779           Make id3tag use correct caps nego.
40780
40781 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40782
40783         * ext/ivorbis/vorbis.c:
40784         * ext/ivorbis/vorbisenc.h:
40785         * ext/ivorbis/vorbisfile.c:
40786           Modify so that it uses the new caps things
40787
40788 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40789
40790         * testsuite/spider/spider1.c: (main):
40791         * testsuite/spider/spider2.c: (main):
40792         * testsuite/spider/spider3.c: (main):
40793           Make tests compile again. They probably don't work.
40794
40795 2003-12-24  Colin Walters  <walters@verbum.org>
40796
40797         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40798         we can't fixate the caps anymore.
40799
40800 2003-12-23  David Schleef  <ds@schleef.org>
40801
40802         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40803         * sys/oss/gstosssink.c: (gst_osssink_init),
40804         (gst_osssink_sink_fixate): Add fixate function.
40805
40806 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40807
40808         * ext/ffmpeg/gstffmpegcodecmap.c:
40809         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40810         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40811         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40812         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40813         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40814         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40815         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40816           fix typo in RGB masks, and move back to "old" colorspace
40817           capsnego code until whoever wrote this new crap has actually
40818           tested it so that it works.
40819           And yes, this works, keep it that way please.
40820
40821 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40822
40823         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40824         (gst_divxdec_init), (gst_divxdec_negotiate):
40825         * ext/divx/gstdivxdec.h:
40826         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40827         (gst_divxenc_init):
40828         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40829         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40830         * ext/mpeg2enc/gstmpeg2enc.cc:
40831         * ext/mpeg2enc/gstmpeg2encoder.cc:
40832         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40833         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40834         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40835         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40836         (dxr3spusink_init):
40837         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40838         (dxr3videosink_init):
40839           Fix caps breakage after Dave's caps branch merge.
40840
40841 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40842
40843         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40844           Fix for 24bpp display.
40845
40846 2003-12-23  Colin Walters  <walters@verbum.org>
40847
40848         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40849         a GnomeVFSHandle directly.
40850
40851 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40852
40853         * gst/volume/Makefile.am:
40854         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40855         (volume_base_init), (volume_init):
40856           Reenable volume element and fix to work with new caps stuff.
40857           Rhythmbox needs this.
40858
40859 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40860
40861         * gst/qtdemux/qtdemux.c: (plugin_init):
40862           qtdemux requires bytestream
40863
40864 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40865
40866         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40867           Fix remaining caps handling errors due to CAPS merge.
40868
40869 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40870
40871         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40872         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40873         (gst_faad_srcconnect):
40874           Port to new caps system.
40875
40876 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40877
40878         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40879         (got_video_size), (main): using g_print instead of g_message.
40880         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40881         signal which was not emitted because of "switch" element added to the
40882         bin but not connected. (Removing from the bin temporarily)
40883
40884 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40885
40886         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40887         find X development files. I don't understand the previous tests and
40888         they fail on my debian/ppc unstable. This one works.
40889         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40890         exiting.
40891         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40892         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40893         (gst_play_set_visualization): Add some safety checks in set_ methods
40894         and state_change. This was throwing some ugly CRITICAL messages when
40895         pipeline was getting disposed and casts were failing.
40896
40897 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40898
40899         * configure.ac:
40900           Improve mpeg2enc detection. This is for distributions that do
40901           ship mjpegtools, but without mpeg2enc. Also does object check
40902           for might there ever be ABI incompatibility.
40903         * ext/mpeg2enc/gstmpeg2enc.cc:
40904           Add Andrew as second maintainer (he's helping me), and also add
40905           an error if no caps was set. This happens if I pull before capsnego
40906           and that's something I should solve sometime else.
40907         * gst/matroska/matroska-demux.c:
40908         (gst_matroska_demux_parse_blockgroup):
40909           Fix time parsing.
40910         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40911         (gst_matroska_mux_track_header):
40912           Add caps to templates.
40913         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40914           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40915         * gst/mpegstream/gstmpegdemux.c:
40916           Remove layer since it causes warnings about unfixed caps.
40917         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40918           Fix obvious typo (we error out if caps were set, we should of
40919           course error out if *no* caps were set).
40920         * sys/oss/gstosselement.c: (gst_osselement_convert):
40921           Fix format conversion, we confused bits/bytes.
40922         * sys/oss/gstosselement.h:
40923           Improve documentation for 'bps'.
40924         * sys/v4l/TODO:
40925           Remove stuff about plugins that need removing - this was done
40926           ages ago.
40927         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40928         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40929         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40930         (gst_v4lsrc_src_query):
40931         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40932         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40933           Add get_query_types(), get_formats() and query() functions.
40934
40935 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40936
40937         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40938           * moved CVS to freedesktop.org